From a0515752b8cdf66b2f72fc884911c298d17b892f Mon Sep 17 00:00:00 2001 From: John Beverley Date: Tue, 7 Apr 2026 10:26:42 -0400 Subject: [PATCH 1/8] updating version info to align with 2.1 release --- src/cco-merged/AllCoreOntology.ttl | 4 ++-- src/cco-merged/CommonCoreOntologiesMerged.ttl | 4 ++-- src/cco-modules/AgentOntology.ttl | 4 ++-- src/cco-modules/ArtifactOntology.ttl | 4 ++-- src/cco-modules/CurrencyUnitOntology.ttl | 4 ++-- src/cco-modules/EventOntology.ttl | 4 ++-- src/cco-modules/ExtendedRelationOntology.ttl | 4 ++-- src/cco-modules/FacilityOntology.ttl | 4 ++-- src/cco-modules/GeospatialOntology.ttl | 4 ++-- src/cco-modules/InformationEntityOntology.ttl | 4 ++-- src/cco-modules/QualityOntology.ttl | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/cco-merged/AllCoreOntology.ttl b/src/cco-merged/AllCoreOntology.ttl index 7d2fbd55..361d1362 100644 --- a/src/cco-merged/AllCoreOntology.ttl +++ b/src/cco-merged/AllCoreOntology.ttl @@ -10,7 +10,7 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports , , , @@ -21,6 +21,6 @@ dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."@en ; rdfs:label "All Core Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/src/cco-merged/CommonCoreOntologiesMerged.ttl b/src/cco-merged/CommonCoreOntologiesMerged.ttl index dd20306f..be44a6b5 100644 --- a/src/cco-merged/CommonCoreOntologiesMerged.ttl +++ b/src/cco-merged/CommonCoreOntologiesMerged.ttl @@ -11,13 +11,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "A stand-alone file containing the eleven mid-level Common Core Ontologies plus BFO. Provided for use-cases where one file representing a specific release of CCO and its imports is desirable."@en ; rdfs:label "Common Core Ontologies Merged"@en ; owl:versionInfo "Depends on http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl, obtained 11/03/2024."@en , - "Version 2.0"@en . + "Version 2.1"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index 8e72b02c..f8183854 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -11,14 +11,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; owl:imports ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ; rdfs:label "Agent Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index 78ed4a3e..e88fe63b 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -11,13 +11,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports cco:InformationEntityOntology ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."@en ; rdfs:label "Artifact Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ################################################################# # Classes diff --git a/src/cco-modules/CurrencyUnitOntology.ttl b/src/cco-modules/CurrencyUnitOntology.ttl index 0a34adcb..5b8d28f0 100644 --- a/src/cco-modules/CurrencyUnitOntology.ttl +++ b/src/cco-modules/CurrencyUnitOntology.ttl @@ -11,13 +11,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ; rdfs:label "Currency Unit Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 7f187f51..078401f0 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -11,13 +11,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports cco:InformationEntityOntology ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent processes, especially those performed by agents, that occur within multiple domains."@en ; rdfs:label "Event Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ################################################################# # Classes diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index 4a5989de..1e4c4c3a 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -11,13 +11,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."@en ; rdfs:label "Extended Relation Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/FacilityOntology.ttl b/src/cco-modules/FacilityOntology.ttl index ad1809bc..71657e85 100644 --- a/src/cco-modules/FacilityOntology.ttl +++ b/src/cco-modules/FacilityOntology.ttl @@ -11,13 +11,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent buildings and campuses that are designed to serve some specific purpose and which are common to multiple domains."@en ; rdfs:label "Facility Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/GeospatialOntology.ttl b/src/cco-modules/GeospatialOntology.ttl index dfbe1d4a..72156194 100644 --- a/src/cco-modules/GeospatialOntology.ttl +++ b/src/cco-modules/GeospatialOntology.ttl @@ -11,13 +11,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ; rdfs:label "Geospatial Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index baf275a2..d327ace8 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -11,14 +11,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports cco:GeospatialOntology , cco:TimeOntology ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en ; rdfs:label "Information Entity Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/QualityOntology.ttl b/src/cco-modules/QualityOntology.ttl index 957a36dd..d829220e 100644 --- a/src/cco-modules/QualityOntology.ttl +++ b/src/cco-modules/QualityOntology.ttl @@ -11,13 +11,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ; rdfs:label "Quality Ontology"@en ; - owl:versionInfo "Version 2.0"@en . + owl:versionInfo "Version 2.1"@en . ################################################################# # Annotation properties From 9a8b27c87c6188cb0a469f1ead18fd602e42cc8a Mon Sep 17 00:00:00 2001 From: VENKATA SHANMUKHASAI K <50857103+shanmukhkalasamudram@users.noreply.github.com> Date: Fri, 10 Apr 2026 07:57:46 -0400 Subject: [PATCH 2/8] Rebuild merged file to Develop Branch(#861) (#864) * rebuild merged file (#861) * fix: rebuild CommonCoreOntologiesMerged with 11 modules only --- src/cco-merged/CommonCoreOntologiesMerged.ttl | 27849 ++++++++-------- 1 file changed, 13465 insertions(+), 14384 deletions(-) diff --git a/src/cco-merged/CommonCoreOntologiesMerged.ttl b/src/cco-merged/CommonCoreOntologiesMerged.ttl index be44a6b5..36b0f365 100644 --- a/src/cco-merged/CommonCoreOntologiesMerged.ttl +++ b/src/cco-merged/CommonCoreOntologiesMerged.ttl @@ -1,23 +1,19 @@ -@prefix : . -@prefix cco: . -@prefix obo: . +@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@base . +@base . rdf:type owl:Ontology ; - owl:versionIRI ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; - dcterms:rights "CUBRC Inc., see full license."@en ; - rdfs:comment "A stand-alone file containing the eleven mid-level Common Core Ontologies plus BFO. Provided for use-cases where one file representing a specific release of CCO and its imports is desirable."@en ; - rdfs:label "Common Core Ontologies Merged"@en ; - owl:versionInfo "Depends on http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl, obtained 11/03/2024."@en , - "Version 2.1"@en . + owl:versionIRI ; + "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + "CUBRC Inc., see full license."@en ; + rdfs:comment "A stand-alone file containing the eleven mid-level Common Core Ontologies plus BFO. Provided for use-cases where one file representing a specific release of CCO and its imports is desirable."@en ; + rdfs:label "Common Core Ontologies Merged"@en ; + owl:versionInfo "Depends on http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl, obtained 2026-04-04."@en , + "Version 2.1"@en . ################################################################# # Annotation properties @@ -36,241 +32,245 @@ ### http://purl.org/dc/terms/bibliographicCitation -dcterms:bibliographicCitation rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/contributor -dcterms:contributor rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/created -dcterms:created rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator -dcterms:creator rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description -dcterms:description rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license -dcterms:license rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/rights -dcterms:rights rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title -dcterms:title rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2000/01/rdf-schema#altLabel +rdfs:altLabel rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#altLabel -skos:altLabel rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#definition -skos:definition rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#editorialNote -skos:editorialNote rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#example -skos:example rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#prefLabel -skos:prefLabel rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#scopeNote -skos:scopeNote rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00001735 -cco:ont00001735 rdf:type owl:AnnotationProperty ; - rdfs:label "query text"@en ; - skos:definition "The text of a query that is associated with a class"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "query text"@en ; + "The text of a query that is associated with a class"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001737 -cco:ont00001737 rdf:type owl:AnnotationProperty ; - rdfs:label "doctrinal definition"@en ; - skos:definition "A Definition that is taken directly from a Doctrinal Source."@en ; - skos:scopeNote "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf skos:definition . + rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal definition"@en ; + "A Definition that is taken directly from a Doctrinal Source."@en ; + "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001738 -cco:ont00001738 rdf:type owl:AnnotationProperty ; - rdfs:label "SI unit label"@en ; - skos:definition "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:subPropertyOf skos:altLabel . + rdf:type owl:AnnotationProperty ; + rdfs:label "SI unit label"@en ; + "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001739 -cco:ont00001739 rdf:type owl:AnnotationProperty ; - rdfs:label "ordinal measurement annotation"@en ; - skos:definition "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf cco:ont00001746 . + rdf:type owl:AnnotationProperty ; + rdfs:label "ordinal measurement annotation"@en ; + "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001740 -cco:ont00001740 rdf:type owl:AnnotationProperty ; - rdfs:label "SI unit symbol"@en ; - skos:definition "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:subPropertyOf cco:ont00001753 . + rdf:type owl:AnnotationProperty ; + rdfs:label "SI unit symbol"@en ; + "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001741 -cco:ont00001741 rdf:type owl:AnnotationProperty ; - rdfs:label "nominal measurement annotation"@en ; - skos:definition "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf cco:ont00001746 . + rdf:type owl:AnnotationProperty ; + rdfs:label "nominal measurement annotation"@en ; + "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001742 -cco:ont00001742 rdf:type owl:AnnotationProperty ; - rdfs:label "term creator"@en ; - skos:definition "The name of the Term Editor who added the term to the ontology."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf cco:ont00001762 . + rdf:type owl:AnnotationProperty ; + rdfs:label "term creator"@en ; + "The name of the Term Editor who added the term to the ontology."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001743 -cco:ont00001743 rdf:type owl:AnnotationProperty ; - rdfs:label "content license"@en ; - skos:definition "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "content license"@en ; + "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001744 -cco:ont00001744 rdf:type owl:AnnotationProperty ; - rdfs:label "copyright"@en ; - skos:definition "An assertion of copyright"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "copyright"@en ; + "An assertion of copyright"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001745 -cco:ont00001745 rdf:type owl:AnnotationProperty ; - rdfs:label "doctrinal source"@en ; - skos:definition "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf cco:ont00001754 . + rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal source"@en ; + "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001746 -cco:ont00001746 rdf:type owl:AnnotationProperty ; - rdfs:label "measurement annotation"@en ; - skos:definition "A measurement value of an instance of a quality, realizable or process profile"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "measurement annotation"@en ; + "A measurement value of an instance of a quality, realizable or process profile"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001747 -cco:ont00001747 rdf:type owl:AnnotationProperty ; - rdfs:label "ratio measurement annotation"@en ; - skos:definition "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf cco:ont00001746 . + rdf:type owl:AnnotationProperty ; + rdfs:label "ratio measurement annotation"@en ; + "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001748 -cco:ont00001748 rdf:type owl:AnnotationProperty ; - rdfs:label "doctrinal label"@en ; - skos:definition "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ; - skos:scopeNote "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf skos:altLabel . + rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal label"@en ; + "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ; + "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001749 -cco:ont00001749 rdf:type owl:AnnotationProperty ; - rdfs:label "doctrinal acronym"@en ; - skos:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf cco:ont00001753 . + rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal acronym"@en ; + "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001752 -cco:ont00001752 rdf:type owl:AnnotationProperty ; - rdfs:label "has token unit"@en ; - skos:definition "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "has token unit"@en ; + "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001753 -cco:ont00001753 rdf:type owl:AnnotationProperty ; - rdfs:label "acronym"@en ; - skos:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf skos:altLabel . + rdf:type owl:AnnotationProperty ; + rdfs:label "acronym"@en ; + "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001754 -cco:ont00001754 rdf:type owl:AnnotationProperty ; - rdfs:label "definition source"@en ; - skos:definition "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "definition source"@en ; + "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001756 -cco:ont00001756 rdf:type owl:AnnotationProperty ; - rdfs:label "interval measurement annotation"@en ; - skos:definition "A interval measurement value of an instance of a quality, realizable or process profile "@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:subPropertyOf cco:ont00001746 . + rdf:type owl:AnnotationProperty ; + rdfs:label "interval measurement annotation"@en ; + "A interval measurement value of an instance of a quality, realizable or process profile "@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001757 -cco:ont00001757 rdf:type owl:AnnotationProperty ; - rdfs:label "designator annotation"@en ; - skos:definition "A name or other identifier that is used to designate an individual."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "designator annotation"@en ; + "A name or other identifier that is used to designate an individual."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001758 -cco:ont00001758 rdf:type owl:AnnotationProperty ; - rdfs:label "http query string"@en ; - skos:definition "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "http query string"@en ; + "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001759 -cco:ont00001759 rdf:type owl:AnnotationProperty ; - rdfs:label "code license"@en ; - skos:definition "The name and description of the license under which the .owl file is released."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "code license"@en ; + "The name and description of the license under which the .owl file is released."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001760 -cco:ont00001760 rdf:type owl:AnnotationProperty ; - rdfs:label "is curated in ontology"@en ; - skos:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "is curated in ontology"@en ; + "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001761 -cco:ont00001761 rdf:type owl:AnnotationProperty ; - rdfs:label "is tokenized by"@en ; - skos:definition "A relation between an information content entity and a widely used token used to express it."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "is tokenized by"@en ; + "A relation between an information content entity and a widely used token used to express it."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001762 -cco:ont00001762 rdf:type owl:AnnotationProperty ; - rdfs:label "term editor"@en ; - skos:definition "The name of a person who contributed to the development or enhancement of the term."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:AnnotationProperty ; + rdfs:label "term editor"@en ; + "The name of a person who contributed to the development or enhancement of the term."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ################################################################# @@ -278,2765 +278,2214 @@ cco:ont00001762 rdf:type owl:AnnotationProperty ; ################################################################# ### http://purl.obolibrary.org/obo/BFO_0000054 -obo:BFO_0000054 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000055 ; - rdfs:domain obo:BFO_0000017 ; - rdfs:range obo:BFO_0000015 ; - "206-BFO" ; - rdfs:label "has realization"@en ; - skos:altLabel "realized in"@en ; - skos:definition "b has realization c =Def c realizes b"@en ; - skos:example "As for realizes"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "206-BFO" ; + rdfs:label "has realization"@en ; + "realized in"@en ; + "b has realization c =Def c realizes b"@en ; + "As for realizes"@en . ### http://purl.obolibrary.org/obo/BFO_0000055 -obo:BFO_0000055 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000017 ; - "059-BFO" ; - rdfs:label "realizes"@en ; - skos:definition "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ; - skos:example "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "059-BFO" ; + rdfs:label "realizes"@en ; + "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ; + "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en . ### http://purl.obolibrary.org/obo/BFO_0000056 -obo:BFO_0000056 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000057 ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - obo:BFO_0000031 - [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] - ) - ] ; - rdfs:range obo:BFO_0000015 ; - "250-BFO" ; - rdfs:label "participates in"@en ; - skos:definition "(Elucidation) participates in holds between some b that is either a specifically dependent continuant or generically dependent continuant or independent continuant that is not a spatial region & some process p such that b participates in p some way"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range ; + "250-BFO" ; + rdfs:label "participates in"@en ; + "(Elucidation) participates in holds between some b that is either a specifically dependent continuant or generically dependent continuant or independent continuant that is not a spatial region & some process p such that b participates in p some way"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000057 -obo:BFO_0000057 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - obo:BFO_0000031 - [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] - ) - ] ; - "248-BFO" ; - rdfs:label "has participant"@en ; - skos:definition "p has participant c =Def c participates in p"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + "248-BFO" ; + rdfs:label "has participant"@en ; + "p has participant c =Def c participates in p"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000058 -obo:BFO_0000058 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000059 ; - rdfs:domain obo:BFO_0000031 ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000020 - ) - ] ; - "258-BFO" ; - rdfs:label "is concretized by"@en ; - skos:definition "c is concretized by b =Def b concretizes c"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + "258-BFO" ; + rdfs:label "is concretized by"@en ; + "c is concretized by b =Def b concretizes c"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000059 -obo:BFO_0000059 rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000020 - ) - ] ; - rdfs:range obo:BFO_0000031 ; - "256-BFO" ; - rdfs:label "concretizes"@en ; - skos:definition "b concretizes c =Def b is a process or a specifically dependent continuant & c is a generically dependent continuant & there is some time t such that c is the pattern or content which b shares at t with actual or potential copies"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "256-BFO" ; + rdfs:label "concretizes"@en ; + "b concretizes c =Def b is a process or a specifically dependent continuant & c is a generically dependent continuant & there is some time t such that c is the pattern or content which b shares at t with actual or potential copies"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000062 -obo:BFO_0000062 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000063 ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - "213-BFO" ; - rdfs:label "preceded by"@en ; - skos:definition "b preceded by c =Def b precedes c"@en ; - skos:example "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + "213-BFO" ; + rdfs:label "preceded by"@en ; + "b preceded by c =Def b precedes c"@en ; + "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en . ### http://purl.obolibrary.org/obo/BFO_0000063 -obo:BFO_0000063 rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - "270-BFO" ; - rdfs:label "precedes"@en ; - skos:definition "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en ; - skos:example "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en ; - skos:scopeNote "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t." , - "Precedes defines a strict partial order on occurrents." . + rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + "270-BFO" ; + rdfs:label "precedes"@en ; + "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en ; + "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en ; + "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t." , + "Precedes defines a strict partial order on occurrents." . ### http://purl.obolibrary.org/obo/BFO_0000066 -obo:BFO_0000066 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000183 ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000035 - ) - ] ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000029 - obo:BFO_0000040 - ) - ] ; - "143-BFO" ; - rdfs:label "occurs in"@en ; - skos:definition "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en ; - skos:example "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + "143-BFO" ; + rdfs:label "occurs in"@en ; + "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en ; + "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en . ### http://purl.obolibrary.org/obo/BFO_0000084 -obo:BFO_0000084 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000101 ; - rdfs:domain obo:BFO_0000031 ; - rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - "252-BFO" ; - rdfs:label "generically depends on"@en ; - skos:altLabel "g-depends on"@en ; - skos:definition "b generically depends on c =Def b is a generically dependent continuant & c is an independent continuant that is not a spatial region & at some time t there inheres in c a specifically dependent continuant which concretizes b at t"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + "252-BFO" ; + rdfs:label "generically depends on"@en ; + "g-depends on"@en ; + "b generically depends on c =Def b is a generically dependent continuant & c is an independent continuant that is not a spatial region & at some time t there inheres in c a specifically dependent continuant which concretizes b at t"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000101 -obo:BFO_0000101 rdf:type owl:ObjectProperty ; - rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range obo:BFO_0000031 ; - "254-BFO" ; - rdfs:label "is carrier of"@en ; - skos:definition "b is carrier of c =Def there is some time t such that c generically depends on b at t"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:domain [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range ; + "254-BFO" ; + rdfs:label "is carrier of"@en ; + "b is carrier of c =Def there is some time t such that c generically depends on b at t"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000108 -obo:BFO_0000108 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range obo:BFO_0000008 ; - "118-BFO" ; - rdfs:label "exists at"@en ; - skos:definition "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ; - skos:example "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "118-BFO" ; + rdfs:label "exists at"@en ; + "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ; + "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en . ### http://purl.obolibrary.org/obo/BFO_0000115 -obo:BFO_0000115 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000178 ; - owl:inverseOf obo:BFO_0000129 ; - rdfs:domain obo:BFO_0000040 ; - rdfs:range obo:BFO_0000040 ; - "230-BFO" ; - rdfs:label "has member part"@en ; - skos:definition "b has member part c =Def c member part of b"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "230-BFO" ; + rdfs:label "has member part"@en ; + "b has member part c =Def c member part of b"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000117 -obo:BFO_0000117 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000132 ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - "202-BFO" ; - rdfs:label "has occurrent part"@en ; - skos:definition "b has occurrent part c =Def c occurrent part of b"@en ; - skos:example "Mary's life has occurrent part Mary's 5th birthday"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + "202-BFO" ; + rdfs:label "has occurrent part"@en ; + "b has occurrent part c =Def c occurrent part of b"@en ; + "Mary's life has occurrent part Mary's 5th birthday"@en . ### http://purl.obolibrary.org/obo/BFO_0000121 -obo:BFO_0000121 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000117 ; - owl:inverseOf obo:BFO_0000139 ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - "211-BFO" ; - rdfs:label "has temporal part"@en ; - skos:definition "b has temporal part c =Def c temporal part of b"@en ; - skos:example "Your life has temporal part the first year of your life"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + "211-BFO" ; + rdfs:label "has temporal part"@en ; + "b has temporal part c =Def c temporal part of b"@en ; + "Your life has temporal part the first year of your life"@en . ### http://purl.obolibrary.org/obo/BFO_0000124 -obo:BFO_0000124 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000171 ; - rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - "236-BFO" ; - rdfs:label "location of"@en ; - skos:definition "b location of c =Def c located in b"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + "236-BFO" ; + rdfs:label "location of"@en ; + "b location of c =Def c located in b"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000127 -obo:BFO_0000127 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000218 ; - rdfs:domain obo:BFO_0000040 ; - rdfs:range obo:BFO_0000016 ; - "244-BFO" ; - rdfs:label "material basis of"@en ; - skos:definition "b material basis of c =Def c has material basis b"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "244-BFO" ; + rdfs:label "material basis of"@en ; + "b material basis of c =Def c has material basis b"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000129 -obo:BFO_0000129 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000176 ; - rdfs:domain obo:BFO_0000040 ; - rdfs:range obo:BFO_0000040 ; - "228-BFO" ; - rdfs:label "member part of"@en ; - skos:definition "b member part of c =Def b is an object & c is a material entity & there is some time t such that b continuant part of c at t & there is a mutually exhaustive and pairwise disjoint partition of c into objects x1, ..., xn (for some n ≠ 1) with b = xi (for some 1 <= i <= n)"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "228-BFO" ; + rdfs:label "member part of"@en ; + "b member part of c =Def b is an object & c is a material entity & there is some time t such that b continuant part of c at t & there is a mutually exhaustive and pairwise disjoint partition of c into objects x1, ..., xn (for some n ≠ 1) with b = xi (for some 1 <= i <= n)"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000132 -obo:BFO_0000132 rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - "003-BFO" ; - rdfs:label "occurrent part of"@en ; - skos:definition "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ; - skos:example "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en . + rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + "003-BFO" ; + rdfs:label "occurrent part of"@en ; + "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ; + "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en . ### http://purl.obolibrary.org/obo/BFO_0000139 -obo:BFO_0000139 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000132 ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - "078-BFO" ; - rdfs:label "temporal part of"@en ; - skos:definition "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en ; - skos:example "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + "078-BFO" ; + rdfs:label "temporal part of"@en ; + "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en ; + "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en . ### http://purl.obolibrary.org/obo/BFO_0000153 -obo:BFO_0000153 rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; - rdfs:domain obo:BFO_0000011 ; - rdfs:range obo:BFO_0000008 ; - "080-BFO" ; - rdfs:label "temporally projects onto"@en ; - skos:definition "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en ; - skos:example "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en . + rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain ; + rdfs:range ; + "080-BFO" ; + rdfs:label "temporally projects onto"@en ; + "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en ; + "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en . ### http://purl.obolibrary.org/obo/BFO_0000171 -obo:BFO_0000171 rdf:type owl:ObjectProperty ; - rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - "234-BFO" ; - rdfs:label "located in"@en ; - skos:definition "b located in c =Def b is an independent continuant & c is an independent & neither is a spatial region & there is some time t such that the spatial region which b occupies at t is continuant part of the spatial region which c occupies at t"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:domain [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + "234-BFO" ; + rdfs:label "located in"@en ; + "b located in c =Def b is an independent continuant & c is an independent & neither is a spatial region & there is some time t such that the spatial region which b occupies at t is continuant part of the spatial region which c occupies at t"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000176 -obo:BFO_0000176 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000178 ; - rdfs:domain obo:BFO_0000002 ; - rdfs:range obo:BFO_0000002 ; - "221-BFO" ; - rdfs:label "continuant part of"@en ; - skos:definition "b continuant part of c =Def b and c are continuants & there is some time t such that b and c exist at t & b continuant part of c at t"@en ; - skos:example "Milk teeth continuant part of human; surgically removed tumour continuant part of organism"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "221-BFO" ; + rdfs:label "continuant part of"@en ; + "b continuant part of c =Def b and c are continuants & there is some time t such that b and c exist at t & b continuant part of c at t"@en ; + "Milk teeth continuant part of human; surgically removed tumour continuant part of organism"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000178 -obo:BFO_0000178 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000002 ; - rdfs:range obo:BFO_0000002 ; - "271-BFO" ; - rdfs:label "has continuant part"@en ; - skos:definition "b has continuant part c =Def c continuant part of b"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "271-BFO" ; + rdfs:label "has continuant part"@en ; + "b has continuant part c =Def c continuant part of b"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000183 -obo:BFO_0000183 rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000029 - obo:BFO_0000040 - ) - ] ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000035 - ) - ] ; - "267-BFO" ; - rdfs:label "environs"@en ; - skos:altLabel "contains process"@en ; - skos:definition "b environs c =Def c occurs in b"@en ; - skos:example "Mouth environs process of mastication; city environs traffic"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + "267-BFO" ; + rdfs:label "environs"@en ; + "contains process"@en ; + "b environs c =Def c occurs in b"@en ; + "Mouth environs process of mastication; city environs traffic"@en . ### http://purl.obolibrary.org/obo/BFO_0000184 -obo:BFO_0000184 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000185 ; - rdf:type owl:FunctionalProperty , - owl:InverseFunctionalProperty ; - rdfs:domain obo:BFO_0000182 ; - rdfs:range obo:BFO_0000040 ; - "144-BFO" ; - rdfs:label "history of"@en ; - skos:definition "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en ; - skos:example "This life is the history of this organism"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdf:type owl:FunctionalProperty , + owl:InverseFunctionalProperty ; + rdfs:domain ; + rdfs:range ; + "144-BFO" ; + rdfs:label "history of"@en ; + "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en ; + "This life is the history of this organism"@en . ### http://purl.obolibrary.org/obo/BFO_0000185 -obo:BFO_0000185 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000040 ; - rdfs:range obo:BFO_0000182 ; - "145-BFO" ; - rdfs:label "has history"@en ; - skos:definition "b has history c =Def c history of b"@en ; - skos:example "This organism has history this life"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "145-BFO" ; + rdfs:label "has history"@en ; + "b has history c =Def c history of b"@en ; + "This organism has history this life"@en . ### http://purl.obolibrary.org/obo/BFO_0000194 -obo:BFO_0000194 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000195 ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] - ) - ] ; - rdfs:range obo:BFO_0000020 ; - "260-BFO" ; - rdfs:label "specifically depended on by"@en ; - skos:altLabel "s-depended on by"@en ; - skos:definition "b specifically depended on by c =Def c specifically depends on b"@en ; - skos:example "Coloured object specifically depended on by colour"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range ; + "260-BFO" ; + rdfs:label "specifically depended on by"@en ; + "s-depended on by"@en ; + "b specifically depended on by c =Def c specifically depends on b"@en ; + "Coloured object specifically depended on by colour"@en . ### http://purl.obolibrary.org/obo/BFO_0000195 -obo:BFO_0000195 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000020 ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] - ) - ] ; - "012-BFO" ; - rdfs:label "specifically depends on"@en ; - skos:altLabel "s-depends on"@en ; - skos:definition "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en ; - skos:example "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en ; - skos:scopeNote "The analogue of specifically depends on for occurrents is has participant."@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + "012-BFO" ; + rdfs:label "specifically depends on"@en ; + "s-depends on"@en ; + "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en ; + "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en ; + "The analogue of specifically depends on for occurrents is has participant."@en . ### http://purl.obolibrary.org/obo/BFO_0000196 -obo:BFO_0000196 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000194 ; - owl:inverseOf obo:BFO_0000197 ; - rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range obo:BFO_0000020 ; - "053-BFO" ; - rdfs:label "bearer of"@en ; - skos:definition "b bearer of c =Def c inheres in b"@en ; - skos:example "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range ; + "053-BFO" ; + rdfs:label "bearer of"@en ; + "b bearer of c =Def c inheres in b"@en ; + "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en . ### http://purl.obolibrary.org/obo/BFO_0000197 -obo:BFO_0000197 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000195 ; - rdfs:domain obo:BFO_0000020 ; - rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - "051-BFO" ; - rdfs:label "inheres in"@en ; - skos:definition "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en ; - skos:example "A shape inheres in a shaped object; a mass inheres in a material entity"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + "051-BFO" ; + rdfs:label "inheres in"@en ; + "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en ; + "A shape inheres in a shaped object; a mass inheres in a material entity"@en . ### http://purl.obolibrary.org/obo/BFO_0000199 -obo:BFO_0000199 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001874 ; - rdf:type owl:FunctionalProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000035 - ) - ] ; - rdfs:range obo:BFO_0000008 ; - "132-BFO" ; - rdfs:label "occupies temporal region"@en ; - skos:definition "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ; - skos:example "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdf:type owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "132-BFO" ; + rdfs:label "occupies temporal region"@en ; + "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ; + "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en . ### http://purl.obolibrary.org/obo/BFO_0000200 -obo:BFO_0000200 rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000035 - ) - ] ; - rdfs:range obo:BFO_0000011 ; - "082-BFO" ; - rdfs:label "occupies spatiotemporal region"@en ; - skos:definition "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en ; - skos:example "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en . + rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "082-BFO" ; + rdfs:label "occupies spatiotemporal region"@en ; + "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en ; + "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en . ### http://purl.obolibrary.org/obo/BFO_0000210 -obo:BFO_0000210 rdf:type owl:ObjectProperty ; - rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range obo:BFO_0000006 ; - "232-BFO" ; - rdfs:label "occupies spatial region"@en ; - skos:definition "b occupies spatial region r =Def b is an independent continuant that is not a spatial region & r is a spatial region & there is some time t such that every continuant part of b occupies some continuant part of r at t and no continuant part of b occupies any spatial region that is not a continuant part of r at t"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:domain [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range ; + "232-BFO" ; + rdfs:label "occupies spatial region"@en ; + "b occupies spatial region r =Def b is an independent continuant that is not a spatial region & r is a spatial region & there is some time t such that every continuant part of b occupies some continuant part of r at t and no continuant part of b occupies any spatial region that is not a continuant part of r at t"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000216 -obo:BFO_0000216 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000011 ; - rdfs:range obo:BFO_0000006 ; - "246-BFO" ; - rdfs:label "spatially projects onto"@en ; - skos:definition "(Elucidation) spatially projects onto is a relation between some spatiotemporal region b and spatial region c such that at some time t, c is the spatial extent of b at t"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "246-BFO" ; + rdfs:label "spatially projects onto"@en ; + "(Elucidation) spatially projects onto is a relation between some spatiotemporal region b and spatial region c such that at some time t, c is the spatial extent of b at t"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000218 -obo:BFO_0000218 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000016 ; - rdfs:range obo:BFO_0000040 ; - "242-BFO" ; - rdfs:label "has material basis"@en ; - skos:definition "b has material basis c =Def b is a disposition & c is a material entity & there is some d bearer of b & there is some time t such that c is a continuant part of d at t & d has disposition b because c is a continuant part of d at t"@en ; - skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "242-BFO" ; + rdfs:label "has material basis"@en ; + "b has material basis c =Def b is a disposition & c is a material entity & there is some d bearer of b & there is some time t such that c is a continuant part of d at t & d has disposition b because c is a continuant part of d at t"@en ; + "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000221 -obo:BFO_0000221 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000222 ; - rdfs:domain obo:BFO_0000203 ; - rdfs:range obo:BFO_0000008 ; - "268-BFO" ; - rdfs:label "first instant of"@en ; - skos:definition "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ; - skos:example "An hour starting at midnight yesterday has first instant midnight yesterday"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "268-BFO" ; + rdfs:label "first instant of"@en ; + "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ; + "An hour starting at midnight yesterday has first instant midnight yesterday"@en . ### http://purl.obolibrary.org/obo/BFO_0000222 -obo:BFO_0000222 rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; - rdfs:domain obo:BFO_0000008 ; - rdfs:range obo:BFO_0000203 ; - "261-BFO" ; - rdfs:label "has first instant"@en ; - skos:definition "t has first instant t' =Def t' first instant of t"@en ; - skos:example "The first hour of a year has first instant midnight on December 31"@en . + rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain ; + rdfs:range ; + "261-BFO" ; + rdfs:label "has first instant"@en ; + "t has first instant t' =Def t' first instant of t"@en ; + "The first hour of a year has first instant midnight on December 31"@en . ### http://purl.obolibrary.org/obo/BFO_0000223 -obo:BFO_0000223 rdf:type owl:ObjectProperty ; - owl:inverseOf obo:BFO_0000224 ; - rdfs:domain obo:BFO_0000203 ; - rdfs:range obo:BFO_0000008 ; - "269-BFO" ; - rdfs:label "last instant of"@en ; - skos:definition "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ; - skos:example "Last midnight is the last instant of yesterday"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "269-BFO" ; + rdfs:label "last instant of"@en ; + "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ; + "Last midnight is the last instant of yesterday"@en . ### http://purl.obolibrary.org/obo/BFO_0000224 -obo:BFO_0000224 rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; - rdfs:domain obo:BFO_0000008 ; - rdfs:range obo:BFO_0000203 ; - "215-BFO" ; - rdfs:label "has last instant"@en ; - skos:definition "t has last instant t' =Def t' last instant of t"@en ; - skos:example "The last hour of a year has last instant midnight December 31"@en . - - -### https://www.commoncoreontologies.org/ont00001774 -cco:ont00001774 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001902 ; - owl:inverseOf cco:ont00001883 ; - rdfs:label "has brother"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain ; + rdfs:range ; + "215-BFO" ; + rdfs:label "has last instant"@en ; + "t has last instant t' =Def t' last instant of t"@en ; + "The last hour of a year has last instant midnight December 31"@en . ### https://www.commoncoreontologies.org/ont00001775 -cco:ont00001775 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001928 ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range obo:BFO_0000004 ; - rdfs:label "is successor of"@en ; - skos:definition "x is_successor_of y iff x and y are both instances of Independent Continuant and y is_predecessor_of x. "@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001776 -cco:ont00001776 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001945 ; - owl:inverseOf cco:ont00001876 ; - rdfs:label "has grandfather"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is successor of"@en ; + "x is successor of y =Def y is predecessor of x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001777 -cco:ont00001777 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000117 ; - owl:inverseOf cco:ont00001857 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "has process part"@en ; - skos:definition "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has process part"@en ; + "x has process part y =Def y is part of process x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001778 -cco:ont00001778 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:ont00001936 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000002 ; - rdfs:label "has object"@en ; - skos:definition "x has_object y ff x is an instance of Process and y is an instance of Continuant and x is performed by some instance of Agent z and y is part of the projected state that z intends to achieve by performing x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:label "has object"@en ; + "x has object y =Def y is object of x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001779 -cco:ont00001779 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001848 ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000148 ; - rdfs:label "has inside instant"@en ; - skos:definition "x has_inside_instant y iff x is an instance of One Dimensional Temporal Region and y is an instance of Temporal Instant and y is_inside_instant_of x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001780 -cco:ont00001780 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001842 ; - owl:inverseOf cco:ont00001786 ; - rdfs:label "has mother"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001781 -cco:ont00001781 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001996 ; - owl:inverseOf cco:ont00001979 ; - rdfs:label "has step sister"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has inside instant"@en ; + "x has_inside_instant y iff x is an instance of One Dimensional Temporal Region and y is an instance of Temporal Instant and y is_inside_instant_of x."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001782 -cco:ont00001782 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001832 ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:label "has all members located in"@en ; - skos:definition "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001783 -cco:ont00001783 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001945 ; - owl:inverseOf cco:ont00001820 ; - rdfs:label "is granddaughter of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001784 -cco:ont00001784 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - owl:inverseOf cco:ont00001881 ; - rdfs:label "has son in law"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001785 -cco:ont00001785 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001988 ; - rdfs:label "has uncle"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001786 -cco:ont00001786 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001995 ; - rdfs:label "is mother of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "has all members located in"@en ; + "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001787 -cco:ont00001787 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - owl:inverseOf cco:ont00001833 ; - rdfs:domain cco:ont00001017 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "agent in"@en ; - skos:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001788 -cco:ont00001788 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001789 ; - owl:inverseOf cco:ont00001994 ; - rdfs:label "has paternal aunt"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001789 -cco:ont00001789 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001955 ; - rdfs:label "has aunt"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001790 -cco:ont00001790 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001785 ; - owl:inverseOf cco:ont00001929 ; - rdfs:label "has maternal uncle"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "agent in"@en ; + "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001791 -cco:ont00001791 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001810 ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "coincides with"@en ; - skos:definition "x coincides_with y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and y is a spatial part of x."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001792 -cco:ont00001792 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001902 ; - owl:inverseOf cco:ont00001851 ; - rdfs:label "has sister"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001793 -cco:ont00001793 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001975 ; - owl:inverseOf cco:ont00001948 ; - rdfs:label "has half sister"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "coincides with"@en ; + "x coincides_with y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and y is a spatial part of x."@en ; + "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001794 -cco:ont00001794 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001977 ; - owl:inverseOf cco:ont00001815 ; - rdfs:domain cco:ont00001180 ; - rdfs:range cco:ont00001180 ; - rdfs:label "has subsidiary"@en ; - skos:definition "x has_subsidiary y iff x and y are both instances of Organization and y is_subsidiary_of x."@en ; - cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has subsidiary"@en ; + "x has subsidiary y =Def y is subsidiary of x"@en ; + "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001795 -cco:ont00001795 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001924 ; - owl:inverseOf cco:ont00001869 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "has inside interval"@en ; - skos:definition "x has_inside_interval y iff x and y are both instances of Temporal Interval and y interval_during x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has inside interval"@en ; + "x has inside interval y =Def y interval during x"@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001796 -cco:ont00001796 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001944 ; - owl:inverseOf cco:ont00001909 ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "tangential part of"@en ; - skos:definition "x tangential_part_of y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and there exists an instance of Immaterial Entity z such that z externally connects with x and z externally connects with y."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "tangential part of"@en ; + "x tangential_part_of y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and there exists an instance of Immaterial Entity z such that z externally connects with x and z externally connects with y."@en ; + "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001797 -cco:ont00001797 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001810 ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "partially overlaps with"@en ; - skos:definition "x partially overlaps with y iff x and y are both instances of Immaterial Entity and x overlaps with y and x is not a spatial part of y and y is not a spatial part of x."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "partially overlaps with"@en ; + "x partially overlaps with y iff x and y are both instances of Immaterial Entity and x overlaps with y and x is not a spatial part of y and y is not a spatial part of x."@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001798 -cco:ont00001798 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001939 ; - owl:inverseOf cco:ont00001943 ; - rdfs:domain cco:ont00001262 ; - rdfs:range cco:ont00001262 ; - rdfs:label "is supervised by"@en ; - skos:definition "x is_supervised_by y iff x and y are both instances of Person and y supervises x."@en ; - cco:ont00001754 "http://en.wiktionary.org/wiki/supervise)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is supervised by"@en ; + "x is_supervised_by y iff x and y are both instances of Person and y supervises x."@en ; + "http://en.wiktionary.org/wiki/supervise)" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001799 -cco:ont00001799 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001809 ; - rdfs:domain obo:BFO_0000023 ; - rdfs:range obo:BFO_0000027 ; - rdfs:label "role of aggregate"@en ; - skos:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "role of aggregate"@en ; + "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001800 -cco:ont00001800 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001942 ; - owl:inverseOf cco:ont00001817 ; - rdfs:domain cco:ont00001324 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "prohibits"@en ; - skos:definition "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "prohibits"@en ; + "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001801 -cco:ont00001801 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001808 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00000958 ; - rdfs:label "is subject of"@en ; - skos:definition "x is_subject_of y iff x is an instance of Entity and y is an instance of Information Content Entity and y is_about x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001802 -cco:ont00001802 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001804 ; - owl:inverseOf cco:ont00001957 ; - rdfs:label "has husband"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is subject of"@en ; + "x is subject of y =Def y is about x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001803 -cco:ont00001803 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001819 ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - rdfs:label "is cause of"@en ; - skos:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001804 -cco:ont00001804 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001804 ; - rdfs:label "is spouse of"@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is cause of"@en ; + "x is_cause_of y iff x and y are instances of Process, and y is a consequence of x."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001805 -cco:ont00001805 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001888 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "is disrupted by"@en ; - skos:definition "Inverse of disrupts." ; - skos:prefLabel "is disrupted by"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001806 -cco:ont00001806 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001806 ; - rdf:type owl:SymmetricProperty ; - rdfs:label "is first cousin of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "is disrupted by"@en ; + "x is disrupted by y =Def y disrupts x" ; + "is disrupted by"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001807 -cco:ont00001807 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001920 ; - owl:inverseOf cco:ont00001974 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ont00001324 ; - rdfs:label "is required by"@en ; - skos:definition "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is required by"@en ; + "x is required by y =Def y requires x"@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001808 -cco:ont00001808 rdf:type owl:ObjectProperty ; - rdfs:domain cco:ont00000958 ; - rdfs:range obo:BFO_0000001 ; - rdfs:label "is about"@en ; - skos:definition "x is_about y is a primitive relationship between an instance of Information Content Entity x and an instance of Entity y."@en ; - cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000136" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is about"@en ; + "x is_about y is a primitive relationship between an instance of Information Content Entity x and an instance of Entity y."@en ; + "http://purl.obolibrary.org/obo/IAO_0000136" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001809 -cco:ont00001809 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001836 ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - obo:BFO_0000031 - ) - ] ; - rdfs:range obo:BFO_0000027 ; - rdfs:label "inheres in aggregate"@en ; - skos:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant or Generically Dependent Continuant and y is an instance of Object Aggregate and y aggregate_bearer_of x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + rdfs:label "inheres in aggregate"@en ; + "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant or Generically Dependent Continuant and y is an instance of Object Aggregate and y aggregate_bearer_of x."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001810 -cco:ont00001810 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "connected with"@en ; - skos:definition "x is_connected_with y iff x and y are both instances of Immaterial Entity and there exists an instance of Immaterial Entity z that is part of both x and y."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "connected with"@en ; + "x is_connected_with y iff x and y are both instances of Immaterial Entity and there exists an instance of Immaterial Entity z that is part of both x and y."@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001811 -cco:ont00001811 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001966 ; - owl:inverseOf cco:ont00001963 ; - rdfs:domain cco:ont00001010 ; - rdfs:range obo:BFO_0000001 ; - rdfs:label "is an ordinal measurement of"@en ; - skos:definition "x is_an_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity and y is_measured_by_ordinal x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001812 -cco:ont00001812 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001945 ; - owl:inverseOf cco:ont00001981 ; - rdfs:label "is grandson of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is an ordinal measurement of"@en ; + "x is_an_ordinal_measurement_of y iff x is an instance of Ordinal Measurement Information Content Entity and y is an instance of Entity and y is_measured_by_ordinal x."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001813 -cco:ont00001813 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001925 ; - rdfs:domain cco:ont00001017 ; - rdfs:range obo:BFO_0000040 ; - rdfs:label "uses"@en ; - skos:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses"@en ; + "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001814 -cco:ont00001814 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001971 ; - owl:inverseOf cco:ont00001821 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval finishes"@en ; - skos:definition "x interval_finishes y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant v, w, and z such that v is the starting instant of x, w is the ending instant of both x and y, z is the starting instant of y, and z is before v."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval finishes"@en ; + "x interval_finishes y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant v, w, and z such that v is the starting instant of x, w is the ending instant of both x and y, z is the starting instant of y, and z is before v."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001815 -cco:ont00001815 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001939 ; - rdfs:domain cco:ont00001180 ; - rdfs:range cco:ont00001180 ; - rdfs:label "is subsidiary of"@en ; - skos:definition "x is_subsidiary_of y iff x and y are both instances of Organization and y controls x by having the capacity to determine the outcome of decisions about the financial and operating policies of x. "@en ; - cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is subsidiary of"@en ; + "x is_subsidiary_of y iff x and y are both instances of Organization and y controls x by having the capacity to determine the outcome of decisions about the financial and operating policies of x. "@en ; + "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001816 -cco:ont00001816 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - owl:inverseOf cco:ont00001986 ; - rdfs:domain obo:BFO_0000002 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "is output of"@en ; - skos:definition "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range ; + rdfs:label "is output of"@en ; + "x is output of y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and the presence of x at the end of y is a necessary condition for the completion of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001817 -cco:ont00001817 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001920 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ont00001324 ; - rdfs:label "is prohibited by"@en ; - skos:definition "x is_prohibited_by y at t iff: y is an instance of Process Regulation at time t, and x is an instance of Process at time t, and y prescribes that x must not occur."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001818 -cco:ont00001818 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001818 ; - rdfs:label "is in-law of"@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is prohibited by"@en ; + "x is prohibited by y =Def y prohibits x"@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001819 -cco:ont00001819 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - rdfs:label "caused by"@en ; - skos:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001820 -cco:ont00001820 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001850 ; - rdfs:label "has granddaughter"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "caused by"@en ; + "x caused by y =Def y is cause of x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001821 -cco:ont00001821 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001924 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval finished by"@en ; - skos:definition "x interval_finished_by y iff x and y are both instances of Temporal Interval and y interval_finishes x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval finished by"@en ; + "x interval finished by y =Def y interval finishes x"@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001822 -cco:ont00001822 rdf:type owl:ObjectProperty , - owl:SymmetricProperty ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - owl:propertyDisjointWith cco:ont00001862 ; - rdfs:label "interval equals"@en ; - skos:definition "x interval_equals y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant w and z such that w is the starting instant of both x and y and z is the ending instant of both x and y."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001823 -cco:ont00001823 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001785 ; - owl:inverseOf cco:ont00001926 ; - rdfs:label "has paternal uncle"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain ; + rdfs:range ; + owl:propertyDisjointWith ; + rdfs:label "interval equals"@en ; + "x interval_equals y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant w and z such that w is the starting instant of both x and y and z is the ending instant of both x and y."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001824 -cco:ont00001824 rdf:type owl:ObjectProperty ; - rdfs:domain cco:ont00000253 ; - rdfs:range cco:ont00000253 ; - rdfs:label "is excerpted from"@en ; - skos:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is excerpted from"@en ; + "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001825 -cco:ont00001825 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001870 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - owl:propertyDisjointWith cco:ont00001862 ; - rdfs:label "interval overlaps"@en ; - skos:definition "x interval_overlaps y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant u, v, w, z such that u is the starting instant of x, v is the ending instant of x, w is the starting instant of y, z is the ending instant of y, u is before w, w is before v, and v is before z."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001826 -cco:ont00001826 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - owl:inverseOf cco:ont00001828 ; - rdfs:label "is sister-in-law of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + owl:propertyDisjointWith ; + rdfs:label "interval overlaps"@en ; + "x interval overlaps y =Def y interval overlapped by x"@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001827 -cco:ont00001827 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001944 ; - owl:inverseOf cco:ont00001989 ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "nontangential part of"@en ; - skos:definition "x nontangential_part_of y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and there does not exist an instance of Immaterial Entity z such that z externally connects with x and z externally connects with y."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001828 -cco:ont00001828 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - rdfs:label "has sister in law"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "nontangential part of"@en ; + "x nontangential_part_of y iff x and y are both instances of Immaterial Entity and x is a spatial part of y and there does not exist an instance of Immaterial Entity z such that z externally connects with x and z externally connects with y."@en ; + "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001829 -cco:ont00001829 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001809 ; - owl:inverseOf cco:ont00001956 ; - rdfs:domain obo:BFO_0000016 ; - rdfs:range obo:BFO_0000027 ; - rdfs:label "disposition of aggregate"@en ; - skos:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "disposition of aggregate"@en ; + "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001830 -cco:ont00001830 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:ont00001895 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ont00001017 ; - rdfs:label "has accomplice"@en ; - skos:definition "x has_accomplice y iff x is an instance of Process and y is an instance of Agent that assists in the commission of x, is located at the location of x, but is not agent_in x."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has accomplice"@en ; + "x has accomplice y =Def y accomplice in x"@en ; + "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001831 -cco:ont00001831 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001951 ; - rdfs:domain obo:BFO_0000023 ; - rdfs:range obo:BFO_0000023 ; - rdfs:label "is subordinate role to"@en ; - skos:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is subordinate role to"@en ; + "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001832 -cco:ont00001832 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:label "has some member located in"@en ; - skos:definition "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "has some member located in"@en ; + "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001833 -cco:ont00001833 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ont00001017 ; - rdfs:label "has agent"@en ; - skos:definition "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has agent"@en ; + "x has agent y =Def y agent in x"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001834 -cco:ont00001834 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:ont00001886 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000002 ; - rdfs:label "affects"@en ; - skos:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001835 -cco:ont00001835 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001842 ; - owl:inverseOf cco:ont00001839 ; - rdfs:label "is son of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:label "affects"@en ; + "x affects y =Def y is affected by x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001836 -cco:ont00001836 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - obo:BFO_0000031 - ) - ] ; - rdfs:label "aggregate bearer of"@en ; - skos:definition "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant or Generically Dependent Continuant and y specifically or generically depends on some instance of Object z that is part of x and all other members of x are also bearers of a unique instance of the same type as y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:label "aggregate bearer of"@en ; + "x aggregate bearer of y =Def y inheres in aggregate x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001837 -cco:ont00001837 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000084 ; - owl:inverseOf cco:ont00001908 ; - rdfs:domain cco:ont00000829 ; - rdfs:range cco:ont00000253 ; - rdfs:label "time zone identifier used by"@en ; - skos:definition "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "time zone identifier used by"@en ; + "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001838 -cco:ont00001838 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "disconnected with"@en ; - skos:definition "x disconnected_with y iff x and y are both instances of Immaterial Entity and there does not exist some immaterial entity z that is part of both x and y."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001839 -cco:ont00001839 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001995 ; - rdfs:label "has son"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001840 -cco:ont00001840 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001945 ; - owl:inverseOf cco:ont00001882 ; - rdfs:label "has grandmother"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "disconnected with"@en ; + "x disconnected_with y iff x and y are both instances of Immaterial Entity and there does not exist some immaterial entity z that is part of both x and y."@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001841 -cco:ont00001841 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - owl:inverseOf cco:ont00001921 ; - rdfs:domain obo:BFO_0000002 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "is input of"@en ; - skos:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001842 -cco:ont00001842 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001995 ; - rdfs:label "is child of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001843 -cco:ont00001843 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001806 ; - owl:inverseOf cco:ont00001894 ; - rdfs:label "is paternal first cousin of"@en ; - skos:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en ; - skos:scopeNote "is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range ; + rdfs:label "is input of"@en ; + "x is input of y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and the presence of x at the beginning of y is a necessary condition for the start of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001844 -cco:ont00001844 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:ont00001993 ; - rdfs:domain cco:ont00000402 ; - rdfs:range cco:ont00001017 ; - rdfs:label "has sender"@en ; - skos:definition "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has sender"@en ; + "x has sender y =Def y sends x"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001845 -cco:ont00001845 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000183 ; - owl:inverseOf cco:ont00001918 ; - rdfs:domain obo:BFO_0000029 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "is site of"@en ; - skos:definition "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is site of"@en ; + "x is site of y =Def y occurs at x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001846 -cco:ont00001846 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001992 ; - rdfs:domain cco:ont00001180 ; - rdfs:range obo:BFO_0000023 ; - rdfs:label "is organizational context of"@en ; - skos:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is organizational context of"@en ; + "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001847 -cco:ont00001847 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001862 ; - owl:inverseOf cco:ont00001940 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval is after"@en ; - skos:definition "x interval_is_after y iff x and y are both instances of Temporal Interval and y interval_is_before x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval is after"@en ; + "x interval is after y =Def y interval is before x"@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001848 -cco:ont00001848 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000148 ; - rdfs:range obo:BFO_0000038 ; - rdfs:label "is inside instant of"@en ; - skos:definition "x is_inside_instant of y iff x is an instance of Temporal Instant and y is an instance of One-Dimensional Temporal Region and there are instances of Temporal Instant w and z that are part of y and non-identical to x such that w precedes x and z is preceded by x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001849 -cco:ont00001849 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - owl:inverseOf cco:ont00001935 ; - rdfs:label "is father in-law of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001850 -cco:ont00001850 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001945 ; - rdfs:label "is grandparent of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001851 -cco:ont00001851 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001902 ; - rdfs:label "is sister of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is inside instant of"@en ; + "x is_inside_instant of y iff x is an instance of Temporal Instant and y is an instance of One-Dimensional Temporal Region and there are instances of Temporal Instant w and z that are part of y and non-identical to x such that w precedes x and z is preceded by x."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001852 -cco:ont00001852 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - owl:inverseOf cco:ont00001949 ; - rdfs:domain cco:ont00001017 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "accessory in"@en ; - skos:definition "x is_accessory_in y iff x is an instance of Agent and y is an instance of Process such that x assists another instance of Agent z in the commission of y, and x was not located at the location of y when y occurred, and x is not an agent_in y."@en ; - cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001853 -cco:ont00001853 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - owl:inverseOf cco:ont00001885 ; - rdfs:label "is mother in-law of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001854 -cco:ont00001854 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - owl:inverseOf cco:ont00001867 ; - rdfs:label "has daughter in law"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "accessory in"@en ; + "x is_accessory_in y iff x is an instance of Agent and y is an instance of Process such that x assists another instance of Agent z in the commission of y, and x was not located at the location of y when y occurred, and x is not an agent_in y."@en ; + "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001855 -cco:ont00001855 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000178 , - cco:ont00001810 ; - owl:inverseOf cco:ont00001944 ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "has spatial part"@en ; - skos:definition "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; - cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001856 -cco:ont00001856 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001932 ; - rdfs:label "has niece"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has spatial part"@en ; + "x has spatial part y =Def y spatial part of x"@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001857 -cco:ont00001857 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000132 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "is part of process"@en ; - skos:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001858 -cco:ont00001858 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001842 ; - owl:inverseOf cco:ont00001987 ; - rdfs:label "is daughter of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf + ] ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "is part of process"@en ; + "x is part of process y iff x is occurrent part of y, x and y are Processes, and x occupies a temporal region that is a proper occurrent part of the temporal interval of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001859 -cco:ont00001859 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001864 ; - rdfs:domain cco:ont00001180 ; - rdfs:range cco:ont00001203 ; - rdfs:label "is delimited by"@en ; - skos:definition "x is_delimited_by y iff x is an instance of Organization and y is an instance of Delimiting Domain and y delimits x."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001860 -cco:ont00001860 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001968 ; - rdfs:label "is ancestor of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is delimited by"@en ; + "x is_delimited_by y iff x is an instance of Organization and y is an instance of Delimiting Domain and y delimits x."@en ; + "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001862 -cco:ont00001862 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - owl:propertyDisjointWith cco:ont00001870 , - cco:ont00001924 , - cco:ont00001971 ; - rdfs:label "interval disjoint"@en ; - skos:definition "x interval_disjoint y iff x and y are both instances of Temporal Interval and have no parts in common."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + owl:propertyDisjointWith , + , + ; + rdfs:label "interval disjoint"@en ; + "x interval_disjoint y iff x and y are both instances of Temporal Interval and have no parts in common."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001863 -cco:ont00001863 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000101 ; - owl:inverseOf cco:ont00001961 ; - rdfs:domain cco:ont00000253 ; - rdfs:range cco:ont00000120 ; - rdfs:label "uses measurement unit"@en ; - skos:definition "y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses measurement unit"@en ; + "x uses measurement unit y =Def y is measurement unit of x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001864 -cco:ont00001864 rdf:type owl:ObjectProperty ; - rdfs:domain cco:ont00001203 ; - rdfs:range cco:ont00001180 ; - rdfs:label "delimits"@en ; - skos:definition "x delimits y iff x is an instance of Delimiting Domain and y is an instance of Organization and y can legally operate only within x."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001865 -cco:ont00001865 rdf:type owl:ObjectProperty , - owl:SymmetricProperty ; - rdfs:domain cco:ont00001262 ; - rdfs:range cco:ont00001262 ; - rdfs:label "has familial relationship to"@en ; - skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "delimits"@en ; + "x delimits y =Def y is delimited by x"@en ; + "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001866 -cco:ont00001866 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001984 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ont00001017 ; - dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "is interest of"@en ; - skos:definition "The inverse of has_interest_in. " ; - skos:prefLabel "is interest of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001867 -cco:ont00001867 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - rdfs:label "is daughter in-law of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "is interest of"@en ; + "x is interest of y =Def y has interest in x" ; + "is interest of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001868 -cco:ont00001868 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001966 ; - owl:inverseOf cco:ont00001914 ; - rdfs:domain cco:ont00000293 ; - rdfs:range obo:BFO_0000001 ; - rdfs:label "is a nominal measurement of"@en ; - skos:definition "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is a nominal measurement of"@en ; + "x is_a_nominal_measurement_of y iff x is an instance of Nominal Measurement Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001869 -cco:ont00001869 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001971 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval during"@en ; - skos:definition "x interval_during y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant u, v, w, and z such that u is the starting instant of x, v is the ending instant of x, w is the starting instant of y, z is the ending instant of y, w is before u, and v is before z."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval during"@en ; + "x interval_during y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant u, v, w, and z such that u is the starting instant of x, v is the ending instant of x, w is the starting instant of y, z is the ending instant of y, w is before u, and v is before z."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001870 -cco:ont00001870 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval overlapped by"@en ; - skos:definition "x is_overlapped_by y iff x and y are both instances of Temporal Interval and y interval_overlaps x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001871 -cco:ont00001871 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001804 ; - owl:inverseOf cco:ont00001887 ; - rdfs:label "has wife"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001872 -cco:ont00001872 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001996 ; - owl:inverseOf cco:ont00001890 ; - rdfs:label "is step-brother of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval overlapped by"@en ; + "x is_overlapped_by y iff x and y are both instances of Temporal Interval and y interval_overlaps x."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001873 -cco:ont00001873 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001801 ; - owl:inverseOf cco:ont00001938 ; - rdfs:range cco:ont00001069 ; - rdfs:comment "See notes for inverse property." ; - rdfs:label "represented by"@en ; - skos:definition "y represented_by x iff x is an instance of Representational Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "represented by"@en ; + "x represented by y =Def y represents x"@en ; + "See notes for inverse property." ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001874 -cco:ont00001874 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000008 ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000035 - ) - ] ; - rdfs:label "is temporal region of"@en ; - skos:definition "t is temporal region of p iff p occupies temporal region t."@en ; - skos:editorialNote "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:label "is temporal region of"@en ; + "x is temporal region of y =Def y occupies temporal region x"@en ; + "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001875 -cco:ont00001875 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001924 ; - owl:inverseOf cco:ont00001923 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval started by"@en ; - skos:definition "x interval_started_by y iff x and y are both instances of Temporal Interval and y interval_starts x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001876 -cco:ont00001876 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001850 ; - rdfs:label "is grandfather of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval started by"@en ; + "x interval started by y =Def y interval starts x"@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001877 -cco:ont00001877 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001966 ; - owl:inverseOf cco:ont00001964 ; - rdfs:domain cco:ont00001364 ; - rdfs:range obo:BFO_0000001 ; - rdfs:label "is an interval measurement of"@en ; - skos:definition "x is_an_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity and y is_measured_by_interval x."@en ; - skos:example "a measurement of air temperature on the Celsius scale." ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is an interval measurement of"@en ; + "x is_an_interval_measurement_of y iff x is an instance of Interval Measurement Information Content Entity and y is an instance of Entity and y is_measured_by_interval x."@en ; + "a measurement of air temperature on the Celsius scale." ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001878 -cco:ont00001878 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001919 ; - rdfs:domain cco:ont00000253 ; - rdfs:range obo:BFO_0000001 ; - rdfs:label "is mention of"@en ; - skos:definition "x is_mention_of y iff x is an instance Information Bearing Entity and y is an instance of Entity, such that x is used as a reference to y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is mention of"@en ; + "x is mention of y =Def y is mentioned by x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001879 -cco:ont00001879 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001801 ; - owl:inverseOf cco:ont00001916 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00000686 ; - rdfs:label "designated by"@en ; - skos:definition "x designated_by y iff y is an instance of Designative Information Content Entity and x is an instance of Entity and y designates x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "designated by"@en ; + "x designated by y =Def y designates x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001880 -cco:ont00001880 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001809 ; - owl:inverseOf cco:ont00001898 ; - rdfs:domain cco:ont00001379 ; - rdfs:range obo:BFO_0000027 ; - rdfs:label "capability of aggregate"@en ; - skos:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001881 -cco:ont00001881 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - rdfs:label "is son in-law of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001882 -cco:ont00001882 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001850 ; - rdfs:label "is grandmother of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001883 -cco:ont00001883 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001902 ; - rdfs:label "is brother of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "capability of aggregate"@en ; + "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001884 -cco:ont00001884 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001801 ; - owl:inverseOf cco:ont00001980 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00000127 ; - owl:propertyChainAxiom ( cco:ont00001917 - obo:BFO_0000176 - ) ; - rdfs:label "condition described by"@en ; - skos:definition "x condition_described_by y iff y is an instance of Performance Specification and x is an instance of Entity and y describes_condition x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001885 -cco:ont00001885 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - rdfs:label "has mother in law"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + owl:propertyChainAxiom ( + + ) ; + rdfs:label "condition described by"@en ; + "x condition described by y =Def y describes condition x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001886 -cco:ont00001886 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain obo:BFO_0000002 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "is affected by"@en ; - skos:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001887 -cco:ont00001887 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001804 ; - rdfs:label "is wife of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range ; + rdfs:label "is affected by"@en ; + "x is affected by y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and y influences x in some manner, most often by producing a change in x."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001888 -cco:ont00001888 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "disrupts"@en ; - skos:definition "A relation where one process disrupts another process from occurring as it would have."@en ; - skos:editorialNote "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ; - skos:prefLabel "disrupts"@en ; - skos:scopeNote "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "disrupts"@en ; + "A relation where one process disrupts another process from occurring as it would have."@en ; + "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ; + "disrupts"@en ; + "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001889 -cco:ont00001889 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000197 ; - owl:inverseOf cco:ont00001954 ; - rdfs:domain cco:ont00001379 ; - rdfs:range cco:ont00001017 ; - rdfs:label "capability of"@en ; - skos:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001890 -cco:ont00001890 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001996 ; - rdfs:label "has step brother"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001891 -cco:ont00001891 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - owl:inverseOf cco:ont00001952 ; - rdfs:label "has brother in law"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001892 -cco:ont00001892 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001876 ; - owl:inverseOf cco:ont00001972 ; - rdfs:label "is paternal grandfather of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "capability of"@en ; + "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001893 -cco:ont00001893 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001990 ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000148 ; - rdfs:range obo:BFO_0000148 ; - rdfs:label "instant is after"@en ; - skos:definition "x instant_is_after y iff x and y are both instances of Temporal Instant and there exists some instance of Temporal Interval z such that y is the starting instant of z and x is the ending instant of z."@en ; - skos:scopeNote "'instant is after' is a primitive relationship. Informally, a temporal instant x is after some temporal instant y iff y precedes x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001894 -cco:ont00001894 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001806 ; - rdfs:label "has paternal first cousin"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "instant is after"@en ; + "x instant_is_after y iff x and y are both instances of Temporal Instant and there exists some instance of Temporal Interval z such that y is the starting instant of z and x is the ending instant of z."@en ; + "'instant is after' is a primitive relationship. Informally, a temporal instant x is after some temporal instant y iff y precedes x."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001895 -cco:ont00001895 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain cco:ont00001017 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "accomplice in"@en ; - skos:definition "Agent x is accomplice_in Process y iff x assists in the commission of y, is located at the location of y, but is not agent_in y."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "accomplice in"@en ; + "Agent x is accomplice_in Process y iff x assists in the commission of y, is located at the location of y, but is not agent_in y."@en ; + "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001896 -cco:ont00001896 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001862 ; - owl:inverseOf cco:ont00001915 ; - rdf:type owl:IrreflexiveProperty ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval meets"@en ; - skos:definition "x interval_meets y iff x and y are both instances of Temporal Interval and there exists some instance of Temporal Instant z such that z is the ending instant of x and z is the starting instant of y."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001897 -cco:ont00001897 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001882 ; - owl:inverseOf cco:ont00001960 ; - rdfs:label "is maternal grandmother of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval meets"@en ; + "x interval meets y =Def y interval met by x"@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001898 -cco:ont00001898 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001836 ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range cco:ont00001379 ; - rdfs:label "aggregate has capability"@en ; - skos:definition "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "aggregate has capability"@en ; + "x aggregate has capability y =Def y capability of aggregate x"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001899 -cco:ont00001899 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001942 ; - owl:inverseOf cco:ont00001976 ; - rdfs:domain cco:ont00001175 ; - rdfs:range cco:ont00000253 ; - rdfs:label "language used in"@en ; - skos:definition "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "language used in"@en ; + "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001900 -cco:ont00001900 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001997 ; - owl:inverseOf cco:ont00001913 ; - rdfs:domain cco:ont00000469 ; - rdfs:range cco:ont00000253 ; - rdfs:label "is geospatial coordinate reference system of"@en ; - skos:definition "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is geospatial coordinate reference system of"@en ; + "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001901 -cco:ont00001901 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001836 ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range obo:BFO_0000023 ; - rdfs:label "aggregate has role"@en ; - skos:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001902 -cco:ont00001902 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001902 ; - rdf:type owl:SymmetricProperty ; - rdfs:label "is sibling of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001903 -cco:ont00001903 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001876 ; - owl:inverseOf cco:ont00001973 ; - rdfs:label "is maternal grandfather of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "aggregate has role"@en ; + "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001904 -cco:ont00001904 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001917 ; - owl:inverseOf cco:ont00001966 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00001163 ; - rdfs:label "is measured by"@en ; - skos:definition "y is_measured_by x iff x is an instance of Measurement Information Content Entity and y is an instance of Entity and y is_a_measurement_of x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001905 -cco:ont00001905 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001975 ; - owl:inverseOf cco:ont00001927 ; - rdfs:label "is half-brother of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001906 -cco:ont00001906 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001806 ; - owl:inverseOf cco:ont00001934 ; - rdfs:comment "is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; - rdfs:label "is maternal first cousin of"@en ; - skos:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is measured by"@en ; + "x is measured by y =Def y is a measurement of x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001907 -cco:ont00001907 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001836 ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range obo:BFO_0000019 ; - rdfs:label "aggregate has quality"@en ; - skos:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "aggregate has quality"@en ; + "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001908 -cco:ont00001908 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000101 ; - rdfs:domain cco:ont00000253 ; - rdfs:range cco:ont00000829 ; - rdfs:label "uses time zone identifier"@en ; - skos:definition "x uses_time_zone_identifier y iff x is an instance of Information Bearing Entity and y is an instance of Time Zone Identifier, such that y designates the spatial region associated with the time zone mentioned in x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses time zone identifier"@en ; + "x uses time zone identifier y =Def y time zone identifier used by x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001909 -cco:ont00001909 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001855 ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "has tangential part"@en ; - skos:definition "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has tangential part"@en ; + "x has tangential part y =Def y tangential part of x"@en ; + "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001910 -cco:ont00001910 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001942 ; - owl:inverseOf cco:ont00001998 ; - rdfs:domain cco:ont00001324 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "permits"@en ; - skos:definition "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001911 -cco:ont00001911 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001882 ; - owl:inverseOf cco:ont00001937 ; - rdfs:label "is paternal grandmother of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "permits"@en ; + "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001912 -cco:ont00001912 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000101 ; - owl:inverseOf cco:ont00001997 ; - rdfs:domain cco:ont00000253 ; - rdfs:range cco:ont00000398 ; - rdfs:label "uses reference system"@en ; - skos:definition "y uses_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses reference system"@en ; + "x uses reference system y =Def y is reference system of x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001913 -cco:ont00001913 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001912 ; - rdfs:domain cco:ont00000253 ; - rdfs:range cco:ont00000469 ; - rdfs:label "uses geospatial coordinate reference system"@en ; - skos:definition "y uses_geospatial_coordinate_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses geospatial coordinate reference system"@en ; + "x uses geospatial coordinate reference system y =Def y is geospatial coordinate reference system of x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001914 -cco:ont00001914 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001904 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00000293 ; - rdfs:label "is measured by nominal"@en ; - skos:definition "x is_measured_by_nominal y iff y is an instance of Nominal Measurement Information Content Entity and x is an instance of Entity, such that y classifies x relative to some set of shared, possibly arbitrary, characteristics."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is measured by nominal"@en ; + "x is measured by nominal y =Def y is a nominal measurement of x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001915 -cco:ont00001915 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001862 ; - rdf:type owl:IrreflexiveProperty ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval met by"@en ; - skos:definition "x interval_met_by y iff x and y are both instances of Temporal Interval and y interval_meets x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval met by"@en ; + "x interval_met_by y iff x and y are both instances of Temporal Interval and y interval_meets x."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001916 -cco:ont00001916 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001808 ; - rdfs:domain cco:ont00000686 ; - rdfs:range obo:BFO_0000001 ; - rdfs:label "designates"@en ; - skos:definition "x designates y iff x is an instance of a Designative Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; - skos:example "a URL designates the location of a Web Page on the internet" , - "a person's name designates that person" , - "a vehicle identification number designates some vehicle" ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "designates"@en ; + "x designates y iff x is an instance of a Designative Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; + "a URL designates the location of a Web Page on the internet" , + "a person's name designates that person" , + "a vehicle identification number designates some vehicle" ; + "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001917 -cco:ont00001917 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001801 ; - owl:inverseOf cco:ont00001982 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00000853 ; - rdfs:label "described by"@en ; - skos:definition "x described_by y iff y is an instance of Descriptive Information Content Entity and x is an instance of Entity and y describes x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "described by"@en ; + "x described by y =Def y describes x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001918 -cco:ont00001918 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000066 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000029 ; - rdfs:label "occurs at"@en ; - skos:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "occurs at"@en ; + "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001919 -cco:ont00001919 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00000253 ; - rdfs:label "is mentioned by"@en ; - skos:definition "x is_mentioned_by y iff y is an instance of Information Bearing Entity and x is an instance of Entity, such that y is used as a reference to x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is mentioned by"@en ; + "x is_mentioned_by y iff y is an instance of Information Bearing Entity and x is an instance of Entity, such that y is used as a reference to x."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001920 -cco:ont00001920 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001801 ; - owl:inverseOf cco:ont00001942 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00000965 ; - rdfs:label "prescribed by"@en ; - skos:definition "x prescribed_by y iff y is an instance of Directive Information Content Entity and x is an instance of Entity and y prescribes x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "prescribed by"@en ; + "x prescribed by y =Def y prescribes x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001921 -cco:ont00001921 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000002 ; - rdfs:label "has input"@en ; - skos:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:label "has input"@en ; + "x has input y =Def y is input of x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001922 -cco:ont00001922 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:ont00001978 ; - rdfs:domain cco:ont00000402 ; - rdfs:range cco:ont00001017 ; - rdfs:label "has recipient"@en ; - skos:definition "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has recipient"@en ; + "x has recipient y =Def y receives x"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001923 -cco:ont00001923 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001971 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval starts"@en ; - skos:definition "x interval_starts y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant v, w, and z such that v is the starting instant of both x and y, w is the ending instant of x, z is the ending instant of y and w is before z."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval starts"@en ; + "x interval_starts y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant v, w, and z such that v is the starting instant of both x and y, w is the ending instant of x, z is the ending instant of y and w is before z."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001924 -cco:ont00001924 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001971 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval contains"@en ; - skos:definition "x interval_contains y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant u, v, w, and z such that u is the starting instant of x, v is the ending instant of x, w is the starting instant of y, z is the ending instant of y, w is before or identical to u, and v is before or identical to z, and it is not the case that both w is identical to u and v is identical to z."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval contains"@en ; + "x interval contains y =Def y interval contained by x"@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001925 -cco:ont00001925 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000040 ; - rdfs:range cco:ont00001017 ; - rdfs:label "is used by"@en ; - skos:definition "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001926 -cco:ont00001926 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001988 ; - rdfs:label "is paternal uncle of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001927 -cco:ont00001927 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001975 ; - rdfs:label "has half brother"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is used by"@en ; + "x is used by y =Def y uses x"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001928 -cco:ont00001928 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range obo:BFO_0000004 ; - rdfs:label "is predecessor of"@en ; - skos:definition "x is_predecessor_of y iff x and y are both instances of Independent Continuant and there is some process p and x is an input to p and y is an output of p."@en ; - skos:scopeNote "More informally, x is_predecessor_of y iff y follows or replaces x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001929 -cco:ont00001929 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001988 ; - rdfs:label "is maternal uncle of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001930 -cco:ont00001930 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001930 ; - rdf:type owl:SymmetricProperty ; - rdfs:label "is second cousin of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is predecessor of"@en ; + "x is_predecessor_of y iff x and y are both instances of Independent Continuant and there is some process p and x is an input to p and y is an output of p."@en ; + "More informally, x is_predecessor_of y iff y follows or replaces x."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001931 -cco:ont00001931 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001810 ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "externally connects with"@en ; - skos:definition "x externally_connects_with y iff x and y are both instances of Immaterial Entity and x connects with y and x does not overlap y."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001932 -cco:ont00001932 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - rdfs:label "is niece of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "externally connects with"@en ; + "x externally_connects_with y iff x and y are both instances of Immaterial Entity and x connects with y and x does not overlap y."@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001933 -cco:ont00001933 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001803 ; - owl:inverseOf cco:ont00001962 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "process starts"@en ; - skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and y has starting instance i, and x occurs on r, and r has inside instant i."@en ; - skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001934 -cco:ont00001934 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001806 ; - rdfs:label "has maternal first cousin"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001935 -cco:ont00001935 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - rdfs:label "has father in law"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "process starts"@en ; + "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and y has starting instance i, and x occupies temporal region r, and r has inside instant i."@en ; + "A process x starts another process y when x causes y while x is still occurring."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001936 -cco:ont00001936 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain obo:BFO_0000002 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "is object of"@en ; - skos:definition "x is_object_of y iff x is an instance of Continuant and y is an instance of Process and y is performed by some instance of Agent z and x is part of the projected state that z intends to achieve by performing y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001937 -cco:ont00001937 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001840 ; - rdfs:label "has paternal grandmother"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range ; + rdfs:label "is object of"@en ; + "x is object of y =Def x participates in y, x is an Independent Continuant (but not a Spatial Region), y is a Process, and y is performed by Agent z and x is part of the projected state that z intends to achieve by performing y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001938 -cco:ont00001938 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001808 ; - rdfs:domain cco:ont00000958 ; - rdfs:range obo:BFO_0000001 ; - rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ; - rdfs:label "represents"@en ; - skos:definition "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en , - "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "represents"@en ; + "x represents y iff x is an instance of Representational Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en , + "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en , + "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001939 -cco:ont00001939 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001977 ; - rdfs:domain cco:ont00001017 ; - rdfs:range cco:ont00001017 ; - rdfs:label "is affiliated with"@en ; - skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is affiliated with"@en ; + "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001940 -cco:ont00001940 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001862 ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval is before"@en ; - skos:definition "x interval_is_before y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant w, z such that w is the ending instant of x and z is the starting instant of y and w is before z."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001941 -cco:ont00001941 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001955 ; - owl:inverseOf cco:ont00001958 ; - rdfs:label "is maternal aunt of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval is before"@en ; + "x interval_is_before y iff x and y are both instances of Temporal Interval and there exist instances of Temporal Instant w, z such that w is the ending instant of x and z is the starting instant of y and w is before z."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001942 -cco:ont00001942 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001808 ; - rdfs:domain cco:ont00000965 ; - rdfs:range obo:BFO_0000001 ; - rdfs:label "prescribes"@en ; - skos:definition "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ; - skos:example "A blueprint prescribes some artifact or facility by being a model for it." , - "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations." , - "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "prescribes"@en ; + "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ; + "A blueprint prescribes some artifact or facility by being a model for it." , + "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations." , + "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001943 -cco:ont00001943 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001977 ; - rdfs:domain cco:ont00001262 ; - rdfs:range cco:ont00001262 ; - rdfs:label "supervises"@en ; - skos:definition "x supervises y iff x and y are both instances of Person and x directs, manages, or oversees y."@en ; - cco:ont00001754 "http://en.wiktionary.org/wiki/supervise" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "supervises"@en ; + "x supervises y =Def y is supervised by x"@en ; + "http://en.wiktionary.org/wiki/supervise" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001944 -cco:ont00001944 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000176 , - cco:ont00001810 ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; - rdfs:label "spatial part of"@en ; - skos:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; - cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001945 -cco:ont00001945 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - rdfs:label "is grandchild of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001946 -cco:ont00001946 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001842 ; - owl:inverseOf cco:ont00001985 ; - rdfs:label "has father"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + rdfs:domain ; + rdfs:range ; + rdfs:label "spatial part of"@en ; + "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; + "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001947 -cco:ont00001947 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001809 ; - rdfs:domain obo:BFO_0000019 ; - rdfs:range obo:BFO_0000027 ; - rdfs:label "quality of aggregate"@en ; - skos:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001948 -cco:ont00001948 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001975 ; - rdfs:label "is half sister of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "quality of aggregate"@en ; + "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001949 -cco:ont00001949 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ont00001017 ; - rdfs:label "has accessory"@en ; - skos:definition "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ; - cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001950 -cco:ont00001950 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001950 ; - rdf:type owl:SymmetricProperty ; - rdfs:label "is third cousin of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has accessory"@en ; + "x has accessory y =Def y accessory in x"@en ; + "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001951 -cco:ont00001951 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000023 ; - rdfs:range obo:BFO_0000023 ; - rdfs:label "has subordinate role"@en ; - skos:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001952 -cco:ont00001952 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001818 ; - rdfs:label "is brother-in-law of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001953 -cco:ont00001953 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001995 ; - rdfs:label "has parent"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has subordinate role"@en ; + "x has subordinate role y =Def y is subordinate role to x"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001954 -cco:ont00001954 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000196 ; - rdfs:domain cco:ont00001017 ; - rdfs:range cco:ont00001379 ; - rdfs:label "has capability"@en ; - skos:definition "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001955 -cco:ont00001955 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - rdfs:label "is aunt of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has capability"@en ; + "x has capability y =Def y capability of x"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001956 -cco:ont00001956 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001836 ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range obo:BFO_0000016 ; - rdfs:label "aggregate has disposition"@en ; - skos:definition "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001957 -cco:ont00001957 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001804 ; - rdfs:label "is husband of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001958 -cco:ont00001958 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001789 ; - rdfs:label "has maternal aunt"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "aggregate has disposition"@en ; + "x aggregate has disposition y =Def y disposition of aggregate x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001959 -cco:ont00001959 rdf:type owl:ObjectProperty ; - owl:inverseOf cco:ont00001970 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "inhibits"@en ; - skos:definition "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001960 -cco:ont00001960 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001840 ; - rdfs:label "has maternal grandmother"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "inhibits"@en ; + "x inhibits y =Def y is inhibited by x"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001961 -cco:ont00001961 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000084 ; - rdfs:domain cco:ont00000120 ; - rdfs:range cco:ont00000253 ; - rdfs:label "is measurement unit of"@en ; - skos:definition "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is measurement unit of"@en ; + "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001962 -cco:ont00001962 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001819 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "process started by"@en ; - skos:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and x has starting instance i, and y occurs on r, and r has inside instant i."@en ; - skos:scopeNote "A process x is started by another process y when y causes x while y is still occurring."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "process started by"@en ; + "x process started by y =Def y process starts x"@en ; + "A process x is started by another process y when y causes x while y is still occurring."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001963 -cco:ont00001963 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001904 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00001010 ; - rdfs:label "is measured by ordinal"@en ; - skos:definition "x is_measured_by_ordinal y iff y is an instance of Ordinal Measurement Information Content Entity and x is an instance of Entity, such that y describes some attribute of x relative to a scale ordered by rank."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is measured by ordinal"@en ; + "x is measured by ordinal y =Def y is a ordinal measurement of x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001964 -cco:ont00001964 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001904 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00001364 ; - rdfs:label "is measured by interval"@en ; - skos:definition "y is_measured_by_interval x iff x is an instance of Interval Measurement Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is measured by interval"@en ; + "x is measured by interval y =Def y is a interval measurement of x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001965 -cco:ont00001965 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001904 ; - owl:inverseOf cco:ont00001983 ; - rdfs:domain obo:BFO_0000001 ; - rdfs:range cco:ont00001022 ; - rdfs:label "is measured by ratio"@en ; - skos:definition "y is_measured_by_ratio x iff x is an instance of Ratio Measurement Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is measured by ratio"@en ; + "x is measured by ratio y =Def y is a ratio measurement of x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001966 -cco:ont00001966 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001982 ; - rdfs:domain cco:ont00001163 ; - rdfs:range obo:BFO_0000001 ; - rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ; - rdfs:label "is a measurement of"@en ; - skos:definition "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001967 -cco:ont00001967 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001969 ; - rdfs:label "is nephew of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001968 -cco:ont00001968 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - rdfs:label "is descendent of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001969 -cco:ont00001969 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - rdfs:label "has nephew"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is a measurement of"@en ; + "x is_a_measurement_of y iff x is an instance of Measurement Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en , + "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001970 -cco:ont00001970 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "inhibited by"@en ; - skos:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "inhibited by"@en ; + "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001971 -cco:ont00001971 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000202 ; - rdfs:range obo:BFO_0000202 ; - rdfs:label "interval contained by"@en ; - skos:definition "x interval_contained_by y iff x and y are both instances of Temporal Interval and y interval_contains x."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001972 -cco:ont00001972 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001776 ; - rdfs:label "has paternal grandfather"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001973 -cco:ont00001973 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001776 ; - rdfs:label "has maternal grandfather"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval contained by"@en ; + "x interval_contained_by y iff x and y are both instances of Temporal Interval and y interval_contains x."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001974 -cco:ont00001974 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001942 ; - rdfs:domain cco:ont00001324 ; - rdfs:range obo:BFO_0000015 ; - rdfs:label "requires"@en ; - skos:definition "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001975 -cco:ont00001975 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001975 ; - rdf:type owl:SymmetricProperty ; - rdfs:label "is half-sibling of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "requires"@en ; + "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001976 -cco:ont00001976 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001920 ; - rdfs:domain cco:ont00000253 ; - rdfs:range cco:ont00001175 ; - rdfs:label "uses language"@en ; - skos:definition "x uses_language y iff x is an instance of an Information Bearing Entity and y is an instance of a Language such that the literal value of x is a string that is encoded according to the syntax of y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses language"@en ; + "x uses language y =Def y language used in x"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001977 -cco:ont00001977 rdf:type owl:ObjectProperty ; - rdfs:domain cco:ont00001017 ; - rdfs:range cco:ont00001017 ; - rdfs:label "has affiliate"@en ; - skos:definition "x has affiliate y iff y is affiliated with x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has affiliate"@en ; + "x has affiliate y =Def y is affiliated with x"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001978 -cco:ont00001978 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain cco:ont00001017 ; - rdfs:range cco:ont00000402 ; - rdfs:label "receives"@en ; - skos:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001979 -cco:ont00001979 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001996 ; - rdfs:label "is step-sister of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "receives"@en ; + "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001980 -cco:ont00001980 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001808 ; - rdfs:domain cco:ont00000127 ; - rdfs:range obo:BFO_0000001 ; - owl:propertyChainAxiom ( obo:BFO_0000178 - cco:ont00001982 - ) ; - rdfs:label "describes condition"@en ; - skos:definition "p describes_condition c iff p is an instance of a Performance Specification and c is an instance of Entity and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001981 -cco:ont00001981 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001850 ; - rdfs:label "has grandson"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + owl:propertyChainAxiom ( + + ) ; + rdfs:label "describes condition"@en ; + "p describes_condition c iff p is an instance of a Performance Specification and c is an instance of Entity and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001982 -cco:ont00001982 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001808 ; - rdfs:domain cco:ont00000853 ; - rdfs:range obo:BFO_0000001 ; - rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."@en ; - rdfs:label "describes"@en ; - skos:definition "x describes y iff x is an instance of Descriptive Information Content Entity, and y is an instance of Entity, such that x is_about the characteristics that identify y."@en ; - skos:example "the content of a newspaper article describes some current event" , - "the content of a visitor's log describes some facility visit" , - "the content of an accident report describes some accident" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "describes"@en ; + "x describes y iff x is an instance of Descriptive Information Content Entity, and y is an instance of Entity, such that x is_about the characteristics that identify y."@en ; + "the content of a newspaper article describes some current event" , + "the content of a visitor's log describes some facility visit" , + "the content of an accident report describes some accident" ; + "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001983 -cco:ont00001983 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001966 ; - rdfs:domain cco:ont00001022 ; - rdfs:range obo:BFO_0000001 ; - rdfs:label "is a ratio measurement of"@en ; - skos:definition "x is_a_ratio_measurement_of y iff x is an instance of Ratio Measurement Information Content Entity and y is an instance of Entity and x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is a ratio measurement of"@en ; + "x is_a_ratio_measurement_of y iff x is an instance of Ratio Measurement Information Content Entity and y is an instance of Entity and x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001984 -cco:ont00001984 rdf:type owl:ObjectProperty ; - rdfs:domain cco:ont00001017 ; - rdfs:range obo:BFO_0000015 ; - dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "has interest in"@en ; - skos:definition "A relation between an Agent and some Process where the Agent has an interest in that Process."@en ; - skos:editorialNote "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the Agent, or historically of evolutionary benefit to the Agent's ancestors, or facilitates a process the Agent has an interest in for the prior two reasons. The process an Agent has an interest could in many or all ways be harmful to the Agent."@en ; - skos:prefLabel "has interest in"@en ; - skos:scopeNote "There are four conditions in which an agent has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) agent x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001985 -cco:ont00001985 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001995 ; - rdfs:label "is father of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "has interest in"@en ; + "A relation between an Agent and some Process where the Agent has an interest in that Process."@en ; + "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the Agent, or historically of evolutionary benefit to the Agent's ancestors, or facilitates a process the Agent has an interest in for the prior two reasons. The process an Agent has an interest could in many or all ways be harmful to the Agent."@en ; + "has interest in"@en ; + "There are four conditions in which an agent has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) agent x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001986 -cco:ont00001986 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000002 ; - rdfs:label "has output"@en ; - skos:definition "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001987 -cco:ont00001987 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001995 ; - rdfs:label "has daughter"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001988 -cco:ont00001988 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - rdfs:label "is uncle of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:label "has output"@en ; + "x has output y =Def y is output of x"@en ; + "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001989 -cco:ont00001989 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001855 ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - rdfs:label "has nontangential part"@en ; - skos:definition "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has nontangential part"@en ; + "x has nontangential part y =Def y nontangential part of x"@en ; + "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001990 -cco:ont00001990 rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000148 ; - rdfs:range obo:BFO_0000148 ; - rdfs:label "instant is before"@en ; - skos:definition "x instant_is_before y iff x and y are both instances of Zero Dimensional Temporal Region and there exists some instance of Temporal Interval z such that x is the starting instant of z and y is the ending instant of z."@en ; - skos:scopeNote "'instant is before' is a primitive relationship. Informally, a temporal instant x is before some temporal instant y iff x precedes y."@en ; - cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "instant is before"@en ; + "x instant_is_before y iff x and y are both instances of Zero Dimensional Temporal Region and there exists some instance of Temporal Interval z such that x is the starting instant of z and y is the ending instant of z."@en ; + "'instant is before' is a primitive relationship. Informally, a temporal instant x is before some temporal instant y iff x precedes y."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001992 -cco:ont00001992 rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000023 ; - rdfs:range cco:ont00001180 ; - rdfs:label "has organizational context"@en ; - skos:definition "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has organizational context"@en ; + "x has organizational context y =Def y is organizational context of x"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001993 -cco:ont00001993 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain cco:ont00001017 ; - rdfs:range cco:ont00000402 ; - rdfs:label "sends"@en ; - skos:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001994 -cco:ont00001994 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001955 ; - rdfs:label "is paternal aunt of"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001995 -cco:ont00001995 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - rdfs:domain cco:ont00001262 ; - rdfs:range cco:ont00001262 ; - rdfs:label "is parent of"@en ; - skos:definition "x is_parent_of y is a familial relationship between an instance of Person x and a different instance of Person y." ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001996 -cco:ont00001996 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001865 ; - owl:inverseOf cco:ont00001996 ; - rdfs:label "is step-sibling of"@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "sends"@en ; + "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001997 -cco:ont00001997 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000084 ; - rdfs:domain cco:ont00000398 ; - rdfs:range cco:ont00000253 ; - rdfs:label "is reference system of"@en ; - skos:definition "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is reference system of"@en ; + "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001998 -cco:ont00001998 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:ont00001920 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ont00001324 ; - rdfs:label "is permitted by"@en ; - skos:definition "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; - skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is permitted by"@en ; + "x is permitted by y =Def y permits x"@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ################################################################# @@ -3045,105 +2494,105 @@ cco:ont00001998 rdf:type owl:ObjectProperty ; ### http://www.opengis.net/ont/geosparql#asWKT rdf:type owl:DatatypeProperty ; - rdfs:comment "ISO 19162:2015"@en ; rdfs:label "as WKT"@en ; - skos:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ; - skos:example "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ; + "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ; + "ISO 19162:2015"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001763 -cco:ont00001763 rdf:type owl:DatatypeProperty ; - rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ; - rdfs:label "has altitude value"@en ; - skos:scopeNote "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:label "has altitude value"@en ; + "Altitude values typically use kilometers as the Unit of Measurement."@en , + "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001764 -cco:ont00001764 rdf:type owl:DatatypeProperty ; - rdfs:range xsd:decimal ; - rdfs:label "has longitude value"@en ; - skos:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + rdfs:label "has longitude value"@en ; + "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001765 -cco:ont00001765 rdf:type owl:DatatypeProperty ; - rdfs:domain cco:ont00000253 ; - rdfs:label "has text value"@en ; - skos:definition "A data property that has as its range a string value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "has text value"@en ; + "A data property that has as its range a string value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001766 -cco:ont00001766 rdf:type owl:DatatypeProperty ; - rdfs:range xsd:decimal ; - rdfs:label "has latitude value"@en ; - skos:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + rdfs:label "has latitude value"@en ; + "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001767 -cco:ont00001767 rdf:type owl:DatatypeProperty ; - rdfs:domain cco:ont00000253 ; - rdfs:range xsd:dateTime ; - rdfs:label "has datetime value"@en ; - skos:definition "A data property that has as its value a datetime value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:dateTime ; + rdfs:label "has datetime value"@en ; + "A data property that has as its value a datetime value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001768 -cco:ont00001768 rdf:type owl:DatatypeProperty ; - rdfs:domain cco:ont00000253 ; - rdfs:range xsd:anyURI ; - rdfs:label "has URI value"@en ; - skos:definition "A data property that has as its range a URI value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "has URI value"@en ; + "A data property that has as its range a URI value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001769 -cco:ont00001769 rdf:type owl:DatatypeProperty ; - rdfs:domain cco:ont00000253 ; - rdfs:range xsd:decimal ; - rdfs:label "has decimal value"@en ; - skos:definition "A data property that has as its range a decimal value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:decimal ; + rdfs:label "has decimal value"@en ; + "A data property that has as its range a decimal value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001770 -cco:ont00001770 rdf:type owl:DatatypeProperty ; - rdfs:domain cco:ont00000253 ; - rdfs:range xsd:double ; - rdfs:label "has double value"@en ; - skos:definition "A data property that has as its range a double value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:double ; + rdfs:label "has double value"@en ; + "A data property that has as its range a double value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001771 -cco:ont00001771 rdf:type owl:DatatypeProperty ; - rdfs:domain cco:ont00000253 ; - rdfs:label "has date value"@en ; - skos:definition "A data property that has as its range a date value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "has date value"@en ; + "A data property that has as its range a date value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001772 -cco:ont00001772 rdf:type owl:DatatypeProperty ; - rdfs:domain cco:ont00000253 ; - rdfs:range xsd:boolean ; - rdfs:label "has boolean value"@en ; - skos:definition "A data property that has as its range a boolean value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:boolean ; + rdfs:label "has boolean value"@en ; + "A data property that has as its range a boolean value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001773 -cco:ont00001773 rdf:type owl:DatatypeProperty ; - rdfs:domain cco:ont00000253 ; - rdfs:range xsd:integer ; - rdfs:label "has integer value"@en ; - skos:definition "A data property that has as its range an integer value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:integer ; + rdfs:label "has integer value"@en ; + "A data property that has as its range an integer value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ################################################################# @@ -3151,14407 +2600,14039 @@ cco:ont00001773 rdf:type owl:DatatypeProperty ; ################################################################# ### http://purl.obolibrary.org/obo/BFO_0000001 -obo:BFO_0000001 rdf:type owl:Class ; - "001-BFO" ; - rdfs:label "entity"@en ; - skos:definition "(Elucidation) An entity is anything that exists or has existed or will exist"@en ; - skos:example "Julius Caesar; the Second World War; your body mass index; Verdi's Requiem"@en . + rdf:type owl:Class ; + "001-BFO" ; + rdfs:label "entity"@en ; + "(Elucidation) An entity is anything that exists or has existed or will exist"@en ; + "Julius Caesar; the Second World War; your body mass index; Verdi's Requiem"@en . ### http://purl.obolibrary.org/obo/BFO_0000002 -obo:BFO_0000002 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000001 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:allValuesFrom obo:BFO_0000002 - ] ; - owl:disjointWith obo:BFO_0000003 ; - "008-BFO" ; - rdfs:label "continuant"@en ; - skos:definition "(Elucidation) A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity"@en ; - skos:example "A human being; a tennis ball; a cave; a region of space; someone's temperature"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + owl:disjointWith ; + "008-BFO" ; + rdfs:label "continuant"@en ; + "(Elucidation) A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity"@en ; + "A human being; a tennis ball; a cave; a region of space; someone's temperature"@en . ### http://purl.obolibrary.org/obo/BFO_0000003 -obo:BFO_0000003 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000001 ; - "077-BFO" ; - rdfs:label "occurrent"@en ; - skos:definition "(Elucidation) An occurrent is an entity that unfolds itself in time or it is the start or end of such an entity or it is a temporal or spatiotemporal region"@en ; - skos:example "As for process, history, process boundary, spatiotemporal region, zero-dimensional temporal region, one-dimensional temporal region, temporal interval, temporal instant."@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "077-BFO" ; + rdfs:label "occurrent"@en ; + "(Elucidation) An occurrent is an entity that unfolds itself in time or it is the start or end of such an entity or it is a temporal or spatiotemporal region"@en ; + "As for process, history, process boundary, spatiotemporal region, zero-dimensional temporal region, one-dimensional temporal region, temporal interval, temporal instant."@en . ### http://purl.obolibrary.org/obo/BFO_0000004 -obo:BFO_0000004 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000002 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:allValuesFrom obo:BFO_0000004 - ] ; - "017-BFO" ; - rdfs:label "independent continuant"@en ; - skos:definition "b is an independent continuant =Def b is a continuant & there is no c such that b specifically depends on c or b generically depends on c"@en ; - skos:example "An atom; a molecule; an organism; a heart; a chair; the bottom right portion of a human torso; a leg; the interior of your mouth; a spatial region; an orchestra"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "017-BFO" ; + rdfs:label "independent continuant"@en ; + "b is an independent continuant =Def b is a continuant & there is no c such that b specifically depends on c or b generically depends on c"@en ; + "An atom; a molecule; an organism; a heart; a chair; the bottom right portion of a human torso; a leg; the interior of your mouth; a spatial region; an orchestra"@en . ### http://purl.obolibrary.org/obo/BFO_0000006 -obo:BFO_0000006 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000141 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:allValuesFrom obo:BFO_0000006 - ] ; - "035-BFO" ; - rdfs:label "spatial region"@en ; - skos:definition "(Elucidation) A spatial region is a continuant entity that is a continuant part of the spatial projection of a portion of spacetime at a given time"@en ; - skos:example "As for zero-dimensional spatial region, one-dimensional spatial region, two-dimensional spatial region, three-dimensional spatial region"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "035-BFO" ; + rdfs:label "spatial region"@en ; + "(Elucidation) A spatial region is a continuant entity that is a continuant part of the spatial projection of a portion of spacetime at a given time"@en ; + "As for zero-dimensional spatial region, one-dimensional spatial region, two-dimensional spatial region, three-dimensional spatial region"@en . ### http://purl.obolibrary.org/obo/BFO_0000008 -obo:BFO_0000008 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000003 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:allValuesFrom obo:BFO_0000008 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000139 ; - owl:allValuesFrom obo:BFO_0000008 - ] ; - "100-BFO" ; - rdfs:label "temporal region"@en ; - skos:definition "(Elucidation) A temporal region is an occurrent over which processes can unfold"@en ; - skos:example "As for zero-dimensional temporal region and one-dimensional temporal region"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "100-BFO" ; + rdfs:label "temporal region"@en ; + "(Elucidation) A temporal region is an occurrent over which processes can unfold"@en ; + "As for zero-dimensional temporal region and one-dimensional temporal region"@en . ### http://purl.obolibrary.org/obo/BFO_0000009 -obo:BFO_0000009 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000006 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000009 - obo:BFO_0000018 - obo:BFO_0000026 - ) - ] - ] ; - "039-BFO" ; - rdfs:label "two-dimensional spatial region"@en ; - skos:definition "(Elucidation) A two-dimensional spatial region is a spatial region that is a whole consisting of a surface together with zero or more surfaces which may have spatial regions of lower dimension as parts"@en ; - skos:example "The surface of a sphere-shaped part of space; an infinitely thin plane in space"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] + ] ; + "039-BFO" ; + rdfs:label "two-dimensional spatial region"@en ; + "(Elucidation) A two-dimensional spatial region is a spatial region that is a whole consisting of a surface together with zero or more surfaces which may have spatial regions of lower dimension as parts"@en ; + "The surface of a sphere-shaped part of space; an infinitely thin plane in space"@en . ### http://purl.obolibrary.org/obo/BFO_0000011 -obo:BFO_0000011 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000003 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:allValuesFrom obo:BFO_0000011 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000139 ; - owl:allValuesFrom obo:BFO_0000011 - ] ; - "095-BFO" ; - rdfs:label "spatiotemporal region"@en ; - skos:definition "(Elucidation) A spatiotemporal region is an occurrent that is an occurrent part of spacetime"@en ; - skos:example "The spatiotemporal region occupied by the development of a cancer tumour; the spatiotemporal region occupied by an orbiting satellite"@en ; - skos:scopeNote "'Spacetime' here refers to the maximal instance of the universal spatiotemporal region."@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "095-BFO" ; + rdfs:label "spatiotemporal region"@en ; + "(Elucidation) A spatiotemporal region is an occurrent that is an occurrent part of spacetime"@en ; + "The spatiotemporal region occupied by the development of a cancer tumour; the spatiotemporal region occupied by an orbiting satellite"@en ; + "'Spacetime' here refers to the maximal instance of the universal spatiotemporal region."@en . ### http://purl.obolibrary.org/obo/BFO_0000015 -obo:BFO_0000015 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000003 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000117 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000035 - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:allValuesFrom obo:BFO_0000015 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000139 ; - owl:allValuesFrom obo:BFO_0000015 - ] ; - "083-BFO" ; - rdfs:label "process"@en ; - skos:altLabel "event"@en ; - skos:definition "(Elucidation) p is a process means p is an occurrent that has some temporal proper part and for some time t, p has some material entity as participant"@en ; - skos:example "An act of selling; the life of an organism; a process of sleeping; a process of cell-division; a beating of the heart; a process of meiosis; the taxiing of an aircraft; the programming of a computer"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "083-BFO" ; + rdfs:label "process"@en ; + "event"@en ; + "(Elucidation) p is a process means p is an occurrent that has some temporal proper part and for some time t, p has some material entity as participant"@en ; + "An act of selling; the life of an organism; a process of sleeping; a process of cell-division; a beating of the heart; a process of meiosis; the taxiing of an aircraft; the programming of a computer"@en . ### http://purl.obolibrary.org/obo/BFO_0000016 -obo:BFO_0000016 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - owl:disjointWith obo:BFO_0000023 ; - "062-BFO" ; - rdfs:label "disposition"@en ; - skos:altLabel "internally-grounded realizable entity"@en ; - skos:definition "(Elucidation) A disposition b is a realizable entity such that if b ceases to exist then its bearer is physically changed & b's realization occurs when and because this bearer is in some special physical circumstances & this realization occurs in virtue of the bearer's physical make-up"@en ; - skos:example "An atom of element X has the disposition to decay to an atom of element Y; the cell wall is disposed to transport cellular material through endocytosis and exocytosis; certain people have a predisposition to colon cancer; children are innately disposed to categorize objects in certain ways"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "062-BFO" ; + rdfs:label "disposition"@en ; + "internally-grounded realizable entity"@en ; + "(Elucidation) A disposition b is a realizable entity such that if b ceases to exist then its bearer is physically changed & b's realization occurs when and because this bearer is in some special physical circumstances & this realization occurs in virtue of the bearer's physical make-up"@en ; + "An atom of element X has the disposition to decay to an atom of element Y; the cell wall is disposed to transport cellular material through endocytosis and exocytosis; certain people have a predisposition to colon cancer; children are innately disposed to categorize objects in certain ways"@en . ### http://purl.obolibrary.org/obo/BFO_0000017 -obo:BFO_0000017 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000020 ; - owl:disjointWith obo:BFO_0000019 ; - "058-BFO" ; - rdfs:label "realizable entity"@en ; - skos:definition "(Elucidation) A realizable entity is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region & which is of a type some instances of which are realized in processes of a correlated type"@en ; - skos:example "The role of being a doctor; the role of this boundary to delineate where Utah and Colorado meet; the function of your reproductive organs; the disposition of your blood to coagulate; the disposition of this piece of metal to conduct electricity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "058-BFO" ; + rdfs:label "realizable entity"@en ; + "(Elucidation) A realizable entity is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region & which is of a type some instances of which are realized in processes of a correlated type"@en ; + "The role of being a doctor; the role of this boundary to delineate where Utah and Colorado meet; the function of your reproductive organs; the disposition of your blood to coagulate; the disposition of this piece of metal to conduct electricity"@en . ### http://purl.obolibrary.org/obo/BFO_0000018 -obo:BFO_0000018 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000006 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom obo:BFO_0000018 - ] ; - "037-BFO" ; - rdfs:label "zero-dimensional spatial region"@en ; - skos:definition "(Elucidation) A zero-dimensional spatial region is one or a collection of more than one spatially disjoint points in space"@en ; - skos:example "The spatial region occupied at some time instant by the North Pole"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "037-BFO" ; + rdfs:label "zero-dimensional spatial region"@en ; + "(Elucidation) A zero-dimensional spatial region is one or a collection of more than one spatially disjoint points in space"@en ; + "The spatial region occupied at some time instant by the North Pole"@en . ### http://purl.obolibrary.org/obo/BFO_0000019 -obo:BFO_0000019 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000020 ; - "055-BFO" ; - rdfs:label "quality"@en ; - skos:definition "(Elucidation) A quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized"@en ; - skos:example "The colour of a tomato; the ambient temperature of this portion of air; the length of the circumference of your waist; the shape of your nose; the shape of your nostril; the mass of this piece of gold"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "055-BFO" ; + rdfs:label "quality"@en ; + "(Elucidation) A quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized"@en ; + "The colour of a tomato; the ambient temperature of this portion of air; the length of the circumference of your waist; the shape of your nose; the shape of your nostril; the mass of this piece of gold"@en . ### http://purl.obolibrary.org/obo/BFO_0000020 -obo:BFO_0000020 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000002 ; - "050-BFO" ; - rdfs:label "specifically dependent continuant"@en ; - skos:definition "b is a specifically dependent continuant =Def b is a continuant & there is some independent continuant c which is not a spatial region & which is such that b specifically depends on c"@en ; - skos:example "(with multiple bearers) John's love for Mary; the ownership relation between John and this statue; the relation of authority between John and his subordinates"@en , - "(with one bearer) The mass of this tomato; the pink colour of a medium rare piece of grilled filet mignon at its centre; the smell of this portion of mozzarella; the disposition of this fish to decay; the role of being a doctor; the function of this heart to pump blood; the shape of this hole"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "050-BFO" ; + rdfs:label "specifically dependent continuant"@en ; + "b is a specifically dependent continuant =Def b is a continuant & there is some independent continuant c which is not a spatial region & which is such that b specifically depends on c"@en ; + "(with multiple bearers) John's love for Mary; the ownership relation between John and this statue; the relation of authority between John and his subordinates"@en , + "(with one bearer) The mass of this tomato; the pink colour of a medium rare piece of grilled filet mignon at its centre; the smell of this portion of mozzarella; the disposition of this fish to decay; the role of being a doctor; the function of this heart to pump blood; the shape of this hole"@en . ### http://purl.obolibrary.org/obo/BFO_0000023 -obo:BFO_0000023 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - "061-BFO" ; - rdfs:label "role"@en ; - skos:altLabel "externally-grounded realizable entity"@en ; - skos:definition "(Elucidation) A role b is a realizable entity such that b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be & b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed"@en ; - skos:example "The priest role; the student role; the role of subject in a clinical trial; the role of a stone in marking a property boundary; the role of a boundary to demarcate two neighbouring administrative territories; the role of a building in serving as a military target"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "061-BFO" ; + rdfs:label "role"@en ; + "externally-grounded realizable entity"@en ; + "(Elucidation) A role b is a realizable entity such that b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be & b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed"@en ; + "The priest role; the student role; the role of subject in a clinical trial; the role of a stone in marking a property boundary; the role of a boundary to demarcate two neighbouring administrative territories; the role of a building in serving as a military target"@en . ### http://purl.obolibrary.org/obo/BFO_0000024 -obo:BFO_0000024 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - "027-BFO" ; - rdfs:label "fiat object part"@en ; - skos:definition "(Elucidation) A fiat object part b is a material entity & such that if b exists then it is continuant part of some object c & demarcated from the remainder of c by one or more fiat surfaces"@en ; - skos:example "The upper and lower lobes of the left lung; the dorsal and ventral surfaces of the body; the Western hemisphere of the Earth; the FMA:regional parts of an intact human body"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "027-BFO" ; + rdfs:label "fiat object part"@en ; + "(Elucidation) A fiat object part b is a material entity & such that if b exists then it is continuant part of some object c & demarcated from the remainder of c by one or more fiat surfaces"@en ; + "The upper and lower lobes of the left lung; the dorsal and ventral surfaces of the body; the Western hemisphere of the Earth; the FMA:regional parts of an intact human body"@en . ### http://purl.obolibrary.org/obo/BFO_0000026 -obo:BFO_0000026 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000006 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000018 - obo:BFO_0000026 - ) - ] - ] ; - "038-BFO" ; - rdfs:label "one-dimensional spatial region"@en ; - skos:definition "(Elucidation) A one-dimensional spatial region is a whole consisting of a line together with zero or more lines which may have points as parts"@en ; - skos:example "An edge of a cube-shaped portion of space; a line connecting two points; two parallel lines extended in space"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] ; + "038-BFO" ; + rdfs:label "one-dimensional spatial region"@en ; + "(Elucidation) A one-dimensional spatial region is a whole consisting of a line together with zero or more lines which may have points as parts"@en ; + "An edge of a cube-shaped portion of space; a line connecting two points; two parallel lines extended in space"@en . ### http://purl.obolibrary.org/obo/BFO_0000027 -obo:BFO_0000027 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - "025-BFO" ; - rdfs:label "object aggregate"@en ; - skos:definition "(Elucidation) An object aggregate is a material entity consisting exactly of a plurality (≥1) of objects as member parts which together form a unit"@en ; - skos:example "The aggregate of the musicians in a symphony orchestra and their instruments; the aggregate of bearings in a constant velocity axle joint; the nitrogen atoms in the atmosphere; a collection of cells in a blood biobank"@en ; - skos:scopeNote "'Exactly' means that there are no parts of the object aggregate other than its member parts." , - "The unit can, at certain times, consist of exactly one object, for example, when a wolf litter loses all but one of its pups, but it must at some time have a plurality of member parts." . + rdf:type owl:Class ; + rdfs:subClassOf ; + "025-BFO" ; + rdfs:label "object aggregate"@en ; + "(Elucidation) An object aggregate is a material entity consisting exactly of a plurality (≥1) of objects as member parts which together form a unit"@en ; + "The aggregate of the musicians in a symphony orchestra and their instruments; the aggregate of bearings in a constant velocity axle joint; the nitrogen atoms in the atmosphere; a collection of cells in a blood biobank"@en ; + "'Exactly' means that there are no parts of the object aggregate other than its member parts." , + "The unit can, at certain times, consist of exactly one object, for example, when a wolf litter loses all but one of its pups, but it must at some time have a plurality of member parts." . ### http://purl.obolibrary.org/obo/BFO_0000028 -obo:BFO_0000028 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000006 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom obo:BFO_0000006 - ] ; - "040-BFO" ; - rdfs:label "three-dimensional spatial region"@en ; - skos:definition "(Elucidation) A three-dimensional spatial region is a whole consisting of a spatial volume together with zero or more spatial volumes which may have spatial regions of lower dimension as parts"@en ; - skos:example "A cube-shaped region of space; a sphere-shaped region of space; the region of space occupied by all and only the planets in the solar system at some point in time"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "040-BFO" ; + rdfs:label "three-dimensional spatial region"@en ; + "(Elucidation) A three-dimensional spatial region is a whole consisting of a spatial volume together with zero or more spatial volumes which may have spatial regions of lower dimension as parts"@en ; + "A cube-shaped region of space; a sphere-shaped region of space; the region of space occupied by all and only the planets in the solar system at some point in time"@en . ### http://purl.obolibrary.org/obo/BFO_0000029 -obo:BFO_0000029 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000141 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000029 - obo:BFO_0000040 - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000029 - obo:BFO_0000140 - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000210 ; - owl:allValuesFrom obo:BFO_0000028 - ] ; - "034-BFO" ; - rdfs:label "site"@en ; - skos:definition "(Elucidation) A site is a three-dimensional immaterial entity whose boundaries either (partially or wholly) coincide with the boundaries of one or more material entities or have locations determined in relation to some material entity"@en ; - skos:example "A hole in a portion of cheese; a rabbit hole; the Grand Canyon; the Piazza San Marco; the kangaroo-joey-containing hole of a kangaroo pouch; your left nostril (a fiat part - the opening - of your left nasal cavity); the lumen of your gut; the hold of a ship; the interior of the trunk of your car; hole in an engineered floor joist"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "034-BFO" ; + rdfs:label "site"@en ; + "(Elucidation) A site is a three-dimensional immaterial entity whose boundaries either (partially or wholly) coincide with the boundaries of one or more material entities or have locations determined in relation to some material entity"@en ; + "A hole in a portion of cheese; a rabbit hole; the Grand Canyon; the Piazza San Marco; the kangaroo-joey-containing hole of a kangaroo pouch; your left nostril (a fiat part - the opening - of your left nasal cavity); the lumen of your gut; the hold of a ship; the interior of the trunk of your car; hole in an engineered floor joist"@en . ### http://purl.obolibrary.org/obo/BFO_0000030 -obo:BFO_0000030 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - "024-BFO" ; - rdfs:label "object"@en ; - skos:definition "(Elucidation) An object is a material entity which manifests causal unity & is of a type instances of which are maximal relative to the sort of causal unity manifested"@en ; - skos:example "An organism; a fish tank; a planet; a laptop; a valve; a block of marble; an ice cube"@en ; - skos:scopeNote "A description of three primary sorts of causal unity is provided in Basic Formal Ontology 2.0. Specification and User Guide"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "024-BFO" ; + rdfs:label "object"@en ; + "(Elucidation) An object is a material entity which manifests causal unity & is of a type instances of which are maximal relative to the sort of causal unity manifested"@en ; + "An organism; a fish tank; a planet; a laptop; a valve; a block of marble; an ice cube"@en ; + "A description of three primary sorts of causal unity is provided in Basic Formal Ontology 2.0. Specification and User Guide"@en . ### http://purl.obolibrary.org/obo/BFO_0000031 -obo:BFO_0000031 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000002 ; - "074-BFO" ; - rdfs:label "generically dependent continuant"@en ; - skos:altLabel "g-dependent continuant"@en ; - skos:definition "(Elucidation) A generically dependent continuant is an entity that exists in virtue of the fact that there is at least one of what may be multiple copies which is the content or the pattern that multiple copies would share"@en ; - skos:example "The pdf file on your laptop; the pdf file that is a copy thereof on my laptop; the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule; the content that is shared by a string of dots and dashes written on a page and the transmitted Morse code signal; the content of a sentence; an engineering blueprint"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "074-BFO" ; + rdfs:label "generically dependent continuant"@en ; + "g-dependent continuant"@en ; + "(Elucidation) A generically dependent continuant is an entity that exists in virtue of the fact that there is at least one of what may be multiple copies which is the content or the pattern that multiple copies would share"@en ; + "The pdf file on your laptop; the pdf file that is a copy thereof on my laptop; the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule; the content that is shared by a string of dots and dashes written on a page and the transmitted Morse code signal; the content of a sentence; an engineering blueprint"@en . ### http://purl.obolibrary.org/obo/BFO_0000034 -obo:BFO_0000034 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - "064-BFO" ; - rdfs:label "function"@en ; - skos:definition "(Elucidation) A function is a disposition that exists in virtue of its bearer's physical make-up & this physical make-up is something the bearer possesses because it came into being either through evolution (in the case of natural biological entities) or through intentional design (in the case of artefacts) in order to realize processes of a certain sort"@en ; - skos:example "The function of a hammer to drive in nails; the function of a heart pacemaker to regulate the beating of a heart through electricity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "064-BFO" ; + rdfs:label "function"@en ; + "(Elucidation) A function is a disposition that exists in virtue of its bearer's physical make-up & this physical make-up is something the bearer possesses because it came into being either through evolution (in the case of natural biological entities) or through intentional design (in the case of artefacts) in order to realize processes of a certain sort"@en ; + "The function of a hammer to drive in nails; the function of a heart pacemaker to regulate the beating of a heart through electricity"@en . ### http://purl.obolibrary.org/obo/BFO_0000035 -obo:BFO_0000035 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000003 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000117 ; - owl:allValuesFrom obo:BFO_0000035 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000121 ; - owl:allValuesFrom obo:BFO_0000035 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000035 - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000139 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000035 - ) - ] - ] ; - "084-BFO" ; - rdfs:label "process boundary"@en ; - skos:definition "p is a process boundary =Def p is a temporal part of a process & p has no proper temporal parts"@en ; - skos:example "The boundary between the 2nd and 3rd year of your life"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] ; + "084-BFO" ; + rdfs:label "process boundary"@en ; + "p is a process boundary =Def p is a temporal part of a process & p has no proper temporal parts"@en ; + "The boundary between the 2nd and 3rd year of your life"@en . ### http://purl.obolibrary.org/obo/BFO_0000038 -obo:BFO_0000038 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000008 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000121 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000038 - obo:BFO_0000148 - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000139 ; - owl:allValuesFrom obo:BFO_0000038 - ] ; - owl:disjointWith obo:BFO_0000148 ; - "103-BFO" ; - rdfs:label "one-dimensional temporal region"@en ; - skos:definition "(Elucidation) A one-dimensional temporal region is a temporal region that is a whole that has a temporal interval and zero or more temporal intervals and temporal instants as parts"@en ; - skos:example "The temporal region during which a process occurs"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + owl:disjointWith ; + "103-BFO" ; + rdfs:label "one-dimensional temporal region"@en ; + "(Elucidation) A one-dimensional temporal region is a temporal region that is a whole that has a temporal interval and zero or more temporal intervals and temporal instants as parts"@en ; + "The temporal region during which a process occurs"@en . ### http://purl.obolibrary.org/obo/BFO_0000040 -obo:BFO_0000040 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000004 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:allValuesFrom obo:BFO_0000040 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000029 - obo:BFO_0000040 - obo:BFO_0000140 - ) - ] - ] ; - owl:disjointWith obo:BFO_0000141 ; - "019-BFO" ; - rdfs:label "material entity"@en ; - skos:definition "(Elucidation) A material entity is an independent continuant has some portion of matter as continuant part"@en ; - skos:example "A human being; the undetached arm of a human being; an aggregate of human beings"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] + ] ; + owl:disjointWith ; + "019-BFO" ; + rdfs:label "material entity"@en ; + "(Elucidation) A material entity is an independent continuant has some portion of matter as continuant part"@en ; + "A human being; the undetached arm of a human being; an aggregate of human beings"@en . ### http://purl.obolibrary.org/obo/BFO_0000140 -obo:BFO_0000140 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000141 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000124 ; - owl:allValuesFrom obo:BFO_0000140 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom obo:BFO_0000140 - ] ; - "029-BFO" ; - rdfs:label "continuant fiat boundary"@en ; - skos:definition "(Elucidation) A continuant fiat boundary b is an immaterial entity that is of zero, one or two dimensions & such that there is no time t when b has a spatial region as continuant part & whose location is determined in relation to some material entity"@en ; - skos:example "As for fiat point, fiat line, fiat surface"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "029-BFO" ; + rdfs:label "continuant fiat boundary"@en ; + "(Elucidation) A continuant fiat boundary b is an immaterial entity that is of zero, one or two dimensions & such that there is no time t when b has a spatial region as continuant part & whose location is determined in relation to some material entity"@en ; + "As for fiat point, fiat line, fiat surface"@en . ### http://purl.obolibrary.org/obo/BFO_0000141 -obo:BFO_0000141 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000004 ; - "028-BFO" ; - rdfs:label "immaterial entity"@en ; - skos:definition "b is an immaterial entity =Def b is an independent continuant which is such that there is no time t when it has a material entity as continuant part"@en ; - skos:example "As for fiat point, fiat line, fiat surface, site"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "028-BFO" ; + rdfs:label "immaterial entity"@en ; + "b is an immaterial entity =Def b is an independent continuant which is such that there is no time t when it has a material entity as continuant part"@en ; + "As for fiat point, fiat line, fiat surface, site"@en . ### http://purl.obolibrary.org/obo/BFO_0000142 -obo:BFO_0000142 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000140 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000142 - obo:BFO_0000147 - ) - ] - ] ; - "032-BFO" ; - rdfs:label "fiat line"@en ; - skos:definition "(Elucidation) A fiat line is a one-dimensional continuant fiat boundary that is continuous"@en ; - skos:example "The Equator; all geopolitical boundaries; all lines of latitude and longitude; the median sulcus of your tongue; the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] ; + "032-BFO" ; + rdfs:label "fiat line"@en ; + "(Elucidation) A fiat line is a one-dimensional continuant fiat boundary that is continuous"@en ; + "The Equator; all geopolitical boundaries; all lines of latitude and longitude; the median sulcus of your tongue; the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin"@en . ### http://purl.obolibrary.org/obo/BFO_0000144 -obo:BFO_0000144 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000003 ; - rdfs:label "Process Profile"@en ; - skos:definition "An occurrent that is an occurrent part of some process by virtue of the rate, or pattern, or amplitude of change in an attribute of one or more participants of said process."@en ; - skos:example "On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels; One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance.; The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on."@en ; - skos:scopeNote "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Process Profile"@en ; + "An occurrent that is an occurrent part of some process by virtue of the rate, or pattern, or amplitude of change in an attribute of one or more participants of said process."@en ; + "On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels; One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance.; The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on."@en ; + "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### http://purl.obolibrary.org/obo/BFO_0000145 -obo:BFO_0000145 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - "057-BFO" ; - rdfs:label "relational quality"@en ; - skos:definition "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en ; - skos:example "A marriage bond; an instance of love; an obligation between one person and another"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "057-BFO" ; + rdfs:label "relational quality"@en ; + "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en ; + "A marriage bond; an instance of love; an obligation between one person and another"@en . ### http://purl.obolibrary.org/obo/BFO_0000146 -obo:BFO_0000146 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000140 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom obo:BFO_0000140 - ] ; - "033-BFO" ; - rdfs:label "fiat surface"@en ; - skos:definition "(Elucidation) A fiat surface is a two-dimensional continuant fiat boundary that is self-connected"@en ; - skos:example "The surface of the Earth; the plane separating the smoking from the non-smoking zone in a restaurant"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "033-BFO" ; + rdfs:label "fiat surface"@en ; + "(Elucidation) A fiat surface is a two-dimensional continuant fiat boundary that is self-connected"@en ; + "The surface of the Earth; the plane separating the smoking from the non-smoking zone in a restaurant"@en . ### http://purl.obolibrary.org/obo/BFO_0000147 -obo:BFO_0000147 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000140 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom obo:BFO_0000147 - ] ; - "031-BFO" ; - rdfs:label "fiat point"@en ; - skos:definition "(Elucidation) A fiat point is a zero-dimensional continuant fiat boundary that consists of a single point"@en ; - skos:example "The geographic North Pole; the quadripoint where the boundaries of Colorado, Utah, New Mexico and Arizona meet; the point of origin of some spatial coordinate system"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "031-BFO" ; + rdfs:label "fiat point"@en ; + "(Elucidation) A fiat point is a zero-dimensional continuant fiat boundary that consists of a single point"@en ; + "The geographic North Pole; the quadripoint where the boundaries of Colorado, Utah, New Mexico and Arizona meet; the point of origin of some spatial coordinate system"@en . ### http://purl.obolibrary.org/obo/BFO_0000148 -obo:BFO_0000148 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000008 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000121 ; - owl:allValuesFrom obo:BFO_0000148 - ] ; - "102-BFO" ; - rdfs:label "zero-dimensional temporal region"@en ; - skos:definition "(Elucidation) A zero-dimensional temporal region is a temporal region that is a whole consisting of one or more separated temporal instants as parts"@en ; - skos:example "A temporal region that is occupied by a process boundary; the moment at which a finger is detached in an industrial accident"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "102-BFO" ; + rdfs:label "zero-dimensional temporal region"@en ; + "(Elucidation) A zero-dimensional temporal region is a temporal region that is a whole consisting of one or more separated temporal instants as parts"@en ; + "A temporal region that is occupied by a process boundary; the moment at which a finger is detached in an industrial accident"@en . ### http://purl.obolibrary.org/obo/BFO_0000182 -obo:BFO_0000182 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - "138-BFO" ; - rdfs:label "history"@en ; - skos:definition "(Elucidation) A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by the material part of a material entity"@en ; - skos:example "The life of an organism from the beginning to the end of its existence"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "138-BFO" ; + rdfs:label "history"@en ; + "(Elucidation) A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by the material part of a material entity"@en ; + "The life of an organism from the beginning to the end of its existence"@en . ### http://purl.obolibrary.org/obo/BFO_0000202 -obo:BFO_0000202 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 ; - "155-BFO" ; - rdfs:label "temporal interval"@en ; - skos:definition "(Elucidation) A temporal interval is a one-dimensional temporal region that is continuous, thus without gaps or breaks"@en ; - skos:example "The year 2018."@en ; - skos:scopeNote "A one-dimensional temporal region can include as parts not only temporal intervals but also temporal instants separated from other parts by gaps."@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "155-BFO" ; + rdfs:label "temporal interval"@en ; + "(Elucidation) A temporal interval is a one-dimensional temporal region that is continuous, thus without gaps or breaks"@en ; + "The year 2018."@en ; + "A one-dimensional temporal region can include as parts not only temporal intervals but also temporal instants separated from other parts by gaps."@en . ### http://purl.obolibrary.org/obo/BFO_0000203 -obo:BFO_0000203 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000148 ; - "209-BFO" ; - rdfs:label "temporal instant"@en ; - skos:definition "(Elucidation) A temporal instant is a zero-dimensional temporal region that has no proper temporal part"@en ; - skos:example "The millennium"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "209-BFO" ; + rdfs:label "temporal instant"@en ; + "(Elucidation) A temporal instant is a zero-dimensional temporal region that has no proper temporal part"@en ; + "The millennium"@en . ### https://www.commoncoreontologies.org/ont00000001 -cco:ont00000001 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000804 ; - rdfs:label "Deflecting Prism"@en ; - skos:definition "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Deflecting Prism"@en ; + "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000002 -cco:ont00000002 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Cooling Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cooling Artifact Function"@en ; + "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000003 -cco:ont00000003 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000686 ; - owl:disjointWith cco:ont00000649 ; - rdfs:label "Designative Name"@en ; - skos:altLabel "Name"@en ; - skos:definition "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified cultural or social namespace and which is typically a word or phrase in a natural language that has an accepted cultural or social significance."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Designative Name"@en ; + "Name"@en ; + "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified cultural or social namespace and which is typically a word or phrase in a natural language that has an accepted cultural or social significance."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000004 -cco:ont00000004 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - rdfs:label "Change"@en ; - skos:definition "A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Change"@en ; + "A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000005 -cco:ont00000005 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - rdfs:label "Act"@en ; - skos:definition "A Process in which at least one Agent plays a causative role."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act"@en ; + "A Process in which at least one Agent plays a causative role."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000006 -cco:ont00000006 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000530 ; - rdfs:label "Upper Midrange Frequency"@en ; - skos:definition "A Sonic Frequency that is between 2 and 4 kHz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Upper Midrange Frequency"@en ; + "A Sonic Frequency that is between 2 and 4 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000007 -cco:ont00000007 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - rdfs:label "Natural Process"@en ; - skos:definition "A Process existing in or produced by nature; rather than by the intent of human beings."@en ; - cco:ont00001754 "http://www.thefreedictionary.com/natural+process" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Natural Process"@en ; + "A Process existing in or produced by nature; rather than by the intent of human beings."@en ; + "http://www.thefreedictionary.com/natural+process" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000008 -cco:ont00000008 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001047 ; - rdfs:label "Sound Frequency"@en ; - skos:definition "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Sound Frequency"@en ; + "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000009 -cco:ont00000009 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Mass Density"@en ; - skos:altLabel "Density"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mass Density"@en ; + "Density"@en ; + "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000010 -cco:ont00000010 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001180 ; - rdfs:label "Incorporated Organization"@en ; - skos:altLabel "Corporation"@en ; - skos:definition "An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/corporation" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Incorporated Organization"@en ; + "Corporation"@en ; + "An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners."@en ; + "http://www.dictionary.com/browse/corporation" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000011 -cco:ont00000011 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000135 ; - rdfs:label "Nominal Stasis"@en ; - skos:altLabel "Nominal"@en ; - skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has a level of intensity or functionality that falls within the designed, expected, or acceptable range such that the Independent Continuant is of normal value, usefulness, or functionality."@en ; - cco:ont00001754 "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nominal Stasis"@en ; + "Nominal"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has a level of intensity or functionality that falls within the designed, expected, or acceptable range such that the Independent Continuant is of normal value, usefulness, or functionality."@en ; + "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000012 -cco:ont00000012 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000781 ; - rdfs:label "Propulsion Control System"@en ; - skos:definition "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propulsion Control System"@en ; + "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000013 -cco:ont00000013 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000554 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000057 ; - owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom obo:BFO_0000031 - ] - ) ; - rdf:type owl:Class - ] - ] ; - rdfs:label "Gain of Generically Dependent Continuant"@en ; - skos:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ; - skos:example "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000014 -cco:ont00000014 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000241 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002016 - ] ; - rdfs:label "Material Copy of a Aztec Code"@en ; - skos:altLabel "Aztec Code"@en ; - skos:definition "A Material Copy of a Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Generically Dependent Continuant"@en ; + "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ; + "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000015 -cco:ont00000015 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001104 ; - rdfs:label "Shotgun"@en ; - skos:definition "A Long Gun that fires packets of shot, a single slug, a sabot, or a specialty round (such as tear gas, bolo shell, or a breaching round) over shorter ranges than that of Rifles and with less accuracy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shotgun"@en ; + "A Long Gun that fires packets of shot, a single slug, a sabot, or a specialty round (such as tear gas, bolo shell, or a breaching round) over shorter ranges than that of Rifles and with less accuracy."@en ; + "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000016 -cco:ont00000016 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001286 ; - rdfs:label "Triangular Waveform"@en ; - skos:definition "A Waveform that is characterized by a triangular shape due to the continuous linear zig-zag transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Triangular Waveform"@en ; + "A Waveform that is characterized by a triangular shape due to the continuous linear zig-zag transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000017 -cco:ont00000017 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - rdfs:label "Minor Axis"@en ; - skos:definition "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Minor Axis"@en ; + "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en ; + "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000018 -cco:ont00000018 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001346 ; - rdfs:label "Title Document"@en ; - skos:definition "A Legal Instrument that is designed as evidence of ownership."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Title_(property)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Title Document"@en ; + "A Legal Instrument that is designed as evidence of ownership."@en ; + "https://en.wikipedia.org/wiki/Title_(property)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000019 -cco:ont00000019 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000961 ; - rdfs:label "Power Inverting Artifact Function"@en ; - skos:definition "A Current Conversion Artifact Function that is realized by processes in which some Material Artifact is used to convert direct current (DC) to alternating current (AC)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Inverting Artifact Function"@en ; + "A Current Conversion Artifact Function that is realized by processes in which some Material Artifact is used to convert direct current (DC) to alternating current (AC)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000020 -cco:ont00000020 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Container"@en ; - skos:definition "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Container"@en ; + "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000021 -cco:ont00000021 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Sensor Platform"@en ; - skos:definition "A Material Artifact that is designed to support, and in some cases transport, a Sensor during its deployment and functioning."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Sensor Platform"@en ; + "A Material Entity that bears a Sensor Platform Artifact Function or Sensor Platform Role."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000022 -cco:ont00000022 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000422 ; - rdfs:label "Radio Communication Reception Artifact Function"@en ; - skos:definition "A Communication Reception Artifact Function that is realized during events in which a Material Artifact receives information transmitted from another Material Artifact, where the transmission of information occurs using radio waves."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Reception Artifact Function"@en ; + "A Communication Reception Artifact Function that is realized during events in which a Material Artifact receives information transmitted from another Material Artifact, where the transmission of information occurs using radio waves."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000023 -cco:ont00000023 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Sensor Deployment Artifact Function"@en ; - skos:definition "An Artifact Function that inheres in Material Artifacts that are designed to support or convey one or more Sensors while the Sensors are realizing their own Artifact Functions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sensor Deployment Artifact Function"@en ; + "An Artifact Function that inheres in Material Artifacts that are designed to support or convey one or more Sensors while the Sensors are realizing their own Artifact Functions."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000024 -cco:ont00000024 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000133 ; - rdfs:label "Act of Advising"@en ; - skos:definition "An Act of Directive Communication performed by providing advice or counsel to another agent."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/advising" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Advising"@en ; + "An Act of Directive Communication performed by providing advice or counsel to another agent."@en ; + "http://www.dictionary.com/browse/advising" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000025 -cco:ont00000025 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001278 ; - rdfs:label "Electronic Stock"@en ; - skos:definition "Stock that consists of Bytes."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electronic Stock"@en ; + "Stock that consists of Bytes."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000026 -cco:ont00000026 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Hair Color"@en ; - skos:definition "A Quality inhering in a portion of Hair by virtue of its color."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hair Color"@en ; + "A Quality inhering in a portion of Hair by virtue of its color."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000027 -cco:ont00000027 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000517 ; - rdfs:label "Mailing"@en ; - skos:altLabel "Act of Mailing"@en ; - skos:definition "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mailing"@en ; + "Act of Mailing"@en ; + "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@en ; + "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000028 -cco:ont00000028 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000804 ; - rdfs:label "Dispersive Prism"@en ; - skos:definition "A Prism designed to break up a beam of light entering the Prism into its constituent spectral colors by leveraging the refractive index of light based on its Frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Dispersive Prism"@en ; + "A Prism designed to break up a beam of light entering the Prism into its constituent spectral colors by leveraging the refractive index of light based on its Frequency."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000029 -cco:ont00000029 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000745 ; - rdfs:label "Median Point Estimate Information Content Entity"@en ; - skos:altLabel "Median"@en ; - skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to either the middle value or the average of the two values which separate the set into two equally populated upper and lower sets."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Median Point Estimate Information Content Entity"@en ; + "Median"@en ; + "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to either the middle value or the average of the two values which separate the set into two equally populated upper and lower sets."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000030 -cco:ont00000030 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000288 ; - rdfs:label "Nuclear Reactor"@en ; - skos:definition "A Power Source that is designed to initiate and control a self-sustained nuclear chain reaction to produce power in the form of heat, which can be transferred to a working fluid for further conversion to mechanical or electrical energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Reactor"@en ; + "A Power Source that is designed to initiate and control a self-sustained nuclear chain reaction to produce power in the form of heat, which can be transferred to a working fluid for further conversion to mechanical or electrical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000031 -cco:ont00000031 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001081 ; - rdfs:label "Atmospheric Feature"@en ; - skos:definition "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Atmospheric Feature"@en ; + "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000032 -cco:ont00000032 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000052 ; - rdfs:label "Church"@en ; - skos:definition "A Religious Facility that is designed for Christian worship and prayer."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Church_(building)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Church"@en ; + "A Religious Facility that is designed for Christian worship and prayer."@en ; + "https://en.wikipedia.org/wiki/Church_(building)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000033 -cco:ont00000033 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000854 ; - rdfs:label "Decrease of Role"@en ; - skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Role"@en ; + "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000034 -cco:ont00000034 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000448 ; - rdfs:label "Conveyance Artifact Function"@en ; - skos:definition "A Motion Artifact Function that is realized in a process in which the bearer of the function conveys entities from one location to another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Conveyance Artifact Function"@en ; + "A Motion Artifact Function that is realized in a process in which the bearer of the function conveys entities from one location to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000035 -cco:ont00000035 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000490 ; - rdfs:label "Soft X-ray Frequency"@en ; - skos:definition "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Soft X-ray Frequency"@en ; + "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000036 -cco:ont00000036 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Waste Management Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of collecting, transporting, processing, recycling, monitoring, or disposing of waste materials."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Waste Management Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of collecting, transporting, processing, recycling, monitoring, or disposing of waste materials."@en ; + "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000037 -cco:ont00000037 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Observation"@en ; - skos:definition "A Planned Act of acquiring information from a source via the use of one or more senses."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Observation"@en ; + "A Planned Act of acquiring information from a source via the use of one or more senses."@en ; + "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000038 -cco:ont00000038 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "System Role"@en ; - skos:definition "A Role that inheres in an entity in virtue of its parts or elements being arranged in such a way that they together exhibit behavior or meaning that they do not exhibit individually."@en ; - cco:ont00001754 "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "System Role"@en ; + "A Role that inheres in an entity in virtue of its parts or elements being arranged in such a way that they together exhibit behavior or meaning that they do not exhibit individually."@en ; + "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000039 -cco:ont00000039 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000838 ; - rdfs:label "Portion of Solid Fuel"@en ; - skos:definition "A Portion of Fuel that is stored in a solid state."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Solid Fuel"@en ; + "A Portion of Fuel that is stored in a solid state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000040 -cco:ont00000040 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001102 ; - rdfs:label "Grocery Store"@en ; - skos:definition "A Commercial Facility that is designed to sell food."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Grocery Store"@en ; + "A Commercial Facility that is designed to sell food."@en ; + "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000041 -cco:ont00000041 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000410 ; - rdfs:label "Hostel"@en ; - skos:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hostel"@en ; + "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ; + "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000042 -cco:ont00000042 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Semicircular"@en ; - skos:definition "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Semicircular"@en ; + "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000043 -cco:ont00000043 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000593 ; - rdfs:label "Portion of Solid Propellant"@en ; - skos:definition "A Portion of Propellant that is stored in a solid state."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Solid Propellant"@en ; + "A Portion of Propellant that is stored in a solid state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000044 -cco:ont00000044 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:ont00000404 - ] ; - rdfs:label "Eye Color"@en ; - skos:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Eye Color"@en ; + "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000045 -cco:ont00000045 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000881 ; - rdfs:label "Petroleum Depot"@en ; - skos:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Petroleum Depot"@en ; + "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000046 -cco:ont00000046 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000126 ; - rdfs:label "Province"@en ; - skos:definition "A First-Order Administrative Region that is part of a Country and delimits the authority of a magistrate who holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the Province."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Province"@en ; + "A First-Order Administrative Region that is part of a Country and delimits the authority of a magistrate who holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the Province."@en ; + "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000047 -cco:ont00000047 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000598 ; - rdfs:comment "Flow Control Valves are often more complex than a simple Valve and typically include an Actuator that is capable of automatically adjusting the state of the valve in response to signals from a connected Sensor or Controller."@en ; - rdfs:label "Flow Control Valve"@en ; - skos:definition "A Valve that is designed to regulate the flow or Pressure of a fluid."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Flow Control Valve"@en ; + "A Valve that is designed to regulate the flow or Pressure of a fluid."@en ; + "Flow Control Valves are often more complex than a simple Valve and typically include an Actuator that is capable of automatically adjusting the state of the valve in response to signals from a connected Sensor or Controller."@en ; + "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000048 -cco:ont00000048 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000499 ; - rdfs:label "Random Wire Antenna"@en ; - skos:definition "A Wire Antenna that consists of a long wire suspended above the ground with a length that does not bear a relation to the wavelength of the radio waves used and which is typically used as a receiving antenna on the long, medium, and short wave bands."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Random Wire Antenna"@en ; + "A Wire Antenna that consists of a long wire suspended above the ground with a length that does not bear a relation to the wavelength of the radio waves used and which is typically used as a receiving antenna on the long, medium, and short wave bands."@en ; + "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000049 -cco:ont00000049 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000475 ; - rdfs:label "Banknote"@en ; - skos:definition "A Portion of Cash that consists of a portable slips of paper or fabric designed to bear some specified Financial Value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Banknote"@en ; + "A Portion of Cash that consists of a portable slips of paper or fabric designed to bear some specified Financial Value."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000050 -cco:ont00000050 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000903 ; - rdfs:label "Very High Frequency Communication Instrument"@en ; - skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Very High Frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Very High Frequency Communication Instrument"@en ; + "A Radio Communication Instrument that is designed to participate in some process that has process part some Very High Frequency."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000051 -cco:ont00000051 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000908 ; - rdfs:comment "An Act of Construction typically involves the production of only one or a limited number of goods, such as in the construction of an airport or a community of condominiums."@en ; - rdfs:label "Act of Construction"@en ; - skos:definition "An Act of Artifact Processing wherein Material Artifacts are built on site as prescribed by some contract."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Construction"@en ; + "An Act of Material Artifact Processing wherein Material Artifacts are built on site as prescribed by some contract."@en ; + "An Act of Construction typically involves the production of only one or a limited number of goods, such as in the construction of an airport or a community of condominiums."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000052 -cco:ont00000052 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Religious Facility"@en ; - skos:definition "A Facility that is designed for worship and prayer."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Religious Facility"@en ; + "A Facility that is designed for worship and prayer."@en ; + "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000053 -cco:ont00000053 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000618 ; - rdfs:label "Ground Motor Vehicle"@en ; - skos:definition "A Ground Vehicle that is designed to receive its motive power from an Engine and is not designed to travel on rails."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Motor Vehicle"@en ; + "A Ground Vehicle that is designed to receive its motive power from an Engine and is not designed to travel on rails."@en ; + "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000054 -cco:ont00000054 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000431 ; - rdfs:label "Stirling Engine"@en ; - skos:definition "An External Combusion Engine that is designed to compress and expand some working fluid at different temperatures, such that there is a net conversion of heat energy to mechanical work."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stirling Engine"@en ; + "An External Combusion Engine that is designed to compress and expand some working fluid at different temperatures, such that there is a net conversion of heat energy to mechanical work."@en ; + "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000055 -cco:ont00000055 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Healthcare Facility"@en ; - skos:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Healthcare Facility"@en ; + "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ; + "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000056 -cco:ont00000056 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000210 ; - rdfs:label "Reaction Engine"@en ; - skos:altLabel "Reaction Motor"@en ; - skos:definition "An Engine that provides propulsion by expelling Reaction Mass."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reaction Engine"@en ; + "Reaction Motor"@en ; + "An Engine that provides propulsion by expelling Reaction Mass."@en ; + "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000057 -cco:ont00000057 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000907 ; - rdfs:label "Mobile Telephone"@en ; - skos:definition "A Telephone that is connected to a Telephone Network by radio waves."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mobile Telephone"@en ; + "A Telephone that is connected to a Telephone Network by radio waves."@en ; + "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000058 -cco:ont00000058 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000084 ; - rdfs:label "Scalp Hair"@en ; - skos:definition "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Scalp Hair"@en ; + "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000059 -cco:ont00000059 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000825 ; - rdfs:label "Telephone Line"@en ; - skos:altLabel "Telephone Circuit"@en ; - skos:definition "A Telecommunication Network Line that consists of a physical wire or other signaling medium that is designed to be part of a Telephone Network."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone Line"@en ; + "Telephone Circuit"@en ; + "A Telecommunication Network Line that consists of a physical wire or other signaling medium that is designed to be part of a Telephone Network."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000060 -cco:ont00000060 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000639 ; - rdfs:label "Open Pit Mine"@en ; - skos:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Open Pit Mine"@en ; + "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ; + "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000061 -cco:ont00000061 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Flow"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Flow"@en ; + "A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000062 -cco:ont00000062 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001100 ; - rdfs:label "Frequency Measurement Artifact Function"@en ; - skos:definition "A Measurement Artifact Function that is realized during events in which a Material Artifact is used to measure the Frequency of a specified object or class of objects."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Frequency Measurement Artifact Function"@en ; + "A Measurement Artifact Function that is realized during events in which a Material Artifact is used to measure the Frequency of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000063 -cco:ont00000063 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001924 ; - owl:someValuesFrom cco:ont00001058 - ] ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Hour Temporal Interval"@en ; - skos:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Multi-Hour Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ; + "This is a defined class."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000064 -cco:ont00000064 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001298 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002040 - ] ; - rdfs:label "Material Copy of a Book"@en ; - skos:altLabel "Book"@en ; - skos:definition "A Material Copy of a Document that is designed to carry some specific Information Content Entity by means of ink, paper, parchment, or other materials fastened together to hinge at one side."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Book"@en ; + "Book"@en ; + "A Material Copy of a Document that is designed to carry some specific Information Content Entity by means of ink, paper, parchment, or other materials fastened together to hinge at one side."@en ; + "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000065 -cco:ont00000065 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000357 ; - rdfs:label "Act of Location Change"@en ; - skos:definition "An Act of Motion in which the location of some Object is changed by some Agent."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Location Change"@en ; + "An Act of Motion in which the location of some Object is changed by some Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000066 -cco:ont00000066 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Military Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes related to the armed services."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Artifact Function"@en ; + "A Service Artifact Function that is realized in processes related to the armed services."@en ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000067 -cco:ont00000067 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001328 ; - rdfs:comment "In traditional astronomical usage, civil time is mean solar time as calculated from midnight as the beginning of the Civil Day."@en , - "Note that Civil Time Reference System is more accurately represented as a Temporal Reference System that participates in an act of usage that is sanctioned by an appropriate civil authority. As such, it should be represented as a defined class."@en ; - rdfs:label "Civil Time Reference System"@en ; - skos:definition "A Temporal Reference System that is a statutory time scale as designated by civilian authorities to determine local time(s)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Civil Time Reference System"@en ; + "A Temporal Reference System that is a statutory time scale as designated by civilian authorities to determine local time(s)."@en ; + "In traditional astronomical usage, civil time is mean solar time as calculated from midnight as the beginning of the Civil Day."@en , + "Note that Civil Time Reference System is more accurately represented as a Temporal Reference System that participates in an act of usage that is sanctioned by an appropriate civil authority. As such, it should be represented as a defined class."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000068 -cco:ont00000068 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000028 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001855 ; - owl:someValuesFrom cco:ont00001348 - ] ; - rdfs:label "Three-Dimensional Path"@en ; - skos:definition "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Three-Dimensional Path"@en ; + "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000069 -cco:ont00000069 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001298 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002041 - ] ; - rdfs:label "Material Copy of a Transcript"@en ; - skos:altLabel "Transcript"@en ; - skos:definition "A Material Copy of a Document that is designed to carry some specific Information Content Entity that was originally recorded in a different medium."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Transcript"@en ; + "Transcript"@en ; + "A Material Copy of a Document that is designed to carry some specific Information Content Entity that was originally recorded in a different medium."@en ; + "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000070 -cco:ont00000070 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000018 ; - rdfs:label "Ground Track Point"@en ; - skos:definition "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Track Point"@en ; + "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000071 -cco:ont00000071 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000460 ; - rdfs:label "Town"@en ; - skos:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/town" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Town"@en ; + "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."@en ; + "http://www.dictionary.com/browse/town" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000072 -cco:ont00000072 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000224 ; - rdfs:label "Low Density Residential Area"@en ; - skos:definition "A Populated Place where houses are on lots of more than one acre."@en ; - cco:ont00001754 "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Low Density Residential Area"@en ; + "A Populated Place where houses are on lots of more than one acre."@en ; + "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000073 -cco:ont00000073 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000399 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom obo:BFO_0000038 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000399 ; - rdfs:label "Temporal Interval Identifier"@en ; - skos:altLabel "One-Dimensional Temporal Region Identifier"@en ; - skos:definition "A Temporal Region Identifier that designates some Temporal Interval."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Temporal Interval Identifier"@en ; + "One-Dimensional Temporal Region Identifier"@en ; + "A Temporal Region Identifier that designates some Temporal Interval."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000074 -cco:ont00000074 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Acceleration"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time."@en ; - skos:example "feet per second per second, kilometers per second per second" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Acceleration"@en ; + "A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time."@en ; + "feet per second per second, kilometers per second per second" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000075 -cco:ont00000075 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000304 ; - rdfs:label "Optical Microscope"@en ; - skos:altLabel "Light Microscope"@en ; - skos:definition "A Microscope that is designed to use visible light and a system of Optical Lenses to produce a significantly enlarged image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Microscope"@en ; + "Light Microscope"@en ; + "A Microscope that is designed to use visible light and a system of Optical Lenses to produce a significantly enlarged image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000076 -cco:ont00000076 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000727 ; - rdfs:label "Wired Communication Artifact Function"@en ; - skos:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of a (usually cylindrical) flexible strand or rod of metal."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wired Communication Artifact Function"@en ; + "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of a (usually cylindrical) flexible strand or rod of metal."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000077 -cco:ont00000077 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000649 ; - owl:disjointWith cco:ont00000923 ; - rdfs:label "Code Identifier"@en ; - skos:altLabel "Code ID"@en , - "ID Code"@en , - "Identifier Code"@en ; - skos:definition "A Non-Name Identifier that consists of a string of characters that was created and assigned according to an encoding system such that metadata can be derived from the identifier."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Code Identifier"@en ; + "Code ID"@en , + "ID Code"@en , + "Identifier Code"@en ; + "A Non-Name Identifier that consists of a string of characters that was created and assigned according to an encoding system such that metadata can be derived from the identifier."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000078 -cco:ont00000078 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000345 ; - rdfs:comment "Although the boundary between Act of Estimation and guessing is vague, estimation can be partially distinguished from guessing in that every Act of Estimation has as input some relevant information; whereas an act of guessing can occur sans information (or at least sans pertinent information). For example, if Mr. Green were asked how many blades of grass are in his lawn, he could simply choose a number (i.e. he could guess) or he could estimate the number by counting how many baldes of grass are in 1 square foot of his lawn, measuring the square footage of his lawn, and then multiplying these values to arrive at a number. Hence, many estimates may be loosely considered to be educated guesses."@en , - "Note that, while every Act of Measuring arguably involves some degree of estimation (for example, a measuring instrument rounding to the nearest ten-thousandth or an Agent reading an analog display), it would be a mistake to classify all Acts of Measuring as Acts of Estimation. This holds even for cases (e.g. census taking) in which sofisticated estimations are often more accurate than other means of measuring (e.g. enumeration)."@en ; - rdfs:label "Act of Estimation"@en ; - skos:altLabel "Act of Approximation"@en ; - skos:definition "An Act of Measuring that involves the comparison of a measurement of a similar Entity or of a portion of the Entity being estimated to produce an approximated measurement of the target Entity."@en ; - skos:example "measuring how much time a train will add to your commute by measuring how long it takes for 10 train cars to pass a given point and then combining this information with an estimate of how many train cars are in a typical train based on your past experience" , - "measuring the amount of time required to do a task based on how long it took to do a similar task in the past" , - "measuring the height of a building by counting the number of floors and multiplying it by the height of an average floor in an average building" , - "measuring the property value of a house based on its square footage and the average cost per square foot of other houses in the area" ; - skos:scopeNote "In all cases, the Agent in an Act of Estimation either lacks complete information, lacks access to the relevant information, or chooses not to use the complete information (perhaps to save money or time) about the thing being estimated; instead, the Agent uses some or all of the relevant information that the Agent does have as a basis for arriving at the estimate."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Estimation"@en ; + "Act of Approximation"@en ; + "An Act of Measuring that involves the comparison of a measurement of a similar Entity or of a portion of the Entity being estimated to produce an approximated measurement of the target Entity."@en ; + "measuring how much time a train will add to your commute by measuring how long it takes for 10 train cars to pass a given point and then combining this information with an estimate of how many train cars are in a typical train based on your past experience" , + "measuring the amount of time required to do a task based on how long it took to do a similar task in the past" , + "measuring the height of a building by counting the number of floors and multiplying it by the height of an average floor in an average building" , + "measuring the property value of a house based on its square footage and the average cost per square foot of other houses in the area" ; + "Although the boundary between Act of Estimation and guessing is vague, estimation can be partially distinguished from guessing in that every Act of Estimation has as input some relevant information; whereas an act of guessing can occur sans information (or at least sans pertinent information). For example, if Mr. Green were asked how many blades of grass are in his lawn, he could simply choose a number (i.e. he could guess) or he could estimate the number by counting how many baldes of grass are in 1 square foot of his lawn, measuring the square footage of his lawn, and then multiplying these values to arrive at a number. Hence, many estimates may be loosely considered to be educated guesses."@en , + "In all cases, the Agent in an Act of Estimation either lacks complete information, lacks access to the relevant information, or chooses not to use the complete information (perhaps to save money or time) about the thing being estimated; instead, the Agent uses some or all of the relevant information that the Agent does have as a basis for arriving at the estimate."@en , + "Note that, while every Act of Measuring arguably involves some degree of estimation (for example, a measuring instrument rounding to the nearest ten-thousandth or an Agent reading an analog display), it would be a mistake to classify all Acts of Measuring as Acts of Estimation. This holds even for cases (e.g. census taking) in which sofisticated estimations are often more accurate than other means of measuring (e.g. enumeration)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000079 -cco:ont00000079 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001327 ; - rdfs:label "Act of Social Movement"@en ; - skos:definition "A Social Act composed of a series of performances, displays and campaigns directed at implementing, resisting or undoing a change in society."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Social Movement"@en ; + "A Social Act composed of a series of performances, displays and campaigns directed at implementing, resisting or undoing a change in society."@en ; + "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000080 -cco:ont00000080 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000827 ; - rdfs:label "Standard Time of Day Identifier"@en ; - skos:definition "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using the Hours, Minutes, and Seconds of the Day that preceded the Temporal Instant."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Standard Time of Day Identifier"@en ; + "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using the Hours, Minutes, and Seconds of the Day that preceded the Temporal Instant."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000081 -cco:ont00000081 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000445 ; - rdfs:label "Cutting Weapon"@en ; - skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of separating some portion of its target into two or more portions through the application of acutely directed force."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cutting Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of separating some portion of its target into two or more portions through the application of acutely directed force."@en ; + "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000082 -cco:ont00000082 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Green"@en ; - skos:definition "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Green"@en ; + "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000083 -cco:ont00000083 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000035 ; - rdfs:label "Process Ending"@en ; - skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Process Ending"@en ; + "A Process Boundary that occupies a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region that the Process, of which the Process Boundary is a part, occupies."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000084 -cco:ont00000084 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - rdfs:label "Bodily Component"@en ; - skos:definition "A Fiat Object Part located within or on the surface of an Agent."@en ; - skos:example "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ; - cco:ont00001754 "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bodily Component"@en ; + "A Fiat Object Part located within or on the surface of an Agent."@en ; + "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ; + "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000085 -cco:ont00000085 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001869 ; - owl:someValuesFrom cco:ont00001058 - ] ; - rdfs:label "Minute"@en ; - skos:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Minute"@en ; + "A Temporal Interval that is equal to sixty consecutive Seconds."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000086 -cco:ont00000086 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000723 ; - rdfs:label "Autopilot System"@en ; - skos:altLabel "Autopilot"@en ; - skos:definition "A Vehicle Control System that is designed to enable some Agent to control the trajectory of a Vehicle without constant 'hands-on' control."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Autopilot System"@en ; + "Autopilot"@en ; + "A Vehicle Control System that is designed to enable some Agent to control the trajectory of a Vehicle without constant 'hands-on' control."@en ; + "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000087 -cco:ont00000087 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000894 ; - rdfs:comment "An Ordinal Date Identifier may or may not also contain a number indicating a specific Year. If both numbers are included, the ISO 8601 ordinal date format stipulates that the two numbers be formatted as YYYY-DDD or YYYYDDD where [YYYY] indicates a year and [DDD] is the day of that year, from 001 through 365 (or 366 in leap years)."@en ; - rdfs:label "Ordinal Date Identifier"@en ; - skos:altLabel "Ordinal Date"@en ; - skos:definition "A Decimal Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since the beginning of the Year."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ordinal Date Identifier"@en ; + "Ordinal Date"@en ; + "A Decimal Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since the beginning of the Year."@en ; + "An Ordinal Date Identifier may or may not also contain a number indicating a specific Year. If both numbers are included, the ISO 8601 ordinal date format stipulates that the two numbers be formatted as YYYY-DDD or YYYYDDD where [YYYY] indicates a year and [DDD] is the day of that year, from 001 through 365 (or 366 in leap years)."@en ; + "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000088 -cco:ont00000088 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001051 ; - rdfs:label "Firearm"@en ; - skos:definition "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Firearm"@en ; + "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en ; + "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000089 -cco:ont00000089 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001379 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001889 ; - owl:someValuesFrom cco:ont00001262 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001379 ; - rdfs:label "Skill"@en ; - skos:definition "An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Skill"@en ; + "An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000090 -cco:ont00000090 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000547 ; - rdfs:label "Infrared Telescope"@en ; - skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing infrared light to form an enhanced image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrared Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing infrared light to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000091 -cco:ont00000091 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000457 ; - rdfs:label "Portion of Coolant"@en ; - skos:definition "A Portion of Material that is designed to be used in a thermal control system to reduce or maintain the temperature of an object to or at a specified level."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Coolant"@en ; + "A Portion of Material that is designed to be used in a thermal control system to reduce or maintain the temperature of an object to or at a specified level."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000092 -cco:ont00000092 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000736 ; - rdfs:label "Bidirectional Transducer"@en ; - skos:definition "A Transducer that is designed to receive a signal in the form of physical phenomena and convert it into an electrical signal, and vice versa."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bidirectional Transducer"@en ; + "A Transducer that is designed to receive a signal in the form of physical phenomena and convert it into an electrical signal, and vice versa."@en ; + "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000093 -cco:ont00000093 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001278 ; - rdfs:label "Preferred Stock"@en ; - skos:definition "Stock that entitles its holder to receive a certain level of dividend payments before any dividends can be issued to other holders."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Preferred Stock"@en ; + "Stock that entitles its holder to receive a certain level of dividend payments before any dividends can be issued to other holders."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000094 -cco:ont00000094 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000946 ; - rdfs:label "Seat of National Government"@en ; - skos:definition "A Government Building that is designed for the administration of a sovereign nation."@en ; - skos:example "Parliament of Canada" , - "United States Capitol" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Seat of National Government"@en ; + "A Government Building that is designed for the administration of a sovereign nation."@en ; + "Parliament of Canada" , + "United States Capitol" ; + "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000095 -cco:ont00000095 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Control Surface"@en ; - skos:definition "A Material Artifact that is designed to deflect air, water, or another medium around its surface in order to change the Attitude of a Vehicle by rotating the Vehicle on one or more of its Axes of Rotation."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Control Surface"@en ; + "A Material Artifact that is designed to deflect air, water, or another medium around its surface in order to change the Attitude of a Vehicle by rotating the Vehicle on one or more of its Axes of Rotation."@en ; + "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000096 -cco:ont00000096 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Propulsion System"@en ; - skos:definition "A Material Artifact that is designed to facilitate the movement of material entities from one location to another and which consists of a source of mechanical power and a means of converting this power into propulsive force to generate the movement."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propulsion System"@en ; + "A Material Artifact that is designed to facilitate the movement of material entities from one location to another and which consists of a source of mechanical power and a means of converting this power into propulsive force to generate the movement."@en ; + "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000097 -cco:ont00000097 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001207 ; - rdfs:label "Complex Optical Lens"@en ; - skos:altLabel "Lens System"@en ; - skos:definition "An Optical Lens consisting of more than one Simple Optical Lenses."@en ; - cco:ont00001754 "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Complex Optical Lens"@en ; + "Lens System"@en ; + "An Optical Lens consisting of more than one Simple Optical Lenses."@en ; + "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000098 -cco:ont00000098 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Electrical Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to perform a process involving electrical power."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to perform a process involving electrical power."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000099 -cco:ont00000099 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000007 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000062 ; - owl:someValuesFrom cco:ont00000765 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000752 - ] ; - rdfs:label "Wave Process"@en ; - skos:definition "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Wave Process"@en ; + "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."@en ; + "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000100 -cco:ont00000100 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001132 ; - rdfs:label "Stasis of Partially Mission Capable"@en ; - skos:definition "A Stasis of Mission Capability during which the participating Continuant is capable of performing some but not all of its primary functions for the specified Mission."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Partially Mission Capable"@en ; + "A Stasis of Mission Capability during which the participating Continuant is capable of performing some but not all of its primary functions for the specified Mission."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000101 -cco:ont00000101 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000255 ; - rdfs:label "Portion of Liquid Oxygen"@en ; - skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Oxygen"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000102 -cco:ont00000102 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:comment "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ; - rdfs:label "Skin Type"@en ; - skos:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Skin Type"@en ; + "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ; + "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000103 -cco:ont00000103 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Vehicle Compartment"@en ; - skos:altLabel "Compartment"@en ; - skos:definition "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle Compartment"@en ; + "Compartment"@en ; + "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000104 -cco:ont00000104 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000639 ; - rdfs:label "Underwater Mine"@en ; - skos:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Underwater Mine"@en ; + "A Mine that is designed to support the extraction of materials from the ocean floor."@en ; + "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000105 -cco:ont00000105 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001369 ; - rdfs:label "Square"@en ; - skos:definition "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Square"@en ; + "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000106 -cco:ont00000106 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001213 ; - rdfs:comment "An End of Life Stasis (EoL) is distinguished from a Stasis of Partially Mission Capable or Stasis of Non-Mission Capable in that EoL is more inclusive such that the participating Material Artifact may be either Partially or Non-Mission Capable. Additionally, EoL applies only to Artifacts and is typically determined in relation to its original mission and designed primary functions. In contrast, an Artifact's level of Mission Capability depends on the requirements of the mission under consideration such that a given Artifact may simultaneously be Fully Mission Capable for mission1, Partially Mission Capable for mission2, and Non-Mission Capable for mission3."@en ; - rdfs:label "End of Life Stasis"@en ; - skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when the participating Material Artifact is no longer capable of realizing all of its designed primary Artifact Functions."@en ; - cco:ont00001753 "EOL" , - "EoL" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "End of Life Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when the participating Material Artifact is no longer capable of realizing all of its designed primary Artifact Functions."@en ; + "An End of Life Stasis (EoL) is distinguished from a Stasis of Partially Mission Capable or Stasis of Non-Mission Capable in that EoL is more inclusive such that the participating Material Artifact may be either Partially or Non-Mission Capable. Additionally, EoL applies only to Artifacts and is typically determined in relation to its original mission and designed primary functions. In contrast, an Artifact's level of Mission Capability depends on the requirements of the mission under consideration such that a given Artifact may simultaneously be Fully Mission Capable for mission1, Partially Mission Capable for mission2, and Non-Mission Capable for mission3."@en ; + "EOL" , + "EoL" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000107 -cco:ont00000107 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001048 ; - rdfs:label "Increase of Generically Dependent Continuant"@en ; - skos:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Generically Dependent Continuant"@en ; + "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000108 -cco:ont00000108 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000226 ; - rdfs:label "Rail Facility"@en ; - skos:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rail Facility"@en ; + "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ; + "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000109 -cco:ont00000109 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Military Force"@en ; - skos:definition "A Planned Act of employing a Military Force to achieve some desired result."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Military Force"@en ; + "A Planned Act of employing a Military Force to achieve some desired result."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000110 -cco:ont00000110 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - rdfs:label "Mechanical Process"@en ; - skos:definition "A Process that is the realization of some Disposition of a Material Artifact"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mechanical Process"@en ; + "A Process that is the realization of some Disposition of a Material Artifact"@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000111 -cco:ont00000111 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000256 ; - rdfs:label "Air Inlet"@en ; - skos:altLabel "Air Intake"@en ; - skos:definition "A Fluid Control Artifact that consists of an opening that is designed to capture and direct the flow of air into the system it is part of."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Air Inlet"@en ; + "Air Intake"@en ; + "A Fluid Control Artifact that consists of an opening that is designed to capture and direct the flow of air into the system it is part of."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000112 -cco:ont00000112 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001384 ; - rdfs:label "Translucent"@en ; - skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit some but not all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs some but not all electromagnetic radiation of that frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Translucent"@en ; + "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit some but not all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs some but not all electromagnetic radiation of that frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000113 -cco:ont00000113 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Ventilation Control Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes in which some Material Artifact is used to control the quality of air in some space."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ventilation Control Artifact Function"@en ; + "An Artifact Function that is realized in processes in which some Material Artifact is used to control the quality of air in some space."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000114 -cco:ont00000114 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000203 ; - rdfs:label "Unix Temporal Instant"@en ; - skos:definition "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Unix Temporal Instant"@en ; + "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000115 -cco:ont00000115 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000246 ; - rdfs:label "Stasis of Disposition"@en ; - skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Disposition"@en ; + "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000116 -cco:ont00000116 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000256 ; - rdfs:label "Pump"@en ; - skos:definition "A Fluid Control Artifact that is designed to impart motion to a portion of fluid to transport it within a system through the use of mechanical action."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pump"@en ; + "A Fluid Control Artifact that is designed to impart motion to a portion of fluid to transport it within a system through the use of mechanical action."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000117 -cco:ont00000117 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Information Processing Artifact"@en ; - skos:definition "A Material Artifact that is designed to use algorithms to transform some Information Content Entity into another Information Content Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Information Processing Artifact"@en ; + "A Material Artifact that is designed to use algorithms to transform some Information Content Entity into another Information Content Entity."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000118 -cco:ont00000118 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000965 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00001045 - ] - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001942 ; - owl:someValuesFrom cco:ont00000323 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000965 ; - rdfs:label "Artifact Function Specification"@en ; - skos:definition "A Directive Information Content Entity that prescribes some Material Artifact Function and which is part of some Material Artifact Model."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Artifact Function Specification"@en ; + "A Prescriptive Information Content Entity that prescribes some Material Artifact Function and which is part of some Material Artifact Model."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000119 -cco:ont00000119 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000145 ; - rdfs:label "Spatial Orientation"@en ; - skos:altLabel "Attitude"@en ; - skos:definition "A Relational Quality that is the angle of Rotation of an Object relative to one or more Plane of Reference or Axis of Rotation."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spatial Orientation"@en ; + "Attitude"@en ; + "A Relational Quality that is the angle of Rotation of an Object relative to one or more Plane of Reference or Axis of Rotation."@en ; + "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000120 -cco:ont00000120 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000853 ; - rdfs:label "Measurement Unit"@en ; - skos:definition "A Descriptive Information Content Entity that describes a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit"@en ; + "A Descriptive Information Content Entity that describes a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity."@en ; + "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000121 -cco:ont00000121 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000588 ; - rdfs:label "Act of Conducting Mass Media Interview"@en ; - skos:definition "An Act of Mass Media Communication involving a conversation between a reporter and a person of public interest, used as a basis of a broadcast or publication."@en ; - cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Conducting Mass Media Interview"@en ; + "An Act of Mass Media Communication involving a conversation between a reporter and a person of public interest, used as a basis of a broadcast or publication."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000122 -cco:ont00000122 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000170 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001944 ; - owl:someValuesFrom cco:ont00000904 - ] ; - rdfs:label "Vehicle Track Point"@en ; - skos:definition "An Object Track Point that is where a Vehicle is or was located during some motion."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Vehicle Track Point"@en ; + "An Object Track Point that is where a Vehicle is or was located during some motion."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000123 -cco:ont00000123 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000402 ; - rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"@en ; - rdfs:label "Act of Expressive Communication"@en ; - skos:definition "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en ; - cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Expressive Communication"@en ; + "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en ; + "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000124 -cco:ont00000124 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001328 ; - rdfs:label "Solar Time Reference System"@en ; - skos:definition "A Temporal Reference System that is based on the position of the Sun in the sky."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solar Time Reference System"@en ; + "A Temporal Reference System that is based on the position of the Sun in the sky."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000125 -cco:ont00000125 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000373 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00000358 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000373 ; - rdfs:label "Bounding Box Point"@en ; - skos:definition "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Bounding Box Point"@en ; + "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000126 -cco:ont00000126 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001152 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00000139 - ] ; - rdfs:label "First-Order Administrative Region"@en ; - skos:definition "A Government Domain that is a primary administrative division of a Country."@en ; - skos:example "a state in the United States" ; - cco:ont00001754 "http://www.geonames.org/export/codes.html" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "First-Order Administrative Region"@en ; + "A Government Domain that is a primary administrative division of a Country."@en ; + "a state in the United States" ; + "http://www.geonames.org/export/codes.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000127 -cco:ont00000127 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000965 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001980 ; - owl:someValuesFrom obo:BFO_0000001 - ] ; - rdfs:label "Performance Specification"@en ; - skos:definition "A Directive Information Content Entity that prescribes some aspect of the behavior of a participant in a Process given one or more operating conditions."@en ; - skos:example "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Performance Specification"@en ; + "A Prescriptive Information Content Entity that prescribes some aspect of the behavior of a participant in a Process given one or more operating conditions."@en ; + "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000128 -cco:ont00000128 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000255 ; - rdfs:label "Portion of Liquid Hydrogen"@en ; - skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Hydrogen"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000129 -cco:ont00000129 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000084 ; - rdfs:label "Tattoo"@en ; - skos:definition "A Bodily Component that consists of a typically permanent mark or design on a portion of skin that is created by a process of pricking and ingraining an indelible pigment or by raising scars."@en ; - cco:ont00001754 "http://www.thefreedictionary.com/tattoo" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Tattoo"@en ; + "A Bodily Component that consists of a typically permanent mark or design on a portion of skin that is created by a process of pricking and ingraining an indelible pigment or by raising scars."@en ; + "http://www.thefreedictionary.com/tattoo" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000130 -cco:ont00000130 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Power Transformer"@en ; - skos:definition "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Transformer"@en ; + "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en ; + "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000131 -cco:ont00000131 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001214 ; - rdfs:label "Increase of Quality"@en ; - skos:definition "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Quality"@en ; + "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000132 -cco:ont00000132 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000117 ; - rdfs:label "Recording Device"@en ; - skos:definition "An Information Processing Artifact that is designed to capture some information and store it in some recording format on some storage medium."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Recording Device"@en ; + "An Information Processing Artifact that is designed to capture some information and store it in some recording format on some storage medium."@en ; + "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000133 -cco:ont00000133 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000402 ; - rdfs:comment "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"@en ; - rdfs:label "Act of Directive Communication"@en ; - skos:definition "An Act of Communication that is intended to cause the hearer to take a particular action."@en ; - cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Directive Communication"@en ; + "An Act of Communication that is intended to cause the hearer to take a particular action."@en ; + "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000134 -cco:ont00000134 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001152 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00000405 - ] ; - rdfs:label "Third-Order Administrative Region"@en ; - skos:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ; - cco:ont00001754 "http://www.geonames.org/export/codes.html" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Third-Order Administrative Region"@en ; + "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ; + "http://www.geonames.org/export/codes.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000135 -cco:ont00000135 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000819 ; - rdfs:label "Stasis of Specifically Dependent Continuant"@en ; - skos:definition "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Specifically Dependent Continuant"@en ; + "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000136 -cco:ont00000136 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:comment "Optical Instruments are typically constructed for the purpose of being used to aid in vision or the analysis of light."@en ; - rdfs:label "Optical Instrument"@en ; - skos:definition "A Material Artifact that is designed to process light waves."@en ; - skos:scopeNote "Light waves can be processed in a variety of ways including via reflection, refraction, diffraction, deflection, focusing, collimation, dispersion, and interference."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Instrument"@en ; + "A Material Artifact that is designed to process light waves."@en ; + "Light waves can be processed in a variety of ways including via reflection, refraction, diffraction, deflection, focusing, collimation, dispersion, and interference."@en , + "Optical Instruments are typically constructed for the purpose of being used to aid in vision or the analysis of light."@en ; + "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000137 -cco:ont00000137 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000836 ; - rdfs:label "Act of Financial Deposit"@en ; - skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Depositor) to another Agent to create a liability to be repaid to the Depositor through an Act of Financial Withdrawal."@en ; - cco:ont00001754 "http://en.wikipedia.org/wiki/Deposit_(bank)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Financial Deposit"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Depositor) to another Agent to create a liability to be repaid to the Depositor through an Act of Financial Withdrawal."@en ; + "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000138 -cco:ont00000138 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000503 ; - rdfs:label "Maximum Power"@en ; - skos:definition "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maximum Power"@en ; + "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000139 -cco:ont00000139 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001152 ; - dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Domain of a Country"@en ; - skos:definition "A Government Domain that is associated with certain distinct political, ethnic, or cultural characteristics, and which delimits a Government that has legitimate authority over a Populace."@en ; - skos:editorialNote "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not define 'Country' but instead define 'Domain of a Country'."@en ; - skos:prefLabel "Domain of a Country"@en ; - cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Domain of a Country"@en ; + "A Government Domain that is associated with certain distinct political, ethnic, or cultural characteristics, and which delimits a Government that has legitimate authority over a Populace."@en ; + "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not define 'Country' but instead define 'Domain of a Country'."@en ; + "Domain of a Country"@en ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000140 -cco:ont00000140 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:comment "The type of particle quantified is typically either atoms or molecules, but may also be protons, neutrons, electrons, quarks, or other particles. The type of particle being measured should always be specified along with the measurement and its unit."@en ; - rdfs:label "Measurement Unit of Amount of Substance"@en ; - skos:altLabel "Measurement Unit of Chemical Amount"@en , - "Measurement Unit of Enplethy"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter."@en ; - skos:example "mole, pound-mole" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology" . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Amount of Substance"@en ; + "Measurement Unit of Chemical Amount"@en , + "Measurement Unit of Enplethy"@en ; + "A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter."@en ; + "mole, pound-mole" ; + "The type of particle quantified is typically either atoms or molecules, but may also be protons, neutrons, electrons, quarks, or other particles. The type of particle being measured should always be specified along with the measurement and its unit."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology" . ### https://www.commoncoreontologies.org/ont00000141 -cco:ont00000141 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000914 ; - rdfs:label "Populace"@en ; - skos:definition "A Group of Persons forming the total population of some Government Domain."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Populace"@en ; + "A Group of Persons forming the total population of some Government Domain."@en ; + "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000142 -cco:ont00000142 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Government"@en ; - skos:definition "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Government"@en ; + "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000143 -cco:ont00000143 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000103 ; - rdfs:label "Cargo Cabin"@en ; - skos:definition "A Vehicle Compartment that is used to store goods or materials during transportation."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cargo Cabin"@en ; + "A Vehicle Compartment that is used to store goods or materials during transportation."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000144 -cco:ont00000144 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000433 ; - rdfs:label "Act of Meeting"@en ; - skos:definition "An Act of Association wherein two or more Persons assemble for some common purpose."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Meeting"@en ; + "An Act of Association wherein two or more Persons assemble for some common purpose."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000145 -cco:ont00000145 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000445 ; - rdfs:label "Incendiary Weapon"@en ; - skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Incendiary Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en ; + "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000146 -cco:ont00000146 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001175 ; - owl:disjointWith cco:ont00000496 ; - rdfs:label "Artificial Language"@en ; - skos:definition "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; - skos:example "Esperanto" , - "Python Programming Language" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Artificial Language"@en ; + "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; + "Esperanto" , + "Python Programming Language" ; + "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000147 -cco:ont00000147 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000325 ; - rdfs:label "Flight Transponder"@en ; - skos:definition "A Radio Transponder that is designed to produce a specified response (typically for identification, location, or status update purposes) when it receives a radio-frequency interrogation."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Flight Transponder"@en ; + "A Radio Transponder that is designed to produce a specified response (typically for identification, location, or status update purposes) when it receives a radio-frequency interrogation."@en ; + "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000148 -cco:ont00000148 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000368 ; - rdfs:label "Clockwise Rotational Motion"@en ; - skos:altLabel "CW Rotational Motion"@en , - "Clockwise Rotation"@en ; - skos:definition "A Rotational Motion in which the direction of rotation is toward the right as seen relative to the designated side of the plane of rotation."@en ; - skos:example "the axial rotation of the Earth as seen from above the South Pole" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Clockwise Rotational Motion"@en ; + "CW Rotational Motion"@en , + "Clockwise Rotation"@en ; + "A Rotational Motion in which the direction of rotation is toward the right as seen relative to the designated side of the plane of rotation."@en ; + "the axial rotation of the Earth as seen from above the South Pole" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000149 -cco:ont00000149 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000517 ; - rdfs:label "Instant Messaging"@en ; - skos:altLabel "Act of IMing"@en , - "Act of Instant Messaging"@en ; - skos:definition "An Act of Communication by Media in which real-time direct text-based communication occurs between two or more people using personal computers or other devices, along with shared Instant Messaging Client Software conveyed over a network, such as the Internet."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Instant Messaging"@en ; + "Act of IMing"@en , + "Act of Instant Messaging"@en ; + "An Act of Communication by Media in which real-time direct text-based communication occurs between two or more people using personal computers or other devices, along with shared Instant Messaging Client Software conveyed over a network, such as the Internet."@en ; + "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000150 -cco:ont00000150 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000754 ; - rdfs:label "Radio Frequency"@en ; - skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en ; - cco:ont00001753 "RF" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en ; + "RF" ; + "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000151 -cco:ont00000151 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000379 ; - rdfs:label "Act of Reporting"@en ; - skos:definition "An Act of Representative Communication performed by giving a detailed account or statement."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/report" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Reporting"@en ; + "An Act of Representative Communication performed by giving a detailed account or statement."@en ; + "http://www.merriam-webster.com/dictionary/report" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000152 -cco:ont00000152 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000998 ; - rdfs:label "Telephone Network"@en ; - skos:definition "A Telecommunication Network that is designed to allow telephone calls to be made between two or more parties connected to the network."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone Network"@en ; + "A Telecommunication Network that is designed to allow telephone calls to be made between two or more parties connected to the network."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000153 -cco:ont00000153 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000781 ; - rdfs:label "Generator Control Unit"@en ; - skos:definition "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Generator Control Unit"@en ; + "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000154 -cco:ont00000154 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000745 ; - rdfs:comment "While there is always at least one Mode for every set of data, it is possible for any given set of data to have multiple Modes. The Mode is typically most useful when the members of the set are all Nominal Measurement Information Content Entities."@en ; - rdfs:label "Mode Point Estimate Information Content Entity"@en ; - skos:altLabel "Mode"@en , - "Statistical Mode"@en ; - skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or values that occur most often in the set."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mode Point Estimate Information Content Entity"@en ; + "Mode"@en , + "Statistical Mode"@en ; + "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or values that occur most often in the set."@en ; + "While there is always at least one Mode for every set of data, it is possible for any given set of data to have multiple Modes. The Mode is typically most useful when the members of the set are all Nominal Measurement Information Content Entities."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000155 -cco:ont00000155 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001337 ; - rdfs:label "Near Infrared Light Frequency"@en ; - skos:definition "An Infrared Light Frequency that is between 214 and 400 terahertz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Near Infrared Light Frequency"@en ; + "An Infrared Light Frequency that is between 214 and 400 terahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000156 -cco:ont00000156 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000088 ; - rdfs:label "Hand Gun"@en ; - skos:definition "A Firearm that is designed to have a relatively short barrel and to be held in one or two hands and to be fired without being braced against the shoulder."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hand Gun"@en ; + "A Firearm that is designed to have a relatively short barrel and to be held in one or two hands and to be fired without being braced against the shoulder."@en ; + "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000157 -cco:ont00000157 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000084 ; - rdfs:label "Facial Hair"@en ; - skos:definition "A Bodily Component that consists of a portion of hair that grows on the face of a human (typically male) or other animal."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Facial Hair"@en ; + "A Bodily Component that consists of a portion of hair that grows on the face of a human (typically male) or other animal."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000158 -cco:ont00000158 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001105 ; - rdfs:label "Lithium-ion Electric Battery"@en ; - skos:definition "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lithium-ion Electric Battery"@en ; + "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000159 -cco:ont00000159 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 ; - rdfs:label "Material Copy of a Timekeeping Instrument"@en ; - skos:altLabel "Timekeeping Instrument"@en ; - skos:definition "An Information Bearing Artifact that is designed to carry some specific Information Content Entity that is about some temporal region."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Material Copy of a Timekeeping Instrument"@en ; + "Timekeeping Instrument"@en ; + "An Information Bearing Artifact that is designed to carry some specific Information Content Entity that is about some temporal region."@en ; + "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000160 -cco:ont00000160 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000581 ; - rdfs:label "Manual Tool"@en ; - skos:altLabel "Hand Tool"@en ; - skos:definition "A Tool that is designed to be powered by manual labor rather than by an engine."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Manual Tool"@en ; + "Hand Tool"@en ; + "A Tool that is designed to be powered by manual labor rather than by an engine."@en ; + "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000161 -cco:ont00000161 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - rdfs:label "Coordinate System Axis"@en ; - skos:definition "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Coordinate System Axis"@en ; + "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000162 -cco:ont00000162 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000795 ; - rdfs:label "Electrical Connector Artifact Function"@en ; - skos:definition "An Electrical Conduction Artifact Function that is realized by processes in which some Material Artifact is used to join electrical terminations to create an electrical circuit."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Connector Artifact Function"@en ; + "An Electrical Conduction Artifact Function that is realized by processes in which some Material Artifact is used to join electrical terminations to create an electrical circuit."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000163 -cco:ont00000163 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000161 ; - rdfs:label "z-Axis"@en ; - skos:definition "A Coordinate System Axis designated by the variable 'z'."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "z-Axis"@en ; + "A Coordinate System Axis designated by the variable 'z'."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000164 -cco:ont00000164 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001010 ; - rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en ; - skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the smallest or having the least amount relative to a nominally described set of like entities."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en ; + "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the smallest or having the least amount relative to a nominally described set of like entities."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000165 -cco:ont00000165 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Criminal Act"@en ; - skos:definition "A Planned Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Criminal Act"@en ; + "A Planned Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."@en ; + "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000166 -cco:ont00000166 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000099 ; - rdfs:label "Wave Cycle"@en ; - skos:definition "A Wave Process that consists of a portion of a Wave Process that begins at an arbitrary point of the Wave Process and ends at the next point when the pattern of the Wave Process begins to repeat."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wave Cycle"@en ; + "A Wave Process that consists of a portion of a Wave Process that begins at an arbitrary point of the Wave Process and ends at the next point when the pattern of the Wave Process begins to repeat."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000167 -cco:ont00000167 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001173 ; - rdfs:label "Large-Scale Rocket Launcher"@en ; - skos:definition "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Large-Scale Rocket Launcher"@en ; + "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000168 -cco:ont00000168 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000433 ; - rdfs:label "Act of Interpersonal Relationship"@en ; - skos:definition "An Act of Association between two or more Persons that may range from fleeting to enduring."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Interpersonal Relationship"@en ; + "An Act of Association between two or more Persons that may range from fleeting to enduring."@en ; + "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000169 -cco:ont00000169 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000150 ; - rdfs:comment "The corresponding Wavelength range is 10–1 m"@en ; - rdfs:label "Very High Frequency"@en ; - skos:altLabel "ITU Band Number 8"@en ; - skos:definition "A Radio Frequency that is between 30 and 300 MHz."@en ; - cco:ont00001753 "VHF" ; - cco:ont00001754 "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Very High Frequency"@en ; + "ITU Band Number 8"@en ; + "A Radio Frequency that is between 30 and 300 MHz."@en ; + "The corresponding Wavelength range is 10–1 m"@en ; + "VHF" ; + "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000170 -cco:ont00000170 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000018 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001944 ; - owl:someValuesFrom cco:ont00000205 - ] ; - rdfs:label "Object Track Point"@en ; - skos:definition "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Object Track Point"@en ; + "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000171 -cco:ont00000171 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000344 ; - rdfs:label "Detergent Artifact Function"@en ; - skos:definition "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Detergent Artifact Function"@en ; + "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en ; + "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000172 -cco:ont00000172 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000483 ; - rdfs:label "Base of Operations"@en ; - skos:altLabel "Main Operating Base"@en ; - skos:definition "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en ; - cco:ont00001753 "MOB" ; - cco:ont00001754 "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Base of Operations"@en ; + "Main Operating Base"@en ; + "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en ; + "MOB" ; + "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000173 -cco:ont00000173 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Civilian Role"@en ; - skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents not being part of either an Armed Force or police force."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Civilian Role"@en ; + "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents not being part of either an Armed Force or police force."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000174 -cco:ont00000174 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000547 ; - rdfs:label "Ultraviolet Telescope"@en ; - skos:altLabel "UV Telescope"@en ; - skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing ultraviolet light to form an enhanced image of the Object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultraviolet Telescope"@en ; + "UV Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing ultraviolet light to form an enhanced image of the Object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000175 -cco:ont00000175 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Organization Member Role"@en ; - skos:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Organization Member Role"@en ; + "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000176 -cco:ont00000176 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001180 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000898 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001180 ; - dcterms:bibliographicCitation "Lee, David S., and Brad Glosserman. “How Companies Can Navigate Today’s Geopolitical Risks.” Harvard Business Review, 28 Nov. 2022. hbr.org, https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks." , - "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; - dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Geopolitical Organization"@en ; - skos:definition "An Organization that bears a Geopolitical Power Role."@en ; - skos:prefLabel "Geopolitical Organization"@en ; - cco:ont00001754 "https://chass.usu.edu/international-studies/aggies-go/power" , - "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Lee, David S., and Brad Glosserman. “How Companies Can Navigate Today’s Geopolitical Risks.” Harvard Business Review, 28 Nov. 2022. hbr.org, https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks." , + "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Geopolitical Organization"@en ; + "An Organization that bears a Geopolitical Power Role."@en ; + "Geopolitical Organization"@en ; + "https://chass.usu.edu/international-studies/aggies-go/power" , + "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000177 -cco:ont00000177 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - rdfs:label "Affordance"@en ; - skos:definition "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Agent Capability or Disposition in some Act."@en ; - cco:ont00001754 "J. J. Gibson, \"The Theory of Affordances,\" in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Affordance"@en ; + "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Agent Capability or Disposition in some Act."@en ; + "J. J. Gibson, \"The Theory of Affordances,\" in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000178 -cco:ont00000178 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001150 ; - rdfs:label "Arrow"@en ; - skos:definition "A Portion of Ammunition that is designed to be fired from a Bow and consists of a long straight stiff shaft with stabilizers (fletchings) and a slot (the nock) on one end and a weighted tip (the arrowhead) on the other end."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Arrow"@en ; + "A Portion of Ammunition that is designed to be fired from a Bow and consists of a long straight stiff shaft with stabilizers (fletchings) and a slot (the nock) on one end and a weighted tip (the arrowhead) on the other end."@en ; + "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000179 -cco:ont00000179 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000570 ; - rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."@en ; - rdfs:label "Thrust"@en ; - skos:definition "A Force that is equal in magnitude to but in the opposite direction of an exerted Force and which is used to describe the forward Force of a Jet or Rocket Engine in reaction to the Acceleration of its Reaction Mass in the opposite direction."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thrust"@en ; + "A Force that is equal in magnitude to but in the opposite direction of an exerted Force and which is used to describe the forward Force of a Jet or Rocket Engine in reaction to the Acceleration of its Reaction Mass in the opposite direction."@en ; + "More generally, Thrust is the propulsive Force of a Rocket."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000180 -cco:ont00000180 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000410 ; - rdfs:label "Hotel"@en ; - skos:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hotel"@en ; + "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ; + "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000181 -cco:ont00000181 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000089 ; - rdfs:label "Language Skill"@en ; - skos:definition "A Skill that is realized by an Act which is prescribed by a Language."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Language Skill"@en ; + "A Skill that is realized by an Act which is prescribed by a Language."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000182 -cco:ont00000182 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000123 ; - rdfs:label "Act of Thanking"@en ; - skos:definition "An Act of Expressive Communication performed by expressing gratitude."@en ; - cco:ont00001754 " http://www.merriam-webster.com/dictionary/thanks" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Thanking"@en ; + "An Act of Expressive Communication performed by expressing gratitude."@en ; + " http://www.merriam-webster.com/dictionary/thanks" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000183 -cco:ont00000183 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Fragrance Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes of emitting a pleasant or sweet odor."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fragrance Artifact Function"@en ; + "An Artifact Function that is realized in processes of emitting a pleasant or sweet odor."@en ; + "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000184 -cco:ont00000184 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - rdfs:label "Axial Rotation Period"@en ; - skos:definition "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Axial Rotation Period"@en ; + "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000185 -cco:ont00000185 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Blunt"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Blunt"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000186 -cco:ont00000186 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001010 ; - rdfs:label "Artifact Version Ordinality"@en ; - skos:definition "An Ordinal Measurement Information Content Entity that is about the form of a Material Artifact which differs in some respects from previous or future forms of that Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Artifact Version Ordinality"@en ; + "An Ordinal Measurement Information Content Entity that is about the form of a Material Artifact which differs in some respects from previous or future forms of that Material Artifact."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000187 -cco:ont00000187 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Authority Role"@en ; - skos:definition "A Role that is realized by Processes which create, modify, transfer, or eliminate Process Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en ; - skos:scopeNote "Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Authority Role"@en ; + "A Role that is realized by Processes which create, modify, transfer, or eliminate Process Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en ; + "Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections)."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000188 -cco:ont00000188 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - rdfs:label "Ground Track"@en ; - skos:altLabel "Ground Trace"@en ; - skos:definition "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en ; - skos:scopeNote "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Track"@en ; + "Ground Trace"@en ; + "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en ; + "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en ; + "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000189 -cco:ont00000189 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002002 - ] ; - rdfs:label "Material Copy of a Certificate"@en ; - skos:altLabel "Certificate"@en ; - skos:definition "An Information Bearing Artifact that bears an Information Content Entity which attests to certain demonstrated characteristics of an Object, Person, or Organization."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/degree" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Certificate"@en ; + "Certificate"@en ; + "An Information Bearing Artifact that bears an Information Content Entity which attests to certain demonstrated characteristics of an Object, Person, or Organization."@en ; + "http://www.dictionary.com/browse/degree" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000190 -cco:ont00000190 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001353 ; - rdfs:label "Minimum Speed Artifact Function"@en ; - skos:definition "A Speed Artifact Function that is realized in some process in which the Material Artifact bearing the Artifact Function attains the lowest speed at which that Material Artifact is designed to operate."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Minimum Speed Artifact Function"@en ; + "A Speed Artifact Function that is realized in some process in which the Material Artifact bearing the Artifact Function attains the lowest speed at which that Material Artifact is designed to operate."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000191 -cco:ont00000191 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001147 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001803 ; - owl:someValuesFrom cco:ont00000920 - ] ; - rdfs:label "Act of Homicide"@en ; - skos:definition "An Act of Violence which causes the unlawful killing of another person."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Act of Homicide"@en ; + "An Act of Violence which causes the unlawful killing of another person."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000192 -cco:ont00000192 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000171 ; - owl:someValuesFrom cco:ont00001341 - ] ; - rdfs:label "Facility"@en ; - skos:definition "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Facility"@en ; + "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000193 -cco:ont00000193 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000059 ; - rdfs:label "Telephone Subscriber Line"@en ; - skos:definition "A Telephone Line that connects a Communication Endpoint to another node in a Telecommunication Network to enable service to a user's Telephone."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone Subscriber Line"@en ; + "A Telephone Line that connects a Communication Endpoint to another node in a Telecommunication Network to enable service to a user's Telephone."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000194 -cco:ont00000194 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000795 ; - rdfs:label "Electrical Contact Artifact Function"@en ; - skos:definition "An Electrical Conduction Artifact Function that is realized by processes in which some Material Artifact is used as an endpoint of an electrical circuit from which an electrical current is passed via physical contact with the endpoint."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Contact Artifact Function"@en ; + "An Electrical Conduction Artifact Function that is realized by processes in which some Material Artifact is used as an endpoint of an electrical circuit from which an electrical current is passed via physical contact with the endpoint."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000195 -cco:ont00000195 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001078 ; - rdfs:label "Heliport"@en ; - skos:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heliport"@en ; + "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ; + "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000196 -cco:ont00000196 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Purple"@en ; - skos:definition "A Color that is aproximately midway between Red and Blue."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Purple"@en ; + "A Color that is aproximately midway between Red and Blue."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000197 -cco:ont00000197 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000035 ; - rdfs:label "Process Beginning"@en ; - skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Process Beginning"@en ; + "A Process Boundary that occupies a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region that the Process, of which the Process Boundary is a part, occupies."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000198 -cco:ont00000198 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Sound Level"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en ; - skos:example "decibels, sones" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Sound Level"@en ; + "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en ; + "decibels, sones" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000199 -cco:ont00000199 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000771 ; - rdfs:label "Camera"@en ; - skos:definition "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/camera" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Camera"@en ; + "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en ; + "http://www.dictionary.com/browse/camera" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000200 -cco:ont00000200 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000890 ; - rdfs:label "Act of Pilgrimage"@en ; - skos:definition "An Act of Travel to a location of importance to a person's beliefs and faith."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Pilgrimage"@en ; + "An Act of Travel to a location of importance to a person's beliefs and faith."@en ; + "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000201 -cco:ont00000201 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000065 ; - rdfs:label "Act of Change of Residence"@en ; - skos:definition "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Change of Residence"@en ; + "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000202 -cco:ont00000202 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001075 ; - rdfs:label "Act of Terrorist Training Instruction"@en ; - skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Terrorist Organization by imparting knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature to an Agent either directly or indirectly through some communication medium."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Terrorist Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Terrorist Organization by imparting knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature to an Agent either directly or indirectly through some communication medium."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000203 -cco:ont00000203 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000293 ; - rdfs:label "Event Status Nominal Information Content Entity"@en ; - skos:definition "A Nominal Measurement Information Content Entity that is a measurement of the current state of a process."@en ; - skos:example "proposed, approved, planned, in progress, completed, failed, or successful" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Event Status Nominal Information Content Entity"@en ; + "A Nominal Measurement Information Content Entity that is a measurement of the current state of a process."@en ; + "proposed, approved, planned, in progress, completed, failed, or successful" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000204 -cco:ont00000204 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001104 ; - rdfs:label "Rifle"@en ; - skos:definition "A Long Gun that is designed to have a rifled barrel and to fire single Bullets over long ranges with high accuracy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rifle"@en ; + "A Long Gun that is designed to have a rifled barrel and to fire single Bullets over long ranges with high accuracy."@en ; + "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000205 -cco:ont00000205 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001855 ; - owl:someValuesFrom cco:ont00000170 - ] ; - rdfs:comment "The exact line of the Object Track may be drawn based on the Center of Mass of the Object or another reference point, such as the location of a transponder beacon or the center of a radar cross-section, depending on the Object being tracked."@en ; - rdfs:label "Object Track"@en ; - skos:definition "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Object Track"@en ; + "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en ; + "The exact line of the Object Track may be drawn based on the Center of Mass of the Object or another reference point, such as the location of a transponder beacon or the center of a radar cross-section, depending on the Object being tracked."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000206 -cco:ont00000206 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Friction Reduction Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes of reducing the force resisting the relative motion of surfaces in contact."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Friction Reduction Artifact Function"@en ; + "An Artifact Function that is realized in processes of reducing the force resisting the relative motion of surfaces in contact."@en ; + "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000207 -cco:ont00000207 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000142 ; - rdfs:label "One-Dimensional Geospatial Boundary"@en ; - skos:definition "A Fiat Line that is a boundary of some Geospatial Region."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "One-Dimensional Geospatial Boundary"@en ; + "A Fiat Line that is a boundary of some Geospatial Region."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000208 -cco:ont00000208 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000123 ; - rdfs:label "Act of Congratulating"@en ; - skos:definition "An Act of Expressive Communication performed by expressing vicarious pleasure to a person on the occasion of their success or good fortune."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/congratulate" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Congratulating"@en ; + "An Act of Expressive Communication performed by expressing vicarious pleasure to a person on the occasion of their success or good fortune."@en ; + "http://www.merriam-webster.com/dictionary/congratulate" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000209 -cco:ont00000209 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000313 ; - rdfs:label "Sound Wavelength"@en ; - skos:definition "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en ; - cco:ont00001754 "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sound Wavelength"@en ; + "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en ; + "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000210 -cco:ont00000210 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Engine"@en ; - skos:altLabel "Motor"@en ; - skos:definition "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Engine"@en ; + "Motor"@en ; + "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000211 -cco:ont00000211 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001924 ; - owl:someValuesFrom cco:ont00000800 - ] ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Day Temporal Interval"@en ; - skos:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Multi-Day Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ; + "This is a defined class."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000212 -cco:ont00000212 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000445 ; - rdfs:label "Chemical Weapon"@en ; - skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chemical Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en ; + "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000213 -cco:ont00000213 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000472 ; - rdfs:label "Subcontinent"@en ; - skos:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Subcontinent"@en ; + "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; + "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000214 -cco:ont00000214 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000289 ; - rdfs:label "Moving Target Indication Artifact Function"@en ; - skos:definition "A Radar Imaging Artifact Function that inheres in Material Artifacts that are designed to identify and produce visual representations of moving entities by using a radar to emit successive phase coherent pulses, which are sampled and added to the subsequent pulse to cancel out signals from non-moving entities such that only signals from moving entities remain and are displayed."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Moving Target Indication Artifact Function"@en ; + "A Radar Imaging Artifact Function that inheres in Material Artifacts that are designed to identify and produce visual representations of moving entities by using a radar to emit successive phase coherent pulses, which are sampled and added to the subsequent pulse to cancel out signals from non-moving entities such that only signals from moving entities remain and are displayed."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000215 -cco:ont00000215 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000547 ; - rdfs:comment "A Radio Telescope consists of a specialized Antenna and a Radio Receiver and is typically used to receive radio waves from sources in outer space."@en ; - rdfs:label "Radio Telescope"@en ; - skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves to form an enhanced image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves to form an enhanced image of the Object."@en ; + "A Radio Telescope consists of a specialized Antenna and a Radio Receiver and is typically used to receive radio waves from sources in outer space."@en ; + "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000216 -cco:ont00000216 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001150 ; - rdfs:label "Shell"@en ; - skos:definition "A Portion of Ammunition that is designed to be a non-self-propelled projectile and to carry a payload (explosive or other) over a relatively short distance."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Shell_(projectile)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shell"@en ; + "A Portion of Ammunition that is designed to be a non-self-propelled projectile and to carry a payload (explosive or other) over a relatively short distance."@en ; + "https://en.wikipedia.org/wiki/Shell_(projectile)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000217 -cco:ont00000217 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Area"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en ; - skos:example "square feet, square meters, acre, hectare" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Area"@en ; + "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en ; + "square feet, square meters, acre, hectare" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000218 -cco:ont00000218 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - rdfs:label "Major Axis"@en ; - skos:definition "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Major Axis"@en ; + "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000219 -cco:ont00000219 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001009 ; - rdfs:label "Reflecting Optical Telescope"@en ; - skos:altLabel "Reflecting Telescope"@en , - "Reflector"@en ; - skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via reflection through the use of one or more curved Mirrors to form an enhanced image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reflecting Optical Telescope"@en ; + "Reflecting Telescope"@en , + "Reflector"@en ; + "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via reflection through the use of one or more curved Mirrors to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000220 -cco:ont00000220 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000881 ; - rdfs:label "Ammunition Depot"@en ; - skos:definition "A Storage Facility that is designed to store Portions of Ammunition."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ammunition Depot"@en ; + "A Storage Facility that is designed to store Portions of Ammunition."@en ; + "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000221 -cco:ont00000221 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - rdfs:label "Semi-Minor Axis"@en ; - skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Semi-Minor Axis"@en ; + "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000222 -cco:ont00000222 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000530 ; - rdfs:label "Presence Frequency"@en ; - skos:definition "A Sonic Frequency that is between 4 and 6 kHz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Presence Frequency"@en ; + "A Sonic Frequency that is between 4 and 6 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000223 -cco:ont00000223 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000203 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:someValuesFrom cco:ont00000800 - ] ; - rdfs:label "Time of Day"@en ; - skos:definition "A Temporal Instant that is part of a Day."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Time of Day"@en ; + "A Temporal Instant that is part of a Day."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000224 -cco:ont00000224 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001197 ; - rdfs:label "Populated place"@en ; - skos:definition "An Anthropogenic Feature at which people live or have lived."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Populated place"@en ; + "An Anthropogenic Feature at which people live or have lived."@en ; + "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000225 -cco:ont00000225 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001869 ; - owl:someValuesFrom cco:ont00000832 - ] ; - rdfs:label "Month"@en ; - skos:definition "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ; - skos:scopeNote "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Month"@en ; + "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ; + "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000226 -cco:ont00000226 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Transportation Facility"@en ; - skos:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transportation Facility"@en ; + "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ; + "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000227 -cco:ont00000227 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000674 ; - rdfs:comment "A Julian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.25 Julian Days. Julian Years are typically indicated by prefixing a capital 'J' in front of the Year number, e.g. J2000.0 or J2018."@en ; - rdfs:label "Julian Year"@en ; - skos:definition "A Calendar Year in the Julian Calendar."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Julian Year"@en ; + "A Calendar Year in the Julian Calendar."@en ; + "A Julian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.25 Julian Days. Julian Years are typically indicated by prefixing a capital 'J' in front of the Year number, e.g. J2000.0 or J2018."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000228 -cco:ont00000228 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000005 ; - rdfs:label "Planned Act"@en ; - skos:altLabel "Intentional Act"@en ; - skos:definition "An Act in which at least one Agent plays a causative role and which is prescribed by some Directive Information Content Entity held by at least one of the Agents."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Planned Act"@en ; + "Intentional Act"@en ; + "An Act in which at least one Agent plays a causative role and which is prescribed by some Prescriptive Information Content Entity held by at least one of the Agents."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000229 -cco:ont00000229 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Power"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; - skos:example "watt, horsepower" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Power"@en ; + "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; + "watt, horsepower" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000230 -cco:ont00000230 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000136 ; - rdfs:label "Diffraction Grating"@en ; - skos:definition "An Optical Instrument with a periodic structure that is designed to split and defract a beam of light into several beams travelling in different directions."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Diffraction Grating"@en ; + "An Optical Instrument with a periodic structure that is designed to split and defract a beam of light into several beams travelling in different directions."@en ; + "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000231 -cco:ont00000231 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001051 ; - rdfs:label "Torpedo Tube"@en ; - skos:definition "A Projectile Launcher that is designed to launch Torpedoes."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Torpedo Tube"@en ; + "A Projectile Launcher that is designed to launch Torpedoes."@en ; + "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000232 -cco:ont00000232 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000677 ; - rdfs:label "Pumping Station"@en ; - skos:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pumping Station"@en ; + "A Product Transport Facility that is designed to pump fluids from one place to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000233 -cco:ont00000233 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001278 ; - rdfs:label "Stock Certificate"@en ; - skos:definition "Stock that consists of a Certificate."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stock Certificate"@en ; + "Stock that consists of a Certificate."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000234 -cco:ont00000234 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Training"@en ; - skos:definition "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Training"@en ; + "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000235 -cco:ont00000235 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000687 ; - rdfs:label "Act of Vocational Training Acquisition"@en ; - skos:definition "An Act of Training Acquisition performed by an Agent by acquiring skills required for a specific occupation in industry, agriculture or trade from an Agent or communication medium that realizes a capacity derived from its affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Vocational Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring skills required for a specific occupation in industry, agriculture or trade from an Agent or communication medium that realizes a capacity derived from its affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000236 -cco:ont00000236 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Lighting System"@en ; - skos:definition "A Material Artifact that is designed to emit light within some area."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lighting System"@en ; + "A Material Artifact that is designed to emit light within some area."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000237 -cco:ont00000237 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000687 ; - rdfs:label "Act of Terrorist Training Acquisition"@en ; - skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature from an Agent or communication medium that realizes a capacity derived from its affiliation with a Terrorist Organization."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Terrorist Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature from an Agent or communication medium that realizes a capacity derived from its affiliation with a Terrorist Organization."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000238 -cco:ont00000238 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Propeller"@en ; - skos:altLabel "Propelling Screw"@en ; - skos:definition "A Material Artifact that is designed to convert rotary motion from an Engine or other mechanical Power Source into propulsive Force."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propeller"@en ; + "Propelling Screw"@en ; + "A Material Artifact that is designed to convert rotary motion from an Engine or other mechanical Power Source into propulsive Force."@en ; + "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000239 -cco:ont00000239 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Mass"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of an object's resistance to Acceleration when a Force is applied to the object."@en ; - skos:example "ounce, gram, pound" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Mass"@en ; + "A Measurement Unit that is used as a standard for measurement of an object's resistance to Acceleration when a Force is applied to the object."@en ; + "ounce, gram, pound" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000240 -cco:ont00000240 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001162 ; - rdfs:label "Act of Oath Taking"@en ; - skos:definition "An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000241 -cco:ont00000241 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001064 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002015 - ] ; - rdfs:label "Material Copy of a Two-Dimensional Barcode"@en ; - skos:altLabel "Two-Dimensional Barcode"@en ; - skos:definition "A Material Copy of a Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Directive Information Content Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000242 -cco:ont00000242 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000241 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002017 - ] ; - rdfs:label "Material Copy of a Data Matrix Code"@en ; - skos:altLabel "Data Matrix Code"@en ; - skos:definition "A Material Copy of a Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Oath Taking"@en ; + "An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred."@en ; + "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000243 -cco:ont00000243 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Heat Sink"@en ; - skos:definition "A Material Artifact that is designed to regulate the temperature of a computer by the passive transfer of heat away from other components in the computer."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heat Sink"@en ; + "A Material Artifact that is designed to regulate the temperature of a computer by the passive transfer of heat away from other components in the computer."@en ; + "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000244 -cco:ont00000244 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001153 ; - rdfs:label "Fragmentation Artifact Function"@en ; - skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of a detonation which causes fragmentation."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/fragmentation" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fragmentation Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of a detonation which causes fragmentation."@en ; + "http://www.dictionary.com/browse/fragmentation" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000245 -cco:ont00000245 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000782 ; - rdfs:label "Petroleum Manufacturing Facility"@en ; - skos:definition "A Factory that is designed to manufacture petroleum-based products."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Petroleum Manufacturing Facility"@en ; + "A Factory that is designed to manufacture petroleum-based products."@en ; + "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000246 -cco:ont00000246 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000135 ; - rdfs:label "Stasis of Realizable Entity"@en ; - skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Realizable Entity"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000247 -cco:ont00000247 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001326 ; - rdfs:label "Road"@en ; - skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Road"@en ; + "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000248 -cco:ont00000248 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000782 ; - rdfs:label "Chemical Manufacturing Facility"@en ; - skos:definition "A Factory that is designed to manufacture or process chemicals."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chemical Manufacturing Facility"@en ; + "A Factory that is designed to manufacture or process chemicals."@en ; + "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000249 -cco:ont00000249 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:comment "A Shaft is usually used to connect other components of a drive train that cannot be connected directly either because of the distance between them or the need to allow for relative movement between those components."@en ; - rdfs:label "Shaft"@en ; - skos:definition "A Material Artifact that is designed to rotate and transmit Torque, Power, or Rotational Motion from one machine element to another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shaft"@en ; + "A Material Artifact that is designed to rotate and transmit Torque, Power, or Rotational Motion from one machine element to another."@en ; + "A Shaft is usually used to connect other components of a drive train that cannot be connected directly either because of the distance between them or the need to allow for relative movement between those components."@en ; + "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000250 -cco:ont00000250 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000865 ; - rdfs:label "Loss of Realizable Entity"@en ; - skos:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Realizable Entity"@en ; + "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000251 -cco:ont00000251 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000472 ; - rdfs:label "Continent"@en ; - skos:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ; - cco:ont00001754 "JC3IEDM version 3.0.2" ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Continent"@en ; + "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ; + "JC3IEDM version 3.0.2" ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000252 -cco:ont00000252 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000256 ; - rdfs:label "Nozzle"@en ; - skos:definition "A Fluid Control Artifact that is designed to control the speed, direction, rate, shape, or pressure of the flow of fluid exiting it."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nozzle"@en ; + "A Fluid Control Artifact that is designed to control the speed, direction, rate, shape, or pressure of the flow of fluid exiting it."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000253 -cco:ont00000253 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000030 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00000958 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000030 ; - rdfs:comment "This class continues to use the word ‘bearing’ in its rdfslabel because of potential confusion with the acronym ‘ICE’, which is widely used for information content entity."@en ; - rdfs:label "Information Bearing Entity"@en ; - skos:altLabel "IBE"@en , - "Information Carrying Entity"@en ; - skos:definition "An Object upon which an Information Content Entity generically depends."@en ; - cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Information Bearing Entity"@en ; + "IBE"@en , + "Information Carrying Entity"@en ; + "An Object upon which an Information Content Entity generically depends."@en ; + "This class continues to use the word ‘bearing’ in its rdfslabel because of potential confusion with the acronym ‘ICE’, which is widely used for information content entity."@en ; + "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000254 -cco:ont00000254 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Transportation Artifact"@en ; - skos:definition "A Material Artifact that is fixed in place and designed to enable the movement of Vehicles and Agents from one location to another."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transportation Artifact"@en ; + "A Material Artifact that is fixed in place and designed to enable the movement of Vehicles and Agents from one location to another."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000255 -cco:ont00000255 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000457 ; - rdfs:label "Portion of Cryogenic Material"@en ; - skos:definition "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Cryogenic Material"@en ; + "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000256 -cco:ont00000256 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Fluid Control Artifact"@en ; - skos:definition "A Material Artifact that is designed to manipulate the flow of a fluid (i.e. a liquid or a gas)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fluid Control Artifact"@en ; + "A Material Artifact that is designed to manipulate the flow of a fluid (i.e. a liquid or a gas)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000257 -cco:ont00000257 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000620 ; - rdfs:label "Radiopaque"@en ; - skos:altLabel "Radiodense"@en ; - skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000258 -cco:ont00000258 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001064 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002020 - ] ; - rdfs:label "Material Copy of a One-Dimensional Barcode"@en ; - skos:altLabel "One-Dimensional Barcode"@en ; - skos:definition "A Material Copy of a Barcode that is designed to carry parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiopaque"@en ; + "Radiodense"@en ; + "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000259 -cco:ont00000259 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000225 ; - rdfs:label "Calendar Month"@en ; - skos:definition "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en ; - skos:example "January; February; March; April; May; June; July; August; September; October; November; December" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Month"@en ; + "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en ; + "January; February; March; April; May; June; July; August; September; October; November; December" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000260 -cco:ont00000260 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000675 ; - rdfs:label "Muzzle Blast"@en ; - skos:definition "A Sound Wave Process that is caused by a projectile being pushed from the barrel of a firearm by an explosive charge."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Muzzle Blast"@en ; + "A Sound Wave Process that is caused by a projectile being pushed from the barrel of a firearm by an explosive charge."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000261 -cco:ont00000261 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000754 ; - rdfs:comment """Currently gamma radiation is distinguished from x-rays by their source--either inside or outside of the nucleus--rather than by frequency, energy, and wavelength. + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gamma Ray Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en ; + """Currently gamma radiation is distinguished from x-rays by their source--either inside or outside of the nucleus--rather than by frequency, energy, and wavelength. https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_terminology"""@en ; - rdfs:label "Gamma Ray Frequency"@en ; - skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000262 -cco:ont00000262 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001102 ; - rdfs:label "Shop"@en ; - skos:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shop"@en ; + "A Commercial Facility designed to sell small lots of goods to consumers."@en ; + "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000263 -cco:ont00000263 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001328 ; - rdfs:comment "A single Clock Time System does not provide a complete means for identifying or measuring times. Depending on the particular Clock Time System, it may be compatible for use with one or more other Temporal Reference Systems."@en ; - rdfs:label "Clock Time System"@en ; - skos:definition "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Clock Time System"@en ; + "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en ; + "A single Clock Time System does not provide a complete means for identifying or measuring times. Depending on the particular Clock Time System, it may be compatible for use with one or more other Temporal Reference Systems."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000264 -cco:ont00000264 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000020 ; - rdfs:label "Hydraulic Fluid Reservoir"@en ; - skos:definition "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Fluid Reservoir"@en ; + "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000265 -cco:ont00000265 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001327 ; - rdfs:label "Election"@en ; - skos:altLabel "Act of Political Election"@en ; - skos:definition "A Social Act by which a population chooses an individual to hold public office."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Election"@en ; + "Act of Political Election"@en ; + "A Social Act by which a population chooses an individual to hold public office."@en ; + "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000266 -cco:ont00000266 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001381 ; - rdfs:label "Hearing Aid"@en ; - skos:definition "A Medical Artifact that is designed to improve hearing for its user."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hearing Aid"@en ; + "A Medical Artifact that is designed to improve hearing for its user."@en ; + "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000267 -cco:ont00000267 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000791 ; - rdfs:label "Catalyst Artifact Function"@en ; - skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which the rate of a chemical reaction is increased due to the participation of an additional substance, without that substance being consumed in the reaction."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Catalyst Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which the rate of a chemical reaction is increased due to the participation of an additional substance, without that substance being consumed in the reaction."@en ; + "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000268 -cco:ont00000268 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001051 ; - rdfs:label "Cannon"@en ; - skos:definition "A Projectile Launcher that is designed to use a controlled explosion to launch a relatively large Portion of Ammunition, such as a Round Shot or a Shell, at a significant Velocity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cannon"@en ; + "A Projectile Launcher that is designed to use a controlled explosion to launch a relatively large Portion of Ammunition, such as a Round Shot or a Shell, at a significant Velocity."@en ; + "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000269 -cco:ont00000269 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000903 ; - rdfs:label "Radio Transmitter"@en ; - skos:definition "A Radio Communication Instrument that is an electronic device that is designed to generate a radio frequency alternating current, which can be applied to a Radio Antenna to be transmitted as radio waves."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Transmitter"@en ; + "A Radio Communication Instrument that is an electronic device that is designed to generate a radio frequency alternating current, which can be applied to a Radio Antenna to be transmitted as radio waves."@en ; + "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000270 -cco:ont00000270 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Educational Facility"@en ; - skos:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Educational Facility"@en ; + "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000271 -cco:ont00000271 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000639 ; - rdfs:label "Underground Mine"@en ; - skos:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Underground Mine"@en ; + "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ; + "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000272 -cco:ont00000272 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000007 ; - rdfs:label "Combustion"@en ; - skos:altLabel "Burning Process"@en , - "Combustion Process"@en ; - skos:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Combustion"@en ; + "Burning Process"@en , + "Combustion Process"@en ; + "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000273 -cco:ont00000273 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Communication Interference Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to interfere with the transmission of information for the purpose of preventing communication."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Interference Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to interfere with the transmission of information for the purpose of preventing communication."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000274 -cco:ont00000274 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001180 ; - rdfs:label "Armed Force"@en ; - skos:definition "An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Armed Force"@en ; + "An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors."@en ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000275 -cco:ont00000275 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000398 ; - rdfs:comment "Note that, while reference systems and reference frames are treated as synonyms here, some people treat them as related but separate entities. See: http://www.ggos-portal.org/lang_en/GGOS-Portal/EN/Topics/GeodeticApplications/GeodeticReferenceSystemsAndFrames/GeodeticReferenceSystemsAndFrames.html"@en ; - rdfs:label "Spatial Reference System"@en ; - skos:altLabel "Coordinate System"@en , - "Spatial Coordinate System"@en , - "Spatial Reference Frame"@en ; - skos:definition "A Reference System that describes a set of standards for uniquely identifying the position of an entity or the direction of a vector within a defined spatial region by means of measurements along one or more Coordinate System Axes."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spatial Reference System"@en ; + "Coordinate System"@en , + "Spatial Coordinate System"@en , + "Spatial Reference Frame"@en ; + "A Reference System that describes a set of standards for uniquely identifying the position of an entity or the direction of a vector within a defined spatial region by means of measurements along one or more Coordinate System Axes."@en ; + "Note that, while reference systems and reference frames are treated as synonyms here, some people treat them as related but separate entities. See: http://www.ggos-portal.org/lang_en/GGOS-Portal/EN/Topics/GeodeticApplications/GeodeticReferenceSystemsAndFrames/GeodeticReferenceSystemsAndFrames.html"@en ; + "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000276 -cco:ont00000276 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000891 ; - rdfs:label "Solar Calendar System"@en ; - skos:definition "A Calendar System that is designed to organize and identify dates based on the cycles of an Astronomical Body's Orbit around the Sun."@en ; - skos:scopeNote "Unless otherwise specified, a Solar Calendar System is assumed to be relative to the Orbit of the Earth around the Sun."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solar Calendar System"@en ; + "A Calendar System that is designed to organize and identify dates based on the cycles of an Astronomical Body's Orbit around the Sun."@en ; + "Unless otherwise specified, a Solar Calendar System is assumed to be relative to the Orbit of the Earth around the Sun."@en ; + "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000277 -cco:ont00000277 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000445 ; - rdfs:label "Nuclear Weapon"@en ; - skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a destructive nuclear reaction, either through fission or through a combination of fission and fusion."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of a destructive nuclear reaction, either through fission or through a combination of fission and fusion."@en ; + "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000278 -cco:ont00000278 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."@en ; - rdfs:label "Momentum"@en ; - skos:definition "A Process Profile of an object in Motion that is the product of its Mass and Velocity with respect to a frame of reference."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Momentum"@en ; + "A Process Profile of an object in Motion that is the product of its Mass and Velocity with respect to a frame of reference."@en ; + "The SI unit of measure for Momentum is Newton seconds (N s)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000279 -cco:ont00000279 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000392 ; - rdfs:label "Enemy Role"@en ; - skos:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Enemy Role"@en ; + "An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000280 -cco:ont00000280 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001124 ; - rdfs:label "Torpedo"@en ; - skos:definition "A Precision-Guided Missile that is designed to be fired into a body of water, be self-propelled through the water, and carry an explosive payload."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Torpedo"@en ; + "A Precision-Guided Missile that is designed to be fired into a body of water, be self-propelled through the water, and carry an explosive payload."@en ; + "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000281 -cco:ont00000281 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001137 ; - rdfs:label "Albedo"@en ; - skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of its surface to reflect incident electromagnetic radiation of a particular wavelength."@en ; - skos:scopeNote "Albedo is a reflection coefficient and is measured as the ratio of radiation reflected from the surface to the incident radiation. Albedo is dimensionless, can be expressed as a percentage, and is measured on a scale from 0 for no reflection to 1 for perfect reflection of a surface. Albedo depends on the wavelength of the radiation; when no wavelength is specified, it typically refers to some appropriate average across the spectrum of visible light."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Albedo"@en ; + "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of its surface to reflect incident electromagnetic radiation of a particular wavelength."@en ; + "Albedo is a reflection coefficient and is measured as the ratio of radiation reflected from the surface to the incident radiation. Albedo is dimensionless, can be expressed as a percentage, and is measured on a scale from 0 for no reflection to 1 for perfect reflection of a surface. Albedo depends on the wavelength of the radiation; when no wavelength is specified, it typically refers to some appropriate average across the spectrum of visible light."@en ; + "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000282 -cco:ont00000282 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000719 ; - rdfs:label "Counterfeit Financial Instrument"@en ; - skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Counterfeit Financial Instrument"@en ; + "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en ; + "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000283 -cco:ont00000283 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001360 ; - rdfs:label "Cylindrical"@en ; - skos:altLabel "Columnar"@en ; - skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cylindrical"@en ; + "Columnar"@en ; + "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000284 -cco:ont00000284 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - rdfs:label "Strength"@en ; - skos:definition "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ; - skos:scopeNote "Strength is intended to be understood broadly here. Physical strength is only one type of Strength. Other subtypes of Strength may include military strength, psychological strength, emotional strength, political strength, technological strength, and so on."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Strength"@en ; + "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ; + "Strength is intended to be understood broadly here. Physical strength is only one type of Strength. Other subtypes of Strength may include military strength, psychological strength, emotional strength, political strength, technological strength, and so on."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000285 -cco:ont00000285 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000269 ; - rdfs:label "Emergency Locator Transmitter"@en ; - skos:definition "A Radio Transmitter that is designed to signal distress and provide positional data for the entity it is located on."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Emergency Locator Transmitter"@en ; + "A Radio Transmitter that is designed to signal distress and provide positional data for the entity it is located on."@en ; + "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000286 -cco:ont00000286 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000100 ; - rdfs:label "Stasis of Partially Mission Capable Maintenance"@en ; - skos:definition "A Stasis of Partially Mission Capable during which the participating Continuant is not capable of performing some of its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Partially Mission Capable Maintenance"@en ; + "A Stasis of Partially Mission Capable during which the participating Continuant is not capable of performing some of its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000287 -cco:ont00000287 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001187 ; - rdfs:label "Inertial Navigation System"@en ; - skos:altLabel "INS"@en ; - skos:definition "A Navigation System that is designed to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Inertial Navigation System"@en ; + "INS"@en ; + "A Navigation System that is designed to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references."@en ; + "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000288 -cco:ont00000288 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Power Source"@en ; - skos:definition "A Material Artifact that is designed to supply power to some other Material Artifact."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Source"@en ; + "A Material Artifact that is designed to supply power to some other Material Artifact."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000289 -cco:ont00000289 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000601 ; - rdfs:label "Radar Imaging Artifact Function"@en ; - skos:definition "An Imaging Artifact Function that inheres in Material Artifacts that are designed to produce visual representations of entities using radio waves."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radar Imaging Artifact Function"@en ; + "An Imaging Artifact Function that inheres in Material Artifacts that are designed to produce visual representations of entities using radio waves."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000290 -cco:ont00000290 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000726 ; - rdfs:label "Decrease of Specifically Dependent Continuant"@en ; - skos:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Specifically Dependent Continuant"@en ; + "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000291 -cco:ont00000291 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000566 ; - rdfs:label "Act of Decoy Use"@en ; - skos:definition "An Act of Artifact Employment in which some Agent uses some Decoy."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Decoy Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Decoy."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000292 -cco:ont00000292 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom cco:ont00000995 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000686 ; - rdfs:label "Artifact Identifier"@en ; - skos:definition "A Designative Information Content Entity which designates some Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Artifact Identifier"@en ; + "A Designative Information Content Entity which designates some Material Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000293 -cco:ont00000293 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001868 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001163 ; - owl:disjointWith cco:ont00001010 , - cco:ont00001022 , - cco:ont00001364 ; - rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; - rdfs:label "Nominal Measurement Information Content Entity"@en ; - skos:definition "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; - skos:example "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@en , - "a measurement that classifies automobiles as sedans, coupes, hatchbacks, or convertibles" , - "a measurement that classifies military intelligence as strategic, operational, or tactical" , - "a measurement that classifies rocks as igneous, sedimentary, or metamorphic" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith , + , + ; + rdfs:label "Nominal Measurement Information Content Entity"@en ; + "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; + "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@en , + "a measurement that classifies automobiles as sedans, coupes, hatchbacks, or convertibles" , + "a measurement that classifies military intelligence as strategic, operational, or tactical" , + "a measurement that classifies rocks as igneous, sedimentary, or metamorphic" ; + "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000294 -cco:ont00000294 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000533 ; - rdfs:label "Air-Breathing Jet Engine"@en ; - skos:altLabel "Ducted Jet Engine"@en ; - skos:definition "A Jet Engine that is propelled by a jet of hot exhaust gases formed from air that is drawn into the Engine via an Air Inlet."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Air-Breathing Jet Engine"@en ; + "Ducted Jet Engine"@en ; + "A Jet Engine that is propelled by a jet of hot exhaust gases formed from air that is drawn into the Engine via an Air Inlet."@en ; + "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000295 -cco:ont00000295 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Wetness"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of the degree to which the bearer is covered by a liquid, typically on a continuum of dry to wet."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wetness"@en ; + "A Quality that inheres in a bearer in virtue of the degree to which the bearer is covered by a liquid, typically on a continuum of dry to wet."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000296 -cco:ont00000296 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000763 ; - rdfs:label "Angular Velocity"@en ; - skos:altLabel "Rotational Velocity"@en ; - skos:definition "A Velocity that is characterized by both the angular Speed of an object and the Axis about which the object is Rotating."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Angular Velocity"@en ; + "Rotational Velocity"@en ; + "A Velocity that is characterized by both the angular Speed of an object and the Axis about which the object is Rotating."@en ; + "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000297 -cco:ont00000297 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - rdfs:label "Portion of Hydrosphere"@en ; - skos:definition "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Hydrosphere"@en ; + "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en ; + "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000298 -cco:ont00000298 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001173 ; - rdfs:label "Shoulder-Fired Rocket Launcher"@en ; - skos:definition "A Rocket Launcher that is designed to be small enough to be carried by a single person and fired while supported on the person's shoulder."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shoulder-Fired Rocket Launcher"@en ; + "A Rocket Launcher that is designed to be small enough to be carried by a single person and fired while supported on the person's shoulder."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000299 -cco:ont00000299 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000715 ; - rdfs:label "Prosthetic Leg"@en ; - skos:definition "A Prosthesis that is designed to replace a missing leg."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthetic Leg"@en ; + "A Prosthesis that is designed to replace a missing leg."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000300 -cco:ont00000300 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000027 , - [ owl:intersectionOf ( [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000115 ; - owl:someValuesFrom cco:ont00001017 - ] - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000115 ; - owl:allValuesFrom cco:ont00001017 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:label "Group of Agents"@en ; - skos:definition "An Object Aggregate that has only Agents as parts."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "Group of Agents"@en ; + "An Object Aggregate that has only Agents as member parts."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000301 -cco:ont00000301 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000663 ; - rdfs:label "Vehicle Transmission"@en ; - skos:altLabel "Gearbox"@en , - "Transmission"@en ; - skos:definition "A Power Transmission Artifact that is designed to vary the output speed and torque in a rotating power transfer system."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle Transmission"@en ; + "Gearbox"@en , + "Transmission"@en ; + "A Power Transmission Artifact that is designed to vary the output speed and torque in a rotating power transfer system."@en ; + "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000302 -cco:ont00000302 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001049 ; - rdfs:label "Alternating Current Power Source"@en ; - skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Alternating Current Power Source"@en ; + "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000303 -cco:ont00000303 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001036 ; - rdfs:label "Intercommunication System"@en ; - skos:definition "A Communication System that is designed to enable some Act of Communication between end points within a building, small collection of buildings, or within a small area of service."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Intercommunication System"@en ; + "A Communication System that is designed to enable some Act of Communication between end points within a building, small collection of buildings, or within a small area of service."@en ; + "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000304 -cco:ont00000304 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000771 ; - rdfs:label "Microscope"@en ; - skos:definition "An Imaging Instrument that is designed to enable users to see Objects that are otherwise too small to be seen by the naked eye by producing a significantly enlarged image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Microscope"@en ; + "An Imaging Instrument that is designed to enable users to see Objects that are otherwise too small to be seen by the naked eye by producing a significantly enlarged image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000305 -cco:ont00000305 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000380 ; - rdfs:label "Sound Pressure"@en ; - skos:altLabel "Acoustic Pressure"@en ; - skos:definition "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sound Pressure"@en ; + "Acoustic Pressure"@en ; + "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000306 -cco:ont00000306 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001370 ; - rdfs:label "Hinge"@en ; - skos:definition "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hinge"@en ; + "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en ; + "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000307 -cco:ont00000307 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001084 ; - rdfs:label "Portion of Food"@en ; - skos:definition "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Food"@en ; + "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en ; + "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000308 -cco:ont00000308 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001226 ; - rdfs:label "Act of Military Service"@en ; - skos:definition "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en ; - cco:ont00001754 "http://www.collinsdictionary.com/dictionary/english/military-service" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Military Service"@en ; + "An Act of Employment by an Organization wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en ; + "http://www.collinsdictionary.com/dictionary/english/military-service" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000309 -cco:ont00000309 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Healthcare Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of treating and preventing illness."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Healthcare Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of treating and preventing illness."@en ; + "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000310 -cco:ont00000310 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000552 ; - rdfs:label "Grenade"@en ; - skos:altLabel "Hand Grenade"@en ; - skos:definition "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Grenade"@en ; + "Hand Grenade"@en ; + "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@en ; + "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000311 -cco:ont00000311 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001999 ; - rdfs:label "Filtration Artifact Function"@en ; - skos:definition "A Filter Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Filtration Artifact Function"@en ; + "A Filter Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en ; + "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000312 -cco:ont00000312 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000007 ; - rdfs:label "Propulsion Process"@en ; - skos:definition "A Natural Process in which one or more Forces are generated and applied to a participating Object such that the Object is set in Motion or has the direction or magnitude of its Motion altered."@en ; - skos:example "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward" , - "an apple falling to the ground under the power of Earth's gravitational force" , - "burning a portion of fuel to produce exhaust that is ejected through a jet nozzle to propel a rocket and its payload" , - "heat from a fire causing ashes to rise into the sky" , - "launching a water balloon using a sling shot" , - "the wind blowing leaves across a lawn" , - "turning a paddle wheel against a portion of water to propel the paddle boat forward" ; - skos:scopeNote "In each case, a Propulsion Process minimally involves the Object being propelled, a Reaction Mass (e.g. a portion of water, atmosphere, exhaust, etc.), and the Force(s) acting between these two entities."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propulsion Process"@en ; + "A Natural Process in which one or more Forces are generated and applied to a participating Object such that the Object is set in Motion or has the direction or magnitude of its Motion altered."@en ; + "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward" , + "an apple falling to the ground under the power of Earth's gravitational force" , + "burning a portion of fuel to produce exhaust that is ejected through a jet nozzle to propel a rocket and its payload" , + "heat from a fire causing ashes to rise into the sky" , + "launching a water balloon using a sling shot" , + "the wind blowing leaves across a lawn" , + "turning a paddle wheel against a portion of water to propel the paddle boat forward" ; + "In each case, a Propulsion Process minimally involves the Object being propelled, a Reaction Mass (e.g. a portion of water, atmosphere, exhaust, etc.), and the Force(s) acting between these two entities."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000313 -cco:ont00000313 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000752 ; - rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."@en ; - rdfs:label "Wavelength"@en ; - skos:definition "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wavelength"@en ; + "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en ; + "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000314 -cco:ont00000314 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:ont00000253 - ] ; - rdfs:comment "Typically, an IQE will be a complex pattern made up of multiple qualities joined together spatially."@en ; - rdfs:label "Information Quality Entity"@en ; - skos:altLabel "IQE"@en ; - skos:definition "A Quality that concretizes some Information Content Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Information Quality Entity"@en ; + "IQE"@en ; + "A Quality that concretizes some Information Content Entity."@en ; + "Typically, an IQE will be a complex pattern made up of multiple qualities joined together spatially."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000315 -cco:ont00000315 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000918 ; - rdfs:label "Telecommunication Switching Node"@en ; - skos:definition "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Switching Node"@en ; + "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000316 -cco:ont00000316 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000255 ; - rdfs:label "Portion of Liquid Helium"@en ; - skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Helium"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000317 -cco:ont00000317 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001218 ; - rdfs:label "Electronic Signal Processing Artifact Function"@en ; - skos:definition "A Signal Processing Artifact Function that inheres in Material Artifacts that are designed to process or transfer information contained in electronic signals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electronic Signal Processing Artifact Function"@en ; + "A Signal Processing Artifact Function that inheres in Material Artifacts that are designed to process or transfer information contained in electronic signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000318 -cco:ont00000318 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - rdfs:label "Disease"@en ; - skos:definition "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en ; - cco:ont00001754 "http://purl.obolibrary.org/obo/OGMS_0000031" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Disease"@en ; + "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en ; + "http://purl.obolibrary.org/obo/OGMS_0000031" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000319 -cco:ont00000319 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000965 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001942 ; - owl:someValuesFrom cco:ont00000995 - ] ; - rdfs:label "Artifact Design"@en ; - skos:definition "A Directive Information Content Entity that is a specification of an object, manifested by an agent, intended to accomplish goals, in a particular environment, using a set of primitive components, satisfying a set of requirements, subject to constraints."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Artifact Design"@en ; + "A Prescriptive Information Content Entity that is a specification of an object, manifested by an agent, intended to accomplish goals, in a particular environment, using a set of primitive components, satisfying a set of requirements, subject to constraints."@en ; + "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000320 -cco:ont00000320 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001251 ; - rdfs:label "Act of Reconnaissance"@en ; - skos:definition "An Act of Intelligence Gathering used to determine an Agent's disposition and intention; the composition and capabilities of Equipment and Facilities, and the surrounding landforms and weather conditions."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Reconnaissance"@en ; + "An Act of Intelligence Gathering used to determine an Agent's disposition and intention; the composition and capabilities of Equipment and Facilities, and the surrounding landforms and weather conditions."@en ; + "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000321 -cco:ont00000321 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Residential Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Residential Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en ; + "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000322 -cco:ont00000322 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000836 ; - rdfs:label "Act of Funding"@en ; - skos:definition "An Act of Financial Instrument Use in which an Agent (the Funder) provides some Financial Instrument to another Agent (the recipient of the funds) as a resource pool that is earmarked by the Funder for a future transaction."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Funding"@en ; + "An Act of Financial Instrument Use in which an Agent (the Funder) provides some Financial Instrument to another Agent (the recipient of the funds) as a resource pool that is earmarked by the Funder for a future transaction."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000323 -cco:ont00000323 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000034 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:ont00000995 - ] ; - rdfs:label "Artifact Function"@en ; - skos:definition "A Function that inheres in some Material Artifact in virtue of that Material Artifact being designed to be used in processes that require that Function to be realized."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Artifact Function"@en ; + "A Function that inheres in some Material Artifact in virtue of that Material Artifact being designed to be used in processes that require that Function to be realized."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000324 -cco:ont00000324 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001367 ; - rdfs:label "Width"@en ; - skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Width"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000325 -cco:ont00000325 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000903 ; - rdfs:label "Radio Transponder"@en ; - skos:altLabel "Transmitter-Responder"@en ; - skos:definition "A Radio Communication Instrument that is an electronic device that acts as both a Radio Transmitter and responder and is used to wirelessly receive and transmit electrical signals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000326 -cco:ont00000326 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000258 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002034 - ] ; - rdfs:label "Material Copy of a UPC Barcode"@en ; - skos:altLabel "UPC Barcode"@en ; - skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Transponder"@en ; + "Transmitter-Responder"@en ; + "A Radio Communication Instrument that is an electronic device that acts as both a Radio Transmitter and responder and is used to wirelessly receive and transmit electrical signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000327 -cco:ont00000327 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Texture"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of the size, shape, and distribution of features on its surface, typically on a continuum from smooth to rough."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Texture"@en ; + "A Quality that inheres in a bearer in virtue of the size, shape, and distribution of features on its surface, typically on a continuum from smooth to rough."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000328 -cco:ont00000328 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000870 ; - rdfs:label "Transportation Infrastructure"@en ; - skos:definition "An Infrastructure System that has continuant part one or more Transportation Artifacts and bears a function that, if realized, is realized in Acts of Cargo Transportation"@en ; - cco:ont00001754 "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transportation Infrastructure"@en ; + "An Infrastructure System that has continuant part one or more Transportation Artifacts and bears a function that, if realized, is realized in Acts of Cargo Transportation"@en ; + "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000329 -cco:ont00000329 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001924 ; - owl:someValuesFrom cco:ont00000225 - ] ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Month Temporal Interval"@en ; - skos:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Multi-Month Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ; + "This is a defined class."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000330 -cco:ont00000330 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001076 ; - rdfs:label "Thermal Power Plant"@en ; - skos:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thermal Power Plant"@en ; + "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000331 -cco:ont00000331 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000410 ; - rdfs:label "House"@en ; - skos:definition "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "House"@en ; + "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en ; + "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000332 -cco:ont00000332 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Training Camp"@en ; - skos:definition "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Training Camp"@en ; + "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en ; + "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000333 -cco:ont00000333 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000394 ; - rdfs:label "Gas Turbine"@en ; - skos:altLabel "Combustion Turbine"@en ; - skos:definition "An Internal Combustion Engine that has a rotating compressor and a turbine and is designed to operate utilizing continous Combustion to produce Thrust, either directly via exhaust or indirectly via a prop."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gas Turbine"@en ; + "Combustion Turbine"@en ; + "An Internal Combustion Engine that has a rotating compressor and a turbine and is designed to operate utilizing continous Combustion to produce Thrust, either directly via exhaust or indirectly via a prop."@en ; + "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000334 -cco:ont00000334 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000303 ; - rdfs:label "Interphone"@en ; - skos:definition "An Intercommunication System that that is designed to facilitate some Act of Communication between agents by means of audio messages."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Interphone"@en ; + "An Intercommunication System that that is designed to facilitate some Act of Communication between agents by means of audio messages."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000335 -cco:ont00000335 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000819 ; - rdfs:label "Stasis of Generically Dependent Continuant"@en ; - skos:definition "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Generically Dependent Continuant"@en ; + "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000336 -cco:ont00000336 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000410 ; - rdfs:label "Apartment Building"@en ; - skos:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Apartment Building"@en ; + "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ; + "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000337 -cco:ont00000337 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001029 ; - rdfs:label "Rocket-Propelled Grenade"@en ; - skos:definition "An Unguided Rocket that is designed to contain an explosive warhead, be fired from a Shoulder-Fired Rocket Launcher, and be used against Tanks."@en ; - cco:ont00001753 "RPG" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rocket-Propelled Grenade"@en ; + "An Unguided Rocket that is designed to contain an explosive warhead, be fired from a Shoulder-Fired Rocket Launcher, and be used against Tanks."@en ; + "RPG" ; + "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000338 -cco:ont00000338 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000256 ; - rdfs:label "Fan"@en ; - skos:definition "A Fluid Control Artifact that consists of a rotating arrangement of vanes or blades that are designed to act on a portion of fluid to create flow within it."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Fan_(machine)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fan"@en ; + "A Fluid Control Artifact that consists of a rotating arrangement of vanes or blades that are designed to act on a portion of fluid to create flow within it."@en ; + "https://en.wikipedia.org/wiki/Fan_(machine)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000339 -cco:ont00000339 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Agricultural Facility"@en ; - skos:definition "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Agricultural Facility"@en ; + "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en ; + "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000340 -cco:ont00000340 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000268 ; - rdfs:label "Mortar"@en ; - skos:definition "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mortar"@en ; + "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en ; + "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000341 -cco:ont00000341 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000715 ; - rdfs:label "Prosthetic Arm"@en ; - skos:definition "A Prosthesis that is designed to replace a missing arm."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthetic Arm"@en ; + "A Prosthesis that is designed to replace a missing arm."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000342 -cco:ont00000342 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Brake"@en ; - skos:definition "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Brake"@en ; + "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en ; + "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000343 -cco:ont00000343 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000634 ; - rdfs:label "Reciprocating Steam Engine"@en ; - skos:definition "A Steam Engine that is designed to use one or more reciprocating pistons to convert pressure into a rotating motion."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reciprocating Steam Engine"@en ; + "A Steam Engine that is designed to use one or more reciprocating pistons to convert pressure into a rotating motion."@en ; + "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000344 -cco:ont00000344 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001281 ; - rdfs:label "Surfactant Artifact Function"@en ; - skos:definition "An Emulsifier Artifact Function that is realized in a process that lowers the surface tension between two liquids or between a liquid and a solid."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Surfactant Artifact Function"@en ; + "An Emulsifier Artifact Function that is realized in a process that lowers the surface tension between two liquids or between a liquid and a solid."@en ; + "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000345 -cco:ont00000345 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Measuring"@en ; - skos:definition "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ; - skos:example "putting an object on a scale to measure its weight in kilograms" , - "rating Hollywood movies on a 1 to 5 star scale" , - "using a tape measure to determine the height and width of a doorway in inches" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Measuring"@en ; + "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ; + "putting an object on a scale to measure its weight in kilograms" , + "rating Hollywood movies on a 1 to 5 star scale" , + "using a tape measure to determine the height and width of a doorway in inches" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000346 -cco:ont00000346 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Communication Instrument"@en ; - skos:definition "A Material Artifact that is designed to facilitate communication between at least two entities."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Instrument"@en ; + "A Material Artifact that is designed to facilitate communication between at least two entities."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000347 -cco:ont00000347 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001159 ; - rdfs:label "Electronic Bond"@en ; - skos:definition "A Bond that consists of Bytes."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electronic Bond"@en ; + "A Bond that consists of Bytes."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000348 -cco:ont00000348 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000995 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00001999 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Filter"@en ; - skos:definition "A Material Artifact that bears a Filter Function."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Filter"@en ; + "A Material Artifact that bears a Filter Function."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000349 -cco:ont00000349 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000479 ; - rdfs:label "Police Station"@en ; - skos:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Police Station"@en ; + "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ; + "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000350 -cco:ont00000350 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000453 ; - rdfs:label "Cooling System"@en ; - skos:definition "An Environment Control System that is designed to cool the air or objects in a Site."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cooling System"@en ; + "An Environment Control System that is designed to cool the air or objects in a Site."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000351 -cco:ont00000351 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000133 ; - rdfs:label "Act of Commanding"@en ; - skos:definition "An Act of Directive Communication through which an Agent exercises authoritative control or power over another Agent's actions."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Commanding"@en ; + "An Act of Directive Communication through which an Agent exercises authoritative control or power over another Agent's actions."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000352 -cco:ont00000352 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001139 ; - rdfs:label "Satellite Artifact"@en ; - skos:definition "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Satellite Artifact"@en ; + "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000353 -cco:ont00000353 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Research Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to perform research on a specified entity or class of entities."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Research Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to perform research on a specified entity or class of entities."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000354 -cco:ont00000354 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000379 ; - rdfs:label "Act of Testifying"@en ; - skos:definition "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/testify" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Testifying"@en ; + "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en ; + "http://www.merriam-webster.com/dictionary/testify" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000355 -cco:ont00000355 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001009 ; - rdfs:label "Refracting Optical Telescope"@en ; - skos:altLabel "Refracting Telescope"@en , - "Refractor"@en ; - skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via refraction through the use of one or more Lenses to form an enhanced image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Refracting Optical Telescope"@en ; + "Refracting Telescope"@en , + "Refractor"@en ; + "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via refraction through the use of one or more Lenses to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000356 -cco:ont00000356 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000588 ; - rdfs:label "Act of Publishing Mass Media Article"@en ; - skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of a non-fictional essay, especially one included with others in a newspaper, magazine, journal, etc."@en ; - cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Publishing Mass Media Article"@en ; + "An Act of Mass Media Communication involving the preparation and public issuance of a non-fictional essay, especially one included with others in a newspaper, magazine, journal, etc."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000357 -cco:ont00000357 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Motion"@en ; - skos:definition "A Planned Act by which an Agent causes the position or location of some Object to change."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/motion" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Motion"@en ; + "A Planned Act by which an Agent causes the position or location of some Object to change."@en ; + "http://www.merriam-webster.com/dictionary/motion" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000358 -cco:ont00000358 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001130 ; - rdfs:label "Geospatial Region Bounding Box"@en ; - skos:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Region Bounding Box"@en ; + "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000359 -cco:ont00000359 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000223 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:someValuesFrom cco:ont00000498 - ] ; - rdfs:label "Julian Date"@en ; - skos:definition "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ; - cco:ont00001753 "JD" ; - cco:ont00001754 "https://www.defit.org/julian-date/" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Julian Date"@en ; + "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ; + "JD" ; + "https://www.defit.org/julian-date/" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000360 -cco:ont00000360 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001289 ; - rdfs:label "Wounded Stasis"@en ; - skos:altLabel "Wounded"@en ; - skos:definition "A Damaged Stasis in which a Person or other organism is the bearer of a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to an injuring event."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wounded Stasis"@en ; + "Wounded"@en ; + "A Damaged Stasis in which a Person or other organism is the bearer of a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to an injuring event."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000361 -cco:ont00000361 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001356 ; - rdfs:label "Increase of Function"@en ; - skos:definition "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Function"@en ; + "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000362 -cco:ont00000362 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000533 ; - rdfs:comment "Most rocket engines are also Internal Combustion Engines, however non-combusting forms also exist. For example, an untied balloon full of air that is released and allowed to zoom around the room may be both a Rocket Engine and a Physically Powered Engine."@en ; - rdfs:label "Rocket Engine"@en ; - skos:altLabel "Thruster"@en ; - skos:definition "A Jet Engine that is designed to use only stored Rocket Propellant to form a high speed propulsive jet in order to generate Thrust."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rocket Engine"@en ; + "Thruster"@en ; + "A Jet Engine that is designed to use only stored Rocket Propellant to form a high speed propulsive jet in order to generate Thrust."@en ; + "Most rocket engines are also Internal Combustion Engines, however non-combusting forms also exist. For example, an untied balloon full of air that is released and allowed to zoom around the room may be both a Rocket Engine and a Physically Powered Engine."@en ; + "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000363 -cco:ont00000363 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000998 ; - rdfs:label "Wireless Telecommunication Network"@en ; - skos:altLabel "Wireless Network"@en ; - skos:definition "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wireless Telecommunication Network"@en ; + "Wireless Network"@en ; + "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en ; + "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000364 -cco:ont00000364 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001221 ; - rdfs:label "Pneumatic Motor"@en ; - skos:altLabel "Air Motor"@en , - "Compressed Air Engine"@en ; - skos:definition "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pneumatic Motor"@en ; + "Air Motor"@en , + "Compressed Air Engine"@en ; + "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000365 -cco:ont00000365 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000161 ; - rdfs:label "x-Axis"@en ; - skos:definition "A Coordinate System Axis designated by the variable 'x'."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "x-Axis"@en ; + "A Coordinate System Axis designated by the variable 'x'."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000366 -cco:ont00000366 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Information Processing"@en ; - skos:definition "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Information Processing"@en ; + "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000367 -cco:ont00000367 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001075 ; - rdfs:label "Act of Military Training Instruction"@en ; - skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Military Organization by imparting knowledge of the tactics, techniques, and/or strategies of Military Operations to an Agent either directly or indirectly through some communication medium."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Military Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Military Organization by imparting knowledge of the tactics, techniques, and/or strategies of Military Operations to an Agent either directly or indirectly through some communication medium."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000368 -cco:ont00000368 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001133 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000296 - ] ; - rdfs:label "Rotational Motion"@en ; - skos:altLabel "Rotation"@en ; - skos:definition "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Rotational Motion"@en ; + "Rotation"@en ; + "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@en ; + "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000369 -cco:ont00000369 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001010 ; - rdfs:label "Priority Measurement Information Content Entity"@en ; - skos:altLabel "Criticality Measurement"@en , - "Importance Measurement"@en , - "Priority Measurement"@en ; - skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of the relative importance of an entity."@en ; - skos:example "low, normal, high, urgent, or immediate priority" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Priority Measurement Information Content Entity"@en ; + "Criticality Measurement"@en , + "Importance Measurement"@en , + "Priority Measurement"@en ; + "An Ordinal Measurement Information Content Entity that is a measurement of the relative importance of an entity."@en ; + "low, normal, high, urgent, or immediate priority" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000370 -cco:ont00000370 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000123 ; - rdfs:label "Act of Condoling"@en ; - skos:definition "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en ; - cco:ont00001754 "http://www.thefreedictionary.com/condoling" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Condoling"@en ; + "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en ; + "http://www.thefreedictionary.com/condoling" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000371 -cco:ont00000371 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:comment "An Act of Prediction may involve the use of some or no relevant information. An Act of Prediction that utilizes relevant information may also be (or at least involve) an Act of Estimation. Hence, these two classes are not disjoint. Furthermore, neither class subsumes the other since estimates can be made about existing entities and not all predictions produce measurements (e.g. predicting that it will rain tomorrow)."@en ; - rdfs:label "Act of Prediction"@en ; - skos:definition "A Planned Act that involves the generation of a Predictive Information Content entity that is intended to describe an uncertain possible future event, value, entity, or attribute of an entity."@en ; - skos:example "a chess master predicting the next 8 moves his opponent will make" , - "predicting that a particular stock will double in value over the next fiscal quarter" , - "using sample exit polls data to predict the winners of an election" ; - skos:scopeNote "Predictions can only be made about things that are not yet the case (i.e. future things) and are further restricted to being about things that do not have a probability of either 1 (necessary) or 0 (impossible). For example, assuming that no organism is immortal, one cannot predict of a given organism that it will eventually die; however, one may predict uncertain things about the organism's eventual death, such as its precise cause or time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Prediction"@en ; + "A Planned Act that involves the generation of a Predictive Information Content entity that is intended to describe an uncertain possible future event, value, entity, or attribute of an entity."@en ; + "a chess master predicting the next 8 moves his opponent will make" , + "predicting that a particular stock will double in value over the next fiscal quarter" , + "using sample exit polls data to predict the winners of an election" ; + "An Act of Prediction may involve the use of some or no relevant information. An Act of Prediction that utilizes relevant information may also be (or at least involve) an Act of Estimation. Hence, these two classes are not disjoint. Furthermore, neither class subsumes the other since estimates can be made about existing entities and not all predictions produce measurements (e.g. predicting that it will rain tomorrow)."@en , + "Predictions can only be made about things that are not yet the case (i.e. future things) and are further restricted to being about things that do not have a probability of either 1 (necessary) or 0 (impossible). For example, assuming that no organism is immortal, one cannot predict of a given organism that it will eventually die; however, one may predict uncertain things about the organism's eventual death, such as its precise cause or time."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000372 -cco:ont00000372 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Power Transformer Rectifier Unit"@en ; - skos:altLabel "TRU"@en ; - skos:definition "A Material Artifact that is designed to perform the functions of both a Rectifier and a Transformer."@en ; - cco:ont00001754 "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Transformer Rectifier Unit"@en ; + "TRU"@en ; + "A Material Artifact that is designed to perform the functions of both a Rectifier and a Transformer."@en ; + "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000373 -cco:ont00000373 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000147 ; - rdfs:label "Geospatial Position"@en ; - skos:definition "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Position"@en ; + "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000374 -cco:ont00000374 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000061 ; - rdfs:label "Measurement Unit of Volumetric Flow Rate"@en ; - skos:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time."@en ; - skos:example "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Volumetric Flow Rate"@en ; + "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time."@en ; + "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000375 -cco:ont00000375 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000881 ; - rdfs:label "Warehouse"@en ; - skos:definition "A Storage Facility that is designed to store commercial goods."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Warehouse"@en ; + "A Storage Facility that is designed to store commercial goods."@en ; + "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000376 -cco:ont00000376 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000457 ; - rdfs:label "Portion of Gallium Arsenide"@en ; - skos:altLabel "Portion of GaAs"@en ; - skos:definition "A Portion of Material that is composed of a compound of the elements gallium and arsenic."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Gallium Arsenide"@en ; + "Portion of GaAs"@en ; + "A Portion of Material that is composed of a compound of the elements gallium and arsenic."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000377 -cco:ont00000377 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Disability"@en ; - skos:definition "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Disability"@en ; + "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000378 -cco:ont00000378 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000784 ; - rdfs:label "Color"@en ; - skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Color"@en ; + "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000379 -cco:ont00000379 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000402 ; - rdfs:comment "Examples: affirming, alleging, announcing, answering, attributing, claiming, classifying, concurring, confirming, conjecturing, denying, disagreeing, disclosing, disputing, identifying, informing, insisting, predicting, ranking, reporting, stating, stipulating"@en ; - rdfs:label "Act of Representative Communication"@en ; - skos:definition "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ; - cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Representative Communication"@en ; + "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ; + "Examples: affirming, alleging, announcing, answering, attributing, claiming, classifying, concurring, confirming, conjecturing, denying, disagreeing, disclosing, disputing, identifying, informing, insisting, predicting, ranking, reporting, stating, stipulating"@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000380 -cco:ont00000380 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000570 ; - rdfs:label "Pressure"@en ; - skos:definition "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pressure"@en ; + "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000381 -cco:ont00000381 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000782 ; - rdfs:label "Weapon Manufacturing Facility"@en ; - skos:definition "A Factory that is designed to produce or assemble weapons."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Weapon Manufacturing Facility"@en ; + "A Factory that is designed to produce or assemble weapons."@en ; + "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000382 -cco:ont00000382 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001298 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002042 - ] ; - rdfs:label "Material Copy of a Spreadsheet"@en ; - skos:altLabel "Spreadsheet"@en ; - skos:definition "A Material Copy of a Document that is designed to carry some Information Content Entity in an interactive, tabular form."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Spreadsheet"@en ; + "Spreadsheet"@en ; + "A Material Copy of a Document that is designed to carry some Information Content Entity in an interactive, tabular form."@en ; + "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000383 -cco:ont00000383 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000837 ; - rdfs:label "Nuclear Family"@en ; - skos:definition "A Family composed of parents and their children."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Family"@en ; + "A Family composed of parents and their children."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000384 -cco:ont00000384 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000789 ; - rdfs:label "Rectilinear Motion"@en ; - skos:altLabel "Linear Motion"@en ; - skos:definition "A Translational Motion process in which an Object moves along a straight path."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rectilinear Motion"@en ; + "Linear Motion"@en ; + "A Translational Motion process in which an Object moves along a straight path."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000385 -cco:ont00000385 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Wide"@en ; - skos:altLabel "Broad"@en , - "Fat"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly larger in proportion to its length or height."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wide"@en ; + "Broad"@en , + "Fat"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly larger in proportion to its length or height."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000386 -cco:ont00000386 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000517 ; - rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."@en ; - rdfs:label "Webcast"@en ; - skos:altLabel "Act of Webcasting"@en ; - skos:definition "An Act of Communciation by Media transmitted to an audience over the Internet using streaming media technology to distribute a single content source that may be distributed live or on demand."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Webcast"@en ; + "Act of Webcasting"@en ; + "An Act of Communciation by Media transmitted to an audience over the Internet using streaming media technology to distribute a single content source that may be distributed live or on demand."@en ; + "Essentially, webcasting is “broadcasting” over the Internet."@en ; + "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000387 -cco:ont00000387 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - rdfs:label "Axis of Rotation"@en ; - skos:altLabel "Rotational Axis"@en ; - skos:definition "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Axis of Rotation"@en ; + "Rotational Axis"@en ; + "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000388 -cco:ont00000388 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000987 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001262 ; - rdfs:label "Citizen"@en ; - skos:definition "A Person who is the bearer of some Citizen Role."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Citizen"@en ; + "A Person who is the bearer of some Citizen Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000389 -cco:ont00000389 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001334 ; - rdfs:label "Act of Buying"@en ; - skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Buyer) to acquire ownership of a good from another Agent (the Seller)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Buying"@en ; + "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Buyer) to acquire ownership of a good from another Agent (the Seller)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000390 -cco:ont00000390 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000686 ; - rdfs:label "Spatial Region Identifier"@en ; - skos:definition "A Designative Information Content Entity that designates some Spatial Region."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Spatial Region Identifier"@en ; + "A Designative Information Content Entity that designates some Spatial Region."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000391 -cco:ont00000391 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000754 ; - rdfs:comment "The corresponding Wavelength range is 1–0.1 mm"@en ; - rdfs:label "Tremendously High Frequency"@en ; - skos:altLabel "ITU Band Number 12"@en , - "Submillimeter Band Frequency"@en , - "Terahertz Radiation Frequency"@en ; - skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en ; - cco:ont00001753 "THF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Tremendously High Frequency"@en ; + "ITU Band Number 12"@en , + "Submillimeter Band Frequency"@en , + "Terahertz Radiation Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en ; + "The corresponding Wavelength range is 1–0.1 mm"@en ; + "THF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000392 -cco:ont00000392 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Allegiance Role"@en ; - skos:definition "A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Allegiance Role"@en ; + "A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000393 -cco:ont00000393 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000387 ; - rdfs:label "Yaw Axis"@en ; - skos:altLabel "Vertical Axis"@en ; - skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Yaw Axis"@en ; + "Vertical Axis"@en ; + "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000394 -cco:ont00000394 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000746 ; - rdfs:label "Internal Combustion Engine"@en ; - skos:definition "A Combustion Engine that is designed to have an internal Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy that is then converted into mechanical energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Internal Combustion Engine"@en ; + "A Combustion Engine that is designed to have an internal Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy that is then converted into mechanical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000395 -cco:ont00000395 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000554 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000057 ; - owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom obo:BFO_0000020 - ] - ) ; - rdf:type owl:Class - ] - ] ; - rdfs:label "Gain of Specifically Dependent Continuant"@en ; - skos:definition "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ; - skos:example "A Person becomes pregnant (gain of quality), A person becomes forgetful (gain of disposition), A vehicle becomes amphibious (gain of function), A Person becomes a Database Administrator (gain of role)." ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Specifically Dependent Continuant"@en ; + "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ; + "A Person becomes pregnant (gain of quality), A person becomes forgetful (gain of disposition), A vehicle becomes amphibious (gain of function), A Person becomes a Database Administrator (gain of role)." ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000396 -cco:ont00000396 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000150 ; - rdfs:comment "The corresponding Wavelength range is 100,000–10,000 km"@en ; - rdfs:label "Extremely Low Frequency"@en ; - skos:altLabel "ITU Band Number 1"@en ; - skos:definition "A Radio Frequency that is between 3 and 30 Hz."@en ; - cco:ont00001753 "ELF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Extremely Low Frequency"@en ; + "ITU Band Number 1"@en ; + "A Radio Frequency that is between 3 and 30 Hz."@en ; + "The corresponding Wavelength range is 100,000–10,000 km"@en ; + "ELF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000397 -cco:ont00000397 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Combustion Chamber"@en ; - skos:altLabel "Burner"@en , - "Combustor"@en , - "Flame Holder"@en ; - skos:definition "A Material Artifact that is designed to wholly or partially bound an internal Site where a Combustion process is intended to occur."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Combustion Chamber"@en ; + "Burner"@en , + "Combustor"@en , + "Flame Holder"@en ; + "A Material Artifact that is designed to wholly or partially bound an internal Site where a Combustion process is intended to occur."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000398 -cco:ont00000398 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000853 ; - rdfs:label "Reference System"@en ; - skos:definition "A Descriptive Information Content Entity that describes a set of standards for organizing and understanding data of the specified type or domain."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reference System"@en ; + "A Descriptive Information Content Entity that describes a set of standards for organizing and understanding data of the specified type or domain."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000399 -cco:ont00000399 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom obo:BFO_0000008 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000686 ; - rdfs:label "Temporal Region Identifier"@en ; - skos:definition "A Designative Information Content Entity that designates some Temporal Region."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Temporal Region Identifier"@en ; + "A Designative Information Content Entity that designates some Temporal Region."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000400 -cco:ont00000400 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001197 ; - rdfs:label "Park"@en ; - skos:definition "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Park"@en ; + "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en ; + "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000401 -cco:ont00000401 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000008 ; - rdfs:label "Fundamental Frequency"@en ; - skos:definition "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fundamental Frequency"@en ; + "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000402 -cco:ont00000402 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Communication"@en ; - skos:definition "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Communication"@en ; + "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ; + "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000403 -cco:ont00000403 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Diffraction Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact participating in a diffraction event in which the Material Artifact forces a wave to bend around the corners of an obstacle or aperture into the region of geometrical shadow of the obstacle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Diffraction Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact participating in a diffraction event in which the Material Artifact forces a wave to bend around the corners of an obstacle or aperture into the region of geometrical shadow of the obstacle."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000404 -cco:ont00000404 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000084 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00000500 - ] ; - rdfs:label "Iris"@en ; - skos:definition "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."@en ; - cco:ont00001754 "http://www.thefreedictionary.com/iris" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Iris"@en ; + "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."@en ; + "http://www.thefreedictionary.com/iris" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000405 -cco:ont00000405 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001152 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00000126 - ] ; - rdfs:label "Second-Order Administrative Region"@en ; - skos:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ; - cco:ont00001754 "http://www.geonames.org/export/codes.html" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Second-Order Administrative Region"@en ; + "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ; + "http://www.geonames.org/export/codes.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000406 -cco:ont00000406 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Geocoordinate"@en ; - skos:definition "A Measurement Unit specifying the geospatial coordinates of a location."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Geocoordinate"@en ; + "A Measurement Unit specifying the geospatial coordinates of a location."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000407 -cco:ont00000407 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000098 ; - rdfs:label "Electrical Resistance Artifact Function"@en ; - skos:definition "An Electrical Artifact Function that is realized in processes in which a Material Artifact opposes the flow of an electric current."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Resistance Artifact Function"@en ; + "An Electrical Artifact Function that is realized in processes in which a Material Artifact opposes the flow of an electric current."@en ; + "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000408 -cco:ont00000408 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001180 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00001335 - ] ; - rdfs:label "Government Organization"@en ; - skos:definition "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Government Organization"@en ; + "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000409 -cco:ont00000409 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000742 ; - rdfs:label "Spark Ignition System"@en ; - skos:definition "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spark Ignition System"@en ; + "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000410 -cco:ont00000410 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Residential Facility"@en ; - skos:definition "A Facility that is designed to house one or more Persons."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Residential Facility"@en ; + "A Facility that is designed to house one or more Persons."@en ; + "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000411 -cco:ont00000411 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001100 ; - rdfs:label "Speed Measurement Artifact Function"@en ; - skos:definition "A Measurement Artifact Function that is realized during events in which a Material Artifact is used to measure the Speed of a specified object's or class of objects' Motion."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Speed Measurement Artifact Function"@en ; + "A Measurement Artifact Function that is realized during events in which a Material Artifact is used to measure the Speed of a specified object's or class of objects' Motion."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000412 -cco:ont00000412 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000791 ; - rdfs:label "Oxidizer Artifact Function"@en ; - skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which electrons are removed from a reactant in a redox reaction."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Oxidizer Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which electrons are removed from a reactant in a redox reaction."@en ; + "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000413 -cco:ont00000413 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000304 ; - rdfs:label "Electron Microscope"@en ; - skos:definition "A Microscope that is designed to use a beam of accelerated electrons to illuminate the target and produce a significantly enlarged image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electron Microscope"@en ; + "A Microscope that is designed to use a beam of accelerated electrons to illuminate the target and produce a significantly enlarged image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000414 -cco:ont00000414 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001286 ; - rdfs:label "Square Waveform"@en ; - skos:definition "A Waveform that is characterized by a square shape due to the near-instantaneous transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Square Waveform"@en ; + "A Waveform that is characterized by a square shape due to the near-instantaneous transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000415 -cco:ont00000415 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000828 ; - rdfs:label "Anti-Microbial Artifact Function"@en ; - skos:definition "A Pesticide Artifact Function that is realized in a process which causes illness in, or the death of, a microorganism."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Anti-Microbial Artifact Function"@en ; + "A Pesticide Artifact Function that is realized in a process which causes illness in, or the death of, a microorganism."@en ; + "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000416 -cco:ont00000416 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000588 ; - rdfs:label "Act of Publishing Mass Media Press Release"@en ; - skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; - cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Publishing Mass Media Press Release"@en ; + "An Act of Mass Media Communication involving the preparation and public issuance of an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000417 -cco:ont00000417 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000715 ; - rdfs:label "Prosthetic Hand"@en ; - skos:definition "A Prosthesis that is designed to replace a missing hand."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthetic Hand"@en ; + "A Prosthesis that is designed to replace a missing hand."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000418 -cco:ont00000418 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000005 ; - rdfs:label "Biographical Life"@en ; - skos:definition "An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Biographical Life"@en ; + "An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000419 -cco:ont00000419 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000077 ; - rdfs:label "Part Number"@en ; - skos:definition "A Code Identifier that designates a type of part whose instances are designed to be part of some Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Part Number"@en ; + "A Code Identifier that designates a type of part whose instances are designed to be part of some Material Artifact."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000420 -cco:ont00000420 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000117 ; - rdfs:label "Computer"@en ; - skos:definition "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Computer"@en ; + "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en ; + "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000421 -cco:ont00000421 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000330 ; - rdfs:label "Nuclear Power Plant"@en ; - skos:definition "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Power Plant"@en ; + "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000422 -cco:ont00000422 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Communication Reception Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to receive information that has been transmitted for the purpose of communiction."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Reception Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to receive information that has been transmitted for the purpose of communiction."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000423 -cco:ont00000423 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000782 ; - rdfs:label "Motor Vehicle Manufacturing Facility"@en ; - skos:definition "A Factory that is designed to manufacture automobiles."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motor Vehicle Manufacturing Facility"@en ; + "A Factory that is designed to manufacture automobiles."@en ; + "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000424 -cco:ont00000424 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Sharp"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sharp"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000425 -cco:ont00000425 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000674 ; - rdfs:comment "A Gregorian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.2425 Gregorian Days. The Gregorian Year is based upon the vernal equinox year. Unless otherwise stated, instances of Calendar Year are assumed to be instances of Gregorian Year since the Gregorian Calendar is the most widely used civil Calendar System."@en ; - rdfs:label "Gregorian Year"@en ; - skos:definition "A Calendar Year in the Gregorian Calendar."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gregorian Year"@en ; + "A Calendar Year in the Gregorian Calendar."@en ; + "A Gregorian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.2425 Gregorian Days. The Gregorian Year is based upon the vernal equinox year. Unless otherwise stated, instances of Calendar Year are assumed to be instances of Gregorian Year since the Gregorian Calendar is the most widely used civil Calendar System."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000426 -cco:ont00000426 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000274 ; - rdfs:label "Military Personnel Force"@en ; - skos:definition "An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Personnel Force"@en ; + "An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens."@en ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000427 -cco:ont00000427 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000053 ; - rdfs:label "Armored Fighting Vehicle"@en ; - skos:definition "A Ground Motor Vehicle that is designed to be armored and used to transport and support military personal in combat missions."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Armored Fighting Vehicle"@en ; + "A Ground Motor Vehicle that is designed to be armored and used to transport and support military personal in combat missions."@en ; + "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000428 -cco:ont00000428 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001326 ; - rdfs:label "Railway Junction"@en ; - skos:definition "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Junction_(rail)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000429 -cco:ont00000429 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000258 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002021 - ] ; - rdfs:label "Material Copy of a Codabar Barcode"@en ; - skos:altLabel "Codabar Barcode"@en ; - skos:definition "A Material Copy of a One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Railway Junction"@en ; + "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en ; + "https://en.wikipedia.org/wiki/Junction_(rail)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000430 -cco:ont00000430 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000850 ; - rdfs:label "Stable Orientation"@en ; - skos:definition "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stable Orientation"@en ; + "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000431 -cco:ont00000431 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000746 ; - rdfs:label "External Combustion Engine"@en ; - skos:definition "A Combustion Engine that is designed to have an external Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy to heat the working fluid, which transfers energy to the Engine where it is converted into mechanical energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "External Combustion Engine"@en ; + "A Combustion Engine that is designed to have an external Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy to heat the working fluid, which transfers energy to the Engine where it is converted into mechanical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000432 -cco:ont00000432 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001052 ; - rdfs:label "Missile Launch Site"@en ; - skos:definition "A Military Facility that is designed for storing and launching missiles."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Missile Launch Site"@en ; + "A Military Facility that is designed for storing and launching missiles."@en ; + "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000433 -cco:ont00000433 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001327 ; - rdfs:label "Act of Association"@en ; - skos:definition "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ; - cco:ont00001754 "http://en.wiktionary.org/wiki/associate" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Association"@en ; + "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ; + "http://en.wiktionary.org/wiki/associate" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000434 -cco:ont00000434 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001207 ; - rdfs:label "Simple Optical Lens"@en ; - skos:definition "An Optical Lens consisting of a single piece of transparent material."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Simple Optical Lens"@en ; + "An Optical Lens consisting of a single piece of transparent material."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000435 -cco:ont00000435 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000921 ; - rdfs:comment "A Gregorian Day is twenty-four Hours in duration."@en ; - rdfs:label "Gregorian Day"@en ; - skos:definition "A Calendar Day in the Gregorian Calendar."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gregorian Day"@en ; + "A Calendar Day in the Gregorian Calendar."@en ; + "A Gregorian Day is twenty-four Hours in duration."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000436 -cco:ont00000436 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000304 ; - rdfs:label "X-ray Microscope"@en ; - skos:definition "A Microscope that is designed to use Electromagnetic Radiation in the soft X-ray band to produce a significantly enlarged image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "X-ray Microscope"@en ; + "A Microscope that is designed to use Electromagnetic Radiation in the soft X-ray band to produce a significantly enlarged image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000437 -cco:ont00000437 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Enhancing Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes of intensifying, increainsg, or further improving the quality, value, or extent of some entity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Enhancing Artifact Function"@en ; + "An Artifact Function that is realized in processes of intensifying, increainsg, or further improving the quality, value, or extent of some entity."@en ; + "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000438 -cco:ont00000438 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001374 ; - rdfs:label "Act of Official Documentation"@en ; - skos:definition "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Official Documentation"@en ; + "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000439 -cco:ont00000439 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Black"@en ; - skos:definition "A Color that lacks any hues as parts."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Black"@en ; + "A Color that lacks any hues as parts."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000440 -cco:ont00000440 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000713 ; - rdfs:label "Watercraft"@en ; - skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Watercraft"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en ; + "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000441 -cco:ont00000441 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Temperature"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of its thermal energy."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Temperature"@en ; + "A Quality that inheres in a bearer in virtue of its thermal energy."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000442 -cco:ont00000442 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Radioactive"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radioactive"@en ; + "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000443 -cco:ont00000443 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001180 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000485 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001180 ; - rdfs:label "Commercial Organization"@en ; - skos:definition "An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Commercial Organization"@en ; + "An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000444 -cco:ont00000444 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Energy"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en ; - skos:example "ft-lbs, calorie, horsepower, kilowatt" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Energy"@en ; + "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en ; + "ft-lbs, calorie, horsepower, kilowatt" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000445 -cco:ont00000445 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Weapon"@en ; - skos:definition "A Material Artifact that is designed to destroy or inflict damage to structures or systems, or to kill or wound living things by creating specific lethal or nonlethal effects."@en ; - skos:scopeNote "Nonlethal effects include all outcomes short of death or destruction. This is captured by the fact that Damaged Stasis and Wounded Stasis are defined in terms of impairment of the Independent Continuant that participates in them."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Weapon"@en ; + "A Material Artifact that is designed to destroy or inflict damage to structures or systems, or to kill or wound living things by creating specific lethal or nonlethal effects."@en ; + "Nonlethal effects include all outcomes short of death or destruction. This is captured by the fact that Damaged Stasis and Wounded Stasis are defined in terms of impairment of the Independent Continuant that participates in them."@en ; + "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000446 -cco:ont00000446 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001293 ; - rdfs:label "Circumference"@en ; - skos:definition "A Perimeter that inheres in a circle or ellipse."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Circumference"@en ; + "A Perimeter that inheres in a circle or ellipse."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000447 -cco:ont00000447 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Triangular"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Triangular"@en ; + "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000448 -cco:ont00000448 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Motion Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process in which an entity changes its position with respect to time."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Motion_(physics)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motion Artifact Function"@en ; + "An Artifact Function that is realized in a process in which an entity changes its position with respect to time."@en ; + "https://en.wikipedia.org/wiki/Motion_(physics)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000449 -cco:ont00000449 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001334 ; - rdfs:comment "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."@en ; - rdfs:label "Act of Remuneration"@en ; - skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Employer) to compensate another Agent (the Employee) for the services they perform for the Employer."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Remuneration"@en ; + "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Employer) to compensate another Agent (the Employee) for the services they perform for the Employer."@en ; + "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."@en ; + "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000450 -cco:ont00000450 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Silver Color"@en ; - skos:definition "A Color that resembles Grey with the added feature of having a metallic shine."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Silver Color"@en ; + "A Color that resembles Grey with the added feature of having a metallic shine."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000451 -cco:ont00000451 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Collimation Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact participating in a collimation event in which the Material Artifact narrows a beam of particles or waves by either causing the spatial cross-section of the beam to become smaller or by causing the directions of motion of the beam's constituents to be aligned in a specifc direction of Motion."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Collimation Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact participating in a collimation event in which the Material Artifact narrows a beam of particles or waves by either causing the spatial cross-section of the beam to become smaller or by causing the directions of motion of the beam's constituents to be aligned in a specifc direction of Motion."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000452 -cco:ont00000452 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Timekeeping Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to keep track of and report the current time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Timekeeping Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to keep track of and report the current time."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000453 -cco:ont00000453 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:comment "Controlling air quality typically involves temperature control, oxygen replenishment, and removal of moisture, odor, smoke, heat, dust, airborne bacteria, carbon dioxide, and other undesired gases or particulates."@en ; - rdfs:label "Environment Control System"@en ; - skos:definition "A Material Artifact that is designed to control the temperature, air quality, or other feature of a Site that is relevant to the comfort or operation of entities located within that Site."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Environment Control System"@en ; + "A Material Artifact that is designed to control the temperature, air quality, or other feature of a Site that is relevant to the comfort or operation of entities located within that Site."@en ; + "Controlling air quality typically involves temperature control, oxygen replenishment, and removal of moisture, odor, smoke, heat, dust, airborne bacteria, carbon dioxide, and other undesired gases or particulates."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000454 -cco:ont00000454 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000742 ; - rdfs:label "Compression Ignition System"@en ; - skos:definition "An Ignition System that is designed to generate heat by compressing a portion of fuel and oxidizer mixture in order to initiate an Ignition process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Compression Ignition System"@en ; + "An Ignition System that is designed to generate heat by compressing a portion of fuel and oxidizer mixture in order to initiate an Ignition process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000455 -cco:ont00000455 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001327 ; - rdfs:label "Act of Ceremony"@en ; - skos:definition "A Social Act of ritual significance, performed on a special occasion."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Ceremony"@en ; + "A Social Act of ritual significance, performed on a special occasion."@en ; + "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000456 -cco:ont00000456 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001326 ; - rdfs:label "Railway"@en ; - skos:definition "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Railway"@en ; + "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en ; + "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000457 -cco:ont00000457 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001084 ; - rdfs:label "Portion of Material"@en ; - skos:definition "A Portion of Processed Material that was produced to be used as the input for another Act of Artifact Processing."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Material"@en ; + "A Portion of Processed Material that was produced to be used as the input for another Act of Material Artifact Processing."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000458 -cco:ont00000458 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Coupling"@en ; - skos:definition "A Material Artifact that is designed to connect two Shafts together at their ends for the purpose of transmitting power."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Coupling"@en ; + "A Material Artifact that is designed to connect two Shafts together at their ends for the purpose of transmitting power."@en ; + "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000459 -cco:ont00000459 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001126 ; - rdfs:label "Fluorescence"@en ; - skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light while absorbing shorter wavelength radiation, but not after."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fluorescence"@en ; + "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light while absorbing shorter wavelength radiation, but not after."@en ; + "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000460 -cco:ont00000460 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001152 ; - rdfs:label "Local Administrative Region"@en ; - skos:altLabel "Locality"@en ; - skos:definition "A Government Domain that delimits a local Government."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000461 -cco:ont00000461 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000966 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002026 - ] ; - rdfs:label "Material Copy of a ISSN Barcode"@en ; - skos:altLabel "ISSN Barcode"@en ; - skos:definition "A Material Copy of an EAN Barcode that is used to designate periodicals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Local Administrative Region"@en ; + "Locality"@en ; + "A Government Domain that delimits a local Government."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000462 -cco:ont00000462 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000609 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000057 ; - owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom obo:BFO_0000034 - ] - ) ; - rdf:type owl:Class - ] - ] ; - rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function."@en ; - rdfs:label "Gain of Function"@en ; - skos:definition "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Function"@en ; + "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en ; + "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000463 -cco:ont00000463 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001075 ; - rdfs:label "Act of Educational Training Instruction"@en ; - skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Educational Organization by imparting knowledge of a curriculum to an Agent either directly or indirectly through some communication medium."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Educational Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Educational Organization by imparting knowledge of a curriculum to an Agent either directly or indirectly through some communication medium."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000464 -cco:ont00000464 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Oblong"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Oblong"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000465 -cco:ont00000465 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000223 ; - rdfs:comment """A Day begins at midnight GMT within the Modified Julian Date reference system. The Modified Julian Date (MJD) is related to the Julian Date (JD) by the formula: + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Modified Julian Date"@en ; + "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ; + """A Day begins at midnight GMT within the Modified Julian Date reference system. The Modified Julian Date (MJD) is related to the Julian Date (JD) by the formula: MJD = JD - 2400000.5"""@en ; - rdfs:label "Modified Julian Date"@en ; - skos:definition "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ; - cco:ont00001753 "MJD" ; - cco:ont00001754 "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + "MJD" ; + "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000466 -cco:ont00000466 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Orientation Control Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by processes in which some Material Artifact is used to control the Orientation of some object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Orientation Control Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Material Artifact is used to control the Orientation of some object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000467 -cco:ont00000467 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000427 ; - rdfs:label "Armored Personnel Carrier"@en ; - skos:definition "An Armored Fighting Vehicle that is designed to transport infantry to the battlefield but which are not usually designed to take part in a direct-fire battle."@en ; - cco:ont00001753 "APC" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Armored Personnel Carrier"@en ; + "An Armored Fighting Vehicle that is designed to transport infantry to the battlefield but which are not usually designed to take part in a direct-fire battle."@en ; + "APC" ; + "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000468 -cco:ont00000468 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001102 ; - rdfs:label "Office Building"@en ; - skos:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Office Building"@en ; + "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ; + "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000469 -cco:ont00000469 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000275 ; - rdfs:label "Geospatial Coordinate Reference System"@en ; - skos:altLabel "Geographic Coordinate System"@en ; - skos:definition "A Spatial Reference System that is used to determine and identify the location of a point or object at or near the surface of the Earth."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Coordinate Reference System"@en ; + "Geographic Coordinate System"@en ; + "A Spatial Reference System that is used to determine and identify the location of a point or object at or near the surface of the Earth."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000470 -cco:ont00000470 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000189 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002003 - ] ; - rdfs:label "Material Copy of a Academic Degree"@en ; - skos:altLabel "Academic Degree"@en ; - skos:definition "A Material Copy of a Certificate that is issued by an Educational Organization to a Person to indicate that the Person has satisfactorily completed a course of study, or as an honorary recognition of the Person's achievement."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/degree" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Academic Degree"@en ; + "Academic Degree"@en ; + "A Material Copy of a Certificate that is issued by an Educational Organization to a Person to indicate that the Person has satisfactorily completed a course of study, or as an honorary recognition of the Person's achievement."@en ; + "http://www.dictionary.com/browse/degree" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000471 -cco:ont00000471 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001046 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002011 - ] ; - rdfs:label "Material Copy of a Warning Message"@en ; - skos:altLabel "Warning Message"@en ; - skos:definition "A Material Copy of a Notification Message that is designed to carry an Information Content Entity that describes a possible or impending threat."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Warning Message"@en ; + "Warning Message"@en ; + "A Material Copy of a Notification Message that is designed to carry an Information Content Entity that describes a possible or impending threat."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000472 -cco:ont00000472 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000029 ; - rdfs:label "Geospatial Region"@en ; - skos:definition "A Site that is at or near the surface of the Earth."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Region"@en ; + "A Site that is at or near the surface of the Earth."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000473 -cco:ont00000473 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001152 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00000134 - ] ; - rdfs:label "Fourth-Order Administrative Region"@en ; - skos:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ; - cco:ont00001754 "http://www.geonames.org/export/codes.html" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Fourth-Order Administrative Region"@en ; + "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ; + "http://www.geonames.org/export/codes.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000474 -cco:ont00000474 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Curved"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Curved"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000475 -cco:ont00000475 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000537 ; - rdfs:label "Portion of Cash"@en ; - skos:definition "A Financial Instrument that is designed to be a ready medium of exchange."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Cash"@en ; + "A Financial Instrument that is designed to be a ready medium of exchange."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000476 -cco:ont00000476 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000965 ; - rdfs:label "Objective"@en ; - skos:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ; - cco:ont00001754 "http://en.wikipedia.org/wiki/Objective_(goal)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Objective"@en ; + "A Prescriptive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ; + "http://en.wikipedia.org/wiki/Objective_(goal)" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000477 -cco:ont00000477 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001049 ; - rdfs:label "Fuel Cell"@en ; - skos:definition "An Electrical Power Source that consists in part of an anode, a cathode, and an electrolyte; converts chemical energy from a fuel into electricity through a chemical reaction of positively charged hydrogen ions with an oxidizing agent (typically oxygen); and, if given a continuous source of fuel and oxidizing agent, can continuously produce electricity."@en ; - skos:scopeNote "A Fuel Cell differs from a Battery in that it requires a continuous source of fuel and oxygen to sustain the chemical reaction, whereas a Battery only uses chemicals already stored inside it."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Cell"@en ; + "An Electrical Power Source that consists in part of an anode, a cathode, and an electrolyte; converts chemical energy from a fuel into electricity through a chemical reaction of positively charged hydrogen ions with an oxidizing agent (typically oxygen); and, if given a continuous source of fuel and oxidizing agent, can continuously produce electricity."@en ; + "A Fuel Cell differs from a Battery in that it requires a continuous source of fuel and oxygen to sustain the chemical reaction, whereas a Battery only uses chemicals already stored inside it."@en ; + "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000478 -cco:ont00000478 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001360 ; - rdfs:label "Cuboidal"@en ; - skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cuboidal"@en ; + "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000479 -cco:ont00000479 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Public Safety Facility"@en ; - skos:definition "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Public Safety Facility"@en ; + "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en ; + "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000480 -cco:ont00000480 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Life Support Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact materially affects an organism, where this causes that organism to continue living in a situation where death would otherwise occur."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Life Support Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact materially affects an organism, where this causes that organism to continue living in a situation where death would otherwise occur."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000481 -cco:ont00000481 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Research and Development Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of producing new knowledge or of devising new applications of existing knowledge."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Research and Development Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of producing new knowledge or of devising new applications of existing knowledge."@en ; + "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000482 -cco:ont00000482 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000289 ; - rdfs:label "Synthetic Aperture Radar Imaging Artifact Function"@en ; - skos:definition "A Radar Imaging Artifact Function that inheres in Material Artifacts that are designed to produce visual representations of entities using the motion of a radar antenna over a targeted region to create a synthetic aperture."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Synthetic Aperture Radar Imaging Artifact Function"@en ; + "A Radar Imaging Artifact Function that inheres in Material Artifacts that are designed to produce visual representations of entities using the motion of a radar antenna over a targeted region to create a synthetic aperture."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000483 -cco:ont00000483 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001052 ; - rdfs:label "Military Base"@en ; - skos:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Base"@en ; + "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ; + "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000484 -cco:ont00000484 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Concave Shape"@en ; - skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer having one or more cavities, such that at least one line connecting a pair of points on the surface of the bearer will lie outside."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Concave Shape"@en ; + "A Shape Quality that inheres in a bearer in virtue of the bearer having one or more cavities, such that at least one line connecting a pair of points on the surface of the bearer will lie outside."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000485 -cco:ont00000485 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Commercial Role"@en ; - skos:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Commercial Role"@en ; + "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000486 -cco:ont00000486 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000392 ; - rdfs:label "Neutral Role"@en ; - skos:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to performing Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Neutral Role"@en ; + "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to performing Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000487 -cco:ont00000487 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000472 - [ rdf:type owl:Class ; - owl:unionOf ( [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000124 ; - owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Class ; - owl:complementOf obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] - ] - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000183 ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000472 ; - rdfs:label "Geospatial Location"@en ; - skos:definition "A Geospatial Region that is the location of an Independent Continuant (that is not a Spatial Region) or that environs some Process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Geospatial Location"@en ; + "A Geospatial Region that is the location of an Independent Continuant (that is not a Spatial Region) or that environs some Process."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000488 -cco:ont00000488 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Tripod"@en ; - skos:definition "A Material Artifact that consists of three legs and a platform that joins them and which is designed to support the weight and maintain the stability of objects that are attached to or rested on the platform."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Tripod"@en ; + "A Material Artifact that consists of three legs and a platform that joins them and which is designed to support the weight and maintain the stability of objects that are attached to or rested on the platform."@en ; + "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000489 -cco:ont00000489 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000224 ; - rdfs:label "High Density Residential Area"@en ; - skos:definition "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ; - cco:ont00001754 "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "High Density Residential Area"@en ; + "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ; + "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000490 -cco:ont00000490 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000754 ; - rdfs:label "X-ray Frequency"@en ; - skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "X-ray Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000491 -cco:ont00000491 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Detonating Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes of combustion involving a supersonic exothermic front accelerating through a medium that eventually drives a shock front propagating directly in front of it."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Detonating Artifact Function"@en ; + "An Artifact Function that is realized in processes of combustion involving a supersonic exothermic front accelerating through a medium that eventually drives a shock front propagating directly in front of it."@en ; + "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000492 -cco:ont00000492 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000517 ; - rdfs:label "Email Messaging"@en ; - skos:altLabel "Act of Emailing"@en ; - skos:definition "An Act of Communication by Media in which text-based communication occurs between two or more people using personal computers or other devices using some Email Client Software conveyed over the Internet."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Email Messaging"@en ; + "Act of Emailing"@en ; + "An Act of Communication by Media in which text-based communication occurs between two or more people using personal computers or other devices using some Email Client Software conveyed over the Internet."@en ; + "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000493 -cco:ont00000493 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000799 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002008 - ] ; - rdfs:label "Material Copy of a Code List"@en ; - skos:altLabel "Code List"@en ; - skos:definition "A Material Copy of a List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Code List"@en ; + "Code List"@en ; + "A Material Copy of a List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000494 -cco:ont00000494 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Serrated"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Serrated"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000495 -cco:ont00000495 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000273 ; - rdfs:label "Radio Communication Interference Artifact Function"@en ; - skos:definition "A Communication Interference Artifact Function that is realized during events in which a Material Artifact is used to interfere with the transmission of information via radio waves."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Interference Artifact Function"@en ; + "A Communication Interference Artifact Function that is realized during events in which a Material Artifact is used to interfere with the transmission of information via radio waves."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000496 -cco:ont00000496 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001175 ; - rdfs:label "Natural Language"@en ; - skos:definition "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; - skos:example "English" , - "Mandarin (Chinese)" , - "Spanish" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Natural Language"@en ; + "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; + "English" , + "Mandarin (Chinese)" , + "Spanish" ; + "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000497 -cco:ont00000497 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Force"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; - skos:example "newton, dyne, pound force " ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Force"@en ; + "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; + "newton, dyne, pound force " ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000498 -cco:ont00000498 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000921 ; - rdfs:comment "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ; - rdfs:label "Julian Day"@en ; - skos:definition "A Calendar Day in the Julian Calendar."@en ; - cco:ont00001754 "https://www.defit.org/julian-date/" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Julian Day"@en ; + "A Calendar Day in the Julian Calendar."@en ; + "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ; + "https://www.defit.org/julian-date/" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000499 -cco:ont00000499 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001192 ; - rdfs:label "Wire Antenna"@en ; - skos:definition "A Radio Antenna that consists primarily of a length of wire."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wire Antenna"@en ; + "A Radio Antenna that consists primarily of a length of wire."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000500 -cco:ont00000500 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000084 ; - rdfs:label "Eye"@en ; - skos:definition "A Bodily Component that consists of an organ that canonically affords the Agent it is part of with the ability to receive visual stimuli necessary for sight."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Eye"@en ; + "A Bodily Component that consists of an organ that canonically affords the Agent it is part of with the ability to receive visual stimuli necessary for sight."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000501 -cco:ont00000501 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000836 ; - rdfs:label "Act of Financial Withdrawal"@en ; - skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent to another Agent (the Depositor) from an account created by an earlier Act of Financial Deposit performed by the Depositor."@en ; - cco:ont00001754 "http://en.wikipedia.org/wiki/Deposit_(bank)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Financial Withdrawal"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent to another Agent (the Depositor) from an account created by an earlier Act of Financial Deposit performed by the Depositor."@en ; + "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000502 -cco:ont00000502 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Area Moment of Inertia"@en ; - skos:altLabel "Measurement Unit of Second Area Moment"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis."@en ; - skos:scopeNote "A measure of an object’s resistance to bending or deflection."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Area Moment of Inertia"@en ; + "Measurement Unit of Second Area Moment"@en ; + "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis."@en ; + "A measure of an object’s resistance to bending or deflection."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000503 -cco:ont00000503 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:label "Power"@en ; - skos:definition "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power"@en ; + "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000504 -cco:ont00000504 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Optical Processing Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact participating in a visible light processing event."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Processing Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact participating in a visible light processing event."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000506 -cco:ont00000506 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Contractor Role"@en ; - skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents entering into a Contract to provide materials or labor to perform a service or complete a task."@en ; - skos:scopeNote "A Contractor Role differs from an Occupation Role in at least two ways. First, the Contract that binds the two parties together is not one of employment. Second, a Contractor Role is occupationally neutral in that an Agent can be contracted to perform any number of Occupational Roles."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Contractor Role"@en ; + "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents entering into a Contract to provide materials or labor to perform a service or complete a task."@en ; + "A Contractor Role differs from an Occupation Role in at least two ways. First, the Contract that binds the two parties together is not one of employment. Second, a Contractor Role is occupationally neutral in that an Agent can be contracted to perform any number of Occupational Roles."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000507 -cco:ont00000507 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000914 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001907 ; - owl:someValuesFrom cco:ont00000780 - ] ; - rdfs:label "Ethnic Group"@en ; - skos:definition "A Group of Persons who identify with one another based on one or more shared inherited characteristics such as language, ancestry, nationality, culture, customs, religion, or social experiences."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Ethnic Group"@en ; + "A Group of Persons who identify with one another based on one or more shared inherited characteristics such as language, ancestry, nationality, culture, customs, religion, or social experiences."@en ; + "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000508 -cco:ont00000508 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000610 ; - rdfs:label "Near Ultraviolet Light Frequency"@en ; - skos:definition "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Near Ultraviolet Light Frequency"@en ; + "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000509 -cco:ont00000509 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001180 ; - rdfs:label "Service Provider"@en ; - skos:definition "An Organization whose purpose is to provide a service to other Agents."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Service Provider"@en ; + "An Organization whose purpose is to provide a service to other Agents."@en ; + "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000510 -cco:ont00000510 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000052 ; - rdfs:label "Mosque"@en ; - skos:definition "A Religious Facility that is designed for Islamic worship and prayer."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mosque"@en ; + "A Religious Facility that is designed for Islamic worship and prayer."@en ; + "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000511 -cco:ont00000511 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Planning"@en ; - skos:definition "A Planned Act that involves making a Plan to achieve some specified Objective."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Planning"@en ; + "A Planned Act that involves making a Plan to achieve some specified Objective."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000512 -cco:ont00000512 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000628 ; - rdfs:label "Radiation Emissivity"@en ; - skos:definition "A Disposition to Interact with Electromagnetic Radiation that inheres in a bearer in virtue of the capacity of that bearer to emit electromagnetic radiation of a given frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiation Emissivity"@en ; + "A Disposition to Interact with Electromagnetic Radiation that inheres in a bearer in virtue of the capacity of that bearer to emit electromagnetic radiation of a given frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000513 -cco:ont00000513 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000566 ; - rdfs:label "Act of Tool Use"@en ; - skos:definition "An Act of Artifact Employment in which some Agent uses some Tool."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Tool Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Tool."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000514 -cco:ont00000514 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000752 ; - rdfs:label "Transverse Wave Profile"@en ; - skos:altLabel "Transverse Wave"@en ; - skos:definition "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@en ; - cco:ont00001754 "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transverse Wave Profile"@en ; + "Transverse Wave"@en ; + "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@en ; + "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000515 -cco:ont00000515 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000566 ; - rdfs:label "Act of Vehicle Use"@en ; - skos:definition "An Act of Artifact Employment in which some Agent uses some Vehicle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Vehicle Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Vehicle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000516 -cco:ont00000516 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000288 ; - rdfs:label "Pneumatic Power Source"@en ; - skos:definition "A Power Source that is designed to generate, control, or transmit power by means of compressed air or compressed inert gases."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pneumatic Power Source"@en ; + "A Power Source that is designed to generate, control, or transmit power by means of compressed air or compressed inert gases."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000517 -cco:ont00000517 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000402 ; - rdfs:label "Act of Communication by Media"@en ; - skos:definition "An Act of Communication in which some Material Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Communication by Media"@en ; + "An Act of Communication in which some Material Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000518 -cco:ont00000518 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Currency"@en ; - skos:definition "A Measurement Unit used in measurements of financial values."@en ; - skos:example "U.S. Dollar, Euro, Yuan, South African Rand" ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Currency"@en ; + "A Measurement Unit used in measurements of financial values."@en ; + "U.S. Dollar, Euro, Yuan, South African Rand" ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000519 -cco:ont00000519 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000732 ; - rdfs:comment "The corresponding Wavelength range is 10–1 mm"@en ; - rdfs:label "Extremely High Frequency"@en ; - skos:altLabel "ITU Band Number 11"@en , - "Millimeter Band Frequency"@en ; - skos:definition "A Microwave Frequency that is between 30 and 300 GHz."@en ; - cco:ont00001753 "EHF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Extremely High Frequency"@en ; + "ITU Band Number 11"@en , + "Millimeter Band Frequency"@en ; + "A Microwave Frequency that is between 30 and 300 GHz."@en ; + "The corresponding Wavelength range is 10–1 mm"@en ; + "EHF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000520 -cco:ont00000520 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000065 ; - rdfs:label "Act of Departure"@en ; - skos:definition "An Act of Location Change that consists of the participating entity leaving its starting location such that the larger Act of Location Change is initiated."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Departure"@en ; + "An Act of Location Change that consists of the participating entity leaving its starting location such that the larger Act of Location Change is initiated."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000521 -cco:ont00000521 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001272 ; - rdfs:label "Act of Assassination"@en ; - skos:definition "An Act of Murder of a prominent person."@en ; - cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Assassination"@en ; + "An Act of Murder of a prominent person."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000522 -cco:ont00000522 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000294 ; - rdfs:label "Pulsejet Engine"@en ; - skos:altLabel "Pulse Jet"@en , - "Pulsejet"@en ; - skos:definition "An Air-Breathing Jet Engine that is capable of operating statically and uses intermittent (pulsing) Combustion of the fuel-oxidizer mixture before expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pulsejet Engine"@en ; + "Pulse Jet"@en , + "Pulsejet"@en ; + "An Air-Breathing Jet Engine that is capable of operating statically and uses intermittent (pulsing) Combustion of the fuel-oxidizer mixture before expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000523 -cco:ont00000523 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000862 ; - rdfs:label "Loudness"@en ; - skos:definition "A Sound Process Profile that is characterized by the amplitude and total energy of translated sound waves, typically on a continuum from soft to loud."@en ; - cco:ont00001754 "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loudness"@en ; + "A Sound Process Profile that is characterized by the amplitude and total energy of translated sound waves, typically on a continuum from soft to loud."@en ; + "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000524 -cco:ont00000524 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000350 ; - rdfs:label "Air Conditioning Unit"@en ; - skos:altLabel "AC Unit"@en ; - skos:definition "A Cooling System that is designed to remove excess heat and humidity from the air in an enclosed space."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Air Conditioning Unit"@en ; + "AC Unit"@en ; + "A Cooling System that is designed to remove excess heat and humidity from the air in an enclosed space."@en ; + "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000525 -cco:ont00000525 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001384 ; - rdfs:label "Transparent"@en ; - skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit all or nearly all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs little or no electromagnetic radiation of that frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transparent"@en ; + "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit all or nearly all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs little or no electromagnetic radiation of that frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000526 -cco:ont00000526 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000547 ; - rdfs:label "Gamma-ray Telescope"@en ; - skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Gamma-rays to form an enhanced image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gamma-ray Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Gamma-rays to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000527 -cco:ont00000527 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Rotational Inertia"@en ; - skos:altLabel "Measurement Unit of Moment of Inertia"@en , - "Measurement Unit of Rotational Mass"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation."@en ; - skos:scopeNote "A measure of an object’s resistance to change in its state of rotation."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Rotational Inertia"@en ; + "Measurement Unit of Moment of Inertia"@en , + "Measurement Unit of Rotational Mass"@en ; + "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation."@en ; + "A measure of an object’s resistance to change in its state of rotation."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000528 -cco:ont00000528 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "White"@en ; - skos:definition "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "White"@en ; + "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000529 -cco:ont00000529 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000073 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom cco:ont00000800 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000073 ; - rdfs:label "Date Identifier"@en ; - skos:altLabel "Day Identifier"@en ; - skos:definition "A Temporal Interval Identifier that designates some Day."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Date Identifier"@en ; + "Day Identifier"@en ; + "A Temporal Interval Identifier that designates some Day."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000530 -cco:ont00000530 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000008 ; - rdfs:comment "Sound waves with frequencies in this range are typically audible to humans."@en ; - rdfs:label "Sonic Frequency"@en ; - skos:altLabel "Audible Frequency"@en ; - skos:definition "A Sound Frequency that is between 20 Hz and 20 kHz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sonic Frequency"@en ; + "Audible Frequency"@en ; + "A Sound Frequency that is between 20 Hz and 20 kHz."@en ; + "Sound waves with frequencies in this range are typically audible to humans."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000531 -cco:ont00000531 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Communications Facility"@en ; - skos:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communications Facility"@en ; + "A Facility that is designed to support processes of receiving or transmitting information."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000532 -cco:ont00000532 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001335 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001859 ; - owl:someValuesFrom cco:ont00000139 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001335 ; - dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; - dcterms:created "2023-02-08T19:54:46-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Government of a Country"@en ; - skos:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; - skos:prefLabel "Government of a Country"@en ; - cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + "2023-02-08T19:54:46-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Government of a Country"@en ; + "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; + "Government of a Country"@en ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000533 -cco:ont00000533 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000056 ; - rdfs:comment "Some (most) jet engines utilize turbines, but some do not. Most rocket engines do not utilize turbines, but some do."@en ; - rdfs:label "Jet Engine"@en ; - skos:definition "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Jet Engine"@en ; + "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en ; + "Some (most) jet engines utilize turbines, but some do not. Most rocket engines do not utilize turbines, but some do."@en ; + "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000534 -cco:ont00000534 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001153 ; - rdfs:label "Cutting Artifact Function"@en ; - skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired by being opened or divided."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/cutting" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cutting Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired by being opened or divided."@en ; + "http://www.dictionary.com/browse/cutting" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000535 -cco:ont00000535 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000290 ; - rdfs:label "Decrease of Quality"@en ; - skos:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ; - skos:example "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Quality"@en ; + "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ; + "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000536 -cco:ont00000536 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001159 ; - rdfs:label "Bond Certificate"@en ; - skos:definition "A Bond that consists of a Certificate."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bond Certificate"@en ; + "A Bond that consists of a Certificate."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000537 -cco:ont00000537 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Financial Instrument"@en ; - skos:definition "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Instrument"@en ; + "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en ; + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000538 -cco:ont00000538 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000831 ; - rdfs:label "Defoliant Artifact Function"@en ; - skos:definition "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Defoliant Artifact Function"@en ; + "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en ; + "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000539 -cco:ont00000539 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001022 ; - rdfs:label "Count Measurement Information Content Entity"@en ; - skos:definition "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Count Measurement Information Content Entity"@en ; + "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000540 -cco:ont00000540 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000399 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom obo:BFO_0000203 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000399 ; - rdfs:label "Temporal Instant Identifier"@en ; - skos:altLabel "Zero-Dimensional Temporal Region Identifier"@en ; - skos:definition "A Temporal Region Identifier that designates some Temporal Instant."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Temporal Instant Identifier"@en ; + "Zero-Dimensional Temporal Region Identifier"@en ; + "A Temporal Region Identifier that designates some Temporal Instant."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000541 -cco:ont00000541 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001367 ; - rdfs:label "Diameter"@en ; - skos:definition "A One Dimensional Extent that inheres in a circle in virtue of the extent of a straight line that passes through the center of the circle and starts and ends on the circle's boundary."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Diameter"@en ; + "A One Dimensional Extent that inheres in a circle in virtue of the extent of a straight line that passes through the center of the circle and starts and ends on the circle's boundary."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000542 -cco:ont00000542 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000876 ; - rdfs:label "Loss of Generically Dependent Continuant"@en ; - skos:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Generically Dependent Continuant"@en ; + "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000543 -cco:ont00000543 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000854 ; - rdfs:label "Decrease of Disposition"@en ; - skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Disposition"@en ; + "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000544 -cco:ont00000544 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001936 ; - owl:someValuesFrom cco:ont00000741 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000040 ; - rdfs:comment "Although people speak of targeting a process, say, a parade, what in fact are being targeted are the material participants of that process. The disruption or ceasing of the process is the objective of some plan, but not technically a target. Only material things can be targeted for action. Even if some dependent entity is described as being the target, the material thing for which that dependent entity depends is the object of a targeting process."@en ; - rdfs:label "Target"@en ; - skos:definition "A Material Entity that is the object of an Act of Targeting."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Target"@en ; + "A Material Entity that is the object of an Act of Targeting."@en ; + "Although people speak of targeting a process, say, a parade, what in fact are being targeted are the material participants of that process. The disruption or ceasing of the process is the objective of some plan, but not technically a target. Only material things can be targeted for action. Even if some dependent entity is described as being the target, the material thing for which that dependent entity depends is the object of a targeting process."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000545 -cco:ont00000545 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000946 ; - rdfs:label "Seat of Local Government"@en ; - skos:altLabel "City Hall"@en , - "Town Hall"@en ; - skos:definition "A Government Building that is designed for the administration of a local community."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Seat of Local Government"@en ; + "City Hall"@en , + "Town Hall"@en ; + "A Government Building that is designed for the administration of a local community."@en ; + "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000546 -cco:ont00000546 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000005 ; - rdfs:label "Unplanned Act"@en ; - skos:altLabel "Unintentional Act"@en ; - skos:definition "An Act in which at least one Agent plays a causative role and which is not prescribed by some Objective held by any of the Agents."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Unplanned Act"@en ; + "Unintentional Act"@en ; + "An Act in which at least one Agent plays a causative role and which is not prescribed by some Objective held by any of the Agents."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000547 -cco:ont00000547 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000771 ; - rdfs:label "Telescope"@en ; - skos:definition "An Imaging Instrument that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Electromagnetic Radiation to form an enhanced image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telescope"@en ; + "An Imaging Instrument that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Electromagnetic Radiation to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000548 -cco:ont00000548 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000997 ; - dcterms:bibliographicCitation "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Vulnerability"@en ; - skos:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; - skos:editorialNote "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ; - skos:prefLabel "Vulnerability"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Vulnerability"@en ; + "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; + "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ; + "Vulnerability"@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000549 -cco:ont00000549 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000254 ; - rdfs:label "Water Transportation Artifact"@en ; - skos:definition "A Transportation Artifact that facilitates the movement of Agents and Vehicles via water."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Water Transportation Artifact"@en ; + "A Transportation Artifact that facilitates the movement of Agents and Vehicles via water."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000550 -cco:ont00000550 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - rdfs:label "Morning"@en ; - skos:definition "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Morning"@en ; + "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000551 -cco:ont00000551 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000030 ; - rdfs:label "Organism"@en ; - skos:definition "An Object that is an Animal or Plant."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Organism"@en ; + "An Object that is an Animal or Plant."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000552 -cco:ont00000552 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000445 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000841 - ] ; - rdfs:label "Explosive Weapon"@en ; - skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a violent release of energy caused by the exothermic reaction of an explosive material."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Explosive Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of a violent release of energy caused by the exothermic reaction of an explosive material."@en ; + "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000553 -cco:ont00000553 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001324 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001800 ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001324 ; - rdfs:label "Process Prohibition"@en ; - skos:definition "A Process Regulation that prohibits some Process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Process Prohibition"@en ; + "A Process Regulation that prohibits some Process."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000554 -cco:ont00000554 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000004 ; - rdfs:label "Gain of Dependent Continuant"@en ; - skos:definition "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gain of Dependent Continuant"@en ; + "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000555 -cco:ont00000555 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000135 ; - rdfs:label "Enhanced Stasis"@en ; - skos:altLabel "Enhanced"@en ; - skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has undergone improvement (i.e., an increase or gain) due to a previous action or event such that the Independent Continuant is now of greater value, usefulness, or functionality."@en ; - cco:ont00001754 "http://www.thefreedictionary.com/enhance" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Enhanced Stasis"@en ; + "Enhanced"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has undergone improvement (i.e., an increase or gain) due to a previous action or event such that the Independent Continuant is now of greater value, usefulness, or functionality."@en ; + "http://www.thefreedictionary.com/enhance" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000556 -cco:ont00000556 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - rdfs:comment "Depending on the nature of the Flight or Mission, the Payload of a Vehicle may include cargo, passengers, flight crew, munitions, scientific instruments or experiments, or other equipment. Extra fuel, when optionally carried, is also considered part of the payload."@en ; - rdfs:label "Payload"@en ; - skos:definition "A Material Entity that is transported by a Vehicle during an Act of Location Change for the purpose of being delivered to or performing one or more functions at a predefined location."@en ; - skos:scopeNote "In each case, the Payload is what provides the immediate reason for performing the Act of Location Change (e.g. transporting the passengers of a commercial airline flight to their destination; transporting food, fuel, oxygen, research equipment, and spare parts to the International Space Station; or conveying an array of sensors, cameras, and communications systems so they can operate during a Sun-Synchronous Earth Orbit)."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Payload"@en ; + "A Material Entity that is transported by a Vehicle during an Act of Location Change for the purpose of being delivered to or performing one or more functions at a predefined location."@en ; + "Depending on the nature of the Flight or Mission, the Payload of a Vehicle may include cargo, passengers, flight crew, munitions, scientific instruments or experiments, or other equipment. Extra fuel, when optionally carried, is also considered part of the payload."@en , + "In each case, the Payload is what provides the immediate reason for performing the Act of Location Change (e.g. transporting the passengers of a commercial airline flight to their destination; transporting food, fuel, oxygen, research equipment, and spare parts to the International Space Station; or conveying an array of sensors, cameras, and communications systems so they can operate during a Sun-Synchronous Earth Orbit)."@en ; + "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000557 -cco:ont00000557 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001132 ; - rdfs:label "Stasis of Non-Mission Capable"@en ; - skos:definition "A Stasis of Mission Capability during which the participating Continuant is not capable of performing any of its primary functions for the specified Mission."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Non-Mission Capable"@en ; + "A Stasis of Mission Capability during which the participating Continuant is not capable of performing any of its primary functions for the specified Mission."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000558 -cco:ont00000558 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000099 ; - rdfs:label "Visible Light Reflection Process"@en ; - skos:definition "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000559 -cco:ont00000559 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000241 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002018 - ] ; - rdfs:label "Material Copy of a QR Code"@en ; - skos:altLabel "QR Code"@en ; - skos:definition "A Material Copy of a Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Visible Light Reflection Process"@en ; + "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000560 -cco:ont00000560 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001360 ; - rdfs:label "Cone Shape"@en ; - skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a Round base that tapers smoothly to an apex."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cone Shape"@en ; + "A Three Dimensional Shape that inheres in a bearer in virtue of it having a Round base that tapers smoothly to an apex."@en ; + "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000561 -cco:ont00000561 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Dam"@en ; - skos:definition "A Material Artifact that is designed to impound surface water or underground streams."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Dam"@en ; + "A Material Artifact that is designed to impound surface water or underground streams."@en ; + "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000562 -cco:ont00000562 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000551 ; - rdfs:label "Animal"@en ; - skos:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Animal"@en ; + "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ; + "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000563 -cco:ont00000563 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001081 ; - rdfs:label "Hydrographic Feature"@en ; - skos:definition "A Geographic Feature associated with water."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydrographic Feature"@en ; + "A Geographic Feature associated with water."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000564 -cco:ont00000564 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001180 ; - rdfs:label "Educational Organization"@en ; - skos:definition "An Organization whose primary purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Educational Organization"@en ; + "An Organization whose primary purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000565 -cco:ont00000565 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000478 ; - rdfs:label "Cube Shape"@en ; - skos:definition "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cube Shape"@en ; + "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000566 -cco:ont00000566 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Artifact Employment"@en ; - skos:definition "A Planned Act of using a Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Artifact Employment"@en ; + "A Planned Act of using a Material Artifact."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000567 -cco:ont00000567 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000487 ; - rdfs:comment "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ; - rdfs:label "Operational Area"@en ; - skos:definition "A Geospatial Location in which an Agent conducts some activity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Operational Area"@en ; + "A Geospatial Location in which an Agent conducts some activity."@en ; + "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000568 -cco:ont00000568 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001379 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001889 ; - owl:someValuesFrom cco:ont00001180 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001379 ; - rdfs:label "Organization Capability"@en ; - skos:definition "An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Organization Capability"@en ; + "An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000569 -cco:ont00000569 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000736 ; - rdfs:label "Sensor"@en ; - skos:definition "A Transducer that is designed to convert incoming energy into a output signal which reliably corresponds to changes in that energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Sensor"@en ; + "A Material Entity that bears a Sensor Function or Sensor Role."@en ; + "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000570 -cco:ont00000570 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:label "Force"@en ; - skos:definition "A Process Profile that is the rate of change of an object's Momentum, is the product of an object's Mass and Acceleration with respect to an inertial frame of reference, and is measured in units of Newtons (N)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Force"@en ; + "A Process Profile that is the rate of change of an object's Momentum, is the product of an object's Mass and Acceleration with respect to an inertial frame of reference, and is measured in units of Newtons (N)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000571 -cco:ont00000571 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000980 ; - rdfs:label "Article of Solid Waste"@en ; - skos:definition "A Portion of Waste Material that has a low liquid content."@en ; - cco:ont00001754 "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Article of Solid Waste"@en ; + "A Portion of Waste Material that has a low liquid content."@en ; + "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000572 -cco:ont00000572 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000765 ; - rdfs:label "Sound Production"@en ; - skos:altLabel "Sound Production Process"@en ; - skos:definition "A Wave Production Process that produces a Sound Wave."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sound Production"@en ; + "Sound Production Process"@en ; + "A Wave Production Process that produces a Sound Wave."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000573 -cco:ont00000573 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000687 ; - rdfs:label "Act of Religious Training Acquisition"@en ; - skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tenets and/or practices of a religion from an Agent or communication medium that realizes a capacity derived from its affiliation with a Religious Organization."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Religious Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tenets and/or practices of a religion from an Agent or communication medium that realizes a capacity derived from its affiliation with a Religious Organization."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000574 -cco:ont00000574 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - rdfs:label "Environmental Feature"@en ; - skos:definition "A Material Entity that is either a natural or man-made feature of the environment."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Environmental Feature"@en ; + "A Material Entity that is either a natural or man-made feature of the environment."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000575 -cco:ont00000575 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000965 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001942 ; - owl:someValuesFrom obo:BFO_0000019 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000965 ; - rdfs:label "Quality Specification"@en ; - skos:definition "A Directive Information Content Entity that prescribes some Quality."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Quality Specification"@en ; + "A Prescriptive Information Content Entity that prescribes some Quality."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000576 -cco:ont00000576 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000084 ; - rdfs:label "Scalp"@en ; - skos:definition "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Scalp"@en ; + "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000577 -cco:ont00000577 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Power Rectifier"@en ; - skos:definition "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Rectifier"@en ; + "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en ; + "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000578 -cco:ont00000578 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Sloped"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sloped"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000579 -cco:ont00000579 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Thin"@en ; - skos:altLabel "Narrow"@en , - "Slender"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly smaller in proportion to its length or height."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thin"@en ; + "Narrow"@en , + "Slender"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly smaller in proportion to its length or height."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000580 -cco:ont00000580 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001286 ; - rdfs:label "Sine Waveform"@en ; - skos:altLabel "Sinusoidal Waveform"@en ; - skos:definition "A Waveform that is characterized by a smooth curved shape due to the continuous non-linear transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sine Waveform"@en ; + "Sinusoidal Waveform"@en ; + "A Waveform that is characterized by a smooth curved shape due to the continuous non-linear transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000581 -cco:ont00000581 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Tool"@en ; - skos:definition "A Material Artifact that is designed to assist in the performance of manual or mechanical work and not to be consumed in that process."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000582 -cco:ont00000582 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000258 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002022 - ] ; - rdfs:label "Material Copy of a Code 93 Barcode"@en ; - skos:altLabel "Code 93 Barcode"@en ; - skos:definition "A Material Copy of a One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Tool"@en ; + "A Material Artifact that is designed to assist in the performance of manual or mechanical work and not to be consumed in that process."@en ; + "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000583 -cco:ont00000583 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000180 ; - rdfs:label "Motel"@en ; - skos:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motel"@en ; + "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ; + "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000584 -cco:ont00000584 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000357 ; - rdfs:comment "An Act of Position Change does not entail a change of location."@en ; - rdfs:label "Act of Position Change"@en ; - skos:definition "An Act of Motion in which the position (i.e. the orientation, alignment, or arrangement) of some Object or of one or more of an Object's parts is changed by some Agent."@en ; - skos:example "a top spinning in place" , - "adjusting your posture" , - "raising your left arm" , - "swivelling your office chair to face the window" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Position Change"@en ; + "An Act of Motion in which the position (i.e. the orientation, alignment, or arrangement) of some Object or of one or more of an Object's parts is changed by some Agent."@en ; + "a top spinning in place" , + "adjusting your posture" , + "raising your left arm" , + "swivelling your office chair to face the window" ; + "An Act of Position Change does not entail a change of location."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000585 -cco:ont00000585 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001286 ; - rdfs:label "Sawtooth Waveform"@en ; - skos:definition "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from minimum to maximum Amplitudes followed by a near-instantaneous transition from the maximum to minimum Amplitudes of the Wave Cycle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sawtooth Waveform"@en ; + "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from minimum to maximum Amplitudes followed by a near-instantaneous transition from the maximum to minimum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000586 -cco:ont00000586 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000238 ; - rdfs:label "Controllable Pitch Propeller"@en ; - skos:altLabel "Variable-Pitch Propeller"@en ; - skos:definition "A Propeller whose blades are designed to be alterable by rotating the blades about their vertical axis by means of mechanical or hydraulic arrangement."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Controllable Pitch Propeller"@en ; + "Variable-Pitch Propeller"@en ; + "A Propeller whose blades are designed to be alterable by rotating the blades about their vertical axis by means of mechanical or hydraulic arrangement."@en ; + "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000587 -cco:ont00000587 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000392 ; - rdfs:label "Ally Role"@en ; - skos:definition "An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ally Role"@en ; + "An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000588 -cco:ont00000588 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000402 ; - rdfs:label "Act of Mass Media Communication"@en ; - skos:definition "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Mass Media Communication"@en ; + "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@en ; + "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000589 -cco:ont00000589 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000973 ; - rdfs:label "Julian Date Fraction"@en ; - skos:altLabel "Julian Date Time Identifier"@en , - "Julian Day Fraction"@en ; - skos:definition "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Julian Date Fraction"@en ; + "Julian Date Time Identifier"@en , + "Julian Day Fraction"@en ; + "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000590 -cco:ont00000590 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Convex Shape"@en ; - skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer not having a cavity, such that no line connecting a pair of points on the surface of the bearer will lie outside."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Convex Shape"@en ; + "A Shape Quality that inheres in a bearer in virtue of the bearer not having a cavity, such that no line connecting a pair of points on the surface of the bearer will lie outside."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000591 -cco:ont00000591 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000029 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000124 ; - owl:someValuesFrom cco:ont00000995 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000029 ; - rdfs:label "Artifact Location"@en ; - skos:definition "A Site that is the location of some Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Artifact Location"@en ; + "A Site that is the location of some Material Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000592 -cco:ont00000592 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001163 ; - rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , - "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information ('Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; - rdfs:label "Veracity Measurement Information Content Entity"@en ; - skos:altLabel "Accuracy of Information"@en , - "Trueness Measurement"@en , - "Veracity Measurement"@en ; - skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which a description conforms to the reality it describes."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Veracity Measurement Information Content Entity"@en ; + "Accuracy of Information"@en , + "Trueness Measurement"@en , + "Veracity Measurement"@en ; + "A Measurement Information Content Entity that is a measurement of the extent to which a description conforms to the reality it describes."@en ; + "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information ('Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000593 -cco:ont00000593 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000457 ; - rdfs:label "Portion of Propellant"@en ; - skos:definition "A Portion of Material that is designed to be used as an input in a Propulsion Process to produce Thrust."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Propellant"@en ; + "A Portion of Material that is designed to be used as an input in a Propulsion Process to produce Thrust."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000594 -cco:ont00000594 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000007 ; - rdfs:label "Ignition Process"@en ; - skos:altLabel "Ignition"@en ; - skos:definition "A Natural Process that initiates a Combustion process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ignition Process"@en ; + "Ignition"@en ; + "A Natural Process that initiates a Combustion process."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000595 -cco:ont00000595 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000065 ; - rdfs:label "Act of Cargo Transportation"@en ; - skos:definition "An Act of Location Change wherein some Payload is moved from one location to another."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000596 -cco:ont00000596 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000966 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002027 - ] ; - rdfs:label "Material Copy of a JAN-13 Barcode"@en ; - skos:altLabel "JAN-13 Barcode"@en ; - skos:definition "A Material Copy of an EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Cargo Transportation"@en ; + "An Act of Location Change wherein some Payload is moved from one location to another."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000597 -cco:ont00000597 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 ; - rdfs:label "Material Copy of a Instrument Display Panel"@en ; - skos:altLabel "Instrument Display Panel"@en ; - skos:definition "An Information Bearing Artifact that is designed to carry information about some Material Artifact that is derived by the instrumentation Sensors of that Material Artifact."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Material Copy of a Instrument Display Panel"@en ; + "Instrument Display Panel"@en ; + "An Information Bearing Artifact that is designed to carry information about some Material Artifact that is derived by the instrumentation Sensors of that Material Artifact."@en ; + "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000598 -cco:ont00000598 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000256 ; - rdfs:label "Valve"@en ; - skos:definition "A Fluid Control Artifact that is designed to regulate, direct, or control the flow of fluid by opening, closing, or partially obstructing the fluid from moving along a passageway."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Valve"@en ; + "A Fluid Control Artifact that is designed to regulate, direct, or control the flow of fluid by opening, closing, or partially obstructing the fluid from moving along a passageway."@en ; + "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000599 -cco:ont00000599 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Interpersonal Relationship Role"@en ; - skos:definition "A Role that inheres in a Person in virtue of the obligations, expectations, or social norms that govern that Person's Intentional Acts within the context of a relationship with another Person."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Interpersonal Relationship Role"@en ; + "A Role that inheres in a Person in virtue of the obligations, expectations, or social norms that govern that Person's Intentional Acts within the context of a relationship with another Person."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000600 -cco:ont00000600 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Legal Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of giving legal advice to clients drafting legal documents for clients and representing clients in legal negotiations and court proceedings such as lawsuits."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Legal Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of giving legal advice to clients drafting legal documents for clients and representing clients in legal negotiations and court proceedings such as lawsuits."@en ; + "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000601 -cco:ont00000601 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Imaging Artifact Function"@en ; - skos:definition "An Artifact Function that inheres in Material Artifacts that are designed to create one or more new Images."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000602 -cco:ont00000602 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000258 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002023 - ] ; - rdfs:label "Material Copy of a ITF Barcode"@en ; - skos:altLabel "ITF Barcode"@en ; - skos:definition "A Material Copy of a One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Imaging Artifact Function"@en ; + "An Artifact Function that inheres in Material Artifacts that are designed to create one or more new Images."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000603 -cco:ont00000603 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Navigation Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to determine the precise location of itself or another object and plan a route to a specified destination."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Navigation Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to determine the precise location of itself or another object and plan a route to a specified destination."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000604 -cco:ont00000604 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001010 ; - rdfs:label "Maximum Ordinal Measurement Information Content Entity"@en ; - skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the largest or having the greatest amount relative to a nominally described set of like entities."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maximum Ordinal Measurement Information Content Entity"@en ; + "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the largest or having the greatest amount relative to a nominally described set of like entities."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000605 -cco:ont00000605 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000003 ; - rdfs:label "Abbreviated Name"@en ; - skos:definition "A Designative Name that is a shortened form of a Proper Name."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Abbreviated Name"@en ; + "A Designative Name that is a shortened form of a Proper Name."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000606 -cco:ont00000606 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000053 ; - rdfs:comment "Trucks vary greatly in their size and power -- ranging from small ultra-light trucks to enormous heavy trucks. Trucks also vary greatly in their configurations -- ranging from very basic flatbeds or box trucks to highly specialized cargo carriers. Trucks may also be configured to mount specialized equipment, such as in the case of fire trucks, concrete mixers, and suction excavators."@en ; - rdfs:label "Truck"@en ; - skos:definition "A Ground Motor Vehicle that is designed to be used to transport cargo."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Truck"@en ; + "A Ground Motor Vehicle that is designed to be used to transport cargo."@en ; + "Trucks vary greatly in their size and power -- ranging from small ultra-light trucks to enormous heavy trucks. Trucks also vary greatly in their configurations -- ranging from very basic flatbeds or box trucks to highly specialized cargo carriers. Trucks may also be configured to mount specialized equipment, such as in the case of fire trucks, concrete mixers, and suction excavators."@en ; + "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000607 -cco:ont00000607 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000892 ; - rdfs:label "Thickness"@en ; - skos:definition "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thickness"@en ; + "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000608 -cco:ont00000608 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Financial Value"@en ; - skos:definition "A quality that inheres in an independent continuant to the degree that that independent continuant can serve as a medium of exchange in an economic system at a particular time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Value"@en ; + "A quality that inheres in an independent continuant to the degree that that independent continuant can serve as a medium of exchange in an economic system at a particular time."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000609 -cco:ont00000609 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000642 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000057 ; - owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom obo:BFO_0000016 - ] - ) ; - rdf:type owl:Class - ] - ] ; - rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en ; - rdfs:label "Gain of Disposition"@en ; - skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Disposition"@en ; + "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ; + "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000610 -cco:ont00000610 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000754 ; - rdfs:label "Ultraviolet Light Frequency"@en ; - skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultraviolet Light Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000611 -cco:ont00000611 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001214 ; - rdfs:label "Increase of Realizable Entity"@en ; - skos:definition "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Realizable Entity"@en ; + "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000612 -cco:ont00000612 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000566 ; - rdfs:label "Act of Weapon Use"@en ; - skos:definition "An Act of Artifact Employment in which some Agent uses some Weapon."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Weapon Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Weapon."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000613 -cco:ont00000613 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000250 ; - rdfs:label "Loss of Role"@en ; - skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Role"@en ; + "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000614 -cco:ont00000614 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:comment "'Matter' here can also refer to the inertial energy of an object."@en , - "Typical unit of measure is the kilogram or pound."@en ; - rdfs:label "Mass"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mass"@en ; + "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ; + "'Matter' here can also refer to the inertial energy of an object."@en , + "Typical unit of measure is the kilogram or pound."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000615 -cco:ont00000615 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000433 ; - rdfs:label "Act of Encounter"@en ; - skos:definition "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Encounter"@en ; + "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000616 -cco:ont00000616 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000958 ; - rdfs:label "Religion"@en ; - skos:definition "An Information Content Entity that consists of a collection of claims about the meaning or origin of existence or about the existence or nature of one or more deities, an afterlife, or spiritual or sacred entities, and which is accepted as true by an Agent or Group of Agents."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/religion" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Religion"@en ; + "An Information Content Entity that consists of a collection of claims about the meaning or origin of existence or about the existence or nature of one or more deities, an afterlife, or spiritual or sacred entities, and which is accepted as true by an Agent or Group of Agents."@en ; + "http://www.dictionary.com/browse/religion" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000617 -cco:ont00000617 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000199 ; - rdfs:label "Infrared Camera"@en ; - skos:altLabel "Thermal Imaging Camera"@en , - "Thermographic Camera"@en ; - skos:definition "A Camera that is designed to form and record an image generated from infrared radiation."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrared Camera"@en ; + "Thermal Imaging Camera"@en , + "Thermographic Camera"@en ; + "A Camera that is designed to form and record an image generated from infrared radiation."@en ; + "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000618 -cco:ont00000618 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000713 ; - rdfs:label "Ground Vehicle"@en ; - skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by some form of ground travel."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Vehicle"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by some form of ground travel."@en ; + "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000619 -cco:ont00000619 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001869 ; - owl:someValuesFrom cco:ont00000225 - ] ; - rdfs:label "Week"@en ; - skos:definition "A Temporal Interval that is equal to seven consecutive Days."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Week"@en ; + "A Temporal Interval that is equal to seven consecutive Days."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000620 -cco:ont00000620 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001384 ; - rdfs:label "Radiopacity"@en ; - skos:altLabel "Radiodensity"@en ; - skos:definition "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiopacity"@en ; + "Radiodensity"@en ; + "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@en ; + "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000621 -cco:ont00000621 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001286 ; - rdfs:label "Inverse Sawtooth Waveform"@en ; - skos:definition "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from maximum to minimum Amplitudes followed by a near-instantaneous transition from the minimum to maximum Amplitudes of the Wave Cycle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Inverse Sawtooth Waveform"@en ; + "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from maximum to minimum Amplitudes followed by a near-instantaneous transition from the minimum to maximum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000622 -cco:ont00000622 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001132 ; - rdfs:label "Stasis of Fully Mission Capable"@en ; - skos:definition "A Stasis of Mission Capability during which the participating Continuant is capable of performing all of its primary functions for the specified Mission."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Fully Mission Capable"@en ; + "A Stasis of Mission Capability during which the participating Continuant is capable of performing all of its primary functions for the specified Mission."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000623 -cco:ont00000623 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Impact Shielding Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact reduces the damage caused to the shielded object by an impact with another object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Impact Shielding Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact reduces the damage caused to the shielded object by an impact with another object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000624 -cco:ont00000624 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001298 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002043 - ] ; - rdfs:label "Material Copy of a Report"@en ; - skos:altLabel "Report"@en ; - skos:definition "A Material Copy of a Document that is designed to carry some specific Information Content Entity that conveys an account of some event, situation, or the result of some observation or inquiry."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Report"@en ; + "Report"@en ; + "A Material Copy of a Document that is designed to carry some specific Information Content Entity that conveys an account of some event, situation, or the result of some observation or inquiry."@en ; + "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000625 -cco:ont00000625 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000256 ; - rdfs:label "Nozzle Throat"@en ; - skos:definition "A Fluid Control Artifact that consists of the narrowest portion of a Nozzle that is designed to converge the flow of fluid in order to increase the Velocity of the flow."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nozzle Throat"@en ; + "A Fluid Control Artifact that consists of the narrowest portion of a Nozzle that is designed to converge the flow of fluid in order to increase the Velocity of the flow."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000626 -cco:ont00000626 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000853 ; - rdfs:comment "Since predictions are inherently about not-yet-existant things, the Modal Relation Ontology term 'describes' (i.e. mro:describes) should be used (instead of the standard cco:describes) to relate instances of Predictive Information Content Entity to the entities they are about."@en ; - rdfs:label "Predictive Information Content Entity"@en ; - skos:altLabel "Prediction"@en , - "Prediction Information Content Entity"@en ; - skos:definition "A Descriptive Information Content Entity that describes an uncertain future event."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Predictive Information Content Entity"@en ; + "Prediction"@en , + "Prediction Information Content Entity"@en ; + "A Descriptive Information Content Entity that describes an uncertain future event."@en ; + "Since predictions are inherently about not-yet-existant things, the Modal Relation Ontology term 'describes' (i.e. mro:describes) should be used (instead of the standard cco:describes) to relate instances of Predictive Information Content Entity to the entities they are about."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000627 -cco:ont00000627 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00001141 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000040 ; - rdfs:label "Infrastructure Element"@en ; - skos:definition "A Material Entity that bears an Infrastructure Role."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Infrastructure Element"@en ; + "A Material Entity that bears an Infrastructure Role."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000628 -cco:ont00000628 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - rdfs:label "Disposition to Interact with Electromagnetic Radiation"@en ; - skos:definition "A Disposition that inheres in a bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Disposition to Interact with Electromagnetic Radiation"@en ; + "A Disposition that inheres in a bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000629 -cco:ont00000629 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Deception Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Deception Artifact Function"@en ; + "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en ; + "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000630 -cco:ont00000630 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000124 ; - rdfs:label "Universal Time Reference System"@en ; - skos:definition "A Solar Time Reference System that is based on the average speed of the Earth's rotation and which uses the prime meridian at 0° longitude as a reference point."@en ; - cco:ont00001753 "UT" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Universal Time Reference System"@en ; + "A Solar Time Reference System that is based on the average speed of the Earth's rotation and which uses the prime meridian at 0° longitude as a reference point."@en ; + "UT" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000631 -cco:ont00000631 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000662 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000171 ; - owl:someValuesFrom cco:ont00000139 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000662 ; - dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; - dcterms:created "2023-02-06T10:14:09-05:00"@en ; - rdfs:label "Material Territory of a Country"@en ; - skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; - skos:prefLabel "Material Territory of a Country"@en ; - cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + "2023-02-06T10:14:09-05:00"@en ; + rdfs:label "Material Territory of a Country"@en ; + "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; + "Material Territory of a Country"@en ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000632 -cco:ont00000632 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - rdfs:label "Magnetism"@en ; - skos:definition "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Magnetism"@en ; + "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000633 -cco:ont00000633 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:comment "When an object is \"weighed\", in the typical case, it is done so by taking into account the local force of gravity to determine the object's mass, whose standard of measure is the kilogram. The actual unit of measure of weight is the newton."@en ; - rdfs:label "Weight"@en ; - skos:definition "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Weight"@en ; + "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en ; + "When an object is \"weighed\", in the typical case, it is done so by taking into account the local force of gravity to determine the object's mass, whose standard of measure is the kilogram. The actual unit of measure of weight is the newton."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000634 -cco:ont00000634 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000431 ; - rdfs:label "Steam Engine"@en ; - skos:definition "An External Combustion Engine that is designed to use steam as its working fluid."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Steam Engine"@en ; + "An External Combustion Engine that is designed to use steam as its working fluid."@en ; + "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000635 -cco:ont00000635 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Refraction Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact participating in a refraction event in which the Material Artifact causes a change in direction of wave propagation due to a change in its transmission medium."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Refraction Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact participating in a refraction event in which the Material Artifact causes a change in direction of wave propagation due to a change in its transmission medium."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000636 -cco:ont00000636 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000345 ; - rdfs:comment "Note that, while most if not all Acts of Appraisal involve some estimating and many Acts of Estimation involve some appraising (i.e. these classes are not disjoint), neither class subsumes the other. For example, some Acts of Appraisal (e.g. a tax assessor appraising the value of a building) impart a normative element to the measured value while others (e.g. a gustatory appraisal that fresh green beans taste better than canned green beans) involve complete information. Furthermore, many Acts of Estimation (e.g. estimating the height of a tree) are concerned solely with determining a numerical value (as opposed to the nature, value, importance, condition, or quality)."@en ; - rdfs:label "Act of Appraisal"@en ; - skos:definition "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ; - skos:example "a food critic rating the quality of a restaurant's ambiance, service, and food" , - "a mechanic assessing whether a damaged vehicle is repairable" , - "an insurance agent appraising the financial value of a building" ; - skos:scopeNote "In the context of an Act of Appraisal, the terms 'value', 'condition', and 'quality' do not have the same meanings as their counterparts that are defined in the Common Core Ontologies. For example, a knife may be appraised to be of high quality if it is sharp and sturdy or to be of inferior quality if it is dull or fragile."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Appraisal"@en ; + "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ; + "a food critic rating the quality of a restaurant's ambiance, service, and food" , + "a mechanic assessing whether a damaged vehicle is repairable" , + "an insurance agent appraising the financial value of a building" ; + "In the context of an Act of Appraisal, the terms 'value', 'condition', and 'quality' do not have the same meanings as their counterparts that are defined in the Common Core Ontologies. For example, a knife may be appraised to be of high quality if it is sharp and sturdy or to be of inferior quality if it is dull or fragile."@en , + "Note that, while most if not all Acts of Appraisal involve some estimating and many Acts of Estimation involve some appraising (i.e. these classes are not disjoint), neither class subsumes the other. For example, some Acts of Appraisal (e.g. a tax assessor appraising the value of a building) impart a normative element to the measured value while others (e.g. a gustatory appraisal that fresh green beans taste better than canned green beans) involve complete information. Furthermore, many Acts of Estimation (e.g. estimating the height of a tree) are concerned solely with determining a numerical value (as opposed to the nature, value, importance, condition, or quality)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000637 -cco:ont00000637 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000593 ; - rdfs:label "Portion of Gaseous Propellant"@en ; - skos:definition "A Portion of Propellant that is stored in a gaseous state."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Gaseous Propellant"@en ; + "A Portion of Propellant that is stored in a gaseous state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000638 -cco:ont00000638 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000210 ; - rdfs:label "Heat Engine"@en ; - skos:definition "An Engine that is designed to convert thermal energy into mechanical energy."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heat Engine"@en ; + "An Engine that is designed to convert thermal energy into mechanical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000639 -cco:ont00000639 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Mine"@en ; - skos:definition "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mine"@en ; + "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en ; + "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000640 -cco:ont00000640 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001002 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002012 - ] ; - rdfs:label "Material Copy of a Email Message"@en ; - skos:altLabel "Email Message"@en ; - skos:definition "A Material Copy of a Message that is transmitted to the recipient's Email Box."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Email Message"@en ; + "Email Message"@en ; + "A Material Copy of a Message that is transmitted to the recipient's Email Box."@en ; + "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000641 -cco:ont00000641 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Entertainment Facility"@en ; - skos:definition "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Entertainment Facility"@en ; + "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en ; + "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000642 -cco:ont00000642 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000395 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000057 ; - owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom obo:BFO_0000017 - ] - ) ; - rdf:type owl:Class - ] - ] ; - rdfs:label "Gain of Realizable Entity"@en ; - skos:definition "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ; - skos:example "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Realizable Entity"@en ; + "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ; + "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000643 -cco:ont00000643 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000150 ; - rdfs:comment "The corresponding Wavelength range is 10–1 km"@en ; - rdfs:label "Low Frequency"@en ; - skos:altLabel "ITU Band Number 5"@en ; - skos:definition "A Radio Frequency that is between 30 and 300 kHz."@en ; - cco:ont00001753 "LF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Low Frequency"@en ; + "ITU Band Number 5"@en ; + "A Radio Frequency that is between 30 and 300 kHz."@en ; + "The corresponding Wavelength range is 10–1 km"@en ; + "LF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000644 -cco:ont00000644 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000004 ; - rdfs:comment "Oscillation is often thought of in the sense of motion, e.g., a swinging clock pendulum. However, the repetitive variation in location around a central point is technically a process of vibration, sometimes referred to as mechanical oscillation. Use the term Vibration Motion for those cases."@en ; - rdfs:label "Oscillation Process"@en ; - skos:altLabel "Oscillation"@en ; - skos:definition "A Change in which the dependent entity alternates between two or more stases."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Oscillation Process"@en ; + "Oscillation"@en ; + "A Change in which the dependent entity alternates between two or more stases."@en ; + "Oscillation is often thought of in the sense of motion, e.g., a swinging clock pendulum. However, the repetitive variation in location around a central point is technically a process of vibration, sometimes referred to as mechanical oscillation. Use the term Vibration Motion for those cases."@en ; + "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000645 -cco:ont00000645 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000917 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001262 ; - dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Permanent Resident"@en ; - skos:definition "A person with a Permanent Resident Role."@en ; - skos:prefLabel "Permanent Resident"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Permanent Resident"@en ; + "A person with a Permanent Resident Role."@en ; + "Permanent Resident"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000646 -cco:ont00000646 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000247 ; - rdfs:label "Highway"@en ; - skos:definition "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Highway"@en ; + "A Road that is designed to enable Ground Vehicles to travel on routes that connect relatively major destinations."@en ; + "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000647 -cco:ont00000647 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000175 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001262 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001939 ; - owl:someValuesFrom cco:ont00001180 - ] ; - rdfs:label "Organization Member Person"@en ; - skos:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Organization Member"@en ; + "A Person who is affiliated with some Organization by being a member of that Organization."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000648 -cco:ont00000648 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000784 ; - rdfs:label "Color Brightness"@en ; - skos:altLabel "Color Intensity"@en ; - skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Color Brightness"@en ; + "Color Intensity"@en ; + "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000649 -cco:ont00000649 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000686 ; - rdfs:label "Non-Name Identifier"@en ; - skos:altLabel "ID"@en , - "Identifier"@en ; - skos:definition "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified namespace or context, is not a Designative Name, may be automatically or randomly generated, and typically has no preexisting cultural or social significance."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Non-Name Identifier"@en ; + "ID"@en , + "Identifier"@en ; + "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified namespace or context, is not a Designative Name, may be automatically or randomly generated, and typically has no preexisting cultural or social significance."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000650 -cco:ont00000650 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000214 ; - rdfs:label "Ground Moving Target Indication Artifact Function"@en ; - skos:definition "A Moving Target Indication Artifact Function that inheres in Material Artifacts that are designed to identify and track entities moving on or near the ground."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Moving Target Indication Artifact Function"@en ; + "A Moving Target Indication Artifact Function that inheres in Material Artifacts that are designed to identify and track entities moving on or near the ground."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000651 -cco:ont00000651 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Containing Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process in which one entity contains another."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/containing" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Containing Artifact Function"@en ; + "An Artifact Function that is realized in a process in which one entity contains another."@en ; + "http://www.dictionary.com/browse/containing" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000652 -cco:ont00000652 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Decoy"@en ; - skos:definition "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decoy"@en ; + "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en ; + "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000653 -cco:ont00000653 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000965 ; - rdfs:label "Algorithm"@en ; - skos:definition "A Directive Information Content Entity that prescribes some Process and contains a finite sequence of unambiguous instructions in order to achieve some Objective."@en ; - cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Algorithm"@en ; + "A Prescriptive Information Content Entity that prescribes some Process and contains a finite sequence of unambiguous instructions in order to achieve some Objective."@en ; + "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000654 -cco:ont00000654 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001147 ; - rdfs:label "Act of Terrorism"@en ; - skos:definition "An Act of Violence which creates fear and which is prescribed by religious, political or ideological objectives, and which deliberately target or disregard the safety of civilians and are committed by members of non-government organizations."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Terrorism"@en ; + "An Act of Violence which creates fear and which is prescribed by religious, political or ideological objectives, and which deliberately target or disregard the safety of civilians and are committed by members of non-government organizations."@en ; + "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000655 -cco:ont00000655 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Mailing Facility"@en ; - skos:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mailing Facility"@en ; + "A Facility that is designed for the systematic physical transportation of documents and packages."@en ; + "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000656 -cco:ont00000656 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000445 ; - rdfs:label "Radiological Weapon"@en ; - skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiological Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en ; + "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000657 -cco:ont00000657 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001100 ; - rdfs:label "Distance Measurement Artifact Function"@en ; - skos:definition "A Measurement Artifact Function that is realized during events in which a Material Artifact is used to measure the spatial Distance to a specified object or class of objects."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Distance Measurement Artifact Function"@en ; + "A Measurement Artifact Function that is realized during events in which a Material Artifact is used to measure the spatial Distance to a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000658 -cco:ont00000658 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001051 ; - rdfs:label "Missile Launcher"@en ; - skos:definition "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Missile Launcher"@en ; + "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000659 -cco:ont00000659 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Torque"@en ; - skos:altLabel "Measurement Unit of Moment of Force"@en , - "Measurement Unit of Rotational Force"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Torque"@en ; + "Measurement Unit of Moment of Force"@en , + "Measurement Unit of Rotational Force"@en ; + "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000660 -cco:ont00000660 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001819 ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000015 ; - rdfs:label "Effect"@en ; - skos:altLabel "Consequence"@en ; - skos:definition "A Process that follows and is caused by some previous Process."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Effect"@en ; + "Consequence"@en ; + "A Process that follows and is caused by some previous Process."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000661 -cco:ont00000661 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Government Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes in which public policy is administered and the actions of its members are directed."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Government Artifact Function"@en ; + "A Service Artifact Function that is realized in processes in which public policy is administered and the actions of its members are directed."@en ; + "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000662 -cco:ont00000662 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001341 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000171 ; - owl:someValuesFrom cco:ont00001152 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001341 ; - dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; - dcterms:created "2023-02-06T10:14:09-05:00"@en ; - rdfs:label "Material Territory of a Government Domain"@en ; - skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; - skos:prefLabel "Material Territory of a Government Domain"@en ; - cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + "2023-02-06T10:14:09-05:00"@en ; + rdfs:label "Material Territory of a Government Domain"@en ; + "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; + "Material Territory of a Government Domain"@en ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000663 -cco:ont00000663 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Power Transmission Artifact"@en ; - skos:definition "A Material Artifact that is designed to transfer and regulate Power flow from a Power Source to an application point."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Transmission Artifact"@en ; + "A Material Artifact that is designed to transfer and regulate Power flow from a Power Source to an application point."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000664 -cco:ont00000664 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000531 ; - rdfs:label "Radio Relay Station"@en ; - skos:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Relay Station"@en ; + "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000665 -cco:ont00000665 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Cleaning Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes in which some Material Artifact is used to remove foreign objects from another object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cleaning Artifact Function"@en ; + "An Artifact Function that is realized in processes in which some Material Artifact is used to remove foreign objects from another object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000666 -cco:ont00000666 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000486 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001262 ; - rdfs:label "Neutral Person"@en ; - skos:altLabel "Unallied Person" ; - skos:definition "A Person who is the bearer of some Neutral Role."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Neutral Person"@en ; + "Unallied Person" ; + "A Person who is the bearer of some Neutral Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000667 -cco:ont00000667 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001052 ; - rdfs:label "Combat Outpost"@en ; - skos:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Outpost_(military)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Combat Outpost"@en ; + "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ; + "https://en.wikipedia.org/wiki/Outpost_(military)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000668 -cco:ont00000668 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Battery Terminal"@en ; - skos:definition "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Battery Terminal"@en ; + "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en ; + "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000669 -cco:ont00000669 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001022 ; - rdfs:label "Distance Measurement Information Content Entity"@en ; - skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a One-Dimensional Extent inhering in some Site that is externally connected to two Independent Continuants."@en ; - skos:scopeNote "Displacement (vector) is the shortest possible distance (scalar) between two points. Further thought is needed to adequately handle measurements of distance traveled along a path, e.g., a circuitous path or an arc (such as the surface of a planet), versus the simple case of a direct, straight line between two points."@en , - "Distance is a measure between two reference points, which are located on or in, or in some manner part of, the two obejcts for which the length of the extent between is sought. For exmple, the center point of the indentation of a ball in the sand and the edge of the foul line, the forwardmost point on a car's bumper and the closest point on the 2-dimensional plane that serves as the fiat boundary of a crosswalk, the center of an antenna array and closest point on ground."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Distance Measurement Information Content Entity"@en ; + "A Ratio Measurement Information Content Entity that is a measurement of a One-Dimensional Extent inhering in some Site that is externally connected to two Independent Continuants."@en ; + "Displacement (vector) is the shortest possible distance (scalar) between two points. Further thought is needed to adequately handle measurements of distance traveled along a path, e.g., a circuitous path or an arc (such as the surface of a planet), versus the simple case of a direct, straight line between two points."@en , + "Distance is a measure between two reference points, which are located on or in, or in some manner part of, the two obejcts for which the length of the extent between is sought. For exmple, the center point of the indentation of a ball in the sand and the edge of the foul line, the forwardmost point on a car's bumper and the closest point on the 2-dimensional plane that serves as the fiat boundary of a crosswalk, the center of an antenna array and closest point on ground."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000670 -cco:ont00000670 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001258 ; - rdfs:label "Distribution Port"@en ; - skos:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Distribution Port"@en ; + "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ; + "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000671 -cco:ont00000671 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000415 ; - rdfs:label "Anti-Bacterial Artifact Function"@en ; - skos:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some bacterium."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Anti-Bacterial Artifact Function"@en ; + "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some bacterium."@en ; + "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000672 -cco:ont00000672 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000150 ; - rdfs:comment "The corresponding Wavelength range is 10,000–1,000 km"@en ; - rdfs:label "Super Low Frequency"@en ; - skos:altLabel "ITU Band Number 2"@en ; - skos:definition "A Radio Frequency that is between 30 and 300 Hz."@en ; - cco:ont00001753 "SLF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Super Low Frequency"@en ; + "ITU Band Number 2"@en ; + "A Radio Frequency that is between 30 and 300 Hz."@en ; + "The corresponding Wavelength range is 10,000–1,000 km"@en ; + "SLF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000673 -cco:ont00000673 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000715 ; - rdfs:label "Prosthetic Foot"@en ; - skos:definition "A Prosthesis that is designed to replace a missing foot."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthetic Foot"@en ; + "A Prosthesis that is designed to replace a missing foot."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000674 -cco:ont00000674 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000832 ; - rdfs:label "Calendar Year"@en ; - skos:definition "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Year"@en ; + "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000675 -cco:ont00000675 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001028 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00001227 - ] ; - rdfs:label "Sound Wave Process"@en ; - skos:definition "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Sound Wave Process"@en ; + "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."@en ; + "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000676 -cco:ont00000676 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Inhabitancy"@en ; - skos:definition "A Planned Act in which a Person lives at a Site for a period of time that may be as short as 1 day/night or as long as the Person's entire life."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/inhabit" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Inhabitancy"@en ; + "A Planned Act in which a Person lives at a Site for a period of time that may be as short as 1 day/night or as long as the Person's entire life."@en ; + "http://www.merriam-webster.com/dictionary/inhabit" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000677 -cco:ont00000677 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Product Transport Facility"@en ; - skos:definition "A Facility that is designed to transport some product."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Product Transport Facility"@en ; + "A Facility that is designed to transport some product."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000678 -cco:ont00000678 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000098 ; - rdfs:label "Voltage Regulating Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by processes in which some Material Artifact is used to cause a change in the voltage magnitude between the sending and receiving end of an electrical component."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Voltage Regulating Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Material Artifact is used to cause a change in the voltage magnitude between the sending and receiving end of an electrical component."@en ; + "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000679 -cco:ont00000679 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Attitude Control Artifact Function"@en ; - skos:altLabel "Orientation Control Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact participating in an attitude control process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Attitude Control Artifact Function"@en ; + "Orientation Control Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact participating in an attitude control process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000680 -cco:ont00000680 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000881 ; - rdfs:label "Medical Depot"@en ; - skos:definition "A Storage Facility that is designed to store medical supplies."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Medical Depot"@en ; + "A Storage Facility that is designed to store medical supplies."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000681 -cco:ont00000681 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000236 ; - rdfs:label "External Navigation Lighting System"@en ; - skos:definition "A Lighting System that is designed to be attached to some Vehicle and to emit colored light in order to signal that Vehicle's position, heading, and status."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "External Navigation Lighting System"@en ; + "A Lighting System that is designed to be attached to some Vehicle and to emit colored light in order to signal that Vehicle's position, heading, and status."@en ; + "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000682 -cco:ont00000682 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000136 ; - rdfs:label "Mirror"@en ; - skos:definition "An Optical Instrument that is designed to reflect light that has a wavelength within a given range and is incident on its relflecting surface such that the reflected light maintains most of the characteristics of the original light."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mirror"@en ; + "An Optical Instrument that is designed to reflect light that has a wavelength within a given range and is incident on its relflecting surface such that the reflected light maintains most of the characteristics of the original light."@en ; + "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000683 -cco:ont00000683 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000605 ; - rdfs:label "Diminutive Name"@en ; - skos:definition "An Abbreviated Name that is a familiar form of a Proper Name."@en ; - skos:example "Alex, Bob, Cathy" ; - skos:scopeNote "\"Familiar form of a Proper Name\" means: that the name is (originally) a short, affectionate version of the fuller name, used (originally) by family or friends."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Diminutive Name"@en ; + "An Abbreviated Name that is a familiar form of a Proper Name."@en ; + "Alex, Bob, Cathy" ; + "\"Familiar form of a Proper Name\" means: that the name is (originally) a short, affectionate version of the fuller name, used (originally) by family or friends."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000684 -cco:ont00000684 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000821 ; - rdfs:label "Act of Contract Formation"@en ; - skos:definition "An Act of Promising having a lawful object entered into voluntarily by two or more agents with legal capacity, each of whom intends to create one or more legal obligations between them."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Contract Formation"@en ; + "An Act of Promising having a lawful object entered into voluntarily by two or more agents with legal capacity, each of whom intends to create one or more legal obligations between them."@en ; + "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000685 -cco:ont00000685 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000207 ; - rdfs:label "Government Domain Border"@en ; - skos:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Government Domain Border"@en ; + "A Geospatial Boundary that is a boundary of some Government Domain."@en ; + "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000686 -cco:ont00000686 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000958 ; - owl:disjointWith cco:ont00000853 , - cco:ont00000965 ; - rdfs:label "Designative Information Content Entity"@en ; - skos:altLabel "Designative ICE"@en ; - skos:definition "An Information Content Entity that consists of a set of symbols that designate some Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith , + ; + rdfs:label "Designative Information Content Entity"@en ; + "Designative ICE"@en ; + "An Information Content Entity that consists of a set of symbols that designate some Entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000687 -cco:ont00000687 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000234 ; - rdfs:label "Act of Training Acquisition"@en ; - skos:definition "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Training Acquisition"@en ; + "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000688 -cco:ont00000688 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000294 ; - rdfs:label "Turbofan Air-Breathing Jet Engine"@en ; - skos:definition "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Turbofan Air-Breathing Jet Engine"@en ; + "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en ; + "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000689 -cco:ont00000689 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Switch Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process of breaking an electric circuit by interrupting the current or diverting it from one conductor to another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Switch Artifact Function"@en ; + "An Artifact Function that is realized in a process of breaking an electric circuit by interrupting the current or diverting it from one conductor to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000690 -cco:ont00000690 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000346 ; - rdfs:label "Telecommunication Instrument"@en ; - skos:definition "A Communication Instrument that is designed for use by some Agent in some Act of Communication where the recipient of that communication is potentially a significant distance away from the Agent."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Instrument"@en ; + "A Communication Instrument that is designed for use by some Agent in some Act of Communication where the recipient of that communication is potentially a significant distance away from the Agent."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000691 -cco:ont00000691 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000020 ; - rdfs:label "Fuel Tank"@en ; - skos:definition "A Container that is designed to store a Portion of Fuel."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Tank"@en ; + "A Container that is designed to store a Portion of Fuel."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000692 -cco:ont00000692 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001163 ; - rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."@en ; - rdfs:label "Probability Measurement Information Content Entity"@en ; - skos:altLabel "Likelihood Measurement"@en , - "Probability Measurement"@en ; - skos:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Probability Measurement Information Content Entity"@en ; + "Likelihood Measurement"@en , + "Probability Measurement"@en ; + "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en ; + "Every probability measurement is made within a particular context given certain background assumptions."@en ; + "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000693 -cco:ont00000693 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000575 ; - rdfs:label "Mass Specification"@en ; - skos:definition "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mass Specification"@en ; + "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000694 -cco:ont00000694 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000256 ; - rdfs:label "Nozzle Mouth"@en ; - skos:definition "A Fluid Control Artifact that consists of the portion of a Nozzle at the end that is designed to be where the flow of fluid exits the Nozzle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nozzle Mouth"@en ; + "A Fluid Control Artifact that consists of the portion of a Nozzle at the end that is designed to be where the flow of fluid exits the Nozzle."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000695 -cco:ont00000695 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000620 ; - rdfs:label "Radiolucent"@en ; - skos:altLabel "Hypodense"@en , - "Transradiance"@en ; - skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiolucent"@en ; + "Hypodense"@en , + "Transradiance"@en ; + "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000696 -cco:ont00000696 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000958 ; - rdfs:label "Ideology"@en ; - skos:definition "An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ideology"@en ; + "An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000697 -cco:ont00000697 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000279 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001262 ; - rdfs:label "Enemy Person"@en ; - skos:definition "A Person who is the bearer of some Enemy Role."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Enemy Person"@en ; + "A Person who is the bearer of some Enemy Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000698 -cco:ont00000698 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000252 ; - rdfs:comment "By increasing the Exhaust Velocity of the gas, the Nozzle increases the Thrust generated."@en ; - rdfs:label "Convergent-Divergent Nozzle"@en ; - skos:altLabel "CD Nozzle"@en , - "de Laval Nozzle"@en ; - skos:definition "A Nozzle that consists of a tube with an asymmetric hourglass shape that is designed to accelerate hot pressurized gas by converting the heat energy of the gas flow into kinetic energy as it passes through the Nozzle Throat to generate increased Exhaust Velocity of the gas as it exits the Nozzle."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Convergent-Divergent Nozzle"@en ; + "CD Nozzle"@en , + "de Laval Nozzle"@en ; + "A Nozzle that consists of a tube with an asymmetric hourglass shape that is designed to accelerate hot pressurized gas by converting the heat energy of the gas flow into kinetic energy as it passes through the Nozzle Throat to generate increased Exhaust Velocity of the gas as it exits the Nozzle."@en ; + "By increasing the Exhaust Velocity of the gas, the Nozzle increases the Thrust generated."@en ; + "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000699 -cco:ont00000699 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - rdfs:label "Afternoon"@en ; - skos:definition "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Afternoon"@en ; + "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000700 -cco:ont00000700 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000998 ; - rdfs:label "Computer Network"@en ; - skos:altLabel "Data Network"@en ; - skos:definition "A Telecommunication Network that is designed to allow the exchange of data between two or more computers connected to the network."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Computer Network"@en ; + "Data Network"@en ; + "A Telecommunication Network that is designed to allow the exchange of data between two or more computers connected to the network."@en ; + "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000701 -cco:ont00000701 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001145 ; - rdfs:label "Wire Receiver"@en ; - skos:definition "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wire Receiver"@en ; + "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000702 -cco:ont00000702 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002004 - ] ; - rdfs:label "Material Copy of an Image"@en ; - skos:altLabel "Image"@en ; - skos:definition "An Information Bearing Artifact that is designed to carry an Information Content Entity that represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of an Image"@en ; + "Image"@en ; + "An Information Bearing Artifact that is designed to carry an Information Content Entity that represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en ; + "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000703 -cco:ont00000703 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000159 ; - rdfs:label "Material Copy of a System Clock"@en ; - skos:altLabel "System Clock"@en ; - skos:definition "A Material Copy of a Timekeeping Instrument that is part of a computer and is designed to issue a steady high-frequency signal that is used to synchronize all of the computer's internal components."@en ; - cco:ont00001754 "http://www.thefreedictionary.com/system+clock" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Material Copy of a System Clock"@en ; + "System Clock"@en ; + "A Material Copy of a Timekeeping Instrument that is part of a computer and is designed to issue a steady high-frequency signal that is used to synchronize all of the computer's internal components."@en ; + "http://www.thefreedictionary.com/system+clock" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000704 -cco:ont00000704 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001326 ; - rdfs:label "Tunnel"@en ; - skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel underneath a surrounding soil, earth, or rock formation."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Constructed Tunnel"@en ; + "A Transportation Artifact that is designed to be substantially enclosed, have access constrained to portals, and to enable travel through surrounding soil, earth, or rock formation."@en ; + "This class is not intended to include natural tunnels, such as caves."@en ; + "Federal Highway Administration. Guidance on Structures Subject to the National Tunnel Inspection Standards (NTIS). United States Department of Transportation, 27 Oct. 2015"^^xsd:string ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000705 -cco:ont00000705 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000677 ; - rdfs:label "Power Transmission Line"@en ; - skos:definition "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Transmission Line"@en ; + "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en ; + "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000706 -cco:ont00000706 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Terminal Board"@en ; - skos:definition "A Material Artifact that is designed to join electrical terminations and create an electrical circuit by means of a block which connects individual wires without a splice or physically joining the ends."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Terminal Board"@en ; + "A Material Artifact that is designed to join electrical terminations and create an electrical circuit by means of a block which connects individual wires without a splice or physically joining the ends."@en ; + "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000707 -cco:ont00000707 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Angle"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex."@en ; - skos:example "degrees, radians" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Angle"@en ; + "A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex."@en ; + "degrees, radians" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000708 -cco:ont00000708 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000881 ; - rdfs:label "Water Tower"@en ; - skos:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Water Tower"@en ; + "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ; + "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000709 -cco:ont00000709 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001248 ; - rdfs:label "Visual Prosthesis"@en ; - skos:altLabel "Bionic Eye"@en ; - skos:definition "An Artificial Eye that is designed to replace a missing eye, which performs the function of an eye."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Visual Prosthesis"@en ; + "Bionic Eye"@en ; + "An Artificial Eye that is designed to replace a missing eye, which performs the function of an eye."@en ; + "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000710 -cco:ont00000710 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001052 ; - rdfs:label "Command Post Facility"@en ; - skos:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/command-post" ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Command Post Facility"@en ; + "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ; + "http://www.dictionary.com/browse/command-post" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000711 -cco:ont00000711 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000156 ; - rdfs:label "Semi-automatic Pistol"@en ; - skos:definition "A Hand Gun that has a single fixed firing chamber machined into the rear of the barrel and an ammunition magazine capable of holding multiple Cartridges such that the Hand Gun is designed to automatically reload each time it is fired and to fire a Bullet with each successive pull of the trigger until the stored ammunition is depleted."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Semi-automatic Pistol"@en ; + "A Hand Gun that has a single fixed firing chamber machined into the rear of the barrel and an ammunition magazine capable of holding multiple Cartridges such that the Hand Gun is designed to automatically reload each time it is fired and to fire a Bullet with each successive pull of the trigger until the stored ammunition is depleted."@en ; + "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000712 -cco:ont00000712 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000763 - ] ; - rdfs:label "Acceleration"@en ; - skos:definition "A Process Profile that is the rate of change of the Velocity of an object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Acceleration"@en ; + "A Process Profile that is the rate of change of the Velocity of an object."@en ; + "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000713 -cco:ont00000713 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Vehicle"@en ; - skos:definition "A Material Artifact that is designed to facilitate the movement of material entities from one location to another by conveying them there."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle"@en ; + "A Material Artifact that is designed to facilitate the movement of material entities from one location to another by conveying them there."@en ; + "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000714 -cco:ont00000714 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001192 ; - rdfs:label "Horn Antenna"@en ; - skos:altLabel "Microwave Horn"@en ; - skos:definition "A Radio Antenna that consists of a flaring metal waveguide shaped like a horn to direct radio waves in a beam and can be used on its own or as a feeder for larger antenna structures, such as Parabolic Antennas."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Horn Antenna"@en ; + "Microwave Horn"@en ; + "A Radio Antenna that consists of a flaring metal waveguide shaped like a horn to direct radio waves in a beam and can be used on its own or as a feeder for larger antenna structures, such as Parabolic Antennas."@en ; + "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000715 -cco:ont00000715 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001381 ; - rdfs:label "Prosthesis"@en ; - skos:definition "A Medical Artifact that is designed to replace a missing body part."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthesis"@en ; + "A Medical Artifact that is designed to replace a missing body part."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000716 -cco:ont00000716 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001049 ; - rdfs:label "Electric Battery"@en ; - skos:altLabel "Battery"@en ; - skos:definition "An Electrical Power Source that is designed to produce electric power by converting chemical energy to electrical energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Battery_(electricity)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electric Battery"@en ; + "Battery"@en ; + "An Electrical Power Source that is designed to produce electric power by converting chemical energy to electrical energy."@en ; + "https://en.wikipedia.org/wiki/Battery_(electricity)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000717 -cco:ont00000717 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001076 ; - rdfs:label "Fossil Fuel Power Plant"@en ; - skos:definition "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fossil Fuel Power Plant"@en ; + "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000718 -cco:ont00000718 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000460 ; - rdfs:label "Village"@en ; - skos:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/village" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Village"@en ; + "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."@en ; + "http://www.merriam-webster.com/dictionary/village" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000719 -cco:ont00000719 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Counterfeit Instrument"@en ; - skos:definition "A Material Artifact that is designed to be a fake replica of some genuine Material Artifact."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Counterfeit Instrument"@en ; + "A Material Artifact that is designed to be a fake replica of some genuine Material Artifact."@en ; + "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000720 -cco:ont00000720 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000020 ; - rdfs:label "Cryogenic Storage Dewar"@en ; - skos:definition "A Container that is designed to store a Portion of Cryogenic Material (such as liquid helium or liquid oxygen) and which consists of, minimally, walls that are constructed from two or more layers that are separated by a high vacuum to provide thermal insulation between the interior and exterior of the dewar."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cryogenic Storage Dewar"@en ; + "A Container that is designed to store a Portion of Cryogenic Material (such as liquid helium or liquid oxygen) and which consists of, minimally, walls that are constructed from two or more layers that are separated by a high vacuum to provide thermal insulation between the interior and exterior of the dewar."@en ; + "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000721 -cco:ont00000721 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000804 ; - rdfs:label "Polarizing Prism"@en ; - skos:definition "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Polarizing Prism"@en ; + "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000722 -cco:ont00000722 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000146 ; - rdfs:label "Sea Level"@en ; - skos:definition "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sea Level"@en ; + "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000723 -cco:ont00000723 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000781 ; - rdfs:label "Vehicle Control System"@en ; - skos:definition "A Control System that is designed to enable some Agent to control some Vehicle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle Control System"@en ; + "A Control System that is designed to enable some Agent to control some Vehicle."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000724 -cco:ont00000724 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001192 ; - rdfs:label "Parabolic Antenna"@en ; - skos:altLabel "Dish Antenna"@en , - "Parabolic Dish"@en ; - skos:definition "A Radio Antenna that uses a parabolic reflector to direct or receive radio waves and has a very high gain."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Parabolic Antenna"@en ; + "Dish Antenna"@en , + "Parabolic Dish"@en ; + "A Radio Antenna that uses a parabolic reflector to direct or receive radio waves and has a very high gain."@en ; + "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000725 -cco:ont00000725 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000455 ; - rdfs:label "Wedding"@en ; - skos:altLabel "Act of Wedding Ceremony"@en ; - skos:definition "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wedding"@en ; + "Act of Wedding Ceremony"@en ; + "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@en ; + "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000726 -cco:ont00000726 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000004 ; - rdfs:label "Decrease of Dependent Continuant"@en ; - skos:definition "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Dependent Continuant"@en ; + "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000727 -cco:ont00000727 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Communication Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Artifact Function"@en ; + "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000728 -cco:ont00000728 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000215 ; - rdfs:comment "The submillimeter waveband is between the far-infrared and microwave wavebands and is typically taken to have a wavelength of between a few hundred micrometers and a millimeter."@en ; - rdfs:label "Submillimeter Wavelength Radio Telescope"@en ; - skos:altLabel "Microwave Telescope"@en ; - skos:definition "A Radio Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves from the submillimeter waveband (i.e. microwaves) to form an enhanced image of the Object."@en ; - cco:ont00001754 "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Submillimeter Wavelength Radio Telescope"@en ; + "Microwave Telescope"@en ; + "A Radio Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves from the submillimeter waveband (i.e. microwaves) to form an enhanced image of the Object."@en ; + "The submillimeter waveband is between the far-infrared and microwave wavebands and is typically taken to have a wavelength of between a few hundred micrometers and a millimeter."@en ; + "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000729 -cco:ont00000729 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000275 ; - rdfs:label "Spherical Coordinate System"@en ; - skos:definition "A Spatial Reference System for three-dimensional spatial regions that identifies each point using an ordered triple of numerical coordinates that consist of the radial distance of the point of interest from a fixed origin, its polar angle measured from a fixed zenith direction, and the azimuth angle of its orthogonal projection measured from a fixed direction on a reference plane that passes through the origin and is orthogonal to the zenith."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spherical Coordinate System"@en ; + "A Spatial Reference System for three-dimensional spatial regions that identifies each point using an ordered triple of numerical coordinates that consist of the radial distance of the point of interest from a fixed origin, its polar angle measured from a fixed zenith direction, and the azimuth angle of its orthogonal projection measured from a fixed direction on a reference plane that passes through the origin and is orthogonal to the zenith."@en ; + "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000730 -cco:ont00000730 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Hydraulic Power Transfer Unit"@en ; - skos:definition "A Material Artifact that is designed to transfer hydraulic power from one of an Aircraft's hydraulic systems to another in the event that a system has failed or been turned off."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Power Transfer Unit"@en ; + "A Material Artifact that is designed to transfer hydraulic power from one of an Aircraft's hydraulic systems to another in the event that a system has failed or been turned off."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000731 -cco:ont00000731 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001163 ; - rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , - "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations ('Deviation Measurement Information Content Entity')."@en ; - rdfs:label "Deviation Measurement Information Content Entity"@en ; - skos:altLabel "Conformance Measurement"@en , - "Degree of Conformance"@en , - "Degree of Deviation"@en , - "Deviation Measurement"@en ; - skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity conforms to how it is expected or supposed to be."@en ; - skos:example "a missile impact deviates from its target location by 100 feet" , - "a satellite deviaties from its predicted orbital path by 5 kilometers" , - "an overweight piece of luggage deviates from an airline's maximum allowed weight by +10 pounds" ; - skos:scopeNote "In order for a Deviation to exist, an entity must first be expected, represented, prescribed, or predicted as being a certain way. Then, at a future time, this value can be compared to its actual, reported, or measured value to determine the Deviation between these values."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Deviation Measurement Information Content Entity"@en ; + "Conformance Measurement"@en , + "Degree of Conformance"@en , + "Degree of Deviation"@en , + "Deviation Measurement"@en ; + "A Measurement Information Content Entity that is a measurement of the extent to which an entity conforms to how it is expected or supposed to be."@en ; + "a missile impact deviates from its target location by 100 feet" , + "a satellite deviaties from its predicted orbital path by 5 kilometers" , + "an overweight piece of luggage deviates from an airline's maximum allowed weight by +10 pounds" ; + "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "In order for a Deviation to exist, an entity must first be expected, represented, prescribed, or predicted as being a certain way. Then, at a future time, this value can be compared to its actual, reported, or measured value to determine the Deviation between these values."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations ('Deviation Measurement Information Content Entity')."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000732 -cco:ont00000732 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000150 ; - rdfs:comment "The corresponding Wavelength range is 1,000–1 mm"@en ; - rdfs:label "Microwave Frequency"@en ; - skos:definition "A Radio Frequency that is between 300 MHz and 300 GHz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Microwave Frequency"@en ; + "A Radio Frequency that is between 300 MHz and 300 GHz."@en ; + "The corresponding Wavelength range is 1,000–1 mm"@en ; + "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000733 -cco:ont00000733 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001360 ; - rdfs:label "Spherical"@en ; - skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spherical"@en ; + "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000734 -cco:ont00000734 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002066 ; - rdfs:label "Explosive Land Mine"@en ; - skos:altLabel "Land Mine"@en ; - skos:definition "An Explosive Mine that is designed to be concealed under or on the ground."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Explosive Land Mine"@en ; + "Land Mine"@en ; + "An Explosive Mine that is designed to be concealed under or on the ground."@en ; + "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000735 -cco:ont00000735 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000406 ; - rdfs:label "Geospatial Region Bounding Box Identifier List"@en ; - skos:definition "A Measurement Unit of Geocoordinate that is comprised of 4 pairs of coordinates, one for each of the 4 defining points (North, West, South, East) of a Geospatial Region Bounding Box."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Region Bounding Box Identifier List"@en ; + "A Measurement Unit of Geocoordinate that is comprised of 4 pairs of coordinates, one for each of the 4 defining points (North, West, South, East) of a Geospatial Region Bounding Box."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000736 -cco:ont00000736 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Transducer"@en ; - skos:definition "A Material Artifact that is designed to convert one form of energy to another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transducer"@en ; + "A Material Artifact that is designed to convert one form of energy to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000737 -cco:ont00000737 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000483 ; - rdfs:label "Forward Operations Base"@en ; - skos:altLabel "Forward Operating Base"@en ; - skos:definition "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en ; - cco:ont00001753 "FOB" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Forward Operations Base"@en ; + "Forward Operating Base"@en ; + "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en ; + "FOB" ; + "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000738 -cco:ont00000738 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001367 ; - rdfs:label "Length"@en ; - skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Length"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000739 -cco:ont00000739 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000676 ; - rdfs:label "Act of Sojourn"@en ; - skos:definition "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Sojourn"@en ; + "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000740 -cco:ont00000740 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000002 ; - rdfs:comment "This class is designed to group continuants according to a very broad criterion and is not intended to be used as a parent class for entities that can be more specifically represented under another class. Hence, Natural Resource may be an appropriate subtype but Money, Oil, and Gold Mine are not."@en ; - rdfs:label "Resource"@en ; - skos:definition "A Continuant that is owned by, in the possession of, or is otherwise controlled by an Agent such that it could be used by that Agent."@en ; - skos:example "a group of interns" , - "a knowledge base" , - "a plot of land" , - "a software program" , - "a sum of money" , - "a vehicle" ; - skos:scopeNote "Resources are Resources for some Agent. If no instance of Agent existed, no instance of Resource would exist either. It is not a requirement that something be valuable in order for it to be a Resource. Thus the value of something can drastically change without altering whether that thing is a Resource."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Resource"@en ; + "A Continuant that is owned by, in the possession of, or is otherwise controlled by an Agent such that it could be used by that Agent."@en ; + "a group of interns" , + "a knowledge base" , + "a plot of land" , + "a software program" , + "a sum of money" , + "a vehicle" ; + "Resources are Resources for some Agent. If no instance of Agent existed, no instance of Resource would exist either. It is not a requirement that something be valuable in order for it to be a Resource. Thus the value of something can drastically change without altering whether that thing is a Resource."@en , + "This class is designed to group continuants according to a very broad criterion and is not intended to be used as a parent class for entities that can be more specifically represented under another class. Hence, Natural Resource may be an appropriate subtype but Money, Oil, and Gold Mine are not."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000741 -cco:ont00000741 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Targeting"@en ; - skos:definition "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Targeting"@en ; + "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000742 -cco:ont00000742 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Ignition System"@en ; - skos:definition "A Material Artifact that is designed to produce an Ignition process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ignition System"@en ; + "A Material Artifact that is designed to produce an Ignition process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000743 -cco:ont00000743 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000702 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002005 - ] ; - rdfs:label "Material Copy of a Chart"@en ; - skos:altLabel "Chart"@en ; - skos:definition "A Material Copy of an Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@en ; - cco:ont00001754 "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Chart"@en ; + "Chart"@en ; + "A Material Copy of an Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@en ; + "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000744 -cco:ont00000744 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000433 ; - rdfs:label "Act of Social Group Membership"@en ; - skos:definition "An Act of Association wherein a Person belongs to some Social Group."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Social Group Membership"@en ; + "An Act of Association wherein a Person belongs to some Social Group."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000745 -cco:ont00000745 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001176 ; - rdfs:label "Point Estimate Information Content Entity"@en ; - skos:altLabel "Best Estimate"@en , - "Point Estimate"@en , - "Point Estimate Measurement Information Content Entity"@en ; - skos:definition "An Estimate Information Content Entity that consists of a single value for the measured entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Point Estimate Information Content Entity"@en ; + "Best Estimate"@en , + "Point Estimate"@en , + "Point Estimate Measurement Information Content Entity"@en ; + "An Estimate Information Content Entity that consists of a single value for the measured entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000746 -cco:ont00000746 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000638 ; - rdfs:label "Combustion Engine"@en ; - skos:definition "A Heat Engine that is designed to convert thermal energy that is generated through a local Combustion process into mechanical energy."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Combustion Engine"@en ; + "A Heat Engine that is designed to convert thermal energy that is generated through a local Combustion process into mechanical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000747 -cco:ont00000747 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000549 ; - rdfs:label "Canal"@en ; - skos:definition "A Water Transportation Artifact that is an artificial Hydrographic Feature designed to convey water or enable Watercraft to travel inland."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Canal"@en ; + "A Water Transportation Artifact that is an artificial Hydrographic Feature designed to convey water or enable Watercraft to travel inland."@en ; + "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000748 -cco:ont00000748 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001150 ; - rdfs:label "Bullet"@en ; - skos:definition "A Portion of Ammunition that is designed to be projected by a Firearm, Sling, Slingshot, or Air Gun, but which does not (typically) contain explosives."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bullet"@en ; + "A Portion of Ammunition that is designed to be projected by a Firearm, Sling, Slingshot, or Air Gun, but which does not (typically) contain explosives."@en ; + "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000749 -cco:ont00000749 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000894 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom cco:ont00000498 - ] ; - rdfs:label "Julian Day Number"@en ; - skos:definition "A Decimal Date Identifier that designates some Julian Day by using a number to indicate the sequential ordering of the Day since the Julian Date epoch."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Julian Day Number"@en ; + "A Decimal Date Identifier that designates some Julian Day by using a number to indicate the sequential ordering of the Day since the Julian Date epoch."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000750 -cco:ont00000750 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000517 ; - rdfs:label "Text Messaging"@en ; - skos:altLabel "Act of Text Messaging"@en , - "Act of Texting"@en ; - skos:definition "An Act of Communication by Media involving the exchange of brief written messages between fixed-line phone or mobile phone and fixed or portable devices over a network."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Text Messaging"@en ; + "Act of Text Messaging"@en , + "Act of Texting"@en ; + "An Act of Communication by Media involving the exchange of brief written messages between fixed-line phone or mobile phone and fixed or portable devices over a network."@en ; + "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000751 -cco:ont00000751 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001324 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001910 ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001324 ; - rdfs:label "Action Permission"@en ; - skos:altLabel "Authorization"@en , - "License"@en ; - skos:definition "A Process Regulation that permits some Process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Action Permission"@en ; + "Authorization"@en , + "License"@en ; + "A Process Regulation that permits some Process."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000752 -cco:ont00000752 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001857 ; - owl:someValuesFrom cco:ont00000099 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:comment "This is a defined class used to group process profiles of Wave Processes. Note that not every relevant process profile can be asserted as a subtype, however, because they (e.g. Frequency and Amplitude) are applicable to other processes as well (e.g. Oscillation Process)."@en ; - rdfs:label "Wave Process Profile"@en ; - skos:definition "A Process Profile of a Wave Process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Wave Process Profile"@en ; + "A Process Profile of a Wave Process."@en ; + "This is a defined class used to group process profiles of Wave Processes. Note that not every relevant process profile can be asserted as a subtype, however, because they (e.g. Frequency and Amplitude) are applicable to other processes as well (e.g. Oscillation Process)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000753 -cco:ont00000753 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000150 ; - rdfs:comment "The corresponding Wavelength range is 1,000–100 km"@en ; - rdfs:label "Ultra Low Frequency"@en ; - skos:altLabel "ITU Band Number 3"@en ; - skos:definition "A Radio Frequency that is between 300 Hz and 3 kHz."@en ; - cco:ont00001753 "ULF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultra Low Frequency"@en ; + "ITU Band Number 3"@en ; + "A Radio Frequency that is between 300 Hz and 3 kHz."@en ; + "The corresponding Wavelength range is 1,000–100 km"@en ; + "ULF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000754 -cco:ont00000754 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001047 ; - rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."@en ; - rdfs:label "Electromagnetic Radiation Frequency"@en ; - skos:definition "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Electromagnetic Radiation Frequency"@en ; + "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en ; + "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000755 -cco:ont00000755 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - rdfs:label "Zenith"@en ; - skos:definition "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Zenith"@en ; + "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en ; + "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000756 -cco:ont00000756 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002006 - ] ; - rdfs:label "Material Copy of a Database"@en ; - skos:altLabel "Database"@en ; - skos:definition "An Information Bearing Artifact that is designed to carry some set of specific Information Content Entities and to be rapidly searchable and retrievable."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Database"@en ; + "Database"@en ; + "An Information Bearing Artifact that is designed to carry some set of specific Information Content Entities and to be rapidly searchable and retrievable."@en ; + "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000757 -cco:ont00000757 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000052 ; - rdfs:label "Synagogue"@en ; - skos:definition "A Religious Facility that is designed for Judaic worship and prayer."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Synagogue"@en ; + "A Religious Facility that is designed for Judaic worship and prayer."@en ; + "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000758 -cco:ont00000758 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Component Role"@en ; - skos:definition "A Role that inheres in an entity having a discrete structure in virtue of that entity being part of a system considered at a particular level of analysis."@en ; - cco:ont00001754 "ISO/IEC. 1998. Information Technology ― System and Software Integrity Levels Geneva, Switzerland: International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC). ISO/IEC. 15026:1998. : 3.1"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Component Role"@en ; + "A Role that inheres in an entity having a discrete structure in virtue of that entity being part of a system considered at a particular level of analysis."@en ; + "ISO/IEC. 1998. Information Technology ― System and Software Integrity Levels Geneva, Switzerland: International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC). ISO/IEC. 15026:1998. : 3.1"@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000759 -cco:ont00000759 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000784 ; - rdfs:label "Color Saturation"@en ; - skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect high intensity light distributed across fewer wavelengths, typically considered on a continuum of purity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Color Saturation"@en ; + "An Optical Property that inheres in a bearer in virtue of its capacity to reflect high intensity light distributed across fewer wavelengths, typically considered on a continuum of purity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000760 -cco:ont00000760 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000752 ; - rdfs:label "Surface Wave Profile"@en ; - skos:altLabel "Surface Wave"@en ; - skos:definition "A Wave Process Profile in which the Wave Process propogates along the surface of a medium and which involves both transverse and longitudinal wave profiles such that the motion of the displacement of participating particles is circular or elliptical."@en ; - skos:example "the motion of an ocean wave" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Surface Wave Profile"@en ; + "Surface Wave"@en ; + "A Wave Process Profile in which the Wave Process propogates along the surface of a medium and which involves both transverse and longitudinal wave profiles such that the motion of the displacement of participating particles is circular or elliptical."@en ; + "the motion of an ocean wave" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000761 -cco:ont00000761 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000226 ; - rdfs:label "Pier"@en ; - skos:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pier"@en ; + "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ; + "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000762 -cco:ont00000762 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000415 ; - rdfs:label "Fungicide Artifact Function"@en ; - skos:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some fungus or fungal spore."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fungicide Artifact Function"@en ; + "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some fungus or fungal spore."@en ; + "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000763 -cco:ont00000763 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:label "Velocity"@en ; - skos:definition "A Process Profile of an object's Motion that is characterized by its Speed and direction with respect to a frame of reference."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Velocity"@en ; + "A Process Profile of an object's Motion that is characterized by its Speed and direction with respect to a frame of reference."@en ; + "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000764 -cco:ont00000764 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000504 ; - rdfs:label "Optical Focusing Artifact Function"@en ; - skos:definition "An Optical Processing Artifact Function that is realized by a Material Artifact participating in a light focusing event in which the Material Artifact causes the light beam to converge on a target spatial point."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Focusing Artifact Function"@en ; + "An Optical Processing Artifact Function that is realized by a Material Artifact participating in a light focusing event in which the Material Artifact causes the light beam to converge on a target spatial point."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000765 -cco:ont00000765 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000007 ; - rdfs:label "Wave Production"@en ; - skos:altLabel "Wave Production Process"@en ; - skos:definition "A Natural Process in which a Wave Process is generated."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wave Production"@en ; + "Wave Production Process"@en ; + "A Natural Process in which a Wave Process is generated."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000766 -cco:ont00000766 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Hardness"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of the degree to which it can be turned, bowed, or twisted without breaking."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hardness"@en ; + "A Quality that inheres in a bearer in virtue of the degree to which it can be turned, bowed, or twisted without breaking."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000767 -cco:ont00000767 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:comment "A Lubrication System typical consists of a reservoir, pump, heat exchanger, filter, regulator, valves, sensors, pipes, and hoses. In some cases it also includes the passageways and openings within the artifact it is designed to lubricate. For example, the oil holes in a bearing and crankshaft."@en ; - rdfs:label "Lubrication System"@en ; - skos:definition "A Material Artifact that is designed to contain, transfer, and regulate the flow of lubricant to multiple locations in a Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lubrication System"@en ; + "A Material Artifact that is designed to contain, transfer, and regulate the flow of lubricant to multiple locations in a Material Artifact."@en ; + "A Lubrication System typical consists of a reservoir, pump, heat exchanger, filter, regulator, valves, sensors, pipes, and hoses. In some cases it also includes the passageways and openings within the artifact it is designed to lubricate. For example, the oil holes in a bearing and crankshaft."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000768 -cco:ont00000768 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Amount"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of the total, aggregate or sum of a number of discrete items or material the entity contains as parts."@en ; - cco:ont00001754 "http://en.wiktionary.org/wiki/amount" ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Amount"@en ; + "A Quality that inheres in a bearer in virtue of the total, aggregate or sum of a number of discrete items or material the entity contains as parts."@en ; + "http://en.wiktionary.org/wiki/amount" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000769 -cco:ont00000769 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000133 ; - rdfs:label "Act of Requesting"@en ; - skos:definition "An Act of Directive Communication performed by asking for something."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/request" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Requesting"@en ; + "An Act of Directive Communication performed by asking for something."@en ; + "http://www.merriam-webster.com/dictionary/request" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000770 -cco:ont00000770 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Density"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Density"@en ; + "A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000771 -cco:ont00000771 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000995 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000601 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Imaging Instrument"@en ; - skos:definition "A Material Artifact that is designed to bear an Imaging Artifact Function."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Imaging Instrument"@en ; + "A Material Artifact that is designed to bear an Imaging Artifact Function."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000772 -cco:ont00000772 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:comment "An Impulse changes the Momentum (and potentially also the direction of Motion) of the object it is applied to and is typically measured in Newton meters."@en ; - rdfs:label "Impulsive Force"@en ; - skos:altLabel "Imp"@en , - "Impulse"@en , - "J"@en ; - skos:definition "A Process Profile that is the integral of a Force that is applied to a portion of matter over a period of time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Impulsive Force"@en ; + "Imp"@en , + "Impulse"@en , + "J"@en ; + "A Process Profile that is the integral of a Force that is applied to a portion of matter over a period of time."@en ; + "An Impulse changes the Momentum (and potentially also the direction of Motion) of the object it is applied to and is typically measured in Newton meters."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000773 -cco:ont00000773 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000789 ; - rdfs:label "Curvilinear Motion"@en ; - skos:altLabel "Curved Motion"@en ; - skos:definition "A Translational Motion process in which an Object moves along a curved path."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Curvilinear Motion"@en ; + "Curved Motion"@en ; + "A Translational Motion process in which an Object moves along a curved path."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000774 -cco:ont00000774 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000199 ; - rdfs:label "Video Camera"@en ; - skos:definition "A Camera that is designed to form and digitally or physically record a continuous stream of subsequent images of an entity or scene such that the images can be played back in succession as a video."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Video Camera"@en ; + "A Camera that is designed to form and digitally or physically record a continuous stream of subsequent images of an entity or scene such that the images can be played back in succession as a video."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000775 -cco:ont00000775 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000796 ; - rdfs:label "Locomotive"@en ; - skos:definition "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Locomotive"@en ; + "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en ; + "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000776 -cco:ont00000776 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Signal Detection Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in the process of discerning between information-bearing patterns and random patterns, or noise, that distract from the information."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Signal Detection Artifact Function"@en ; + "An Artifact Function that is realized in the process of discerning between information-bearing patterns and random patterns, or noise, that distract from the information."@en ; + "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000777 -cco:ont00000777 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001221 ; - rdfs:label "Hydraulic Motor"@en ; - skos:definition "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Motor"@en ; + "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en ; + "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000778 -cco:ont00000778 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000881 ; - rdfs:label "Chemical Depot"@en ; - skos:definition "A Storage Facility that is designed to store chemicals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chemical Depot"@en ; + "A Storage Facility that is designed to store chemicals."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000779 -cco:ont00000779 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - rdfs:label "Portion of Cryosphere"@en ; - skos:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ; - cco:ont00001754 "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Cryosphere"@en ; + "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ; + "NOAA. “What Is the Cryosphere?” National Ocean Service, 16 June 2024, oceanservice.noaa.gov/facts/cryosphere.html. Accessed 24 Mar. 2026."^^xsd:string ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000780 -cco:ont00000780 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Ethnicity"@en ; - skos:definition "A Quality that inheres in its bearers by virtue of a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ethnicity"@en ; + "A Quality that inheres in its bearers by virtue of a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy."@en ; + "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000781 -cco:ont00000781 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Control System"@en ; - skos:definition "A Material Artifact that is designed to manage, command, direct, or regulate the behavior of at least one other Material Artifact."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Control System"@en ; + "A Material Artifact that is designed to manage, command, direct, or regulate the behavior of at least one other Material Artifact."@en ; + "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000782 -cco:ont00000782 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Factory"@en ; - skos:definition "A Facility that is designed for manufacturing or refining material products."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Factory"@en ; + "A Facility that is designed for manufacturing or refining material products."@en ; + "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000783 -cco:ont00000783 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000557 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001819 ; - owl:someValuesFrom cco:ont00000950 - ] ; - rdfs:label "Stasis of Non-Mission Capable Maintenance"@en ; - skos:definition "A Stasis of Non-Mission Capable during which the participating Continuant is not capable of performing its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Stasis of Non-Mission Capable Maintenance"@en ; + "A Stasis of Non-Mission Capable during which the participating Continuant is not capable of performing its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000784 -cco:ont00000784 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000628 ; - rdfs:label "Optical Property"@en ; - skos:definition "A Disposition to Interact with Electromagnetic Radiation that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Property"@en ; + "A Disposition to Interact with Electromagnetic Radiation that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000785 -cco:ont00000785 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001320 ; - rdfs:label "Radio Repeater"@en ; - skos:definition "A Radio Transceiver that is designed to receive a radio signal, amplify it, and retransmit it (often on another frequency)."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Repeater"@en ; + "A Radio Transceiver that is designed to receive a radio signal, amplify it, and retransmit it (often on another frequency)."@en ; + "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000786 -cco:ont00000786 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000611 ; - rdfs:label "Increase of Role"@en ; - skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Role"@en ; + "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000787 -cco:ont00000787 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000967 ; - rdfs:label "Altitude"@en ; - skos:definition "A Height that inheres in a Site that externally connects an Independent Continuant to either the surface of the Earth or the Earth's mean Sea Level."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Altitude"@en ; + "A Height that inheres in a Site that externally connects an Independent Continuant to either the surface of the Earth or the Earth's mean Sea Level."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000788 -cco:ont00000788 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000634 ; - rdfs:label "Turbine Steam Engine"@en ; - skos:altLabel "Steam Turbine"@en ; - skos:definition "A Steam Engine that is designed to extract thermal energy from pressurized steam and use it to do mechanical work on a rotating output shaft."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Turbine Steam Engine"@en ; + "Steam Turbine"@en ; + "A Steam Engine that is designed to extract thermal energy from pressurized steam and use it to do mechanical work on a rotating output shaft."@en ; + "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000789 -cco:ont00000789 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001133 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000763 - ] ; - rdfs:label "Translational Motion"@en ; - skos:definition "A Motion Process in which the participating Object changes its position from one portion of space to another."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Translational Motion"@en ; + "A Motion Process in which the participating Object changes its position from one portion of space to another."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000790 -cco:ont00000790 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001049 ; - rdfs:label "Direct Current Power Source"@en ; - skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Direct Current Power Source"@en ; + "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000791 -cco:ont00000791 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Chemical Reaction Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process that leads to the transformation of one set of chemical substances to another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chemical Reaction Artifact Function"@en ; + "An Artifact Function that is realized in a process that leads to the transformation of one set of chemical substances to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000792 -cco:ont00000792 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001009 ; - rdfs:label "Catadioptric Optical Telescope"@en ; - skos:altLabel "Catadioptric Telescope"@en ; - skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light through the use of a combination of Lenses and Mirrors to form an enhanced image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Catadioptric Optical Telescope"@en ; + "Catadioptric Telescope"@en ; + "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light through the use of a combination of Lenses and Mirrors to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000793 -cco:ont00000793 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000256 ; - rdfs:label "Fuel Ventilation System"@en ; - skos:definition "A Fluid Control Artifact that is designed to allow air into the Fuel Tank to take the place of burned fuel."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Ventilation System"@en ; + "A Fluid Control Artifact that is designed to allow air into the Fuel Tank to take the place of burned fuel."@en ; + "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000794 -cco:ont00000794 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000207 ; - rdfs:label "Geospatial Ellipse"@en ; - skos:definition "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Ellipse"@en ; + "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000795 -cco:ont00000795 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000098 ; - rdfs:label "Electrical Conduction Artifact Function"@en ; - skos:definition "An Electrical Artifact Function that is realized by a Material Artifact being used to conduct an electric current."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Conduction Artifact Function"@en ; + "An Electrical Artifact Function that is realized by a Material Artifact being used to conduct an electric current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000796 -cco:ont00000796 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000618 ; - rdfs:label "Rail Transport Vehicle"@en ; - skos:definition "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rail Transport Vehicle"@en ; + "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en ; + "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000797 -cco:ont00000797 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Hazel"@en ; - skos:definition "A Color that is a combination of Brown and Green, typically associated with eye color."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hazel"@en ; + "A Color that is a combination of Brown and Green, typically associated with eye color."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000798 -cco:ont00000798 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00000958 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00000893 - ] ; - rdfs:comment "This class continues to use the word ‘bearing’ in its rdfs:label for legacy reasons. It should be understood that all instances of this class are carriers of information content entities and only, strictly speaking, a bearer of their concretizations."@en ; - rdfs:label "Information Bearing Artifact"@en ; - skos:altLabel "Information Carrying Artifact"@en ; - skos:definition "A Material Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Information Bearing Artifact"@en ; + "Information Carrying Artifact"@en ; + "A Material Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure."@en ; + "This class continues to use the word ‘bearing’ in its rdfs:label for legacy reasons. It should be understood that all instances of this class are carriers of information content entities and only, strictly speaking, a bearer of their concretizations."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000799 -cco:ont00000799 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002007 - ] ; - rdfs:label "Material Copy of a List"@en ; - skos:altLabel "List"@en ; - skos:definition "An Information Bearing Artifact that consists of one or more Information Bearing Artifacts that carry Information Content Entities and are the subjects of some Sequence Position Ordinality."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a List"@en ; + "List"@en ; + "An Information Bearing Artifact that consists of one or more Information Bearing Artifacts that carry Information Content Entities and are the subjects of some Sequence Position Ordinality."@en ; + "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000800 -cco:ont00000800 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001869 ; - owl:someValuesFrom cco:ont00000619 - ] ; - rdfs:label "Day"@en ; - skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ; - skos:scopeNote "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Day"@en ; + "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ; + "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000801 -cco:ont00000801 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000161 ; - rdfs:label "y-Axis"@en ; - skos:definition "A Coordinate System Axis designated by the variable 'y'."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "y-Axis"@en ; + "A Coordinate System Axis designated by the variable 'y'."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000802 -cco:ont00000802 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000641 ; - rdfs:label "Stage"@en ; - skos:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Stage_(theatre)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stage"@en ; + "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ; + "https://en.wikipedia.org/wiki/Stage_(theatre)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000803 -cco:ont00000803 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Round"@en ; - skos:altLabel "Circular"@en ; - skos:definition "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/round" ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Round"@en ; + "Circular"@en ; + "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en ; + "http://www.merriam-webster.com/dictionary/round" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000804 -cco:ont00000804 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000136 ; - rdfs:label "Prism"@en ; - skos:definition "An Optical Instrument that is designed to refract light and which consists of a transparent material with flat polished surfaces where at least two of these surfaces have an angle between them."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prism"@en ; + "An Optical Instrument that is designed to refract light and which consists of a transparent material with flat polished surfaces where at least two of these surfaces have an angle between them."@en ; + "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000805 -cco:ont00000805 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Coiled"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Coiled"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000806 -cco:ont00000806 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000581 ; - rdfs:label "Power Tool"@en ; - skos:definition "A Tool that is designed to be actuated by a Power Source and mechanism other than or in addition to manual labor."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Tool"@en ; + "A Tool that is designed to be actuated by a Power Source and mechanism other than or in addition to manual labor."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000807 -cco:ont00000807 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000394 ; - rdfs:label "Compression Ignition Engine"@en ; - skos:definition "An Internal Combustion Engine that is designed to operate by igniting a portion of Fuel and Oxidizer mixture using heat generated via compression of the mixture."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Compression Ignition Engine"@en ; + "An Internal Combustion Engine that is designed to operate by igniting a portion of Fuel and Oxidizer mixture using heat generated via compression of the mixture."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000808 -cco:ont00000808 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000791 ; - rdfs:label "Reactant Artifact Function"@en ; - skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which a substance or compound is added to a system in order to bring about a chemical reaction and is consumed in the course of the reaction."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reactant Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which a substance or compound is added to a system in order to bring about a chemical reaction and is consumed in the course of the reaction."@en ; + "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000809 -cco:ont00000809 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Submersible Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes of operating while submerged in water."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Submersible Artifact Function"@en ; + "An Artifact Function that is realized in processes of operating while submerged in water."@en ; + "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000810 -cco:ont00000810 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001924 ; - owl:someValuesFrom cco:ont00000619 - ] ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Week Temporal Interval"@en ; - skos:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Multi-Week Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ; + "This is a defined class."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000811 -cco:ont00000811 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Radio Wave Conversion Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact being used to convert electric power into radio waves or radio waves into electric power."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Wave Conversion Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact being used to convert electric power into radio waves or radio waves into electric power."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000812 -cco:ont00000812 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000951 ; - rdfs:label "Electromagnetic Pulse"@en ; - skos:altLabel "EMP"@en , - "Transient Electromagnetic Disturbance"@en ; - skos:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electromagnetic Pulse"@en ; + "EMP"@en , + "Transient Electromagnetic Disturbance"@en ; + "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000813 -cco:ont00000813 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000457 ; - rdfs:label "Portion of Nuclear Fuel"@en ; - skos:definition "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Nuclear Fuel"@en ; + "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000814 -cco:ont00000814 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Water Treatment Facility"@en ; - skos:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Water Treatment Facility"@en ; + "A Facility that is designed for making water more acceptable for a specific end-use."@en ; + "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000815 -cco:ont00000815 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Folded"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Folded"@en ; + "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000816 -cco:ont00000816 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000255 ; - rdfs:label "Portion of Liquid Nitrogen"@en ; - skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Nitrogen"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000817 -cco:ont00000817 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000207 ; - rdfs:label "Geospatial Line String"@en ; - skos:definition "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Line String"@en ; + "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000818 -cco:ont00000818 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Orange"@en ; - skos:definition "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Orange"@en ; + "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000819 -cco:ont00000819 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - rdfs:label "Stasis"@en ; - skos:definition "A Process in which one or more Independent Continuants endure in an unchanging condition."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis"@en ; + "A Process in which one or more Independent Continuants endure in an unchanging condition."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000820 -cco:ont00000820 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000246 ; - rdfs:label "Stasis of Function"@en ; - skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Function"@en ; + "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000821 -cco:ont00000821 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001162 ; - rdfs:label "Act of Promising"@en ; - skos:definition "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/promise" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Promising"@en ; + "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@en ; + "http://www.merriam-webster.com/dictionary/promise" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000822 -cco:ont00000822 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000150 ; - rdfs:comment "The corresponding Wavelength range is 100–10 km"@en ; - rdfs:label "Very Low Frequency"@en ; - skos:altLabel "ITU Band Number 4"@en ; - skos:definition "A Radio Frequency that is between 3 and 30 kHz."@en ; - cco:ont00001753 "VLF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Very Low Frequency"@en ; + "ITU Band Number 4"@en ; + "A Radio Frequency that is between 3 and 30 kHz."@en ; + "The corresponding Wavelength range is 100–10 km"@en ; + "VLF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000823 -cco:ont00000823 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001148 ; - rdfs:label "Optical Communication Artifact Function"@en ; - skos:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Communication Artifact Function"@en ; + "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000824 -cco:ont00000824 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000246 ; - rdfs:label "Stasis of Role"@en ; - skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Role"@en ; + "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000825 -cco:ont00000825 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000346 ; - rdfs:label "Telecommunication Network Line"@en ; - skos:definition "A Communication Artifact that is designed to be the physical transmission medium that connects two or more Telecommunication Network Nodes within a Telecommunication Network to facilitate communication between the Nodes."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Network Line"@en ; + "A Communication Artifact that is designed to be the physical transmission medium that connects two or more Telecommunication Network Nodes within a Telecommunication Network to facilitate communication between the Nodes."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000826 -cco:ont00000826 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001137 ; - rdfs:label "Refractivity"@en ; - skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of that bearer to change the direction of a propagating wave when passing through it."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Refractivity"@en ; + "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of that bearer to change the direction of a propagating wave when passing through it."@en ; + "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000827 -cco:ont00000827 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000540 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom cco:ont00000223 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000540 ; - rdfs:label "Time of Day Identifier"@en ; - skos:definition "A Temporal Instant Identifier that designates some Time of Day."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Time of Day Identifier"@en ; + "A Temporal Instant Identifier that designates some Time of Day."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000828 -cco:ont00000828 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001123 ; - rdfs:label "Pesticide Artifact Function"@en ; - skos:definition "A Poison Artifact Function that is realized in a process which causes illness in, or the death of, a living thing that is detrimental to humans or human concerns."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/pesticide" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pesticide Artifact Function"@en ; + "A Poison Artifact Function that is realized in a process which causes illness in, or the death of, a living thing that is detrimental to humans or human concerns."@en ; + "http://www.dictionary.com/browse/pesticide" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000829 -cco:ont00000829 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000390 ; - rdfs:comment """Standards of date, time, and time zone data formats: + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Time Zone Identifier"@en ; + "A Spatial Region Identifier that designates the region associated with some uniform standard time for legal, commercial, or social purposes."@en ; + """Standards of date, time, and time zone data formats: ISO/WD 8601-2 (http://www.loc.gov/standards/datetime/iso-tc154-wg5_n0039_iso_wd_8601-2_2016-02-16.pdf) W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , - "There is no class 'Time Zone' (the region), only 'Time Zone Identifier' (the designator for some region). Instances of 'Time Zone Identifier' should be related to instances of 'Information Bearing Entity' by means of the object properites 'uses time zone identifier' and 'time zone identifier used by' as appropriate. This is supposed to be analogous to the way we represent the relationship between measurement values and measurement units, where the relevant instance of Information Bearing Entity 'uses measurement unit' some instance of Measurement Unit (i.e., an instance of Information Content Entity)."@en ; - rdfs:label "Time Zone Identifier"@en ; - skos:definition "A Spatial Region Identifier that designates the region associated with some uniform standard time for legal, commercial, or social purposes."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + "There is no class 'Time Zone' (the region), only 'Time Zone Identifier' (the designator for some region). Instances of 'Time Zone Identifier' should be related to instances of 'Information Bearing Entity' by means of the object properites 'uses time zone identifier' and 'time zone identifier used by' as appropriate. This is supposed to be analogous to the way we represent the relationship between measurement values and measurement units, where the relevant instance of Information Bearing Entity 'uses measurement unit' some instance of Measurement Unit (i.e., an instance of Information Content Entity)."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000830 -cco:ont00000830 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."@en ; - rdfs:label "Speed"@en ; - skos:definition "A Process Profile that is characterized by the magnitude of an object's motion with respect to a frame of reference during some time period."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Speed"@en ; + "A Process Profile that is characterized by the magnitude of an object's motion with respect to a frame of reference during some time period."@en ; + "An object's speed is the scalar absolute value of it's Velocity."@en ; + "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000831 -cco:ont00000831 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000828 ; - rdfs:label "Herbicide Artifact Function"@en ; - skos:definition "A Pesticide Artifact Function that is realized in a process which causes harm to, or the death to, unwanted plants."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Herbicide Artifact Function"@en ; + "A Pesticide Artifact Function that is realized in a process which causes harm to, or the death to, unwanted plants."@en ; + "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000832 -cco:ont00000832 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001869 ; - owl:someValuesFrom cco:ont00001088 - ] ; - rdfs:label "Year"@en ; - skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ; - skos:scopeNote "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Year"@en ; + "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ; + "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000833 -cco:ont00000833 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000973 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:ont00000589 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:ont00000749 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom cco:ont00000359 - ] ; - rdfs:label "Julian Date Identifier"@en ; - skos:definition "A Decimal Time of Day Identifier that designates a Julian Date and is composed of both a Julian Day Number and a Julian Date Fraction."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Julian Date Identifier"@en ; + "A Decimal Time of Day Identifier that designates a Julian Date and is composed of both a Julian Day Number and a Julian Date Fraction."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000834 -cco:ont00000834 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001337 ; - rdfs:label "Mid Infrared Light Frequency"@en ; - skos:definition "An Infrared Light Frequency that is between 20 and 214 terahertz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mid Infrared Light Frequency"@en ; + "An Infrared Light Frequency that is between 20 and 214 terahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000835 -cco:ont00000835 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Body Shape"@en ; - skos:definition "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Body Shape"@en ; + "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000836 -cco:ont00000836 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000566 ; - rdfs:label "Act of Financial Instrument Use"@en ; - skos:definition "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Financial Instrument Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000837 -cco:ont00000837 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000914 ; - rdfs:label "Family"@en ; - skos:definition "A Group of Persons related to one another by ancestry or marriage."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Family"@en ; + "A Group of Persons related to one another by ancestry or marriage."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000838 -cco:ont00000838 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000457 ; - rdfs:label "Portion of Fuel"@en ; - skos:definition "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Fuel"@en ; + "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000839 -cco:ont00000839 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000836 ; - rdfs:label "Act of Donating"@en ; - skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is tranfered by an Agent (the Donor) to another Agent (the Recipient) without return consideration."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Donating"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is tranfered by an Agent (the Donor) to another Agent (the Recipient) without return consideration."@en ; + "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000840 -cco:ont00000840 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000618 ; - rdfs:label "Bicycle"@en ; - skos:definition "A Ground Vehicle that consists of two wheels, one in front of the other, attached to a frame along with handlebars and pedals such that it is designed to receive its motive power from pedaling."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bicycle"@en ; + "A Ground Vehicle that consists of two wheels, one in front of the other, attached to a frame along with handlebars and pedals such that it is designed to receive its motive power from pedaling."@en ; + "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000841 -cco:ont00000841 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001153 ; - rdfs:label "Explosive Artifact Function"@en ; - skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of the rapid increase in volume and release of energy in an extreme manner."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/explosive" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Explosive Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of the rapid increase in volume and release of energy in an extreme manner."@en ; + "http://www.dictionary.com/browse/explosive" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000842 -cco:ont00000842 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000530 ; - rdfs:label "Sub-Bass Frequency"@en ; - skos:definition "A Sonic Frequency that is between 20 and 60 Hz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sub-Bass Frequency"@en ; + "A Sonic Frequency that is between 20 and 60 Hz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000843 -cco:ont00000843 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001049 ; - rdfs:label "Solar Panel"@en ; - skos:definition "An Electrical Power Source that consists in part of one or more photovoltaic (i.e. solar) cells that convert light energy (photons) directly into electricity by means of the photovoltaic effect."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Solar_cell&oldid=1063439932"^^xsd:anyURI , - "https://en.wikipedia.org/w/index.php?title=Solar_panel&oldid=1064397496"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solar Panel"@en ; + "An Electrical Power Source that consists in part of one or more photovoltaic (i.e. solar) cells that convert light energy (photons) directly into electricity by means of the photovoltaic effect."@en ; + "https://en.wikipedia.org/w/index.php?title=Solar_cell&oldid=1063439932"^^xsd:anyURI , + "https://en.wikipedia.org/w/index.php?title=Solar_panel&oldid=1064397496"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000844 -cco:ont00000844 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Temperature"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en ; - skos:example "celsius, fahrenheit, kelvin" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Temperature"@en ; + "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en ; + "celsius, fahrenheit, kelvin" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000845 -cco:ont00000845 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001022 ; - rdfs:comment "A percentage is one way to express a proportional measure where the decimal expression of the proportion is multiplied by 100, thus giving the proportional value with respect to a whole of 100. E.g., the ratio of pigs to cows on a farm is 44 to 79 (44:79 or 44/79). The proportion of pigs to total animals is 44 to 123 or 44/123. The percentage of pigs is the decimal equivalent of the proportion (0.36) multiplied by a 100 (36%). The percentage can be expressed as a proportion where the numerator value is transformed for a denominator of 100, i.e., 36 of a 100 animals are pigs (36/100)."@en , - "We may want to add either a subclass for Percentage or a data property (has percentage value) that links the percentage expression for a proportion to the relevant IBE."@en ; - rdfs:label "Proportional Ratio Measurement Information Content Entity"@en ; - skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a portion of a whole (described by the numerator) compared against that whole (described by the denominator) where the whole is a nominally described set of like entities."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Proportional Ratio Measurement Information Content Entity"@en ; + "A Ratio Measurement Information Content Entity that is a measurement of a portion of a whole (described by the numerator) compared against that whole (described by the denominator) where the whole is a nominally described set of like entities."@en ; + "A percentage is one way to express a proportional measure where the decimal expression of the proportion is multiplied by 100, thus giving the proportional value with respect to a whole of 100. E.g., the ratio of pigs to cows on a farm is 44 to 79 (44:79 or 44/79). The proportion of pigs to total animals is 44 to 123 or 44/123. The percentage of pigs is the decimal equivalent of the proportion (0.36) multiplied by a 100 (36%). The percentage can be expressed as a proportion where the numerator value is transformed for a denominator of 100, i.e., 36 of a 100 animals are pigs (36/100)."@en , + "We may want to add either a subclass for Percentage or a data property (has percentage value) that links the percentage expression for a proportion to the relevant IBE."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000846 -cco:ont00000846 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001076 ; - rdfs:label "Hydroelectric Power Plant"@en ; - skos:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydroelectric Power Plant"@en ; + "An Electric Power Station that is designed to convert hydropower into electrical power."@en ; + "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000847 -cco:ont00000847 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001213 ; - owl:disjointWith cco:ont00000936 ; - rdfs:label "Active Stasis"@en ; - skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when a Material Artifact is realizing one or more of its designed Artifact Functions (especially one of its primary functions)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Active Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when a Material Artifact is realizing one or more of its designed Artifact Functions (especially one of its primary functions)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000848 -cco:ont00000848 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000088 ; - rdfs:label "Mounted Gun"@en ; - skos:definition "A Firearm that is designed to be fired while mounted."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mounted Gun"@en ; + "A Firearm that is designed to be fired while mounted."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000849 -cco:ont00000849 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000453 ; - rdfs:label "Heating System"@en ; - skos:definition "An Environment Control System that is designed to heat the air or objects in a Site."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heating System"@en ; + "An Environment Control System that is designed to heat the air or objects in a Site."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000850 -cco:ont00000850 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000135 ; - rdfs:label "Stasis of Quality"@en ; - skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Quality"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000851 -cco:ont00000851 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001104 ; - rdfs:label "Light Machine Gun"@en ; - skos:definition "A Long Gun that is designed to fire bullets in quick succession from an ammunition belt or magazine and to be employed by an individual soldier, with or without assistance, and typically weighing 9-22 lbs."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Light Machine Gun"@en ; + "A Long Gun that is designed to fire bullets in quick succession from an ammunition belt or magazine and to be employed by an individual soldier, with or without assistance, and typically weighing 9-22 lbs."@en ; + "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000852 -cco:ont00000852 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Work"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en ; - skos:example "joule, erg, kilowatt hour" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Work"@en ; + "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en ; + "joule, erg, kilowatt hour" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000853 -cco:ont00000853 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001982 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000958 ; - owl:disjointWith cco:ont00000965 ; - rdfs:label "Descriptive Information Content Entity"@en ; - skos:altLabel "Descriptive ICE"@en ; - skos:definition "An Information Content Entity that consists of a set of propositions that describe some Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Descriptive Information Content Entity"@en ; + "Descriptive ICE"@en ; + "An Information Content Entity that consists of a set of propositions that describe some Entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000854 -cco:ont00000854 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000290 ; - rdfs:label "Decrease of Realizable Entity"@en ; - skos:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Realizable Entity"@en ; + "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000855 -cco:ont00000855 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000660 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:someValuesFrom cco:ont00000065 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001819 ; - owl:someValuesFrom cco:ont00000065 - ] ; - rdfs:label "Effect of Location Change"@en ; - skos:definition "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Effect of Location Change"@en ; + "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000856 -cco:ont00000856 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000182 ; - rdfs:label "Artifact History"@en ; - skos:definition "A History of a Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Artifact History"@en ; + "A History of a Material Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000857 -cco:ont00000857 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000903 ; - rdfs:label "Ultra High Frequency Communication Instrument"@en ; - skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Ultra High Frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultra High Frequency Communication Instrument"@en ; + "A Radio Communication Instrument that is designed to participate in some process that has process part some Ultra High Frequency."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000858 -cco:ont00000858 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000552 ; - rdfs:label "Improvised Explosive Device"@en ; - skos:definition "An Explosive Weapon that is designed to be used in non-conventional military action."@en ; - cco:ont00001753 "IED" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Improvised Explosive Device"@en ; + "An Explosive Weapon that is designed to be used in non-conventional military action."@en ; + "IED" ; + "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000859 -cco:ont00000859 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000517 ; - rdfs:label "Television Broadcast"@en ; - skos:altLabel "Act of Television Broadcasting"@en ; - skos:definition "An Act of Communciation by Media that is transmitted to an audience through a television network."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Television Broadcast"@en ; + "Act of Television Broadcasting"@en ; + "An Act of Communciation by Media that is transmitted to an audience through a television network."@en ; + "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000860 -cco:ont00000860 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000587 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001262 ; - rdfs:label "Allied Person"@en ; - skos:definition "A Person who is the bearer of some Ally Role."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Allied Person"@en ; + "A Person who is the bearer of some Ally Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000861 -cco:ont00000861 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Split"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Split"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000862 -cco:ont00000862 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001857 ; - owl:someValuesFrom cco:ont00000675 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:label "Sound Process Profile"@en ; - skos:altLabel "Sound Quality"@en ; - skos:definition "A Process Profile that is part of a sound reception process and is characterized by properties of incoming sound waves as they are translated by some sensory system."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI , - "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Sound Process Profile"@en ; + "Sound Quality"@en ; + "A Process Profile that is part of a sound reception process and is characterized by properties of incoming sound waves as they are translated by some sensory system."@en ; + "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html" , + "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000863 -cco:ont00000863 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000379 ; - rdfs:label "Act of Confessing"@en ; - skos:definition "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Confessing"@en ; + "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000864 -cco:ont00000864 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Public Safety Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of preventing and responding to events that could endanger the safety of the general public from significant danger, injury/harm, or damage, such as crimes or disasters (natural or man-made)."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Public Safety Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of preventing and responding to events that could endanger the safety of the general public from significant danger, injury/harm, or damage, such as crimes or disasters (natural or man-made)."@en ; + "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000865 -cco:ont00000865 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000876 ; - rdfs:label "Loss of Specifically Dependent Continuant"@en ; - skos:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Specifically Dependent Continuant"@en ; + "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000866 -cco:ont00000866 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000517 ; - rdfs:label "Radio Broadcast"@en ; - skos:altLabel "Act of Radio Broadcasting"@en ; - skos:definition "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Broadcast"@en ; + "Act of Radio Broadcasting"@en ; + "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en ; + "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000867 -cco:ont00000867 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000677 ; - rdfs:label "Pipeline"@en ; - skos:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pipeline"@en ; + "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ; + "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000868 -cco:ont00000868 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001173 ; - rdfs:label "Rocket Pod"@en ; - skos:definition "A Rocket Launcher that is designed to contain several Unguided Rockets held in individual tubes and to be used by Aircraft or Helicopters for close air support."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rocket Pod"@en ; + "A Rocket Launcher that is designed to contain several Unguided Rockets held in individual tubes and to be used by Aircraft or Helicopters for close air support."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000869 -cco:ont00000869 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000199 ; - rdfs:label "Optical Camera"@en ; - skos:definition "A Camera that is designed to form and record an image generated from visible light."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Camera"@en ; + "A Camera that is designed to form and record an image generated from visible light."@en ; + "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000870 -cco:ont00000870 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - rdfs:label "Infrastructure System"@en ; - skos:altLabel "Infrastructure"@en ; - skos:definition "A Material Entity that is composed of elements bearing Infrastructure Roles and is by itself sufficient to provide a planned service or benefit to some organization that maintains its elements."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrastructure System"@en ; + "Infrastructure"@en ; + "A Material Entity that is composed of elements bearing Infrastructure Roles and is by itself sufficient to provide a planned service or benefit to some organization that maintains its elements."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000871 -cco:ont00000871 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000551 ; - rdfs:label "Plant"@en ; - skos:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Plant"@en ; + "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ; + "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000872 -cco:ont00000872 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Brown"@en ; - skos:definition "A Color that consists of dark orange and red, and of very low intensity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Brown"@en ; + "A Color that consists of dark orange and red, and of very low intensity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000873 -cco:ont00000873 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001081 ; - rdfs:label "Physiographic Feature"@en ; - skos:definition "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Physiographic Feature"@en ; + "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ; + "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000874 -cco:ont00000874 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002009 - ] ; - rdfs:label "Material Copy of a Video"@en ; - skos:altLabel "Video"@en ; - skos:definition "An Information Bearing Artifact that is designed to carry some specific Information Content Entity in the form of a sequence of representations that are presented sufficiently rapidly to create the appearance of motion and continuity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Video"@en ; + "Video"@en ; + "An Information Bearing Artifact that is designed to carry some specific Information Content Entity in the form of a sequence of representations that are presented sufficiently rapidly to create the appearance of motion and continuity."@en ; + "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000875 -cco:ont00000875 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000402 ; - rdfs:label "Act of Personal Communication"@en ; - skos:definition "An Act of Communication having a small audience."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Personal Communication"@en ; + "An Act of Communication having a small audience."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000876 -cco:ont00000876 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000004 ; - rdfs:label "Loss of Dependent Continuant"@en ; - skos:definition "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Dependent Continuant"@en ; + "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000877 -cco:ont00000877 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000723 ; - rdfs:label "Brake Control System"@en ; - skos:definition "A Vehicle Control System that is designed to control the process of braking with the aim of preventing rolling, skidding, and hydroplaning."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Brake Control System"@en ; + "A Vehicle Control System that is designed to control the process of braking with the aim of preventing rolling, skidding, and hydroplaning."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000878 -cco:ont00000878 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000325 ; - rdfs:label "Identification Friend or Foe Transponder"@en ; - skos:altLabel "IFF"@en ; - skos:definition "A Radio Transponder that is designed to automatically transmit a predefined signal in response to receiving an appropriate interrogation signal such that the entity it is located on can be positively identified as friendly."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Identification Friend or Foe Transponder"@en ; + "IFF"@en ; + "A Radio Transponder that is designed to automatically transmit a predefined signal in response to receiving an appropriate interrogation signal such that the entity it is located on can be positively identified as friendly."@en ; + "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000879 -cco:ont00000879 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000433 ; - rdfs:label "Act of Religious Group Affiliation"@en ; - skos:definition "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Religious Group Affiliation"@en ; + "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000880 -cco:ont00000880 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Religious Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes related to worship and prayer."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Religious Artifact Function"@en ; + "A Service Artifact Function that is realized in processes related to worship and prayer."@en ; + "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000881 -cco:ont00000881 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Storage Facility"@en ; - skos:definition "A Facility that is designed to store materials or goods."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Storage Facility"@en ; + "A Facility that is designed to store materials or goods."@en ; + "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000882 -cco:ont00000882 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001076 ; - rdfs:label "Wind Farm"@en ; - skos:definition "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wind Farm"@en ; + "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en ; + "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000883 -cco:ont00000883 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001162 ; - rdfs:label "Act of Inviting"@en ; - skos:definition "An Act of Commissive Communication performed by requesting the presence or participation of the audience, and which may include offering an incentive or inducement."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/invite" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Inviting"@en ; + "An Act of Commissive Communication performed by requesting the presence or participation of the audience, and which may include offering an incentive or inducement."@en ; + "http://www.merriam-webster.com/dictionary/invite" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000884 -cco:ont00000884 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000836 ; - rdfs:label "Act of Loaning"@en ; - skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is given by an Agent (the Creditor) to another Agent (the Debtor) in order to receive Repayments from the Debtor which are of greater Financial Value."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Loaning"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is given by an Agent (the Creditor) to another Agent (the Debtor) in order to receive Repayments from the Debtor which are of greater Financial Value."@en ; + "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000885 -cco:ont00000885 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Wavy"@en ; - skos:altLabel "Undulate"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wavy"@en ; + "Undulate"@en ; + "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000886 -cco:ont00000886 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000422 ; - rdfs:label "Wired Communication Reception Artifact Function"@en ; - skos:definition "A Communication Reception Artifact Function that is realized during events in which a Material Artifact receives information transmitted from another Material Artifact, where the transmission of information occurs via a direct connection using an electrical conductor."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wired Communication Reception Artifact Function"@en ; + "A Communication Reception Artifact Function that is realized during events in which a Material Artifact receives information transmitted from another Material Artifact, where the transmission of information occurs via a direct connection using an electrical conductor."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000887 -cco:ont00000887 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000460 ; - rdfs:label "City"@en ; - skos:definition "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "City"@en ; + "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."@en ; + "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000888 -cco:ont00000888 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000903 ; - rdfs:label "High Frequency Communication Instrument"@en ; - skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "High Frequency Communication Instrument"@en ; + "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000889 -cco:ont00000889 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000037 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000558 - ] ; - rdfs:label "Visible Observation"@en ; - skos:definition "An Act of Observation that involves visual perception."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Visible Observation"@en ; + "An Act of Observation that involves visual perception."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000890 -cco:ont00000890 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000065 ; - rdfs:label "Act of Travel"@en ; - skos:definition "An Act of Location Change wherein one or more Persons move between relatively distant geographical locations for any purpose and any duration, with or without any means of transport."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Travel"@en ; + "An Act of Location Change wherein one or more Persons move between relatively distant geographical locations for any purpose and any duration, with or without any means of transport."@en ; + "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000891 -cco:ont00000891 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001328 ; - rdfs:label "Calendar System"@en ; - skos:definition "A Temporal Reference System that is designed to organize and identify dates."@en ; - skos:scopeNote "Calendars typically organize dates through the use of naming and temporal conventions based on Days, Weeks, Months, and Years."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar System"@en ; + "A Temporal Reference System that is designed to organize and identify dates."@en ; + "Calendars typically organize dates through the use of naming and temporal conventions based on Days, Weeks, Months, and Years."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000892 -cco:ont00000892 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001367 ; - rdfs:label "Depth"@en ; - skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a downward, backward, or inward direction."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Depth"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a downward, backward, or inward direction."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000893 -cco:ont00000893 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:comment "An empty notebook, when manufactured, is a medium but not yet a carrier of information content. However, a book, in the sense of a novel or collection of philosophical essays or poems, depends necessarily on it carrying some information content. Thus, there are no empty books. Likewise, there are no empty databases, only portions of digital storage that have not yet been configured to carry some information content according to a database software application."@en ; - rdfs:label "Information Medium Artifact"@en ; - skos:definition "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; - skos:example "A magnetic hard drive" , - "A notebook" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Information Medium Artifact"@en ; + "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; + "A magnetic hard drive" , + "A notebook" ; + "An empty notebook, when manufactured, is a medium but not yet a carrier of information content. However, a book, in the sense of a novel or collection of philosophical essays or poems, depends necessarily on it carrying some information content. Thus, there are no empty books. Likewise, there are no empty databases, only portions of digital storage that have not yet been configured to carry some information content according to a database software application."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000894 -cco:ont00000894 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000529 ; - rdfs:label "Decimal Date Identifier"@en ; - skos:definition "A Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since a specified Reference Time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decimal Date Identifier"@en ; + "A Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since a specified Reference Time."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000895 -cco:ont00000895 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000335 ; - rdfs:label "Married"@en ; - skos:altLabel "Married Stasis"@en ; - skos:definition "A Stasis of Generically Dependent Continuant that consists of a socially, culturally, or ritually recognized union or legal contract between spouses that establishes rights and obligations between them, between them and their children, and between them and their in-laws."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951"^^xsd:anyURI , - "Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Married"@en ; + "Married Stasis"@en ; + "A Stasis of Generically Dependent Continuant that consists of a socially, culturally, or ritually recognized union or legal contract between spouses that establishes rights and obligations between them, between them and their children, and between them and their in-laws."@en ; + "Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7" , + "https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000896 -cco:ont00000896 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000745 ; - rdfs:label "Mean Point Estimate Information Content Entity"@en ; - skos:altLabel "Arithmetic Mean"@en , - "Average"@en , - "Mean"@en ; - skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the sum of all the values in the set divided by the total number of values in the set."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mean Point Estimate Information Content Entity"@en ; + "Arithmetic Mean"@en , + "Average"@en , + "Mean"@en ; + "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the sum of all the values in the set divided by the total number of values in the set."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000897 -cco:ont00000897 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000457 ; - rdfs:comment "Oxidizers are essential participants in many processes including combustion and rusting. Hence, a portion of oxidizer must always be present along with a portion of fuel in order for combustion to occur."@en ; - rdfs:label "Portion of Oxidizer"@en ; - skos:altLabel "Portion of Oxidant"@en , - "Portion of Oxidizing Agent"@en ; - skos:definition "A Portion of Material that is disposed to steal electrons from other substances (i.e. to oxidize other substances) as a participant in a reduction-oxidation process."@en ; - skos:example "oxygen, hydrogen peroxide, chlorine, sulfiric acid, potassium nitrate" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Oxidizer"@en ; + "Portion of Oxidant"@en , + "Portion of Oxidizing Agent"@en ; + "A Portion of Material that is disposed to steal electrons from other substances (i.e. to oxidize other substances) as a participant in a reduction-oxidation process."@en ; + "oxygen, hydrogen peroxide, chlorine, sulfiric acid, potassium nitrate" ; + "Oxidizers are essential participants in many processes including combustion and rusting. Hence, a portion of oxidizer must always be present along with a portion of fuel in order for combustion to occur."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000898 -cco:ont00000898 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:ont00001180 - ] ; - dcterms:bibliographicCitation "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; - dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Geopolitical Power Role"@en ; - skos:definition "A Role had by an Organization, that is perceived by an International Community as capable of performing influential acts in that community, and which would be realized in performing such acts."@en ; - skos:prefLabel "Geopolitical Power Role"@en ; - cco:ont00001754 "https://chass.usu.edu/international-studies/aggies-go/power" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000899 -cco:ont00000899 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000258 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002024 - ] ; - rdfs:label "Material Copy of a MSI Plessey Barcode"@en ; - skos:altLabel "MSI Plessey Barcode"@en ; - skos:definition "A Material Copy of a One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Geopolitical Power Role"@en ; + "A Role had by an Organization, that is perceived by an International Community as capable of performing influential acts in that community, and which would be realized in performing such acts."@en ; + "Geopolitical Power Role"@en ; + "https://chass.usu.edu/international-studies/aggies-go/power" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000900 -cco:ont00000900 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001169 ; - rdfs:label "Radio Communication Relay Artifact Function"@en ; - skos:definition "A Communication Relay Artifact Function that is realized during events in which a Material Artifact is used to first receive and then transmit information without the use of wires from one Material Artifact to another for the purpose of communiction."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Relay Artifact Function"@en ; + "A Communication Relay Artifact Function that is realized during events in which a Material Artifact is used to first receive and then transmit information without the use of wires from one Material Artifact to another for the purpose of communiction."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000901 -cco:ont00000901 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001375 ; - rdfs:label "Decontamination Facility"@en ; - skos:definition "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decontamination Facility"@en ; + "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en ; + "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000902 -cco:ont00000902 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000566 ; - rdfs:label "Act of Facility Use"@en ; - skos:definition "An Act of Artifact Employment in which an Agent makes use of some Facility."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Facility Use"@en ; + "An Act of Artifact Employment in which an Agent makes use of some Facility."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000903 -cco:ont00000903 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000346 ; - rdfs:label "Radio Communication Instrument"@en ; - skos:definition "A Communication Instrument that is designed to enable communication between two or more entities via the use of radio waves."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Instrument"@en ; + "A Communication Instrument that is designed to enable communication between two or more entities via the use of radio waves."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000904 -cco:ont00000904 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000205 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001855 ; - owl:someValuesFrom cco:ont00000122 - ] ; - rdfs:label "Vehicle Track"@en ; - skos:definition "An Object Track for a Vehicle during some motion."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Vehicle Track"@en ; + "An Object Track for a Vehicle during some motion."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000905 -cco:ont00000905 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000655 ; - rdfs:label "Post Office"@en ; - skos:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Post Office"@en ; + "A Mailing Facility that is designed for serving customers of the national postal system."@en ; + "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000906 -cco:ont00000906 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000690 ; - rdfs:label "Email Box"@en ; - skos:definition "A Telecommunication Instrument that is designed to be the delivery destination of Email Messages that are addressed to the corresponding Email Address."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Email Box"@en ; + "A Telecommunication Instrument that is designed to be the delivery destination of Email Messages that are addressed to the corresponding Email Address."@en ; + "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000907 -cco:ont00000907 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000690 ; - rdfs:label "Telephone"@en ; - skos:altLabel "Phone"@en ; - skos:definition "A Telecommunication Instrument that is designed to provide point-to-point communication between agents by means of audio messages."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone"@en ; + "Phone"@en ; + "A Telecommunication Instrument that is designed to provide point-to-point communication between agents by means of audio messages."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000908 -cco:ont00000908 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Artifact Processing"@en ; - skos:definition "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Material Artifact Processing"@en ; + "A Planned Act of performing a series of physical operations on a material artifact in order to change or preserve the artifact."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000909 -cco:ont00000909 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001049 ; - rdfs:label "Emergency AC/DC Power Source"@en ; - skos:definition "An Electrical Power Source that is designed to provide electrical power in an emergency situation by means of both alternating current and direct current."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Emergency AC/DC Power Source"@en ; + "An Electrical Power Source that is designed to provide electrical power in an emergency situation by means of both alternating current and direct current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000910 -cco:ont00000910 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:label "Amplitude"@en ; - skos:definition "A Process Profile of an Oscillation Process that is the absolute value of the maximum displacement from a zero, equilibrium, or mean value during one cycle of the Oscillation Process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Amplitude"@en ; + "A Process Profile of an Oscillation Process that is the absolute value of the maximum displacement from a zero, equilibrium, or mean value during one cycle of the Oscillation Process."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000911 -cco:ont00000911 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - rdfs:label "Semi-Major Axis"@en ; - skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Semi-Major Axis"@en ; + "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000912 -cco:ont00000912 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001360 ; - rdfs:label "Pyramidal"@en ; - skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a polygonal base with vertices that all connect to the same apex to form triangular faces."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pyramidal"@en ; + "A Three Dimensional Shape that inheres in a bearer in virtue of it having a polygonal base with vertices that all connect to the same apex to form triangular faces."@en ; + "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000913 -cco:ont00000913 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Maroon"@en ; - skos:definition "A Color consisting of purple and brown hue."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maroon"@en ; + "A Color consisting of purple and brown hue."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000914 -cco:ont00000914 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000300 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:ont00001262 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom cco:ont00001262 - ] ; - rdfs:label "Group of Persons"@en ; - skos:definition "A Group of Agents that has only Persons as parts."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + rdfs:label "Group of Persons"@en ; + "A Group of Agents that has only Persons as member parts."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000915 -cco:ont00000915 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000605 ; - rdfs:label "Acronym"@en ; - skos:definition "An Abbreviated Name that combines the initial letters of a Designative Name and which is pronounced as a word."@en ; - skos:example "Wi-Fi, ASCII, OPSEC" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Acronym"@en ; + "An Abbreviated Name that combines the initial letters of a Designative Name and which is pronounced as a word."@en ; + "Wi-Fi, ASCII, OPSEC" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000916 -cco:ont00000916 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000891 ; - rdfs:label "Lunar Calendar System"@en ; - skos:definition "A Calendar System that is designed to organize and identify dates based on the cycles of the Moon's phases."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lunar Calendar System"@en ; + "A Calendar System that is designed to organize and identify dates based on the cycles of the Moon's phases."@en ; + "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000917 -cco:ont00000917 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - dcterms:bibliographicCitation "Permanent Residency - Wikipedia. https://en.wikipedia.org/wiki/Permanent_residency. Accessed 10 Feb. 2023." ; - dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Permanent Resident Role"@en ; - skos:definition "A role inhering in a Person by virtue of that Person being recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en ; - skos:prefLabel "Permanent Resident Role"@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Permanent_residency" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Permanent Residency - Wikipedia. https://en.wikipedia.org/wiki/Permanent_residency. Accessed 10 Feb. 2023." ; + "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Permanent Resident Role"@en ; + "A role inhering in a Person by virtue of that Person being recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en ; + "Permanent Resident Role"@en ; + "https://en.wikipedia.org/wiki/Permanent_residency" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000918 -cco:ont00000918 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000346 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00000998 - ] ; - rdfs:label "Telecommunication Network Node"@en ; - skos:definition "A Communication Artifact that consists of a connection point, redistribution point, or endpoint that is designed to be part of a Telecommunication Network and can be either active or passive."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Node_(networking)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Telecommunication Network Node"@en ; + "A Communication Artifact that consists of a connection point, redistribution point, or endpoint that is designed to be part of a Telecommunication Network and can be either active or passive."@en ; + "https://en.wikipedia.org/wiki/Node_(networking)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000919 -cco:ont00000919 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000575 ; - rdfs:label "Parts List"@en ; - skos:definition "A Quality Specification that prescribes the Amount of some type of Material Artifact that are part of or located on another Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Parts List"@en ; + "A Quality Specification that prescribes the Amount of some type of Material Artifact that are part of or located on another Material Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000920 -cco:ont00000920 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000007 ; - rdfs:label "Death"@en ; - skos:definition "A Natural Process in which all biological functions that sustain a living organism cease."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Death"@en ; + "A Natural Process in which all biological functions that sustain a living organism cease."@en ; + "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000921 -cco:ont00000921 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000800 ; - rdfs:label "Calendar Day"@en ; - skos:definition "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Day"@en ; + "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000922 -cco:ont00000922 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000065 ; - rdfs:label "Act of Arrival"@en ; - skos:definition "An Act of Location Change that consists of the participating entity reaching its destination such that the larger Act of Location Change is completed."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Arrival"@en ; + "An Act of Location Change that consists of the participating entity reaching its destination such that the larger Act of Location Change is completed."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000923 -cco:ont00000923 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000649 ; - rdfs:label "Arbitrary Identifier"@en ; - skos:altLabel "Arbitrary ID"@en ; - skos:definition "A Non-Name Identifier that consists of a string of characters that does not follow an encoding system."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Arbitrary Identifier"@en ; + "Arbitrary ID"@en ; + "A Non-Name Identifier that consists of a string of characters that does not follow an encoding system."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000924 -cco:ont00000924 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001191 ; - rdfs:comment "A Beginning of Life Stasis (BoL) is a relatively brief Operational Stasis that is primarily of interest for the purpose of establishing a baseline for operational parameters to be compared to the designed specifications as well as the Material Artifact's performance throughout its operational life."@en ; - rdfs:label "Beginning of Life Stasis"@en ; - skos:definition "A Operational Stasis that holds during a Temporal Interval when a Material Artifact is first put into operational use such that its designed set of Artifact Functions is capable of operating at or near their designed peak performance levels."@en ; - cco:ont00001753 "BOL" , - "BoL" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Beginning of Life Stasis"@en ; + "A Operational Stasis that holds during a Temporal Interval when a Material Artifact is first put into operational use such that its designed set of Artifact Functions is capable of operating at or near their designed peak performance levels."@en ; + "A Beginning of Life Stasis (BoL) is a relatively brief Operational Stasis that is primarily of interest for the purpose of establishing a baseline for operational parameters to be compared to the designed specifications as well as the Material Artifact's performance throughout its operational life."@en ; + "BOL" , + "BoL" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000925 -cco:ont00000925 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000687 ; - rdfs:label "Act of Military Training Acquisition"@en ; - skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of Military Operations from an Agent or communication medium that realizes a capacity derived from its affiliation with a Military Organization."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Military Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of Military Operations from an Agent or communication medium that realizes a capacity derived from its affiliation with a Military Organization."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000926 -cco:ont00000926 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000123 ; - rdfs:label "Act of Apologizing"@en ; - skos:definition "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Apologizing"@en ; + "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000927 -cco:ont00000927 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000530 ; - rdfs:label "Bass Frequency"@en ; - skos:definition "A Sonic Frequency that is between 60 and 250 Hz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bass Frequency"@en ; + "A Sonic Frequency that is between 60 and 250 Hz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000928 -cco:ont00000928 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000796 ; - rdfs:label "Train Car"@en ; - skos:altLabel "Railroad Car"@en ; - skos:definition "A Rail Transport Vehicle that consists of a single Vehicle that is not a Train but is designed to be connected to other Train Cars along with at least one Locomotive to form a Train."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Train Car"@en ; + "Railroad Car"@en ; + "A Rail Transport Vehicle that consists of a single Vehicle that is not a Train but is designed to be connected to other Train Cars along with at least one Locomotive to form a Train."@en ; + "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000929 -cco:ont00000929 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Part Role"@en ; - skos:definition "A Role that inheres in an entity in virtue of it being part of some other entity without being subject to further subdivision or disassembly without destruction of its designated use."@en ; - cco:ont00001754 "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Part Role"@en ; + "A Role that inheres in an entity in virtue of it being part of some other entity without being subject to further subdivision or disassembly without destruction of its designated use."@en ; + "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000930 -cco:ont00000930 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001105 ; - rdfs:label "Nickel-metal Hydride Electric Battery"@en ; - skos:altLabel "NiMH Battery"@en ; - skos:definition "A Secondary Cell Electric Battery that has a metal-hydride anode and nickel oxide hydroxide cathode."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000931 -cco:ont00000931 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000326 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002035 - ] ; - rdfs:label "Material Copy of a UPC-A Barcode"@en ; - skos:altLabel "UPC-A Barcode"@en ; - skos:definition "A Material Copy of a UPC Barcode that consists of 12 numerical digits."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nickel-metal Hydride Electric Battery"@en ; + "NiMH Battery"@en ; + "A Secondary Cell Electric Battery that has a metal-hydride anode and nickel oxide hydroxide cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000932 -cco:ont00000932 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Computing Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact participating in a computation process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Computing Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact participating in a computation process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000933 -cco:ont00000933 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000907 ; - rdfs:label "Landline Telephone"@en ; - skos:definition "A Telephone that is connected to a Telephone Network through a pair of wires."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Landline Telephone"@en ; + "A Telephone that is connected to a Telephone Network through a pair of wires."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000934 -cco:ont00000934 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000126 ; - rdfs:label "Constituent State"@en ; - skos:altLabel "State"@en ; - skos:definition "A First-Order Administrative Region that is part of a Country and delimits a centralized regional Government that holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the State."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Constituent State"@en ; + "State"@en ; + "A First-Order Administrative Region that is part of a Country and delimits a centralized regional Government that holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the State."@en ; + "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000935 -cco:ont00000935 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000566 ; - rdfs:label "Act of Legal Instrument Use"@en ; - skos:definition "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Legal Instrument Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000936 -cco:ont00000936 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001213 ; - rdfs:label "Deactivated Stasis"@en ; - skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when a Material Artifact is not realizing any of its designed Artifact Functions (or at least not realizing any of its primary functions)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Deactivated Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when a Material Artifact is not realizing any of its designed Artifact Functions (or at least not realizing any of its primary functions)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000937 -cco:ont00000937 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Inhibiting Motion Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by processes in which some Material Artifact is used to inhibit the motion of some object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Inhibiting Motion Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Material Artifact is used to inhibit the motion of some object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000938 -cco:ont00000938 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Financial Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of managing money."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of managing money."@en ; + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000939 -cco:ont00000939 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000817 ; - rdfs:label "Geospatial Line"@en ; - skos:definition "A Geospatial Line String that has only two vertices."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Line"@en ; + "A Geospatial Line String that has only two vertices."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000940 -cco:ont00000940 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Momentum"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion."@en ; - skos:example "kg m/s, slug ft/s, g m/s" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Momentum"@en ; + "A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion."@en ; + "kg m/s, slug ft/s, g m/s" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000941 -cco:ont00000941 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001126 ; - rdfs:label "Phosphorescence"@en ; - skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light after absorbing shorter wavelength radiation, and to continue emitting after the absorbing process has ceased."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Phosphorescence"@en ; + "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light after absorbing shorter wavelength radiation, and to continue emitting after the absorbing process has ceased."@en ; + "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000942 -cco:ont00000942 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000204 ; - rdfs:label "Sniper Rifle"@en ; - skos:definition "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sniper Rifle"@en ; + "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en ; + "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000943 -cco:ont00000943 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001248 ; - rdfs:label "Ocular Prosthesis"@en ; - skos:definition "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ocular Prosthesis"@en ; + "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en ; + "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000944 -cco:ont00000944 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000601 ; - rdfs:label "Thermal Imaging Artifact Function"@en ; - skos:definition "An Imaging Artifact Function that is realized during events in which a Material Artifact is used to create a visual representation of an entity using radiation from the far infrared region of the electromagnetic spectrum that the entity emits"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thermal Imaging Artifact Function"@en ; + "An Imaging Artifact Function that is realized during events in which a Material Artifact is used to create a visual representation of an entity using radiation from the far infrared region of the electromagnetic spectrum that the entity emits"@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000945 -cco:ont00000945 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000547 ; - rdfs:label "X-ray Telescope"@en ; - skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing X-rays to form an enhanced image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "X-ray Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing X-rays to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000946 -cco:ont00000946 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Government Building"@en ; - skos:definition "A Facility that is designed for the administration of a community."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Administration_(government)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Government Building"@en ; + "A Facility that is designed for the administration of a community."@en ; + "https://en.wikipedia.org/wiki/Administration_(government)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000947 -cco:ont00000947 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001100 ; - rdfs:label "Temperature Measurement Artifact Function"@en ; - skos:definition "A Measurement Artifact Function that is realized during events in which a Material Artifact is used to measure the Temperature of a specified object or class of objects."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Temperature Measurement Artifact Function"@en ; + "A Measurement Artifact Function that is realized during events in which a Material Artifact is used to measure the Temperature of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000948 -cco:ont00000948 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000455 ; - rdfs:label "Act of Religious Worship"@en ; - skos:definition "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en ; - cco:ont00001754 "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Religious Worship"@en ; + "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en ; + "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000949 -cco:ont00000949 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Consumption"@en ; - skos:definition "A Planned Act in which a resource is ingested or used up."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Consumption"@en ; + "A Planned Act in which a resource is ingested or used up."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000950 -cco:ont00000950 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000970 ; - rdfs:label "Act of Maintenance"@en ; - skos:definition "An Act of Artifact Modification in which a Material Artifact is modified in order to preserve or restore one or more of its designed Qualities or Functions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Maintenance"@en ; + "An Act of Artifact Modification in which a Material Artifact is modified in order to preserve or restore one or more of its designed Qualities or Functions."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000951 -cco:ont00000951 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000099 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000514 - ] ; - rdfs:label "Electromagnetic Wave Process"@en ; - skos:altLabel "Electromagnetic Radiation"@en ; - skos:definition "A Wave Process that is produced by charged particles, involves the periodic Oscillation of electric and magnetic fields at right angles to each other and the direction of wave propogation such that it has a Transverse Wave Profile, and which transfers electromagnetic radiant energy through a portion of space or matter."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Electromagnetic Wave Process"@en ; + "Electromagnetic Radiation"@en ; + "A Wave Process that is produced by charged particles, involves the periodic Oscillation of electric and magnetic fields at right angles to each other and the direction of wave propogation such that it has a Transverse Wave Profile, and which transfers electromagnetic radiant energy through a portion of space or matter."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000952 -cco:ont00000952 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000210 ; - rdfs:label "Electric Motor"@en ; - skos:altLabel "Electric Engine"@en ; - skos:definition "An Engine that is designed to convert electrical energy into mechanical energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electric Motor"@en ; + "Electric Engine"@en ; + "An Engine that is designed to convert electrical energy into mechanical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000953 -cco:ont00000953 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000862 ; - rdfs:label "Pitch"@en ; - skos:definition "A Sound Process Profile that is characterized by the frequency of translated sound waves, typically on a continuum from low to high."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pitch"@en ; + "A Sound Process Profile that is characterized by the frequency of translated sound waves, typically on a continuum from low to high."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000954 -cco:ont00000954 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000870 ; - rdfs:label "Telecommunication Infrastructure"@en ; - skos:definition "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Infrastructure"@en ; + "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en ; + "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000955 -cco:ont00000955 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000278 ; - rdfs:label "Angular Momentum"@en ; - skos:definition "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Angular Momentum"@en ; + "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en ; + "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000956 -cco:ont00000956 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001086 ; - rdfs:label "Highway Interchange"@en ; - skos:definition "A Road Junction that is designed to enable Ground Vehicles to exit one or more Highways and enter another Highway without directly crossing any other traffic stream."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Interchange_(road)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Highway Interchange"@en ; + "A Road Junction that is designed to enable Ground Vehicles to exit one or more Highways and enter another Highway without directly crossing any other traffic stream."@en ; + "https://en.wikipedia.org/wiki/Interchange_(road)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000957 -cco:ont00000957 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000881 ; - rdfs:label "Reservoir"@en ; - skos:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reservoir"@en ; + "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ; + "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000958 -cco:ont00000958 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000031 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001808 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000031 ; - rdfs:label "Information Content Entity"@en ; - skos:altLabel "ICE"@en ; - skos:definition "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity."@en ; - skos:scopeNote "Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different carriers of the same information content. It is this content that is generically dependent upon its carrier. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers."@en ; - cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000030" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Information Content Entity"@en ; + "ICE"@en ; + "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity."@en ; + "Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different carriers of the same information content. It is this content that is generically dependent upon its carrier. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers."@en ; + "http://purl.obolibrary.org/obo/IAO_0000030" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000959 -cco:ont00000959 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Frequency"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time."@en ; - skos:example "hertz, revolutions per minute" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Frequency"@en ; + "A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time."@en ; + "hertz, revolutions per minute" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000960 -cco:ont00000960 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001190 ; - rdfs:label "Fixed Line Network Telephone Call"@en ; - skos:definition "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fixed Line Network Telephone Call"@en ; + "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000961 -cco:ont00000961 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000098 ; - rdfs:label "Current Conversion Artifact Function"@en ; - skos:definition "An Electrical Artifact Function that is realized by processes in which some Material Artifact is used to convert some electrical current."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Current Conversion Artifact Function"@en ; + "An Electrical Artifact Function that is realized by processes in which some Material Artifact is used to convert some electrical current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000962 -cco:ont00000962 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000593 ; - rdfs:label "Portion of Liquid Propellant"@en ; - skos:definition "A Portion of Propellant that is stored in a liquid state."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Propellant"@en ; + "A Portion of Propellant that is stored in a liquid state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000963 -cco:ont00000963 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000256 ; - rdfs:label "Fuel Transfer System"@en ; - skos:definition "A Fluid Control Artifact that is designed to facilitate the transfer of some Portion of Fuel from the Fuel Tank for use in some Engine."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Transfer System"@en ; + "A Fluid Control Artifact that is designed to facilitate the transfer of some Portion of Fuel from the Fuel Tank for use in some Engine."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000964 -cco:ont00000964 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000150 ; - rdfs:comment "The corresponding Wavelength range is 1,000–100 m"@en ; - rdfs:label "Medium Frequency"@en ; - skos:altLabel "ITU Band Number 6"@en ; - skos:definition "A Radio Frequency that is between 300 kHz and 3 MHz."@en ; - cco:ont00001753 "MF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Medium Frequency"@en ; + "ITU Band Number 6"@en ; + "A Radio Frequency that is between 300 kHz and 3 MHz."@en ; + "The corresponding Wavelength range is 1,000–100 m"@en ; + "MF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000965 -cco:ont00000965 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001942 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000958 ; - rdfs:label "Prescriptive Information Content Entity"@en ; - skos:altLabel "Directive ICE"@en ; - skos:definition "An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000966 -cco:ont00000966 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000258 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002025 - ] ; - rdfs:label "Material Copy of a EAN Barcode"@en ; - skos:altLabel "EAN Barcode"@en ; - skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Prescriptive Information Content Entity"@en ; + "Directive ICE"@en ; + "An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000967 -cco:ont00000967 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001367 ; - rdfs:label "Height"@en ; - skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Height"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000968 -cco:ont00000968 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000204 ; - rdfs:label "Assault Rifle"@en ; - skos:definition "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Assault Rifle"@en ; + "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en ; + "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000969 -cco:ont00000969 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Speed"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en ; - skos:example "miles per hour, kilometers per hour, knot, mach" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Speed"@en ; + "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en ; + "miles per hour, kilometers per hour, knot, mach" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000970 -cco:ont00000970 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000908 ; - rdfs:comment "Excluded from this class are instances of role change or role creation such as the introduction of an artifact as a piece of evidence in a trial or the loading of artifacts onto a ship for transport."@en ; - rdfs:label "Act of Artifact Modification"@en ; - skos:definition "An Act of Artifact Processing in which an existing Material Artifact is acted upon in a manner that changes, adds, or removes one or more of its Qualities, Dispositions, or Functions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Artifact Modification"@en ; + "An Act of Material Artifact Processing in which an existing Material Artifact is acted upon in a manner that changes, adds, or removes one or more of its Qualities, Dispositions, or Functions."@en ; + "Excluded from this class are instances of role change or role creation such as the introduction of an artifact as a piece of evidence in a trial or the loading of artifacts onto a ship for transport."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000971 -cco:ont00000971 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000402 ; - rdfs:label "Act of Deceptive Communication"@en ; - skos:definition "Ac Act of Communication intended to mislead the audience by distortion or falsification of evidence and induce a reaction that is prejudicial to the interests of the audience."@en ; - cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00000972 -cco:ont00000972 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000966 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002028 - ] ; - rdfs:label "Material Copy of a EAN-13 Barcode"@en ; - skos:altLabel "EAN-13 Barcode"@en ; - skos:definition "A Material Copy of an EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Deceptive Communication"@en ; + "Ac Act of Communication intended to mislead the audience by distortion or falsification of evidence and induce a reaction that is prejudicial to the interests of the audience."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000973 -cco:ont00000973 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000827 ; - rdfs:label "Decimal Time of Day Identifier"@en ; - skos:altLabel "Fractional Time of Day Identifier"@en ; - skos:definition "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using a decimal value for the portion of the Day that preceded the Temporal Instant."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decimal Time of Day Identifier"@en ; + "Fractional Time of Day Identifier"@en ; + "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using a decimal value for the portion of the Day that preceded the Temporal Instant."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000974 -cco:ont00000974 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000965 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:ont00000476 - ] ; - rdfs:label "Plan"@en ; - skos:definition "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Plan"@en ; + "A Prescriptive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en ; + "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000975 -cco:ont00000975 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Cyan"@en ; - skos:definition "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cyan"@en ; + "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000976 -cco:ont00000976 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000696 ; - rdfs:label "Political Orientation"@en ; - skos:definition "An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Political Orientation"@en ; + "An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000977 -cco:ont00000977 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000588 ; - rdfs:label "Act of Publishing Mass Media Documentary"@en ; - skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en ; - cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Publishing Mass Media Documentary"@en ; + "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000978 -cco:ont00000978 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001803 ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000015 ; - rdfs:label "Cause"@en ; - skos:definition "A Process that is the cause of or one of the causes of some other Process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Cause"@en ; + "A Process that is the cause of or one of the causes of some other Process."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000979 -cco:ont00000979 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Closure"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of the degree to which that bearer affords passage or sightline through it via an opening, aperture, orifice, or vent."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Closure"@en ; + "A Quality that inheres in a bearer in virtue of the degree to which that bearer affords passage or sightline through it via an opening, aperture, orifice, or vent."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000980 -cco:ont00000980 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001084 ; - rdfs:label "Portion of Waste Material"@en ; - skos:definition "A Portion of Processed Material that serves no further use in terms of the initial user's own purposes of production, transformation, or consumption such that the Agent wants to dispose of it."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Waste Material"@en ; + "A Portion of Processed Material that serves no further use in terms of the initial user's own purposes of production, transformation, or consumption such that the Agent wants to dispose of it."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000981 -cco:ont00000981 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000566 ; - rdfs:label "Act of Portion of Material Consumption"@en ; - skos:definition "An Act of Artifact Employment in which a Portion of Material is expended."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Portion of Material Consumption"@en ; + "An Act of Artifact Employment in which a Portion of Material is expended."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000982 -cco:ont00000982 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000543 ; - rdfs:label "Decrease of Function"@en ; - skos:definition "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Function"@en ; + "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000983 -cco:ont00000983 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001028 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000514 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001028 ; - rdfs:label "Shear Wave Process"@en ; - skos:definition "A Mechanical Wave that has a Transverse Wave Profile."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Shear Wave Process"@en ; + "A Mechanical Wave that has a Transverse Wave Profile."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000984 -cco:ont00000984 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Occupation Role"@en ; - skos:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill within the context of some Act of Employment."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Occupation Role"@en ; + "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill within the context of some Act of Employment."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000985 -cco:ont00000985 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001350 ; - rdfs:label "Thermal Insulation Artifact Function"@en ; - skos:definition "A Thermal Control Artifact Function that is realized during events in which a Material Artifact prevents or reduces the transfer of heat between objects that are in thermal contact or in range of radiative influence."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thermal Insulation Artifact Function"@en ; + "A Thermal Control Artifact Function that is realized during events in which a Material Artifact prevents or reduces the transfer of heat between objects that are in thermal contact or in range of radiative influence."@en ; + "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000986 -cco:ont00000986 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000084 ; - rdfs:label "Scar"@en ; - skos:definition "A Bodily Component that consists of a portion of fibrous connective tissue on skin or within body tissue and which was formed due to an injury that has not healed completely."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Scar"@en ; + "A Bodily Component that consists of a portion of fibrous connective tissue on skin or within body tissue and which was formed due to an injury that has not healed completely."@en ; + "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000987 -cco:ont00000987 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Citizen Role"@en ; - skos:definition "A Role that inheres in a Person by virtue of that Person being legally recognized as a member of a particular state, with associated rights and obligations."@en ; - cco:ont00001754 "http://en.wikitionary.org/wiki/citizen" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Citizen Role"@en ; + "A Role that inheres in a Person by virtue of that Person being legally recognized as a member of a particular state, with associated rights and obligations."@en ; + "http://en.wikitionary.org/wiki/citizen" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000988 -cco:ont00000988 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000804 ; - rdfs:label "Reflective Prism"@en ; - skos:definition "A Prism designed to reflect light in order to flip, invert, rotate, deviate, or displace a beam of light entering the Prism."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reflective Prism"@en ; + "A Prism designed to reflect light in order to flip, invert, rotate, deviate, or displace a beam of light entering the Prism."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000989 -cco:ont00000989 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000732 ; - rdfs:comment "The corresponding Wavelength range is 100–10 mm"@en ; - rdfs:label "Super High Frequency"@en ; - skos:altLabel "ITU Band Number 10"@en ; - skos:definition "A Microwave Frequency that is between 3 and 30 GHz."@en ; - cco:ont00001753 "SHF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Super High Frequency"@en ; + "ITU Band Number 10"@en ; + "A Microwave Frequency that is between 3 and 30 GHz."@en ; + "The corresponding Wavelength range is 100–10 mm"@en ; + "SHF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000990 -cco:ont00000990 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000003 ; - rdfs:label "Nickname"@en ; - skos:definition "A Designative Name that is a familiar or humorous substitute for an entity's Proper Name."@en ; - skos:example "Ike, Chief, P-Fox" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nickname"@en ; + "A Designative Name that is a familiar or humorous substitute for an entity's Proper Name."@en ; + "Ike, Chief, P-Fox" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000991 -cco:ont00000991 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Bent"@en ; - skos:altLabel "Angular"@en , - "Kinked"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bent"@en ; + "Angular"@en , + "Kinked"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000992 -cco:ont00000992 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001869 ; - owl:someValuesFrom cco:ont00000085 - ] ; - rdfs:comment "The Second is used as the basic SI unit of time."@en ; - rdfs:label "Second"@en ; - skos:definition "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ; - cco:ont00001754 "https://physics.nist.gov/cuu/Units/second.html" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Second"@en ; + "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ; + "The Second is used as the basic SI unit of time."@en ; + "https://physics.nist.gov/cuu/Units/second.html" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000993 -cco:ont00000993 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000961 ; - rdfs:label "Power Rectifying Artifact Function"@en ; - skos:definition "A Current Conversion Artifact Function that is realized by processes in which some Material Artifact is used to convert alternating current (AC) to direct current (DC)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Rectifying Artifact Function"@en ; + "A Current Conversion Artifact Function that is realized by processes in which some Material Artifact is used to convert alternating current (AC) to direct current (DC)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000994 -cco:ont00000994 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000098 ; - rdfs:label "Electrical Power Production Artifact Function"@en ; - skos:definition "An Electrical Artifact Function that is realized during events in which a Material Artifact is used to generate electrical power."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Power Production Artifact Function"@en ; + "An Electrical Artifact Function that is realized during events in which a Material Artifact is used to generate electrical power."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000995 -cco:ont00000995 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - rdfs:label "Material Artifact"@en ; - skos:definition "A Material Entity that was designed by some Agent to realize a certain Function."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Material Artifact"@en ; + "A Material Entity that was designed by some Agent to realize a certain Function."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000996 -cco:ont00000996 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000294 ; - rdfs:label "Ramjet Engine"@en ; - skos:altLabel "Ramjet"@en ; - skos:definition "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air (without the use of an axial compressor) and decelerate it to subsonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ramjet Engine"@en ; + "Ramjet"@en ; + "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air (without the use of an axial compressor) and decelerate it to subsonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000997 -cco:ont00000997 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Disrupting Disposition"@en ; - skos:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; - skos:editorialNote "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ; - skos:prefLabel "Threat"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Disrupting Disposition"@en ; + "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; + "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ; + "Threat"@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000998 -cco:ont00000998 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001036 ; - rdfs:label "Telecommunication Network"@en ; - skos:definition "A Communication System that is designed to enable the transmission of information over significant distances between Telecommunication Endpoints via Telecommunication Network Nodes and Lines."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Network"@en ; + "A Communication System that is designed to enable the transmission of information over significant distances between Telecommunication Endpoints via Telecommunication Network Nodes and Lines."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000999 -cco:ont00000999 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001213 ; - owl:disjointWith cco:ont00001191 ; - rdfs:label "Defunct Stasis"@en ; - skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when a Material Artifact no longer maintains its designed set of Artifact Functions (or at least no longer maintains its primary functions)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Defunct Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when a Material Artifact no longer maintains its designed set of Artifact Functions (or at least no longer maintains its primary functions)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001000 -cco:ont00001000 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000252 ; - rdfs:label "Spray Nozzle"@en ; - skos:definition "A Nozzle that is designed to facilitate a conversion of the flow of a portion of liquid into a dynamic collection of drops dispersed in a portion of gas."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spray Nozzle"@en ; + "A Nozzle that is designed to facilitate a conversion of the flow of a portion of liquid into a dynamic collection of drops dispersed in a portion of gas."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001001 -cco:ont00001001 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Drooping"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Drooping"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001002 -cco:ont00001002 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002010 - ] ; - rdfs:label "Material Copy of a Message"@en ; - skos:altLabel "Message"@en ; - skos:definition "An Information Bearing Artifact that is designed to carry some specific Information Content Entity that is relatively brief and to be transmitted from a sender to a recipient."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Message"@en ; + "Message"@en ; + "An Information Bearing Artifact that is designed to carry some specific Information Content Entity that is relatively brief and to be transmitted from a sender to a recipient."@en ; + "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001003 -cco:ont00001003 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001150 ; - rdfs:label "Cartridge"@en ; - skos:definition "A Portion of Ammunition that is designed to package a Bullet, a propellant substance, and a primer within a case that is designed to fit within the firing chamber of a Firearm."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cartridge"@en ; + "A Portion of Ammunition that is designed to package a Bullet, a propellant substance, and a primer within a case that is designed to fit within the firing chamber of a Firearm."@en ; + "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001004 -cco:ont00001004 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Electromagnetic Force"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en ; - skos:example "volt, ampere, coulomb" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Electromagnetic Force"@en ; + "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en ; + "volt, ampere, coulomb" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001005 -cco:ont00001005 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000294 ; - rdfs:label "Turbojet Air-Breathing Jet Engine"@en ; - skos:definition "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Turbojet Air-Breathing Jet Engine"@en ; + "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en ; + "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001006 -cco:ont00001006 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:label "Operator Role"@en ; - skos:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Material Artifact."@en ; - skos:example "the role of driving a car" , - "the role of flying an airplane" , - "the role of operating a crane" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Operator Role"@en ; + "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Material Artifact."@en ; + "the role of driving a car" , + "the role of flying an airplane" , + "the role of operating a crane" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001007 -cco:ont00001007 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000928 ; - rdfs:label "Passenger Train Car"@en ; - skos:definition "A Train Car that is designed to transport passengers."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Passenger Train Car"@en ; + "A Train Car that is designed to transport passengers."@en ; + "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001008 -cco:ont00001008 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000445 ; - rdfs:label "Biological Weapon"@en ; - skos:definition "A Weapon that is designed to inflict harm, incapacity, or death by means of releasing disease-producing agents—such as bacteria, viruses, or fungi."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Biological Weapon"@en ; + "A Weapon that is designed to inflict harm, incapacity, or death by means of releasing disease-producing agents—such as bacteria, viruses, or fungi."@en ; + "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001009 -cco:ont00001009 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000547 ; - rdfs:label "Optical Telescope"@en ; - skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light to form an enhanced image of the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001010 -cco:ont00001010 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001811 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001163 ; - owl:disjointWith cco:ont00001022 , - cco:ont00001364 ; - rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; - rdfs:label "Ordinal Measurement Information Content Entity"@en ; - skos:definition "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ; - skos:example "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the carrier of an ordinal measurment."@en , - "a measurement that places Geospatial Regions into a rank order of small, medium, large" , - "a measurement that places military units onto a readiness rank order of red, yellow, green" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith , + ; + rdfs:label "Ordinal Measurement Information Content Entity"@en ; + "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ; + "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the carrier of an ordinal measurment."@en , + "a measurement that places Geospatial Regions into a rank order of small, medium, large" , + "a measurement that places military units onto a readiness rank order of red, yellow, green" ; + "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001011 -cco:ont00001011 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000053 ; - rdfs:label "Automobile"@en ; - skos:definition "A Ground Motor Vehicle that is designed to transport a small number of passengers while traveling on four tired wheels."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001012 -cco:ont00001012 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000258 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002031 - ] ; - rdfs:comment "Further variants of GS1 DataBar have not been defined here."@en ; - rdfs:label "Material Copy of a GS1 DataBar Barcode"@en ; - skos:altLabel "GS1 DataBar Barcode"@en ; - skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Automobile"@en ; + "A Ground Motor Vehicle that is designed to transport a small number of passengers while traveling on four tired wheels."@en ; + "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001013 -cco:ont00001013 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Heating Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heating Artifact Function"@en ; + "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001014 -cco:ont00001014 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000003 ; - rdfs:label "Proper Name"@en ; - skos:definition "A Designative Name that is an official name for a particular entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Proper Name"@en ; + "A Designative Name that is an official name for a particular entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001015 -cco:ont00001015 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000646 ; - rdfs:label "Controlled-Access Highway"@en ; - skos:altLabel "Expressway"@en , - "Freeway"@en , - "Motorway"@en ; - skos:definition "A Highway that is designed for high-speed vehicular traffic, with all traffic flow and ingress/egress regulated."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Controlled-Access Highway"@en ; + "Expressway"@en , + "Freeway"@en , + "Motorway"@en ; + "A Highway that is designed for high-speed vehicular traffic, with traffic flow and ingress/egress regulated."@en ; + "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001016 -cco:ont00001016 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - rdfs:label "Portion of Lithosphere"@en ; - skos:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Lithosphere"@en ; + "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ; + "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001017 -cco:ont00001017 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00001379 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000040 ; - rdfs:label "Agent"@en ; - skos:definition "A Material Entity that bears an Agent Capability."@en ; - cco:ont00001754 "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Agent"@en ; + "A Material Entity that bears an Agent Capability."@en ; + "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001018 -cco:ont00001018 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000350 ; - rdfs:label "Equipment Cooling System"@en ; - skos:definition "A Cooling System that is designed to cool some piece of equipment."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Equipment Cooling System"@en ; + "A Cooling System that is designed to cool some piece of equipment."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001019 -cco:ont00001019 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000723 ; - rdfs:label "Steering Control System"@en ; - skos:definition "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Steering Control System"@en ; + "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001020 -cco:ont00001020 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000838 ; - rdfs:label "Portion of Gaseous Fuel"@en ; - skos:definition "A Portion of Fuel that is stored in a gaseous state."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Gaseous Fuel"@en ; + "A Portion of Fuel that is stored in a gaseous state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001021 -cco:ont00001021 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000379 ; - rdfs:label "Act of Denying"@en ; - skos:definition "An Act of Representative Communication performed by either asserting that something is not true or real or refusing to satisfy a request or desire."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/denial" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Denying"@en ; + "An Act of Representative Communication performed by either asserting that something is not true or real or refusing to satisfy a request or desire."@en ; + "http://www.merriam-webster.com/dictionary/denial" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001022 -cco:ont00001022 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001983 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001163 ; - owl:disjointWith cco:ont00001364 ; - rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; - rdfs:label "Ratio Measurement Information Content Entity"@en ; - skos:definition "A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto an interval scale having a true zero value."@en ; - skos:example "The sentence \"The temperature reached 240.372 degrees Kelvin on January 20, 1985 in Chicago, IL.\" is the carrier of a ratio measurement as 0 degrees on the Kelvin scale does describe absolute zero."@en , - "a measurement of the barometric pressure at 1,000 feet above sea level" , - "a measurement of the measure of air temperature on the Kelvin scale" , - "a measurement of the number of members in an Organization" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Ratio Measurement Information Content Entity"@en ; + "A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto an interval scale having a true zero value."@en ; + "The sentence \"The temperature reached 240.372 degrees Kelvin on January 20, 1985 in Chicago, IL.\" is the carrier of a ratio measurement as 0 degrees on the Kelvin scale does describe absolute zero."@en , + "a measurement of the barometric pressure at 1,000 feet above sea level" , + "a measurement of the measure of air temperature on the Kelvin scale" , + "a measurement of the number of members in an Organization" ; + "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001023 -cco:ont00001023 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000619 ; - rdfs:label "Calendar Week"@en ; - skos:definition "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Week"@en ; + "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001024 -cco:ont00001024 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000394 ; - rdfs:label "Spark Ignition Engine"@en ; - skos:definition "An Internal Combustion Engine that is designed to operate by generating a spark to ignite a portion of Fuel and Oxidizer mixture."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spark Ignition Engine"@en ; + "An Internal Combustion Engine that is designed to operate by generating a spark to ignite a portion of Fuel and Oxidizer mixture."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001025 -cco:ont00001025 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001049 ; - rdfs:label "Electric Generator"@en ; - skos:definition "An Electrical Power Source that is designed to convert mechanical energy to electrical energy for use in an external circuit."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electric Generator"@en ; + "An Electrical Power Source that is designed to convert mechanical energy to electrical energy for use in an external circuit."@en ; + "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001026 -cco:ont00001026 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000119 ; - rdfs:label "Pointing Orientation"@en ; - skos:altLabel "Facing Orientation"@en ; - skos:definition "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pointing Orientation"@en ; + "Facing Orientation"@en ; + "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001027 -cco:ont00001027 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000095 ; - rdfs:label "Trim Tab"@en ; - skos:definition "A Control Surface that is designed to counteract hydro-, aerodynamic, or other forces in order to stabilize the Vehicle it is part of in the desired Attitude."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Trim Tab"@en ; + "A Control Surface that is designed to counteract hydro-, aerodynamic, or other forces in order to stabilize the Vehicle it is part of in the desired Attitude."@en ; + "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001028 -cco:ont00001028 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000099 ; - rdfs:label "Mechanical Wave Process"@en ; - skos:definition "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mechanical Wave Process"@en ; + "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@en ; + "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001029 -cco:ont00001029 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001150 ; - rdfs:label "Unguided Rocket"@en ; - skos:altLabel "Rocket"@en ; - skos:definition "A Portion of Ammunition that is designed to be a self-propelled, but unguided, projectile that delivers some payload (explosive or other) over relatively long distances through the use of a Rocket Engine."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Unguided Rocket"@en ; + "Rocket"@en ; + "A Portion of Ammunition that is designed to be a self-propelled, but unguided, projectile that delivers some payload (explosive or other) over relatively long distances through the use of a Rocket Engine."@en ; + "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001030 -cco:ont00001030 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000796 ; - rdfs:label "Train"@en ; - skos:altLabel "Railroad Train"@en , - "Railway Train"@en ; - skos:definition "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Train"@en ; + "Railroad Train"@en , + "Railway Train"@en ; + "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en ; + "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001031 -cco:ont00001031 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001162 ; - rdfs:label "Act of Volunteering"@en ; - skos:definition "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; - skos:example "entering into military service voluntarily" , - "rendering a service voluntarily" ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/volunteer" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Volunteering"@en ; + "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; + "entering into military service voluntarily" , + "rendering a service voluntarily" ; + "http://www.merriam-webster.com/dictionary/volunteer" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001032 -cco:ont00001032 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001374 ; - rdfs:label "Act of Assignment"@en ; - skos:definition "An Act of Declarative Communication in which rights held by one party (the assignor) are transferred to another party (the assignee) with regard to a particular entity as specified by the details of the assignment, which is often prescribed by a contract."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Assignment"@en ; + "An Act of Declarative Communication in which rights held by one party (the assignor) are transferred to another party (the assignee) with regard to a particular entity as specified by the details of the assignment, which is often prescribed by a contract."@en ; + "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001033 -cco:ont00001033 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Biological Sex"@en ; - skos:definition "A Quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."@en ; - cco:ont00001754 "http://purl.org/obo/owl/PATO#PATO_0000047" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Biological Sex"@en ; + "A Quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."@en ; + "http://purl.org/obo/owl/PATO#PATO_0000047" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001034 -cco:ont00001034 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000774 ; - rdfs:label "Full Motion Video Camera"@en ; - skos:definition "A Video Camera that is designed to capture and record images of sufficiently high quality and in rapid enough succession that the resulting video supports smooth playback."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Full Motion Video Camera"@en ; + "A Video Camera that is designed to capture and record images of sufficiently high quality and in rapid enough succession that the resulting video supports smooth playback."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001035 -cco:ont00001035 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000387 ; - rdfs:label "Pitch Axis"@en ; - skos:altLabel "Lateral Axis"@en ; - skos:definition "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pitch Axis"@en ; + "Lateral Axis"@en ; + "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001036 -cco:ont00001036 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Communication System"@en ; - skos:definition "A Material Artifact that is designed to enable some Act of Communication by means of transmission systems, relay stations, tributary stations, and data terminal equipment, usually capable of interconnection and interoperation to form an integrated whole."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication System"@en ; + "A Material Artifact that is designed to enable some Act of Communication by means of transmission systems, relay stations, tributary stations, and data terminal equipment, usually capable of interconnection and interoperation to form an integrated whole."@en ; + "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001037 -cco:ont00001037 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001197 ; - rdfs:label "Constructed Feature"@en ; - skos:definition "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Constructed Feature"@en ; + "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001038 -cco:ont00001038 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001105 ; - rdfs:label "Nickel Cadmium Electric Battery"@en ; - skos:altLabel "NiCad Battery"@en ; - skos:definition "A Secondary Cell Electric Battery that has a cadmium anode and nickel oxide hydroxide cathode."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nickel Cadmium Electric Battery"@en ; + "NiCad Battery"@en ; + "A Secondary Cell Electric Battery that has a cadmium anode and nickel oxide hydroxide cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001039 -cco:ont00001039 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000836 ; - rdfs:label "Act of Repayment"@en ; - skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount the Debtor owes to the Creditor from an earlier Act of Loaning."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Repayment"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount the Debtor owes to the Creditor from an earlier Act of Loaning."@en ; + "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001040 -cco:ont00001040 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - rdfs:label "Nadir"@en ; - skos:definition "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nadir"@en ; + "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en ; + "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001041 -cco:ont00001041 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001010 ; - rdfs:label "Sequence Position Ordinality"@en ; - skos:definition "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sequence Position Ordinality"@en ; + "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001042 -cco:ont00001042 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Equipment Mount"@en ; - skos:definition "A Material Artifact that is designed to support a Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Equipment Mount"@en ; + "A Material Artifact that is designed to support a Material Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001043 -cco:ont00001043 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000713 ; - rdfs:label "Aircraft"@en ; - skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Aircraft"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en ; + "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001044 -cco:ont00001044 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Nuclear Radiation Detection Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to detect the presence of nuclear radiation particles."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Radiation Detection Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to detect the presence of nuclear radiation particles."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001045 -cco:ont00001045 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000319 ; - rdfs:label "Artifact Model"@en ; - skos:definition "A Directive Information Content Entity that prescribes a common set of Functions and Qualities to inhere in a set of artifact instances."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Artifact Model"@en ; + "A Prescriptive Information Content Entity that prescribes a common set of Functions and Qualities to inhere in a set of artifact instances."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001046 -cco:ont00001046 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001002 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002013 - ] ; - rdfs:label "Material Copy of a Notification Message"@en ; - skos:altLabel "Notification Message"@en ; - skos:definition "A Material Copy of a Message that is designed to carry an Information Content Entity that describes a scenario that has been determined to merit attention by the recipient."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Notification Message"@en ; + "Notification Message"@en ; + "A Material Copy of a Message that is designed to carry an Information Content Entity that describes a scenario that has been determined to merit attention by the recipient."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001047 -cco:ont00001047 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - rdfs:label "Frequency"@en ; - skos:altLabel "Temporal Frequency"@en ; - skos:definition "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Frequency"@en ; + "Temporal Frequency"@en ; + "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@en ; + "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001048 -cco:ont00001048 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000004 ; - rdfs:label "Increase of Dependent Continuant"@en ; - skos:definition "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Dependent Continuant"@en ; + "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001049 -cco:ont00001049 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000288 ; - rdfs:label "Electrical Power Source"@en ; - skos:definition "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Power Source"@en ; + "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001050 -cco:ont00001050 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000716 ; - rdfs:label "Primary Cell Electric Battery"@en ; - skos:altLabel "Primary Cell Battery"@en ; - skos:definition "A Electric Battery that is designed for one-time use and not to be recharged."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Primary Cell Electric Battery"@en ; + "Primary Cell Battery"@en ; + "A Electric Battery that is designed for one-time use and not to be recharged."@en ; + "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001051 -cco:ont00001051 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000445 ; - rdfs:label "Projectile Launcher"@en ; - skos:definition "A Weapon that is designed to inflict damage or harm by means of launching a high-velocity projectile at a target."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Projectile Launcher"@en ; + "A Weapon that is designed to inflict damage or harm by means of launching a high-velocity projectile at a target."@en ; + "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001052 -cco:ont00001052 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Military Facility"@en ; - skos:definition "A Facility that is designed to support a Military Force."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Facility"@en ; + "A Facility that is designed to support a Military Force."@en ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001053 -cco:ont00001053 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000065 ; - rdfs:label "Act of Collision"@en ; - skos:definition "An Act of Location Change involving the movement of one object such that it collides with another object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Collision"@en ; + "An Act of Location Change involving the movement of one object such that it collides with another object."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001054 -cco:ont00001054 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000499 ; - rdfs:label "Helical Antenna"@en ; - skos:definition "A Wire Antenna that consists of a conducting wire wound in the form of a helix that is typically mounted over a ground plane with a feed line connected between the bottom of the helix and the ground plane."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Helical Antenna"@en ; + "A Wire Antenna that consists of a conducting wire wound in the form of a helix that is typically mounted over a ground plane with a feed line connected between the bottom of the helix and the ground plane."@en ; + "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001055 -cco:ont00001055 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Branched"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Branched"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001056 -cco:ont00001056 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000754 ; - rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."@en ; - rdfs:label "Visible Light Frequency"@en ; - skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Visible Light Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en ; + "Visible light overlaps with near infrared and near ultraviolet."@en ; + "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001057 -cco:ont00001057 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000588 ; - rdfs:label "Act of Issuing Mass Media Press Release"@en ; - skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; - cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Issuing Mass Media Press Release"@en ; + "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001058 -cco:ont00001058 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001869 ; - owl:someValuesFrom cco:ont00000800 - ] ; - rdfs:label "Hour"@en ; - skos:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Hour"@en ; + "A Temporal Interval that is equal to sixty consecutive Minutes."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001059 -cco:ont00001059 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Shape Quality"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shape Quality"@en ; + "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001060 -cco:ont00001060 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Fuel System"@en ; - skos:definition "A Material Artifact that is designed to pump, manage, and deliver some Portion of Fuel to the Propulsion System and Auxiliary Power Unit of some Vehicle."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel System"@en ; + "A Material Artifact that is designed to pump, manage, and deliver some Portion of Fuel to the Propulsion System and Auxiliary Power Unit of some Vehicle."@en ; + "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001061 -cco:ont00001061 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000053 ; - rdfs:label "Motorcycle"@en ; - skos:altLabel "Motorbike"@en ; - skos:definition "A Ground Motor Vehicle that is designed to transport a very small number of passengers (usually 1 or 2) while traveling on two or three tired wheels."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motorcycle"@en ; + "Motorbike"@en ; + "A Ground Motor Vehicle that is designed to transport a very small number of passengers (usually 1 or 2) while traveling on two or three tired wheels."@en ; + "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001062 -cco:ont00001062 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000300 ; - dcterms:bibliographicCitation "The International Community. 5 Apr. 2023, https://dictionary.cambridge.org/us/dictionary/english/international-community." ; - dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "International Community"@en ; - skos:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; - skos:prefLabel "International Community"@en ; - cco:ont00001754 "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + "The International Community. 5 Apr. 2023, https://dictionary.cambridge.org/us/dictionary/english/international-community." ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "International Community"@en ; + "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; + "International Community"@en ; + "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001063 -cco:ont00001063 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Straight"@en ; - skos:altLabel "Linear"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Straight"@en ; + "Linear"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001064 -cco:ont00001064 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002014 - ] ; - rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; - rdfs:label "Material Copy of a Barcode"@en ; - skos:altLabel "Barcode"@en ; - skos:definition "An Information Bearing Artifact that is designed to carry one or more geometric shapes that concretize some Directive Information Content Entity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Barcode"@en ; + "Barcode"@en ; + "An Information Bearing Artifact that is designed to carry one or more geometric shapes that concretize some Prescriptive Information Content Entity."@en ; + "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; + "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001065 -cco:ont00001065 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001202 ; - rdfs:label "Two Dimensional Extent"@en ; - skos:altLabel "Area"@en ; - skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Two Dimensional Extent"@en ; + "Area"@en ; + "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001066 -cco:ont00001066 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000250 ; - rdfs:label "Loss of Disposition"@en ; - skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Disposition"@en ; + "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001067 -cco:ont00001067 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Laser"@en ; - skos:definition "A Material Artifact that is designed to emit light coherently through a process of optical amplification based on the stimulated emission of electromagnetic radiation."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Laser"@en ; + "A Material Artifact that is designed to emit light coherently through a process of optical amplification based on the stimulated emission of electromagnetic radiation."@en ; + "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001068 -cco:ont00001068 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000395 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000057 ; - owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom obo:BFO_0000019 - ] - ) ; - rdf:type owl:Class - ] - ] ; - rdfs:label "Gain of Quality"@en ; - skos:definition "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ; - skos:example "A person becoming pregnant." ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Quality"@en ; + "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ; + "A person becoming pregnant." ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001069 -cco:ont00001069 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001938 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000958 ; - owl:disjointWith cco:ont00001163 ; - rdfs:label "Representational Information Content Entity"@en ; - skos:definition "An Information Content Entity that represents some Entity."@en ; - skos:example "the content of a court transcript represents a courtroom proceeding" , - "the content of a photograph of the Statue of Liberty represents the Statue of Liberty" , - "the content of a video of a sporting event represents that sporting event" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Representational Information Content Entity"@en ; + "An Information Content Entity that represents some Entity."@en ; + "the content of a court transcript represents a courtroom proceeding" , + "the content of a photograph of the Statue of Liberty represents the Statue of Liberty" , + "the content of a video of a sporting event represents that sporting event" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001070 -cco:ont00001070 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Fluid Control Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes in which some Material Artifact is used to control the direction or flow of some fluid."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fluid Control Artifact Function"@en ; + "An Artifact Function that is realized in processes in which some Material Artifact is used to control the direction or flow of some fluid."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001071 -cco:ont00001071 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:ont00000713 - ] ; - rdfs:label "Payload Capacity"@en ; - skos:definition "An Artifact Function that inheres in a Vehicle that is designed to transport Payload, and which is typically characterized by the maximum Weight, Mass, or Volume of Payload that the Vehicle can transport."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Payload Capacity"@en ; + "An Artifact Function that inheres in a Vehicle that is designed to transport Payload, and which is typically characterized by the maximum Weight, Mass, or Volume of Payload that the Vehicle can transport."@en ; + "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001072 -cco:ont00001072 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000169 ; - rdfs:label "FM Radio Broadcast Frequency"@en ; - skos:altLabel "Frequency Modulation Radio Broadcast Frequency"@en ; - skos:definition "A Very High Frequency that is between 88 and 108 MHz."@en ; - cco:ont00001754 "International Telecommunication Union (ITU) Region 2" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "FM Radio Broadcast Frequency"@en ; + "Frequency Modulation Radio Broadcast Frequency"@en ; + "A Very High Frequency that is between 88 and 108 MHz."@en ; + "International Telecommunication Union (ITU) Region 2" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001073 -cco:ont00001073 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000608 ; - rdfs:label "Financial Value of Property"@en ; - skos:altLabel "Property Value"@en ; - skos:definition "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Value of Property"@en ; + "Property Value"@en ; + "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001074 -cco:ont00001074 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000687 ; - rdfs:label "Act of Educational Training Acquisition"@en ; - skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of a curriculum from an Agent or communication medium that realizes a capacity derived from its affiliation with some Educational Organization."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Educational Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring knowledge of a curriculum from an Agent or communication medium that realizes a capacity derived from its affiliation with some Educational Organization."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001075 -cco:ont00001075 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000234 ; - rdfs:label "Act of Training Instruction"@en ; - skos:definition "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Training Instruction"@en ; + "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001076 -cco:ont00001076 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Electric Power Station"@en ; - skos:altLabel "Power Plant"@en ; - skos:definition "A Facility that is designed to generate electrical power."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electric Power Station"@en ; + "Power Plant"@en ; + "A Facility that is designed to generate electrical power."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001077 -cco:ont00001077 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000848 ; - rdfs:label "Heavy Machine Gun"@en ; - skos:definition "A Mounted Gun that is designed to fire ammunition greater than .50 caliber or 12.7mm ammunition in quick succession from an ammunition belt, and which typically weighs more than 30lbs."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heavy Machine Gun"@en ; + "A Mounted Gun that is designed to fire ammunition greater than .50 caliber or 12.7mm ammunition in quick succession from an ammunition belt, and which typically weighs more than 30lbs."@en ; + "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001078 -cco:ont00001078 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000226 ; - rdfs:label "Airport"@en ; - skos:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Airport"@en ; + "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ; + "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001079 -cco:ont00001079 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Blond"@en ; - skos:definition "A Color that ranges from nearly white to a light greyish yellow"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Blond"@en ; + "A Color that ranges from nearly white to a light greyish yellow"@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001080 -cco:ont00001080 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001337 ; - rdfs:label "Far Infrared Light Frequency"@en ; - skos:definition "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Far Infrared Light Frequency"@en ; + "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001081 -cco:ont00001081 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000574 ; - rdfs:label "Geographic Feature"@en ; - skos:definition "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geographic Feature"@en ; + "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001082 -cco:ont00001082 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001145 ; - rdfs:label "Patch Receiver"@en ; - skos:definition "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Patch Receiver"@en ; + "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001083 -cco:ont00001083 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000056 ; - rdfs:label "Air-Breathing Combustion Engine"@en ; - skos:definition "A Reaction Engine that functions by drawing a continuous stream of air into and through the Engine where it is compressed, mixed with a Portion of Fuel, ignited, and then expelled as exhaust gas."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Air-Breathing Combustion Engine"@en ; + "A Reaction Engine that functions by drawing a continuous stream of air into and through the Engine where it is compressed, mixed with a Portion of Fuel, ignited, and then expelled as exhaust gas."@en ; + "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001084 -cco:ont00001084 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Portion of Processed Material"@en ; - skos:definition "A Material Artifact that is the output of an Act of Artifact Processing."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Processed Material"@en ; + "A Material Artifact that is the output of an Act of Material Artifact Processing."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001085 -cco:ont00001085 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Reflection Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact participating in a reflection event in which the Material Artifact causes a change in a wavefront at an interface between the reflecting medium and the transmission medium such that the wavefront returns into the transmission medium."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reflection Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact participating in a reflection event in which the Material Artifact causes a change in a wavefront at an interface between the reflecting medium and the transmission medium such that the wavefront returns into the transmission medium."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001086 -cco:ont00001086 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001326 ; - rdfs:label "Road Junction"@en ; - skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Junction_(road)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Road Junction"@en ; + "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en ; + "https://en.wikipedia.org/wiki/Junction_(road)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001087 -cco:ont00001087 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001306 ; - rdfs:label "Orientation Observation Artifact Function"@en ; - skos:altLabel "Attitude Observation Artifact Function"@en ; - skos:definition "An Observation Artifact Function that is realized during events in which a Material Artifact is used to collect information about the Orientation of a specified object or class of objects."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Orientation Observation Artifact Function"@en ; + "Attitude Observation Artifact Function"@en ; + "An Observation Artifact Function that is realized during events in which a Material Artifact is used to collect information about the Orientation of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001088 -cco:ont00001088 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - rdfs:label "Decade"@en ; - skos:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decade"@en ; + "A Temporal Interval that is equal to a period of ten consecutive Years."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001089 -cco:ont00001089 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001283 ; - rdfs:label "Petrochemical Refinery"@en ; - skos:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Petrochemical Refinery"@en ; + "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ; + "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001090 -cco:ont00001090 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Pressure"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en ; - skos:example "pascal, atmosphere, pound-force per square inch" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Pressure"@en ; + "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en ; + "pascal, atmosphere, pound-force per square inch" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001091 -cco:ont00001091 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001052 ; - rdfs:label "Fort"@en ; - skos:definition "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fort"@en ; + "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en ; + "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001092 -cco:ont00001092 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000098 ; - rdfs:label "Electrical Power Storage Artifact Function"@en ; - skos:altLabel "Capacitance"@en ; - skos:definition "An Electrical Artifact Function that is realized during events in which a Material Artifact is used to store electrical power to be released at a later time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Power Storage Artifact Function"@en ; + "Capacitance"@en ; + "An Electrical Artifact Function that is realized during events in which a Material Artifact is used to store electrical power to be released at a later time."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001093 -cco:ont00001093 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000475 ; - rdfs:label "Coin"@en ; - skos:definition "A Portion of Cash that consists of a flat, portable, round pieces of metal designed to bear some specified Financial Value."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Coin"@en ; + "A Portion of Cash that consists of a flat, portable, round pieces of metal designed to bear some specified Financial Value."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001094 -cco:ont00001094 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001251 ; - rdfs:label "Act of Espionage"@en ; - skos:definition "An Act of Intelligence Gathering involving the obtaining of information that is considered secret or confidential without the permission of the holder of the information."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Espionage"@en ; + "An Act of Intelligence Gathering involving the obtaining of information that is considered secret or confidential without the permission of the holder of the information."@en ; + "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001095 -cco:ont00001095 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000363 ; - rdfs:label "Cellular Telecommunication Network"@en ; - skos:altLabel "Cellular Network"@en , - "Mobile Telecommunication Network"@en ; - skos:definition "A Wireless Telecommunication Network where the last link between the network and the end user is wireless and is distributed over service areas called cells."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cellular Telecommunication Network"@en ; + "Cellular Network"@en , + "Mobile Telecommunication Network"@en ; + "A Wireless Telecommunication Network where the last link between the network and the end user is wireless and is distributed over service areas called cells."@en ; + "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001096 -cco:ont00001096 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001104 ; - rdfs:label "Submachine Gun"@en ; - skos:definition "An Long Gun that is designed to be have automatic-fire functionality, fire pistol-caliber ammunition that is magazine-fed, and which is usually smaller than other automatic firearms."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Submachine Gun"@en ; + "An Long Gun that is designed to be have automatic-fire functionality, fire pistol-caliber ammunition that is magazine-fed, and which is usually smaller than other automatic firearms."@en ; + "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001097 -cco:ont00001097 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001278 ; - rdfs:label "Common Stock"@en ; - skos:definition "Stock that entitles its holder to voting on corporate decisions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Common Stock"@en ; + "Stock that entitles its holder to voting on corporate decisions."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001098 -cco:ont00001098 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000055 ; - rdfs:label "Hospital"@en ; - skos:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hospital"@en ; + "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ; + "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001099 -cco:ont00001099 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001326 ; - rdfs:label "Bridge"@en ; - skos:definition "A Land Transportation Artifact that is designed to span physical obstacles without closing the way underneath to enable Persons or Ground Vehicles to pass over the obstacles."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bridge"@en ; + "A Land Transportation Artifact that is designed to span physical obstacles without closing the way underneath to enable Persons or Ground Vehicles to pass over the obstacles."@en ; + "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001100 -cco:ont00001100 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Measurement Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to measure one or more features of a specified object or class of objects."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to measure one or more features of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001101 -cco:ont00001101 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001176 ; - rdfs:label "Interval Estimate Information Content Entity"@en ; - skos:altLabel "Interval Estimate"@en , - "Interval Estimate Measurement Information Content Entity"@en ; - skos:definition "An Estimate Information Content Entity that consists of an interval of possible (or probable) values for the measured entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Interval Estimate Information Content Entity"@en ; + "Interval Estimate"@en , + "Interval Estimate Measurement Information Content Entity"@en ; + "An Estimate Information Content Entity that consists of an interval of possible (or probable) values for the measured entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001102 -cco:ont00001102 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Commercial Facility"@en ; - skos:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Commercial Facility"@en ; + "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ; + "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001103 -cco:ont00001103 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001916 ; - owl:someValuesFrom cco:ont00001045 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000686 ; - rdfs:label "Artifact Model Name"@en ; - skos:definition "A Designative Information Content Entity that designates some Material Artifact Model."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Artifact Model Name"@en ; + "A Designative Information Content Entity that designates some Material Artifact Model."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001104 -cco:ont00001104 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000088 ; - rdfs:label "Long Gun"@en ; - skos:definition "A Firearm that is designed to have a longer barrel than a Hand Gun and to be fired while braced against the shoulder."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Long Gun"@en ; + "A Firearm that is designed to have a longer barrel than a Hand Gun and to be fired while braced against the shoulder."@en ; + "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001105 -cco:ont00001105 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000716 ; - rdfs:label "Secondary Cell Electric Battery"@en ; - skos:altLabel "Rechargeable Battery"@en , - "Secondary Cell Battery"@en ; - skos:definition "An Electric Battery that is designed to be recharged."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Secondary Cell Electric Battery"@en ; + "Rechargeable Battery"@en , + "Secondary Cell Battery"@en ; + "An Electric Battery that is designed to be recharged."@en ; + "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001106 -cco:ont00001106 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000387 ; - rdfs:label "Roll Axis"@en ; - skos:altLabel "Longitudinal Axis"@en ; - skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Roll Axis"@en ; + "Longitudinal Axis"@en ; + "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001107 -cco:ont00001107 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001315 ; - rdfs:label "Landfill"@en ; - skos:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Landfill"@en ; + "A Waste Management Facility that is designed for disposing of waste by burial."@en ; + "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001108 -cco:ont00001108 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000732 ; - rdfs:comment """The corresponding Wavelength range is 1–0.1 m. + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultra High Frequency"@en ; + "ITU Band Number 9"@en ; + "A Microwave Frequency that is between 300 MHz and 3 GHz."@en ; + """The corresponding Wavelength range is 1–0.1 m. Note that the ITU definition of UHF is broader than the definition given by IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands, which sets the frequency range at 300 MHz to 1 GHz."""@en ; - rdfs:label "Ultra High Frequency"@en ; - skos:altLabel "ITU Band Number 9"@en ; - skos:definition "A Microwave Frequency that is between 300 MHz and 3 GHz."@en ; - cco:ont00001753 "UHF" ; - cco:ont00001754 "International Telecommunication Union (ITU)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + "UHF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001109 -cco:ont00001109 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000368 ; - rdfs:label "Counter-Clockwise Rotational Motion"@en ; - skos:altLabel "Anti-Clockwise Rotation"@en , - "CCW Rotational Motion"@en , - "Counter-Clockwise Rotation"@en ; - skos:definition "A Rotational Motion in which the direction of rotation is toward the left as seen relative to the designated side of the plane of rotation."@en ; - skos:example "the axial rotation of the Earth as seen from above the North Pole" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Counter-Clockwise Rotational Motion"@en ; + "Anti-Clockwise Rotation"@en , + "CCW Rotational Motion"@en , + "Counter-Clockwise Rotation"@en ; + "A Rotational Motion in which the direction of rotation is toward the left as seen relative to the designated side of the plane of rotation."@en ; + "the axial rotation of the Earth as seen from above the North Pole" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001110 -cco:ont00001110 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - rdfs:label "Evening"@en ; - skos:definition "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Evening"@en ; + "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001111 -cco:ont00001111 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000530 ; - rdfs:label "Low Midrange Frequency"@en ; - skos:definition "A Sonic Frequency that is between 250 and 500 Hz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Low Midrange Frequency"@en ; + "A Sonic Frequency that is between 250 and 500 Hz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001112 -cco:ont00001112 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000712 ; - rdfs:label "Proper Acceleration"@en ; - skos:definition "An Acceleration of an object relative to a free-fall, or inertial, observer who is momentarily at rest relative to the object being measured (hence, gravity does not cause Proper Acceleration)."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Proper Acceleration"@en ; + "An Acceleration of an object relative to a free-fall, or inertial, observer who is momentarily at rest relative to the object being measured (hence, gravity does not cause Proper Acceleration)."@en ; + "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001113 -cco:ont00001113 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Magenta"@en ; - skos:definition "A Color consisting of red and blue hues."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Magenta"@en ; + "A Color consisting of red and blue hues."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001114 -cco:ont00001114 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000472 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00001203 - ] ; - owl:disjointWith cco:ont00001203 ; - rdfs:comment "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ; - rdfs:label "Division of Delimiting Domain"@en ; - skos:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ; - skos:example "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + owl:disjointWith ; + rdfs:label "Division of Delimiting Domain"@en ; + "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ; + "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ; + "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001115 -cco:ont00001115 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001190 ; - rdfs:label "Private Network Telephone Call"@en ; - skos:definition "A Telephone Call transmitted over a network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world, usually used inside companies and call centers (a.k.a. private branch exchange (PBX))."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Private Network Telephone Call"@en ; + "A Telephone Call transmitted over a network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world, usually used inside companies and call centers (a.k.a. private branch exchange (PBX))."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001116 -cco:ont00001116 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000203 ; - rdfs:label "Reference Time"@en ; - skos:altLabel "Epoch"@en , - "Epoch Time"@en , - "Reference Date"@en ; - skos:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reference Time"@en ; + "Epoch"@en , + "Epoch Time"@en , + "Reference Date"@en ; + "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ; + "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001117 -cco:ont00001117 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000252 ; - rdfs:label "Propelling Nozzle"@en ; - skos:altLabel "Jet Nozzle"@en ; - skos:definition "A Nozzle that is used to convert a propulsion Engine into a Jet Engine and functions by using its narrowest part, the throat, to increase Pressure within the Engine by constricting flow, usually until the flow chokes, then expanding the exhaust stream to, or near to, atmospheric pressure, while forming it into a high speed jet to propel the Vehicle."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propelling Nozzle"@en ; + "Jet Nozzle"@en ; + "A Nozzle that is used to convert a propulsion Engine into a Jet Engine and functions by using its narrowest part, the throat, to increase Pressure within the Engine by constricting flow, usually until the flow chokes, then expanding the exhaust stream to, or near to, atmospheric pressure, while forming it into a high speed jet to propel the Vehicle."@en ; + "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001118 -cco:ont00001118 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - rdfs:label "Surface Tension"@en ; - skos:definition "A Disposition that inheres in a liquid and is realized when the cohesive forces of the molecules in the bearer at the surface are greater than the adhesive forces of the molecules in the surrounding air."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Surface Tension"@en ; + "A Disposition that inheres in a liquid and is realized when the cohesive forces of the molecules in the bearer at the surface are greater than the adhesive forces of the molecules in the surrounding air."@en ; + "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001119 -cco:ont00001119 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001298 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002044 - ] ; - rdfs:label "Material Copy of a Form Document"@en ; - skos:altLabel "Document Form"@en ; - skos:definition "A Material Copy of a Document that has one or more Material Copy of a Document Field as parts in which to write or select prescribed content."@en ; - skos:example "A spreadsheet template" , - "A survey" ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Form_(document)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Form Document"@en ; + "Document Form"@en ; + "A Material Copy of a Document that has one or more Material Copy of a Document Field as parts in which to write or select prescribed content."@en ; + "A spreadsheet template" , + "A survey" ; + "https://en.wikipedia.org/wiki/Form_(document)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001120 -cco:ont00001120 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001075 ; - rdfs:label "Act of Religious Training Instruction"@en ; - skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Religious Organization by imparting knowledge of the tenets and/or practices of a religion to an Agent either directly or indirectly through some communication medium."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Religious Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Religious Organization by imparting knowledge of the tenets and/or practices of a religion to an Agent either directly or indirectly through some communication medium."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001121 -cco:ont00001121 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000294 ; - rdfs:label "Scramjet Engine"@en ; - skos:altLabel "Scramjet"@en , - "Supersonic Combusting Ramjet"@en ; - skos:definition "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air at supersonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Scramjet Engine"@en ; + "Scramjet"@en , + "Supersonic Combusting Ramjet"@en ; + "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air at supersonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001122 -cco:ont00001122 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000007 ; - rdfs:label "Radio Interference"@en ; - skos:definition "A Natural Process in which a radio signal is disrupted, whether unintentionally or as the result of an Act of Radio Jamming, Act of Radio Spoofing, or similar Planned Act."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Interference"@en ; + "A Natural Process in which a radio signal is disrupted, whether unintentionally or as the result of an Act of Radio Jamming, Act of Radio Spoofing, or similar Planned Act."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001123 -cco:ont00001123 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001153 ; - rdfs:label "Poison Artifact Function"@en ; - skos:definition "A Damaging Artifact Function that is realized in a process which causes illness in, or the death of, a living thing."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/poison" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Poison Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process which causes illness in, or the death of, a living thing."@en ; + "http://www.dictionary.com/browse/poison" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001124 -cco:ont00001124 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001150 ; - rdfs:label "Precision-Guided Missile"@en ; - skos:definition "A Portion of Ammunition that is designed to be a self-propelled and precision-guided projectile that delivers some payload (explosive or other) over relatively long distances."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Precision-Guided Missile"@en ; + "A Portion of Ammunition that is designed to be a self-propelled and precision-guided projectile that delivers some payload (explosive or other) over relatively long distances."@en ; + "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001125 -cco:ont00001125 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000084 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:ont00000500 - ] ; - rdfs:label "Set of Eyes"@en ; - skos:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Set of Eyes"@en ; + "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001126 -cco:ont00001126 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000784 ; - rdfs:comment "There are a variety of photometric measurements, such as luminous flux/power or luminous intensity, whose units are lumen and candela respectively, which attempt to describe properties associated with the perception of light. These are weighted measurements, typically by the luminosity function, as thus exist on the side of information content. It is a point of further development to add the needed intrinsic properties of radiation that such measurements are about."@en ; - rdfs:label "Luminescent Property"@en ; - skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light, but which isn't the result of the bearer being heated."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Luminescent Property"@en ; + "An Optical Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light, but which isn't the result of the bearer being heated."@en ; + "There are a variety of photometric measurements, such as luminous flux/power or luminous intensity, whose units are lumen and candela respectively, which attempt to describe properties associated with the perception of light. These are weighted measurements, typically by the luminosity function, as thus exist on the side of information content. It is a point of further development to add the needed intrinsic properties of radiation that such measurements are about."@en ; + "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001127 -cco:ont00001127 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000865 ; - rdfs:label "Loss of Quality"@en ; - skos:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Quality"@en ; + "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001128 -cco:ont00001128 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000676 ; - rdfs:label "Act of Residing"@en ; - skos:definition "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@en ; - cco:ont00001754 "http://www.thefreedictionary.com/reside" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Residing"@en ; + "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@en ; + "http://www.thefreedictionary.com/reside" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001129 -cco:ont00001129 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000113 ; - rdfs:label "Pressurization Control Artifact Function"@en ; - skos:definition "A Ventilation Control Artifact Function that is realized by processes in which some Material Artifact is used to control the partial pressure of air in some space."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pressurization Control Artifact Function"@en ; + "A Ventilation Control Artifact Function that is realized by processes in which some Material Artifact is used to control the partial pressure of air in some space."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001130 -cco:ont00001130 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000817 ; - rdfs:label "Geospatial Polygon"@en ; - skos:definition "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001131 -cco:ont00001131 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000966 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002029 - ] ; - rdfs:label "Material Copy of a EAN-8 Barcode"@en ; - skos:altLabel "EAN-8 Barcode"@en ; - skos:definition "A Material Copy of an EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Polygon"@en ; + "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001132 -cco:ont00001132 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000246 ; - rdfs:label "Stasis of Mission Capability"@en ; - skos:definition "A Stasis of Realizable Entity that holds during a temporal interval when a Continuant's capability (or lack thereof) to perform its intended Functions, tasks, or Objectives remains at a relatively constant level."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Mission Capability"@en ; + "A Stasis of Realizable Entity that holds during a temporal interval when a Continuant's capability (or lack thereof) to perform its intended Functions, tasks, or Objectives remains at a relatively constant level."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001133 -cco:ont00001133 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000007 ; - rdfs:label "Motion"@en ; - skos:definition "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motion"@en ; + "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001134 -cco:ont00001134 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Vehicle Frame"@en ; - skos:definition "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle Frame"@en ; + "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en ; + "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001135 -cco:ont00001135 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000838 ; - rdfs:label "Portion of Liquid Fuel"@en ; - skos:definition "A Portion of Fuel that is stored in a liquid state."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Fuel"@en ; + "A Portion of Fuel that is stored in a liquid state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001136 -cco:ont00001136 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000008 ; - rdfs:label "Ultrasonic Frequency"@en ; - skos:definition "A Sound Frequency that is greater than 20 kHz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultrasonic Frequency"@en ; + "A Sound Frequency that is greater than 20 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001137 -cco:ont00001137 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000628 ; - rdfs:label "Radiation Reflectivity"@en ; - skos:definition "A Disposition to Interact with Electromagnetic Radiation that inheres in a bearer in virtue of the capacity of that bearer to scatter or reflect electromagnetic radiation of a given frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiation Reflectivity"@en ; + "A Disposition to Interact with Electromagnetic Radiation that inheres in a bearer in virtue of the capacity of that bearer to scatter or reflect electromagnetic radiation of a given frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001138 -cco:ont00001138 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000499 ; - rdfs:label "Beverage Antenna"@en ; - skos:definition "A Wire Antenna that consists of a horizontal wire one-half to two wavelengths long that is suspended above the ground with one end attached to the receiver feedline and the other grounded and which is typically used in the low and medium frequency radio bands."@en ; - cco:ont00001754 "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Beverage Antenna"@en ; + "A Wire Antenna that consists of a horizontal wire one-half to two wavelengths long that is suspended above the ground with one end attached to the receiver feedline and the other grounded and which is typically used in the low and medium frequency radio bands."@en ; + "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001139 -cco:ont00001139 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000713 ; - rdfs:label "Spacecraft"@en ; - skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spacecraft"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en ; + "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001140 -cco:ont00001140 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Flywheel"@en ; - skos:definition "A Material Artifact that is designed to store rotational energy such that it has a significant moment of inertia which enables it to resist changes in rotational speed."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Flywheel"@en ; + "A Material Artifact that is designed to store rotational energy such that it has a significant moment of inertia which enables it to resist changes in rotational speed."@en ; + "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001141 -cco:ont00001141 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - rdfs:comment "The disposition will typically be a function of an artifact, which is often designed to be part of some Infrastructure system. But not always. In some cases an entity may be repurposed to be an element of some Infrastructure. In those cases it is a capability of that entity that supports the functioning of the system."@en ; - rdfs:label "Infrastructure Role"@en ; - skos:definition "A Role that inheres in the bearer of a Disposition and has been assigned to an Infrastructure System such that the realization of that Disposition is sometimes part of the functioning of the Infrastructure System."@en ; - cco:ont00001754 "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrastructure Role"@en ; + "A Role that inheres in the bearer of a Disposition and has been assigned to an Infrastructure System such that the realization of that Disposition is sometimes part of the functioning of the Infrastructure System."@en ; + "The disposition will typically be a function of an artifact, which is often designed to be part of some Infrastructure system. But not always. In some cases an entity may be repurposed to be an element of some Infrastructure. In those cases it is a capability of that entity that supports the functioning of the system."@en ; + "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001142 -cco:ont00001142 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Violet"@en ; - skos:definition "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Violet"@en ; + "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001143 -cco:ont00001143 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000517 ; - rdfs:label "Facsimile Transmission"@en ; - skos:altLabel "Act of Facsimile Transmission"@en , - "Act of Faxing"@en ; - skos:definition "An Act of Communication by Media in which the Information Content Entity that inheres in a Document is transmitted over a Telephone Network."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Facsimile Transmission"@en ; + "Act of Facsimile Transmission"@en , + "Act of Faxing"@en ; + "An Act of Communication by Media in which the Information Content Entity that inheres in a Document is transmitted over a Telephone Network."@en ; + "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001144 -cco:ont00001144 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Entertainment"@en ; - skos:definition "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Entertainment"@en ; + "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ; + "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001145 -cco:ont00001145 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000903 ; - rdfs:label "Radio Receiver"@en ; - skos:definition "A Radio Communication Instrument that is an electronic device that is designed to extract information from radio waves intercepted by a Radio Antenna by using electronic filters to separate the desired radio frequency signal from other signals, an electronic amplifier to increase the power of the signal, and demodulation to recover the desired information."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Receiver"@en ; + "A Radio Communication Instrument that is an electronic device that is designed to extract information from radio waves intercepted by a Radio Antenna by using electronic filters to separate the desired radio frequency signal from other signals, an electronic amplifier to increase the power of the signal, and demodulation to recover the desired information."@en ; + "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001146 -cco:ont00001146 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001328 ; - rdfs:comment "Sidereal Time is the angle measured from an observer's meridian along the celestial equator to the Great Circle that passes through the March equinox and both poles. This angle is usually expressed in Hours, Minutes, and Seconds."@en ; - rdfs:label "Sidereal Time Reference System"@en ; - skos:definition "A Temporal Reference System that is based on Earth's rate of rotation measured relative to one or more fixed Stars (rather than the Sun)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sidereal Time Reference System"@en ; + "A Temporal Reference System that is based on Earth's rate of rotation measured relative to one or more fixed Stars (rather than the Sun)."@en ; + "Sidereal Time is the angle measured from an observer's meridian along the celestial equator to the Great Circle that passes through the March equinox and both poles. This angle is usually expressed in Hours, Minutes, and Seconds."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001147 -cco:ont00001147 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Violence"@en ; - skos:definition "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Violence"@en ; + "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ; + "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001148 -cco:ont00001148 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000727 ; - rdfs:label "Electromagnetic Communication Artifact Function"@en ; - skos:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electromagnetic Communication Artifact Function"@en ; + "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001149 -cco:ont00001149 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001101 ; - rdfs:label "Data Range Interval Estimate Information Content Entity"@en ; - skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a set of values and is equal to the absolute difference between the largest value and the smallest value in the set."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Data Range Interval Estimate Information Content Entity"@en ; + "A Ratio Measurement Information Content Entity that is a measurement of a set of values and is equal to the absolute difference between the largest value and the smallest value in the set."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001150 -cco:ont00001150 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000445 ; - rdfs:label "Portion of Ammunition"@en ; - skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by being projected toward its target at a significant Velocity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Ammunition"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by being projected toward its target at a significant Velocity."@en ; + "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001151 -cco:ont00001151 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000893 ; - rdfs:label "Portion of Paper"@en ; - skos:definition "An Information Medium Artifact that is designed to bear some Information Content Entity by means of pressing together moist fibres of cellulose pulp derived from wood, rags, or grasses, and drying them into flexible sheets."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Paper"@en ; + "An Information Medium Artifact that is designed to bear some Information Content Entity by means of pressing together moist fibres of cellulose pulp derived from wood, rags, or grasses, and drying them into flexible sheets."@en ; + "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001152 -cco:ont00001152 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001203 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001864 ; - owl:someValuesFrom cco:ont00001335 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001203 ; - rdfs:label "Government Domain"@en ; - skos:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Government Domain"@en ; + "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001153 -cco:ont00001153 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Damaging Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Damaging Artifact Function"@en ; + "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001154 -cco:ont00001154 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001924 ; - owl:someValuesFrom cco:ont00000992 - ] ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Second Temporal Interval"@en ; - skos:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Multi-Second Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ; + "This is a defined class."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001155 -cco:ont00001155 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000601 ; - rdfs:label "Full Motion Video Imaging Artifact Function"@en ; - skos:definition "An Imaging Artifact Function that inheres in Material Artifacts that are designed to produce video of entities that is of high enough quality to make the represented motion appear continuous to human viewers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Full Motion Video Imaging Artifact Function"@en ; + "An Imaging Artifact Function that inheres in Material Artifacts that are designed to produce video of entities that is of high enough quality to make the represented motion appear continuous to human viewers."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001156 -cco:ont00001156 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002037 - ] ; - rdfs:label "Material Copy of a Information Line"@en ; - skos:altLabel "Information Line"@en ; - skos:definition "An Information Bearing Artifact that consists of a single line or row of some larger Information Bearing Artifact of which it is a part."@en ; - skos:example "a line in a computer file that bears a portion of code for some computer program" , - "a line of data in a database" , - "a line of text in a book" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Information Line"@en ; + "Information Line"@en ; + "An Information Bearing Artifact that consists of a single line or row of some larger Information Bearing Artifact of which it is a part."@en ; + "a line in a computer file that bears a portion of code for some computer program" , + "a line of data in a database" , + "a line of text in a book" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001157 -cco:ont00001157 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000288 ; - rdfs:label "Hydraulic Power Source"@en ; - skos:definition "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Power Source"@en ; + "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001158 -cco:ont00001158 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000366 ; - rdfs:label "Act of Data Transformation"@en ; - skos:definition "An Act of Information Processing in which an algorithm is executed to act upon one or more input Information Content Entities into one or more output Information Content Entities."@en ; - skos:scopeNote "It is not a requirement that the output Information Content Entity(ies) be qualitatively distinct from the input(s) as a result of an Act of Data Transformation, though doing so is typically the goal of performing this Act. Consider, for example, selecting a column in an Excel spreadsheet then executing the \\\"Remove Duplicates\\\" Algorithm on it. The intent is to remove rows in that column containing duplicate content. If no duplicate values are present, the information in the column remains unchanged but an Act of Data Transformation was nonetheless performed."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Data Transformation"@en ; + "An Act of Information Processing in which an algorithm is executed to act upon one or more input Information Content Entities into one or more output Information Content Entities."@en ; + "It is not a requirement that the output Information Content Entity(ies) be qualitatively distinct from the input(s) as a result of an Act of Data Transformation, though doing so is typically the goal of performing this Act. Consider, for example, selecting a column in an Excel spreadsheet then executing the \\\"Remove Duplicates\\\" Algorithm on it. The intent is to remove rows in that column containing duplicate content. If no duplicate values are present, the information in the column remains unchanged but an Act of Data Transformation was nonetheless performed."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001159 -cco:ont00001159 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000537 ; - rdfs:label "Bond"@en ; - skos:definition "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Bond_(finance)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bond"@en ; + "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en ; + "https://en.wikipedia.org/wiki/Bond_(finance)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001160 -cco:ont00001160 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000791 ; - rdfs:label "Solvent Artifact Function"@en ; - skos:definition "A Chemical Reaction Artifact Function that is realized in the dissolving of other substances (namely, solutes) without change in the former's chemical structure."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solvent Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in the dissolving of other substances (namely, solutes) without change in the former's chemical structure."@en ; + "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001161 -cco:ont00001161 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000719 ; - rdfs:label "Counterfeit Legal Instrument"@en ; - skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Counterfeit Legal Instrument"@en ; + "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en ; + "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001162 -cco:ont00001162 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000402 ; - rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"@en ; - rdfs:label "Act of Commissive Communication"@en ; - skos:definition "An Act of Communication in which an Agent commits themselves to doing, or refraining from doing, some future action."@en ; - cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Commissive Communication"@en ; + "An Act of Communication in which an Agent commits themselves to doing, or refraining from doing, some future action."@en ; + "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001163 -cco:ont00001163 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000853 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001966 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000853 ; - rdfs:label "Measurement Information Content Entity"@en ; - skos:altLabel "Measurement ICE"@en ; - skos:definition "A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Measurement Information Content Entity"@en ; + "Measurement ICE"@en ; + "A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001164 -cco:ont00001164 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001152 ; - rdfs:label "County"@en ; - skos:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "County"@en ; + "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ; + "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001165 -cco:ont00001165 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000332 ; - rdfs:label "Terrorist Training Camp"@en ; - skos:definition "A Training Camp designed to teach students methods of terrorism."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Terrorist Training Camp"@en ; + "A Training Camp designed to teach students methods of terrorism."@en ; + "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001166 -cco:ont00001166 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001924 ; - owl:someValuesFrom cco:ont00000085 - ] ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Minute Temporal Interval"@en ; - skos:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Multi-Minute Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ; + "This is a defined class."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001167 -cco:ont00001167 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000530 ; - rdfs:label "Midrange Frequency"@en ; - skos:definition "A Sonic Frequency that is between 500 Hz and 2 kHz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Midrange Frequency"@en ; + "A Sonic Frequency that is between 500 Hz and 2 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001168 -cco:ont00001168 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - rdfs:label "Reaction Mass"@en ; - skos:altLabel "Working Mass"@en ; - skos:definition "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reaction Mass"@en ; + "Working Mass"@en ; + "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en ; + "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001169 -cco:ont00001169 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Communication Relay Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to first receive and then transmit information from one Material Artifact to another for the purpose of communiction."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Relay Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to first receive and then transmit information from one Material Artifact to another for the purpose of communiction."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001170 -cco:ont00001170 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000490 ; - rdfs:label "Hard X-ray Frequency"@en ; - skos:definition "An X-Ray Frequency that is between 3 and 30 exahertz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hard X-ray Frequency"@en ; + "An X-Ray Frequency that is between 3 and 30 exahertz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001171 -cco:ont00001171 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001190 ; - rdfs:label "Wireless Network Telephone Call"@en ; - skos:definition "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wireless Network Telephone Call"@en ; + "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001172 -cco:ont00001172 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000593 ; - rdfs:label "Portion of Gelatinous Propellant"@en ; - skos:definition "A Portion of Propellant that is stored in a gelatinous state."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Gelatinous Propellant"@en ; + "A Portion of Propellant that is stored in a gelatinous state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001173 -cco:ont00001173 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001051 ; - rdfs:label "Rocket Launcher"@en ; - skos:definition "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rocket Launcher"@en ; + "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en ; + "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001174 -cco:ont00001174 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Electromagnetic Shielding Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process in which an electromagnetic field is blocked by barriers made of conductive or magnetic materials."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electromagnetic Shielding Artifact Function"@en ; + "An Artifact Function that is realized in a process in which an electromagnetic field is blocked by barriers made of conductive or magnetic materials."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001175 -cco:ont00001175 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000965 ; - rdfs:label "Language"@en ; - skos:definition "A Directive Information Content Entity that prescribes a canonical format for communication."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Language"@en ; + "A Prescriptive Information Content Entity that prescribes a canonical format for communication."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001176 -cco:ont00001176 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001163 ; - rdfs:label "Estimate Information Content Entity"@en ; - skos:altLabel "Estimate"@en , - "Estimate Measurement Information Content Entity"@en , - "Estimated Value"@en ; - skos:definition "A Measurement Information Content Entity that is a measurement of an entity based on partial information about that entity or an appropriately similar entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Estimate Information Content Entity"@en ; + "Estimate"@en , + "Estimate Measurement Information Content Entity"@en , + "Estimated Value"@en ; + "A Measurement Information Content Entity that is a measurement of an entity based on partial information about that entity or an appropriately similar entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001177 -cco:ont00001177 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000119 ; - rdfs:label "Roll Orientation"@en ; - skos:altLabel "Roll"@en ; - skos:definition "A Spatial Orientation of an Object relative to its Roll Axis."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Roll Orientation"@en ; + "Roll"@en ; + "A Spatial Orientation of an Object relative to its Roll Axis."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001178 -cco:ont00001178 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001326 ; - rdfs:label "Railway Crossing"@en ; - skos:altLabel "Level Crossing"@en ; - skos:definition "A Land Transportation Artifact that is designed to enable Persons or Ground Vehicles to cross a Railway when traveling along a road or path that is perpendicular to and at the same elevation as the Railway at the point where they overlap."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Railway Crossing"@en ; + "Level Crossing"@en ; + "A Land Transportation Artifact that is designed to enable Persons or Ground Vehicles to cross a Railway when traveling along a road or path that is perpendicular to and at the same elevation as the Railway at the point where they overlap."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001179 -cco:ont00001179 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000893 ; - rdfs:label "Digital Storage Device"@en ; - skos:definition "An Information Medium Artifact that is designed to bear some Information Content Entity by means of recording that information in digital (binary) format."@en ; - skos:example "A computer's Hard Disk Drive" , - "A portable USB Drive" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Digital Storage Device"@en ; + "An Information Medium Artifact that is designed to bear some Information Content Entity by means of recording that information in digital (binary) format."@en ; + "A computer's Hard Disk Drive" , + "A portable USB Drive" ; + "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001180 -cco:ont00001180 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000300 ; - rdfs:comment "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ; - rdfs:label "Organization"@en ; - skos:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ; - cco:ont00001754 "http://purl.obolibrary.org/obo/OBI_0000245" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Organization"@en ; + "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ; + "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ; + "http://purl.obolibrary.org/obo/OBI_0000245" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001181 -cco:ont00001181 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000287 ; - rdfs:label "Triple Inertial Navigation System"@en ; - skos:altLabel "Triple INS"@en ; - skos:definition "An Inertial Navigation System that is designed to use three redundant computers to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references, in such a way that eliminates the need for a navigator."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Triple Inertial Navigation System"@en ; + "Triple INS"@en ; + "An Inertial Navigation System that is designed to use three redundant computers to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references, in such a way that eliminates the need for a navigator."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001182 -cco:ont00001182 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000145 ; - rdfs:label "Phase Angle"@en ; - skos:altLabel "Orbital Phase Angle"@en ; - skos:definition "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Phase Angle"@en ; + "Orbital Phase Angle"@en ; + "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@en ; + "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001183 -cco:ont00001183 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000300 ; - rdfs:label "Social Network"@en ; - skos:definition "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Social Network"@en ; + "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001184 -cco:ont00001184 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000368 ; - rdfs:label "Spinning Motion"@en ; - skos:definition "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spinning Motion"@en ; + "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001185 -cco:ont00001185 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000713 ; - rdfs:label "Rocket"@en ; - skos:definition "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rocket"@en ; + "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en ; + "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001186 -cco:ont00001186 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000784 ; - rdfs:label "Color Hue"@en ; - skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect a dominant wavelength of the visible light spectrum, which is typically divided up into 6 to 8 ranges."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Color Hue"@en ; + "An Optical Property that inheres in a bearer in virtue of its capacity to reflect a dominant wavelength of the visible light spectrum, which is typically divided up into 6 to 8 ranges."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001187 -cco:ont00001187 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Navigation System"@en ; - skos:definition "A Material Artifact that is designed to enable an Agent or Material Artifact to determine the position or direction of some object, usually for the purpose of monitoring or controlling the movement of some Vehicle from one place to another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Navigation System"@en ; + "A Material Artifact that is designed to enable an Agent or Material Artifact to determine the position or direction of some object, usually for the purpose of monitoring or controlling the movement of some Vehicle from one place to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001188 -cco:ont00001188 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000715 ; - rdfs:label "Denture"@en ; - skos:definition "A Prosthesis that is designed to replace missing teeth."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Denture"@en ; + "A Prosthesis that is designed to replace missing teeth."@en ; + "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001189 -cco:ont00001189 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Blue"@en ; - skos:definition "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Blue"@en ; + "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001190 -cco:ont00001190 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000517 ; - rdfs:label "Telephone Call"@en ; - skos:altLabel "Act of Telephone Calling"@en ; - skos:definition "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone Call"@en ; + "Act of Telephone Calling"@en ; + "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001191 -cco:ont00001191 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001213 ; - rdfs:label "Operational Stasis"@en ; - skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when a Material Artifact maintains its designed set of Artifact Functions (or at least maintains its primary functions)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Operational Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when a Material Artifact maintains its designed set of Artifact Functions (or at least maintains its primary functions)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001192 -cco:ont00001192 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000092 ; - rdfs:label "Radio Antenna"@en ; - skos:definition "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Antenna_(radio)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Antenna"@en ; + "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en ; + "https://en.wikipedia.org/wiki/Antenna_(radio)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001193 -cco:ont00001193 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - rdfs:label "Fatigability"@en ; - skos:definition "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fatigability"@en ; + "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001194 -cco:ont00001194 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000642 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000057 ; - owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom obo:BFO_0000023 - ] - ) ; - rdf:type owl:Class - ] - ] ; - rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Role."@en ; - rdfs:label "Gain of Role"@en ; - skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Role"@en ; + "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ; + "This class should be used to demarcate the start of the temporal interval (through the occupies temporal region property) that the Entity bears the Role."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001195 -cco:ont00001195 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000207 ; - rdfs:label "Geospatial Error Region"@en ; - skos:definition "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Error Region"@en ; + "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001196 -cco:ont00001196 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000908 ; - rdfs:comment "Many Acts of Manufacturing and Construction involve one or more Acts of Artifact Assembly, but Acts of Artifact Assembly can also occur in isolation from these activities."@en ; - rdfs:label "Act of Artifact Assembly"@en ; - skos:definition "An Act of Artifact Processing wherein a new Material Artifact are created by fitting component parts together."@en ; - skos:example "putting together a piece of furniture purchased from Ikea" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Artifact Assembly"@en ; + "An Act of Material Artifact Processing wherein a new Material Artifact are created by fitting component parts together."@en ; + "putting together a piece of furniture purchased from Ikea" ; + "Many Acts of Manufacturing and Construction involve one or more Acts of Artifact Assembly, but Acts of Artifact Assembly can also occur in isolation from these activities."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001197 -cco:ont00001197 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000574 ; - rdfs:label "Anthropogenic Feature"@en ; - skos:definition "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/anthropogenic" ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Anthropogenic Feature"@en ; + "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en ; + "http://www.merriam-webster.com/dictionary/anthropogenic" ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001198 -cco:ont00001198 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000796 ; - rdfs:comment "In American-English, the term 'Railcar' is often used in a broader sense that is interchangeable with 'Railroad Car'."@en ; - rdfs:label "Railcar"@en ; - skos:definition "A Rail Transport Vehicle that consists of a single self-propelled Vehicle that is not a Train, is designed to transport passengers, and which may also be designed to connect to other Railcars to form a Train."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Railcar"@en ; + "A Rail Transport Vehicle that consists of a single self-propelled Vehicle that is not a Train, is designed to transport passengers, and which may also be designed to connect to other Railcars to form a Train."@en ; + "In American-English, the term 'Railcar' is often used in a broader sense that is interchangeable with 'Railroad Car'."@en ; + "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001199 -cco:ont00001199 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Protruding"@en ; - skos:definition "A Shape Quality inhering in a part of an object in virtue of the part extending out above or beyond the surface of the object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Protruding"@en ; + "A Shape Quality inhering in a part of an object in virtue of the part extending out above or beyond the surface of the object."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001200 -cco:ont00001200 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Structural Support Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact providing physical support to another object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Structural Support Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact providing physical support to another object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001201 -cco:ont00001201 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001326 ; - rdfs:label "Trail"@en ; - skos:definition "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Trail"@en ; + "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en ; + "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001202 -cco:ont00001202 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - rdfs:label "Size Quality"@en ; - skos:definition "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Size Quality"@en ; + "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001203 -cco:ont00001203 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000472 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001864 ; - owl:someValuesFrom cco:ont00001180 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000472 ; - dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Delimiting Domain"@en ; - skos:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; - skos:prefLabel "Delimiting Domain"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Delimiting Domain"@en ; + "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; + "Delimiting Domain"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001204 -cco:ont00001204 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - rdfs:label "Night"@en ; - skos:definition "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Night"@en ; + "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001205 -cco:ont00001205 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000398 ; - rdfs:label "Priority Scale"@en ; - skos:definition "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Priority Scale"@en ; + "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001206 -cco:ont00001206 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001924 ; - owl:someValuesFrom cco:ont00000832 - ] ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Year Temporal Interval"@en ; - skos:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Multi-Year Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ; + "This is a defined class."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001207 -cco:ont00001207 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000136 ; - rdfs:label "Optical Lens"@en ; - skos:altLabel "Lens"@en ; - skos:definition "An Optical Instrument that is designed to focus or disperse a beam of light entering the lens by means of refraction."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Lens_(optics)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Lens"@en ; + "Lens"@en ; + "An Optical Instrument that is designed to focus or disperse a beam of light entering the lens by means of refraction."@en ; + "https://en.wikipedia.org/wiki/Lens_(optics)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001208 -cco:ont00001208 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000150 ; - rdfs:comment "The corresponding Wavelength range is 100–10 m"@en ; - rdfs:label "High Frequency"@en ; - skos:altLabel "ITU Band Number 7"@en ; - skos:definition "A Radio Frequency that is between 3 and 30 MHz."@en ; - cco:ont00001753 "HF" ; - cco:ont00001754 "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001209 -cco:ont00001209 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000326 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002036 - ] ; - rdfs:label "Material Copy of a UPC-E Barcode"@en ; - skos:altLabel "UPC-E Barcode"@en ; - skos:definition "A Material Copy of a UPC Barcode that consists of 6 numerical digits."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "High Frequency"@en ; + "ITU Band Number 7"@en ; + "A Radio Frequency that is between 3 and 30 MHz."@en ; + "The corresponding Wavelength range is 100–10 m"@en ; + "HF" ; + "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001210 -cco:ont00001210 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Retail Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of selling goods or merchandise in small or individual lots for direct consumption by persons or organizations."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Retail Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of selling goods or merchandise in small or individual lots for direct consumption by persons or organizations."@en ; + "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001211 -cco:ont00001211 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Lifting Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by processes in which some Material Artifact is used to lift some object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lifting Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Material Artifact is used to lift some object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001212 -cco:ont00001212 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001033 ; - rdfs:label "Female Sex"@en ; - skos:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ; - cco:ont00001754 "http://purl.org/obo/owl/PATO#PATO_0000383" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Female Sex"@en ; + "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ; + "http://purl.org/obo/owl/PATO#PATO_0000383" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001213 -cco:ont00001213 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000246 ; - rdfs:label "Stasis of Artifact Operationality"@en ; - skos:definition "A Stasis of Realizable Entity that holds during a Temporal Interval when a Material Artifact's designed set of Artifact Functions (or at least its primary functions) or the realizations of those functions remain unchanged."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Artifact Operationality"@en ; + "A Stasis of Realizable Entity that holds during a Temporal Interval when a Material Artifact's designed set of Artifact Functions (or at least its primary functions) or the realizations of those functions remain unchanged."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001214 -cco:ont00001214 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001048 ; - rdfs:label "Increase of Specifically Dependent Continuant"@en ; - skos:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Specifically Dependent Continuant"@en ; + "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001215 -cco:ont00001215 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000455 ; - rdfs:label "Funeral"@en ; - skos:altLabel "Act of Funeral Ceremony"@en ; - skos:definition "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Funeral"@en ; + "Act of Funeral Ceremony"@en ; + "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@en ; + "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001216 -cco:ont00001216 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000136 ; - rdfs:label "Periscope"@en ; - skos:definition "An Optical Instrument that is designed to enable observation of an object that is located over, around, or through another object, obstacle, or condition that prevents direct line-of-sight observation from the observer's current position."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Periscope"@en ; + "An Optical Instrument that is designed to enable observation of an object that is located over, around, or through another object, obstacle, or condition that prevents direct line-of-sight observation from the observer's current position."@en ; + "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001217 -cco:ont00001217 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000848 ; - rdfs:label "Medium Machine Gun"@en ; - skos:definition "A Mounted Gun that is designed to fire full-power rifle Cartridges (less than .50 caliber or 12.7mm) in quick succession from an ammunition belt, and which typically weighs 22-30 lbs."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Medium Machine Gun"@en ; + "A Mounted Gun that is designed to fire full-power rifle Cartridges (less than .50 caliber or 12.7mm) in quick succession from an ammunition belt, and which typically weighs 22-30 lbs."@en ; + "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001218 -cco:ont00001218 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Signal Processing Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Signal Processing Artifact Function"@en ; + "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ; + "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001219 -cco:ont00001219 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000763 - ] ; - rdfs:comment "Delta-v is not equivalent to and should not be confused with Acceleration, which is the rate of change of Velocity."@en ; - rdfs:label "Delta-v"@en ; - skos:altLabel "Change in Velocity"@en , - "DeltaV"@en ; - skos:definition "A Process Profile that is the total change in Velocity of an object's Motion."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Delta-v"@en ; + "Change in Velocity"@en , + "DeltaV"@en ; + "A Process Profile that is the total change in Velocity of an object's Motion."@en ; + "Delta-v is not equivalent to and should not be confused with Acceleration, which is the rate of change of Velocity."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001220 -cco:ont00001220 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001384 ; - rdfs:label "Opaque"@en ; - skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's incapacity to transmit electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs all electromagnetic radiation of that frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Opaque"@en ; + "An Opacity that inheres in a bearer in virtue of that bearer's incapacity to transmit electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs all electromagnetic radiation of that frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001221 -cco:ont00001221 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000210 ; - rdfs:label "Physically Powered Engine"@en ; - skos:altLabel "Physical Engine"@en ; - skos:definition "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Physically Powered Engine"@en ; + "Physical Engine"@en ; + "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001222 -cco:ont00001222 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001049 ; - rdfs:label "Solar Panel System"@en ; - skos:altLabel "Photovoltaic System"@en , - "Solar Array"@en ; - skos:definition "An Electrical Power Source that consists in part of one or more Solar Panels, a power inverter, electrical wiring between the components, a mounting and support structure, and may also include a battery and/or a solar tracking system and is the bearer of functions realized in processes of deriving, transferring, and storing electrical energy derived from light energy."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solar Panel System"@en ; + "Photovoltaic System"@en , + "Solar Array"@en ; + "An Electrical Power Source that consists in part of one or more Solar Panels, a power inverter, electrical wiring between the components, a mounting and support structure, and may also include a battery and/or a solar tracking system and is the bearer of functions realized in processes of deriving, transferring, and storing electrical energy derived from light energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001223 -cco:ont00001223 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001145 ; - rdfs:label "Dish Receiver"@en ; - skos:definition "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Dish Receiver"@en ; + "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001224 -cco:ont00001224 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001324 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001974 ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001324 ; - rdfs:label "Process Requirement"@en ; - skos:altLabel "Duty"@en , - "Obligation"@en ; - skos:definition "A Process Regulation that requires some Process."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Process Requirement"@en ; + "Duty"@en , + "Obligation"@en ; + "A Process Regulation that requires some Process."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001225 -cco:ont00001225 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Yellow"@en ; - skos:definition "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Yellow"@en ; + "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001226 -cco:ont00001226 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000433 ; - rdfs:label "Act of Employment"@en ; - skos:definition "An Act of Association wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Employment by an Organization"@en ; + "An Act of Employment wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001227 -cco:ont00001227 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000752 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001857 ; - owl:someValuesFrom cco:ont00001028 - ] ; - rdfs:label "Longitudinal Wave Profile"@en ; - skos:altLabel "Compression Wave"@en , - "Longitudinal Wave"@en ; - skos:definition "A Wave Process Profile in which the displacement of participating particles is parallel to the direction of the Wave Process' propogation such that the particles alternate between participating in processes of compression and rarefaction as they participate in individual Wave Processes."@en ; - cco:ont00001754 "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Longitudinal Wave Profile"@en ; + "Compression Wave"@en , + "Longitudinal Wave"@en ; + "A Wave Process Profile in which the displacement of participating particles is parallel to the direction of the Wave Process' propogation such that the particles alternate between participating in processes of compression and rarefaction as they participate in individual Wave Processes."@en ; + "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001228 -cco:ont00001228 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001298 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002045 - ] ; - rdfs:label "Material Copy of a Journal Article"@en ; - skos:altLabel "Journal Article"@en ; - skos:definition "A Material Copy of a Document that is designed to carry a specific brief composition on a specific topic as part of a Journal Issue."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Journal Article"@en ; + "Journal Article"@en ; + "A Material Copy of a Document that is designed to carry a specific brief composition on a specific topic as part of a Journal Issue."@en ; + "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001229 -cco:ont00001229 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001050 ; - rdfs:label "Alkaline Electric Battery"@en ; - skos:definition "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Alkaline Electric Battery"@en ; + "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001230 -cco:ont00001230 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000499 ; - rdfs:label "Rhombic Antenna"@en ; - skos:definition "A Wire Antenna that consists of one to three parallel wires suspended above the ground by poles or towers at each vertex in a rhombic shape with each of the four sides being the same length (typically at least one wavelength or longer)."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rhombic Antenna"@en ; + "A Wire Antenna that consists of one to three parallel wires suspended above the ground by poles or towers at each vertex in a rhombic shape with each of the four sides being the same length (typically at least one wavelength or longer)."@en ; + "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001231 -cco:ont00001231 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000530 ; - rdfs:label "Brilliance Frequency"@en ; - skos:definition "A Sonic Frequency that is between 6 and 20 kHz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Brilliance Frequency"@en ; + "A Sonic Frequency that is between 6 and 20 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001232 -cco:ont00001232 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."@en ; - rdfs:label "Act of Possession"@en ; - skos:definition "A Planned Act in which an agent intentionally exercises control towards a thing."@en ; - cco:ont00001754 "http://en.wikipedia.org/wiki/Possession_(law)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Possession"@en ; + "A Planned Act in which an agent intentionally exercises control towards a thing."@en ; + "In all cases, to possess something, an agent must have an intention to possess it."@en ; + "http://en.wikipedia.org/wiki/Possession_(law)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001233 -cco:ont00001233 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001153 ; - rdfs:label "Crushing Artifact Function"@en ; - skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of significant pressure."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/crushing" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Crushing Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of significant pressure."@en ; + "http://www.dictionary.com/browse/crushing" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001234 -cco:ont00001234 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000791 ; - rdfs:label "Neutralization Artifact Function"@en ; - skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which an acid and a base react quantitatively with each other."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Neutralization Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which an acid and a base react quantitatively with each other."@en ; + "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001235 -cco:ont00001235 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000829 ; - rdfs:label "Military Time Zone Identifier"@en ; - skos:definition "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Zulu time, which has no offset from Coordinated Universal Time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Time Zone Identifier"@en ; + "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Zulu time, which has no offset from Coordinated Universal Time."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001236 -cco:ont00001236 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001147 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001803 ; - owl:someValuesFrom cco:ont00000920 - ] ; - rdfs:label "Act of Suicide"@en ; - skos:altLabel "Suicide"@en ; - skos:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/suicide" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Act of Suicide"@en ; + "Suicide"@en ; + "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en ; + "http://www.merriam-webster.com/dictionary/suicide" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001237 -cco:ont00001237 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000007 ; - rdfs:label "Birth"@en ; - skos:definition "A Natural Process of bringing forth offspring."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Birth"@en ; + "A Process of bringing forth offspring."@en ; + "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001238 -cco:ont00001238 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000605 ; - rdfs:label "Initialism"@en ; - skos:definition "An Abbreviated Name that consists of the initial letters of some words (or syllables) in a Designative Name, and in which each letter is pronounced separately."@en ; - skos:example "USA, CPU, BBC" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Initialism"@en ; + "An Abbreviated Name that consists of the initial letters of some words (or syllables) in a Designative Name, and in which each letter is pronounced separately."@en ; + "USA, CPU, BBC" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001239 -cco:ont00001239 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000300 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:ont00001180 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom cco:ont00001180 - ] ; - rdfs:label "Group of Organizations"@en ; - skos:definition "A Group of Agents that has only Organizations as parts."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + rdfs:label "Group of Organizations"@en ; + "A Group of Agents that has only Organizations as member parts."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001240 -cco:ont00001240 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001148 ; - rdfs:label "Radio Communication Artifact Function"@en ; - skos:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Artifact Function"@en ; + "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001241 -cco:ont00001241 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Sensor Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes wherein its bearer is used to produce an output signal which reliably corresponds to changes in the artifact's environment."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sensor Function"@en ; + "A Function that is realized in processes wherein an attribute of its bearer is a proxy for some aspect of its sensing environment."@en ; + "A proxy in the sense used here is a stand-in used in place of something else, often because the original is unavailable or not directly accessible."@en , + "Subtypes of Sensor Function should be differentiated based on the type of modality they sense. Where a modality is a specific type of energy, phenomenon, or information input that the Sensor is designed to detect, measure, or otherwise respond to."@en ; + "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001242 -cco:ont00001242 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000736 ; - rdfs:label "Actuator"@en ; - skos:definition "A Transducer that is designed to convert some control signal into mechanical motion."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Actuator"@en ; + "A Transducer that is designed to convert some control signal into mechanical motion."@en ; + "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001243 -cco:ont00001243 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002038 - ] ; - rdfs:label "Material Copy of a Document Field"@en ; - skos:definition "An Information Bearing Entity that is a part of some document into which carriers of prescribed information can be written or selected."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Document Field"@en ; + "An Information Bearing Entity that is a part of some document into which carriers of prescribed information can be written or selected."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001244 -cco:ont00001244 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000588 ; - rdfs:label "Act of Issuing Mass Media Article"@en ; - skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation a non-fictional essay, especially one included with others in a newspaper, magazine, or journal."@en ; - cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001245 -cco:ont00001245 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000241 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002019 - ] ; - rdfs:label "Material Copy of a PDF417 Code"@en ; - skos:altLabel "PDF417 Code"@en ; - skos:definition "A Material Copy of a Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Issuing Mass Media Article"@en ; + "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation a non-fictional essay, especially one included with others in a newspaper, magazine, or journal."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001246 -cco:ont00001246 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000847 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000566 - ] ; - rdfs:label "Under Active Control"@en ; - skos:definition "An Active Stasis during which a Material Artifact participates in an Act of Artifact Employment."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Under Active Control"@en ; + "An Active Stasis during which a Material Artifact participates in an Act of Artifact Employment."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001247 -cco:ont00001247 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000918 ; - rdfs:label "Telecommunication Endpoint"@en ; - skos:definition "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; - skos:scopeNote "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Endpoint"@en ; + "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; + "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en ; + "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001248 -cco:ont00001248 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000715 ; - rdfs:label "Artificial Eye"@en ; - skos:definition "A Prosthesis that is designed to replace a missing eye."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Artificial Eye"@en ; + "A Prosthesis that is designed to replace a missing eye."@en ; + "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001249 -cco:ont00001249 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000453 ; - rdfs:label "Cabin Pressurization Control System"@en ; - skos:definition "An Environment Control System that is designed to control the process in which conditioned air is pumped into the Cabin of some Aircraft or Spacecraft in order to create a safe and comfortable environment for passengers and crew flying at high altitudes."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cabin Pressurization Control System"@en ; + "An Environment Control System that is designed to control the process in which conditioned air is pumped into the Cabin of some Aircraft or Spacecraft in order to create a safe and comfortable environment for passengers and crew flying at high altitudes."@en ; + "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001250 -cco:ont00001250 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000236 ; - rdfs:label "Interior Lighting System"@en ; - skos:definition "A Lighting System that is designed to emit light within the interior of some area."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Interior Lighting System"@en ; + "A Lighting System that is designed to emit light within the interior of some area."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001251 -cco:ont00001251 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Act of Intelligence Gathering"@en ; - skos:definition "A Planned Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."@en ; - cco:ont00001754 "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Intelligence Gathering"@en ; + "A Planned Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."@en ; + "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001252 -cco:ont00001252 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000448 ; - rdfs:label "Propulsion Artifact Function"@en ; - skos:definition "A Motion Artifact Function that is realized in a process in which the bearer of the function creates force leading to an entity's movement."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propulsion Artifact Function"@en ; + "A Motion Artifact Function that is realized in a process in which the bearer of the function creates force leading to an entity's movement."@en ; + "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001253 -cco:ont00001253 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Fuel Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes in which a Portion of Fuel is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Artifact Function"@en ; + "An Artifact Function that is realized in processes in which a Portion of Fuel is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en ; + "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001254 -cco:ont00001254 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000156 ; - rdfs:label "Revolver"@en ; - skos:definition "A Hand Gun having a number of firing chambers in a revolving cylinder, where each chamber in the cylinder can be loaded with a single Cartridge."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Revolver"@en ; + "A Hand Gun having a number of firing chambers in a revolving cylinder, where each chamber in the cylinder can be loaded with a single Cartridge."@en ; + "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001255 -cco:ont00001255 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000828 ; - rdfs:label "Insecticide Artifact Function"@en ; - skos:definition "A Pesticide Artifact Function that is realized in a process that causes harm to, or the death of, an insect."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Insecticide Artifact Function"@en ; + "A Pesticide Artifact Function that is realized in a process that causes harm to, or the death of, an insect."@en ; + "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001256 -cco:ont00001256 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001163 ; - rdfs:comment "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance ('Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; - rdfs:label "Reliability Measurement Information Content Entity"@en ; - skos:altLabel "Accuracy of Process"@en , - "Reliability Measurement"@en ; - skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity can consistently produce an outcome."@en ; - skos:scopeNote "Reliability concerns both a measure of past performance and the expectation that future performance will conform to the range of past performances."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reliability Measurement Information Content Entity"@en ; + "Accuracy of Process"@en , + "Reliability Measurement"@en ; + "A Measurement Information Content Entity that is a measurement of the extent to which an entity can consistently produce an outcome."@en ; + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance ('Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en , + "Reliability concerns both a measure of past performance and the expectation that future performance will conform to the range of past performances."@en ; + "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001257 -cco:ont00001257 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000881 ; - rdfs:label "Nuclear Storage Depot"@en ; - skos:definition "A Storage Facility that is designed to store nuclear material."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Storage Depot"@en ; + "A Storage Facility that is designed to store nuclear material."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001258 -cco:ont00001258 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000226 ; - rdfs:label "Port"@en ; - skos:definition "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Port"@en ; + "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en ; + "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001259 -cco:ont00001259 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - rdfs:label "Portion of Atmosphere"@en ; - skos:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001260 -cco:ont00001260 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000258 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002032 - ] ; - rdfs:label "Material Copy of a Code 39 Barcode"@en ; - skos:altLabel "Code 39 Barcode"@en ; - skos:definition "A Material Copy of a One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Atmosphere"@en ; + "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ; + "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001261 -cco:ont00001261 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000379 ; - rdfs:label "Act of Identifying"@en ; - skos:definition "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/identify" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Identifying"@en ; + "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en ; + "http://www.dictionary.com/browse/identify" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001262 -cco:ont00001262 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000562 ; - rdfs:label "Person"@en ; - skos:altLabel "Human"@en ; - skos:definition "An Animal that is a member of the species Homo sapiens."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Person"@en ; + "Human"@en ; + "An Animal that is a member of the species Homo sapiens."@en ; + "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001263 -cco:ont00001263 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000588 ; - rdfs:label "Act of Issuing Mass Media Documentary"@en ; - skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@en ; - cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001264 -cco:ont00001264 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000258 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002033 - ] ; - rdfs:label "Material Copy of a Code 128 Barcode"@en ; - skos:altLabel "Code 128 Barcode"@en ; - skos:definition "A Material Copy of a One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Issuing Mass Media Documentary"@en ; + "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001265 -cco:ont00001265 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001036 ; - rdfs:label "Public Address System"@en ; - skos:altLabel "PA System"@en ; - skos:definition "A Communication System that is designed to allow a Person to speak to a large audience."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Public Address System"@en ; + "PA System"@en ; + "A Communication System that is designed to allow a Person to speak to a large audience."@en ; + "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001266 -cco:ont00001266 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001075 ; - rdfs:label "Act of Vocational Training Instruction"@en ; - skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider by imparting skills required for a specific occupation in industry, agriculture or trade to an Agent either directly or indirectly through some communication medium."@en ; - cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Vocational Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider by imparting skills required for a specific occupation in industry, agriculture or trade to an Agent either directly or indirectly through some communication medium."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001267 -cco:ont00001267 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000971 ; - rdfs:label "Act of Propaganda"@en ; - skos:definition "An Act of Deceptive Communication Propaganda intended to influence the attitude of a mass audience toward some cause or position by presenting facts selectively (thus possibly lying by omission) or by using loaded messages to produce an emotional rather than rational response to the information presented."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001268 -cco:ont00001268 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000966 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002030 - ] ; - rdfs:label "Material Copy of a ISBN Barcode"@en ; - skos:altLabel "ISBN Barcode"@en ; - skos:definition "A Material Copy of an EAN Barcode that is used to designate books."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Propaganda"@en ; + "An Act of Deceptive Communication Propaganda intended to influence the attitude of a mass audience toward some cause or position by presenting facts selectively (thus possibly lying by omission) or by using loaded messages to produce an emotional rather than rational response to the information presented."@en ; + "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001269 -cco:ont00001269 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000133 ; - rdfs:label "Act of Warning"@en ; - skos:definition "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en ; - cco:ont00001754 "http://www.merriam-webster.com/dictionary/warning" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Warning"@en ; + "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en ; + "http://www.merriam-webster.com/dictionary/warning" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001270 -cco:ont00001270 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000268 ; - rdfs:label "Howitzer"@en ; - skos:definition "A Cannon that is designed to have a relatively short barrel and to use relatively small propellant charges to propel projectiles in relatively high trajectories with a steep angle of descent."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Howitzer"@en ; + "A Cannon that is designed to have a relatively short barrel and to use relatively small propellant charges to propel projectiles in relatively high trajectories with a steep angle of descent."@en ; + "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001271 -cco:ont00001271 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001169 ; - rdfs:label "Wired Communication Relay Artifact Function"@en ; - skos:definition "A Communication Relay Artifact Function that is realized during events in which a Material Artifact is used to first receive and then transmit information by means of wires from one Material Artifact to another for the purpose of communiction."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wired Communication Relay Artifact Function"@en ; + "A Communication Relay Artifact Function that is realized during events in which a Material Artifact is used to first receive and then transmit information by means of wires from one Material Artifact to another for the purpose of communiction."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001272 -cco:ont00001272 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000191 ; - rdfs:label "Act of Murder"@en ; - skos:definition "An Act of Homicide with malice aforethought."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00001273 -cco:ont00001273 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001241 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:ont00000569 - ] ; - rdfs:label "Sensor Modality Function"@en ; - skos:definition "A Sensor Artifact Function that inheres in some Sensor in virtue of the type of energy the Sensor is capable of converting into an output signal."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Murder"@en ; + "An Act of Homicide with malice aforethought."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001274 -cco:ont00001274 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000008 ; - rdfs:label "Infrasonic Frequency"@en ; - skos:definition "A Sound Frequency that is below 20 Hz."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrasonic Frequency"@en ; + "A Sound Frequency that is below 20 Hz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001275 -cco:ont00001275 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001353 ; - rdfs:label "Nominal Speed Artifact Function"@en ; - skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains a speed that does not exceed some specified tolerance of that Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nominal Speed Artifact Function"@en ; + "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains a speed that does not exceed some specified tolerance of that Material Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001276 -cco:ont00001276 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000426 ; - rdfs:label "Carrier Air Wing"@en ; - skos:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Carrier Air Wing"@en ; + "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001277 -cco:ont00001277 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Red"@en ; - skos:definition "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Red"@en ; + "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001278 -cco:ont00001278 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000537 ; - rdfs:label "Stock"@en ; - skos:definition "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stock"@en ; + "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en ; + "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001279 -cco:ont00001279 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001133 ; - rdfs:label "Vibration Motion"@en ; - skos:altLabel "Mechanical Oscillation"@en , - "Oscillation Motion"@en , - "Vibration"@en ; - skos:definition "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en ; - cco:ont00001754 "https://physicsabout.com/motion/"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vibration Motion"@en ; + "Mechanical Oscillation"@en , + "Oscillation Motion"@en , + "Vibration"@en ; + "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en ; + "https://physicsabout.com/motion/"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001280 -cco:ont00001280 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Flat"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Flat"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001281 -cco:ont00001281 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000791 ; - rdfs:label "Emulsifier Artifact Function"@en ; - skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which two or more liquids that are normally immiscible are mixed."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Emulsifier Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which two or more liquids that are normally immiscible are mixed."@en ; + "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001282 -cco:ont00001282 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000598 ; - rdfs:label "Hydraulic Valve"@en ; - skos:definition "A Valve that is designed to regulate, direct, or control the flow of a liquid by opening, closing, or partially obstructing various passageways."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Valve"@en ; + "A Valve that is designed to regulate, direct, or control the flow of a liquid by opening, closing, or partially obstructing various passageways."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001283 -cco:ont00001283 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000782 ; - rdfs:label "Refinery"@en ; - skos:definition "A Factory that is designed for refining raw materials into products of value."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Refinery"@en ; + "A Factory that is designed for refining raw materials into products of value."@en ; + "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001284 -cco:ont00001284 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000914 ; - rdfs:label "Crew"@en ; - skos:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Crew"@en ; + "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001285 -cco:ont00001285 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000368 ; - rdfs:label "Revolving Motion"@en ; - skos:definition "A Rotational Motion of an Object around an Axis of Rotation that is located externally to the Site occupied by the Object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Revolving Motion"@en ; + "A Rotational Motion of an Object around an Axis of Rotation that is located externally to the Site occupied by the Object."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001286 -cco:ont00001286 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000752 ; - rdfs:label "Waveform"@en ; - skos:definition "A Wave Process Profile that is the shape of the Wave Cycles of the Wave Process when depicted in a visual graph."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Waveform"@en ; + "A Wave Process Profile that is the shape of the Wave Cycles of the Wave Process when depicted in a visual graph."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001287 -cco:ont00001287 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Maintenance Facility"@en ; - skos:definition "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/maintain" ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maintenance Facility"@en ; + "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en ; + "http://www.dictionary.com/browse/maintain" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001288 -cco:ont00001288 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001150 ; - rdfs:label "Round Shot"@en ; - skos:definition "A Portion of Ammunition that is designed to be a solid projectile without explosive charge and to be fired from a cannon."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Round Shot"@en ; + "A Portion of Ammunition that is designed to be a solid projectile without explosive charge and to be fired from a cannon."@en ; + "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001289 -cco:ont00001289 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000135 ; - rdfs:label "Damaged Stasis"@en ; - skos:altLabel "Compromised"@en , - "Damaged"@en , - "Injured"@en ; - skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ; - skos:scopeNote "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. "@en ; - cco:ont00001754 "http://www.thefreedictionary.com/damaged" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Damaged Stasis"@en ; + "Compromised"@en , + "Damaged"@en , + "Injured"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ; + "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occupies temporal region property. "@en ; + "http://www.thefreedictionary.com/damaged" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001290 -cco:ont00001290 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Length"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en ; - skos:example "foot, meter, kilometer, mile" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Length"@en ; + "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en ; + "foot, meter, kilometer, mile" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001291 -cco:ont00001291 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000628 ; - rdfs:label "Radiation Absorptivity"@en ; - skos:definition "A Disposition to Interact with Electromagnetic Radiation that inheres in a bearer in virtue of the capacity of that bearer to absorb electromagnetic radiation of a given frequency."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiation Absorptivity"@en ; + "A Disposition to Interact with Electromagnetic Radiation that inheres in a bearer in virtue of the capacity of that bearer to absorb electromagnetic radiation of a given frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001292 -cco:ont00001292 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000053 ; - rdfs:label "Bus"@en ; - skos:definition "A Ground Motor Vehicle that is designed to transport a large number of people and to travel on six or more tired wheels."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bus"@en ; + "A Ground Motor Vehicle that is designed to transport a large number of people and to travel on six or more tired wheels."@en ; + "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001293 -cco:ont00001293 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001367 ; - rdfs:label "Perimeter"@en ; - skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Perimeter"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001294 -cco:ont00001294 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001202 ; - rdfs:label "Three Dimensional Extent"@en ; - skos:altLabel "Volume"@en ; - skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Three Dimensional Extent"@en ; + "Volume"@en ; + "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001295 -cco:ont00001295 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Financial Facility"@en ; - skos:definition "A Facility that is designed to support the management of money."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Facility"@en ; + "A Facility that is designed to support the management of money."@en ; + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001296 -cco:ont00001296 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000119 ; - rdfs:label "Pitch Orientation"@en ; - skos:altLabel "Pitch"@en ; - skos:definition "A Spatial Orientation of an Object relative to its Pitch Axis."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pitch Orientation"@en ; + "Pitch"@en ; + "A Spatial Orientation of an Object relative to its Pitch Axis."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001297 -cco:ont00001297 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001052 ; - rdfs:label "Military Headquarters Facility"@en ; - skos:definition "A Military Facility that is designed for military administration and coordination."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Headquarters Facility"@en ; + "A Military Facility that is designed for military administration and coordination."@en ; + "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001298 -cco:ont00001298 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000798 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:ont00002039 - ] ; - rdfs:label "Material Copy of a Document"@en ; - skos:altLabel "Document"@en ; - skos:definition "An Information Bearing Artifact that is designed to carry some specific Information Content Entity in a series of paragraphs of text or diagrams in the form of physical pieces of paper or an electronic word processor file."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Material Copy of a Document"@en ; + "Document"@en ; + "An Information Bearing Artifact that is designed to carry some specific Information Content Entity in a series of paragraphs of text or diagrams in the form of physical pieces of paper or an electronic word processor file."@en ; + "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001299 -cco:ont00001299 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000344 ; - rdfs:label "Wetting Agent Artifact Function"@en ; - skos:definition "A Surfactant Artifact Function that is realized in a process that reduces the water repellent tendency of a substance thereby allowing it to become wet."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wetting Agent Artifact Function"@en ; + "A Surfactant Artifact Function that is realized in a process that reduces the water repellent tendency of a substance thereby allowing it to become wet."@en ; + "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001300 -cco:ont00001300 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001192 ; - rdfs:label "Patch Antenna"@en ; - skos:altLabel "Microstrip Patch Antenna"@en , - "Rectangular Microstrip Antenna"@en ; - skos:definition "A Radio Antenna that consists of a flat rectangular sheet (or patch) of metal mounted over a larger sheet of metal called a ground plane which is typically contained inside a plastic radome for protection and is small enough that it can be mounted on a flat surface."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Patch Antenna"@en ; + "Microstrip Patch Antenna"@en , + "Rectangular Microstrip Antenna"@en ; + "A Radio Antenna that consists of a flat rectangular sheet (or patch) of metal mounted over a larger sheet of metal called a ground plane which is typically contained inside a plastic radome for protection and is small enough that it can be mounted on a flat surface."@en ; + "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001301 -cco:ont00001301 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Service Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Service Artifact Function"@en ; + "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en ; + "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001302 -cco:ont00001302 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001180 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00000173 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001180 ; - rdfs:label "Civil Organization"@en ; - skos:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Civil Organization"@en ; + "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001303 -cco:ont00001303 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001306 ; - rdfs:label "Position Observation Artifact Function"@en ; - skos:definition "An Observation Artifact Function that is realized during events in which a Material Artifact is used to collect information about the position of a specified object or class of objects."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Position Observation Artifact Function"@en ; + "An Observation Artifact Function that is realized during events in which a Material Artifact is used to collect information about the position of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001304 -cco:ont00001304 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000575 ; - rdfs:label "Dimension Specification"@en ; - skos:definition "An Quality Specification that prescribes some Size Quality."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Dimension Specification"@en ; + "An Quality Specification that prescribes some Size Quality."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001305 -cco:ont00001305 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001066 ; - rdfs:label "Loss of Function"@en ; - skos:definition "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Function"@en ; + "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001306 -cco:ont00001306 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Observation Artifact Function"@en ; - skos:definition "An Artifact Function that is realized during events in which a Material Artifact is used to collect information about a specified object or class of objects."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Observation Artifact Function"@en ; + "An Artifact Function that is realized during events in which a Material Artifact is used to collect information about a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001307 -cco:ont00001307 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000061 ; - rdfs:label "Measurement Unit of Mass Flow Rate"@en ; - skos:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time."@en ; - skos:example "kilogram per second, slug per second, pound per second" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Mass Flow Rate"@en ; + "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time."@en ; + "kilogram per second, slug per second, pound per second" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001308 -cco:ont00001308 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001315 ; - rdfs:label "Sewage Treatment Facility"@en ; - skos:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sewage Treatment Facility"@en ; + "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ; + "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001309 -cco:ont00001309 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000077 ; - rdfs:label "Lot Number"@en ; - skos:definition "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lot Number"@en ; + "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en ; + "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001310 -cco:ont00001310 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Covering Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process in which an entity is covered."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/covering" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Covering Artifact Function"@en ; + "An Artifact Function that is realized in a process in which an entity is covered."@en ; + "http://www.dictionary.com/browse/covering" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001311 -cco:ont00001311 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000782 ; - rdfs:label "Aircraft Manufacturing Facility"@en ; - skos:definition "A Factory that is designed to manufacture Aircraft."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Aircraft Manufacturing Facility"@en ; + "A Factory that is designed to manufacture Aircraft."@en ; + "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001312 -cco:ont00001312 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000274 ; - rdfs:label "Paramilitary Force"@en ; - skos:definition "An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Paramilitary Force"@en ; + "An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces."@en ; + "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001313 -cco:ont00001313 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Article of Clothing"@en ; - skos:definition "A Material Artifact that is designed to cover some portion of a body."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Article of Clothing"@en ; + "A Material Artifact that is designed to cover some portion of a body."@en ; + "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001314 -cco:ont00001314 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Legal System Act"@en ; - skos:definition "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en ; - cco:ont00001754 "http://www.id.uscourts.gov/glossary.htm" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Legal System Act"@en ; + "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en ; + "http://www.id.uscourts.gov/glossary.htm" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001315 -cco:ont00001315 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Waste Management Facility"@en ; - skos:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Waste Management Facility"@en ; + "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; + "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001316 -cco:ont00001316 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001042 ; - rdfs:label "Gimbal"@en ; - skos:definition "An Equipment Mount that consists of a pivoted support that allows a Material Artifact to Rotate about one or more Axes."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gimbal"@en ; + "An Equipment Mount that consists of a pivoted support that allows a Material Artifact to Rotate about one or more Axes."@en ; + "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001317 -cco:ont00001317 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Volume"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions."@en ; - skos:example "cubic feet, cubic meter, quart, liter" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Volume"@en ; + "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional spatial regions."@en ; + "cubic feet, cubic meter, quart, liter" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001318 -cco:ont00001318 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000119 ; - rdfs:label "Yaw Orientation"@en ; - skos:altLabel "Yaw"@en ; - skos:definition "A Spatial Orientation of an Object relative to its Yaw Axis."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Yaw Orientation"@en ; + "Yaw"@en ; + "A Spatial Orientation of an Object relative to its Yaw Axis."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001319 -cco:ont00001319 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000427 ; - rdfs:comment "Tank firepower is normally provided by a large-caliber main gun mounted in a rotating turret, which is supported by secondary machine guns. A tank's heavy armour and all-terrain mobility provide protection for both the tank and its crew, allowing it to perform all primary tasks of the armoured troops on the battlefield."@en ; - rdfs:label "Tank"@en ; - skos:definition "An Armored Fighting Vehicle that is designed to carry heavy firepower, have a powerful Engine, and travel on one or more continuous tracks such that it is suitable for front-line combat and can provide operational maneuverability as well as tactical offensive and defensive capabilities."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Tank"@en ; + "An Armored Fighting Vehicle that is designed to carry heavy firepower, have a powerful Engine, and travel on one or more continuous tracks such that it is suitable for front-line combat and can provide operational maneuverability as well as tactical offensive and defensive capabilities."@en ; + "Tank firepower is normally provided by a large-caliber main gun mounted in a rotating turret, which is supported by secondary machine guns. A tank's heavy armour and all-terrain mobility provide protection for both the tank and its crew, allowing it to perform all primary tasks of the armoured troops on the battlefield."@en ; + "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001320 -cco:ont00001320 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000903 ; - rdfs:label "Radio Transceiver"@en ; - skos:definition "A Radio Communication Instrument that is an electronic device composed of both a Radio Transmitter and a Radio Receiver that share common circuitry or a single housing."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Transceiver"@en ; + "A Radio Communication Instrument that is an electronic device composed of both a Radio Transmitter and a Radio Receiver that share common circuitry or a single housing."@en ; + "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001321 -cco:ont00001321 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001105 ; - rdfs:label "Lead Acid Electric Battery"@en ; - skos:definition "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lead Acid Electric Battery"@en ; + "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001322 -cco:ont00001322 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000726 ; - rdfs:comment "For the most part Generically Dependent Continuants do not inhere in their bearers over some continuous scale. The primary exception is religion and this class allows annotation of those cases where an Agent is described as becoming less religious. Other cases would include the decrease of an organization's bearing of some objective."@en ; - rdfs:label "Decrease of Generically Dependent Continuant"@en ; - skos:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in the level of a Generically Dependent Continuant that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Generically Dependent Continuant"@en ; + "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in the level of a Generically Dependent Continuant that it bears."@en ; + "For the most part Generically Dependent Continuants do not inhere in their bearers over some continuous scale. The primary exception is religion and this class allows annotation of those cases where an Agent is described as becoming less religious. Other cases would include the decrease of an organization's bearing of some objective."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001323 -cco:ont00001323 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Bearing Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in processes in which the Material Artifact constrains relative motion to only the desired motion, and reduces friction between moving parts."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bearing Artifact Function"@en ; + "An Artifact Function that is realized in processes in which the Material Artifact constrains relative motion to only the desired motion, and reduces friction between moving parts."@en ; + "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001324 -cco:ont00001324 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000965 ; - rdfs:label "Process Regulation"@en ; - skos:definition "A Directive Information Content Entity that prescribes an Process as required, prohibited, or permitted, and is the output of an Process which realizes some Authority Role."@en ; - skos:scopeNote "Although regulations often regulate processes which involve agents--as the regulating or regulated participant--it is unclear how causally active an agents need to be in those regulated processes. For example, it is not clear how causally active a human agent is in the process of a traffic light regulating the motion of a self-driving vehicle."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Process Regulation"@en ; + "A Prescriptive Information Content Entity that prescribes an Process as required, prohibited, or permitted, and is the output of an Process which realizes some Authority Role."@en ; + "Although regulations often regulate processes which involve agents--as the regulating or regulated participant--it is unclear how causally active an agents need to be in those regulated processes. For example, it is not clear how causally active a human agent is in the process of a traffic light regulating the motion of a self-driving vehicle."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001325 -cco:ont00001325 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001334 ; - rdfs:label "Act of Renting"@en ; - skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Renter) as a payment to acquire temporary possession or use of a good or property that is owned or controlled by another Agent (the Seller)."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Renting"@en ; + "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Renter) as a payment to acquire temporary possession or use of a good or property that is owned or controlled by another Agent (the Seller)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001326 -cco:ont00001326 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000254 ; - rdfs:label "Land Transportation Artifact"@en ; - skos:definition "A Transportation Artifact that facilitates the movement of Agents and Vehicles via land"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Land Transportation Artifact"@en ; + "A Transportation Artifact that facilitates the movement of Agents and Vehicles via land"@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001327 -cco:ont00001327 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000228 ; - rdfs:label "Social Act"@en ; - skos:definition "A Planned Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."@en ; - cco:ont00001754 "http://en.wiktionary.org/wiki/commually" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Social Act"@en ; + "A Planned Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."@en ; + "http://en.wiktionary.org/wiki/commually" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001328 -cco:ont00001328 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000398 ; - rdfs:label "Temporal Reference System"@en ; - skos:altLabel "Temporal Reference Frame"@en , - "Time Scale"@en ; - skos:definition "A Reference System that describes a set of standards for measuring time as well as understanding the context of and organizing temporal data."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Temporal Reference System"@en ; + "Temporal Reference Frame"@en , + "Time Scale"@en ; + "A Reference System that describes a set of standards for measuring time as well as understanding the context of and organizing temporal data."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001329 -cco:ont00001329 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Education Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of transmiting accumulated knowledge skills and values from one generation to another."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Education Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of transmiting accumulated knowledge skills and values from one generation to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001330 -cco:ont00001330 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000110 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000345 - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001777 ; - owl:someValuesFrom cco:ont00000517 - ] ; - rdfs:label "Telemetry Process"@en ; - skos:definition "A Mechanical Process that is highly automated and in which measurements are made or other data is collected and transmitted to receiving equipment to facilitate the monitoring of environmental conditions or equipment parameters at a remote or inaccessible location."@en ; - skos:example "using a GPS tag to track a shark's migratory pattern" , - "using a portable cardiac monitor to remotely collect data on a patient's heart activity (biotelemetry)" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Telemetry Process"@en ; + "A Mechanical Process that is highly automated and in which measurements are made or other data is collected and transmitted to receiving equipment to facilitate the monitoring of environmental conditions or equipment parameters at a remote or inaccessible location."@en ; + "using a GPS tag to track a shark's migratory pattern" , + "using a portable cardiac monitor to remotely collect data on a patient's heart activity (biotelemetry)" ; + "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001331 -cco:ont00001331 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001014 ; - rdfs:label "Legal Name"@en ; - skos:definition "A Proper Name that is an official name for the designated entity as determined by a Government or court of law."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Legal Name"@en ; + "A Proper Name that is an official name for the designated entity as determined by a Government or court of law."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001332 -cco:ont00001332 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000610 ; - rdfs:label "Extreme Ultraviolet Light Frequency"@en ; - skos:definition "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Extreme Ultraviolet Light Frequency"@en ; + "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001333 -cco:ont00001333 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Rosy"@en ; - skos:definition "A Color consisting of red hue and yellow hue and high brightness."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rosy"@en ; + "A Color consisting of red hue and yellow hue and high brightness."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001334 -cco:ont00001334 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000836 ; - rdfs:label "Act of Purchasing"@en ; - skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is used by an Agent (the Purchaser) to acquire a good or service from another Agent (the Provider)."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Purchasing"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is used by an Agent (the Purchaser) to acquire a good or service from another Agent (the Provider)."@en ; + "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001335 -cco:ont00001335 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001180 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001859 ; - owl:someValuesFrom cco:ont00001203 - ] ; - dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - rdfs:label "Government"@en ; - skos:definition "An Organization that is the highest legitimate authority delimited by some Delimiting Domain and that exercises executive, legislative, or judicial authority in that Domain."@en ; - skos:editorialNote "Highest legitimate authority should not be confused with highest legitimate authority of a particular kind. For example, while the judicial branch of the United States government has the highest judicial authority in a Delimiting Domain, it is not the highest legitimate authority delimited by that domain. The combination of executive, judicial, and legislative branches is higher because it wields more legitimate authority than any branch on its own."@en , - "Importantly, the definition states \"highest legitimate authority delimited by some Delimiting Domain\" and not \"highest legitimate authority in some Delimiting Domain.\" The government of Wales is the highest legitimate authority delimited by some Delimiting Domain but it is not the highest legitimate authority in that domain, which would be the government of the United Kingdom."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Government"@en ; + "An Organization that is the highest legitimate authority delimited by some Delimiting Domain and that exercises executive, legislative, or judicial authority in that Domain."@en ; + "Highest legitimate authority should not be confused with highest legitimate authority of a particular kind. For example, while the judicial branch of the United States government has the highest judicial authority in a Delimiting Domain, it is not the highest legitimate authority delimited by that domain. The combination of executive, judicial, and legislative branches is higher because it wields more legitimate authority than any branch on its own."@en , + "Importantly, the definition states \"highest legitimate authority delimited by some Delimiting Domain\" and not \"highest legitimate authority in some Delimiting Domain.\" The government of Wales is the highest legitimate authority delimited by some Delimiting Domain but it is not the highest legitimate authority in that domain, which would be the government of the United Kingdom."@en ; + "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001336 -cco:ont00001336 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001232 ; - rdfs:comment "The relation between the owner and property may be private, collective, or common and the property may be objects, land, real estate, or intellectual property."@en ; - rdfs:label "Act of Ownership"@en ; - skos:definition "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Ownership"@en ; + "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en ; + "The relation between the owner and property may be private, collective, or common and the property may be objects, land, real estate, or intellectual property."@en ; + "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001337 -cco:ont00001337 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000754 ; - rdfs:label "Infrared Light Frequency"@en ; - skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrared Light Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001338 -cco:ont00001338 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000862 ; - rdfs:label "Timbre"@en ; - skos:definition "A Sound Process Profile that is characterized by the variation, spectrum, or envelope of translated sound waves, typically on a continuum from dull or dark to bright."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Timbre"@en ; + "A Sound Process Profile that is characterized by the variation, spectrum, or envelope of translated sound waves, typically on a continuum from dull or dark to bright."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001339 -cco:ont00001339 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000890 ; - rdfs:label "Act of Walking"@en ; - skos:definition "An Act of Travel that proceeds by foot."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Walking"@en ; + "An Act of Travel that proceeds by foot."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001340 -cco:ont00001340 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000529 ; - rdfs:label "Calendar Date Identifier"@en ; - skos:definition "A Date Identifier that designates some Day by using a combination of Day, Week, Month, or Year Identifiers formatted according to an implementation of a Calendar System."@en ; - skos:example "January 1, 2018; 1 January 2018; 01/01/18; 01Jan18" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Date Identifier"@en ; + "A Date Identifier that designates some Day by using a combination of Day, Week, Month, or Year Identifiers formatted according to an implementation of a Calendar System."@en ; + "January 1, 2018; 1 January 2018; 01/01/18; 01Jan18" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001341 -cco:ont00001341 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - rdfs:label "Portion of Geosphere"@en ; - skos:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Geosphere"@en ; + "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ; + "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001342 -cco:ont00001342 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000427 ; - rdfs:label "Infantry Fighting Vehicle"@en ; - skos:definition "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; - skos:scopeNote "Infantry Fighting Vehicles (IFVs) are differentiated from Armored Personnel Carriers (APCs) because they are designed to give direct fire support to the dismounted infantry and so usually have significantly enhanced armament. IFVs also often have improved armour and firing ports (allowing the infantry to fire personal weapons while mounted)."@en ; - cco:ont00001753 "IFV" ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infantry Fighting Vehicle"@en ; + "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; + "Infantry Fighting Vehicles (IFVs) are differentiated from Armored Personnel Carriers (APCs) because they are designed to give direct fire support to the dismounted infantry and so usually have significantly enhanced armament. IFVs also often have improved armour and firing ports (allowing the infantry to fire personal weapons while mounted)."@en ; + "IFV" ; + "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001343 -cco:ont00001343 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Circuit Breaker"@en ; - skos:definition "A Material Artifact that is designed to protect an electrical circuit from damage caused by excess current from an overload or short circuit."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Circuit Breaker"@en ; + "A Material Artifact that is designed to protect an electrical circuit from damage caused by excess current from an overload or short circuit."@en ; + "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001344 -cco:ont00001344 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000881 ; - rdfs:label "Biological Depot"@en ; - skos:definition "A Storage Facility that is designed to store biological agents."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Biological Depot"@en ; + "A Storage Facility that is designed to store biological agents."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001345 -cco:ont00001345 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Impulse"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval."@en ; - skos:example "N s, dyne second" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Impulse"@en ; + "A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval."@en ; + "N s, dyne second" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001346 -cco:ont00001346 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Legal Instrument"@en ; - skos:definition "A Material Artifact that is designed as a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Legal Instrument"@en ; + "A Material Artifact that is designed as a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement."@en ; + "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001347 -cco:ont00001347 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000005 ; - rdfs:label "Behavior"@en ; - skos:definition "An Act in which an Independent Continuant participates as an Agent in response to external or internal stimuli and following some pattern which is dependent upon some combination of that Independent Continuant's internal state and external conditions."@en ; - cco:ont00001754 "http://purl.obolibrary.org/obo/GO_0007610" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Behavior"@en ; + "An Act in which an Independent Continuant participates as an Agent in response to external or internal stimuli and following some pattern which is dependent upon some combination of that Independent Continuant's internal state and external conditions."@en ; + "http://purl.obolibrary.org/obo/GO_0007610" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001348 -cco:ont00001348 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000028 ; - rdfs:comment "For an object in motion, its Three-Dimensional Position is part of its Three-Dimensional Path."@en ; - rdfs:label "Three-Dimensional Position"@en ; - skos:definition "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Three-Dimensional Position"@en ; + "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en ; + "For an object in motion, its Three-Dimensional Position is part of its Three-Dimensional Path."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001349 -cco:ont00001349 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Grey"@en ; - skos:definition "A Color between white and black colors."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Grey"@en ; + "A Color between white and black colors."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001350 -cco:ont00001350 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Thermal Control Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by a Material Artifact increasing, decreasing, or maintaining the temperature of itself, a part of itself, or another object."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thermal Control Artifact Function"@en ; + "An Artifact Function that is realized by a Material Artifact increasing, decreasing, or maintaining the temperature of itself, a part of itself, or another object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001351 -cco:ont00001351 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000275 ; - rdfs:label "Cartesian Coordinate System"@en ; - skos:altLabel "Rectangular Coordinate System"@en ; - skos:definition "A Spatial Reference System that identifies each point in a spatial region of n-dimensions using an ordered n-tuple of numerical coordinates that are the signed (i.e. positive or negative) distances measured in the same unit of length from the zero point where the fixed perpendicular Coordinate System Axes meet."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cartesian Coordinate System"@en ; + "Rectangular Coordinate System"@en ; + "A Spatial Reference System that identifies each point in a spatial region of n-dimensions using an ordered n-tuple of numerical coordinates that are the signed (i.e. positive or negative) distances measured in the same unit of length from the zero point where the fixed perpendicular Coordinate System Axes meet."@en ; + "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001352 -cco:ont00001352 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000829 ; - rdfs:comment "Greenwich Mean Time (GMT) is the mean solar time at the Royal Observatory in Greenwich, London and has been superseded by Coordinated Universal Time (UTC)."@en ; - rdfs:label "Greenwich Mean Time Zone Identifier"@en ; - skos:definition "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Greenwich Mean Time."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Greenwich Mean Time Zone Identifier"@en ; + "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Greenwich Mean Time."@en ; + "Greenwich Mean Time (GMT) is the mean solar time at the Royal Observatory in Greenwich, London and has been superseded by Coordinated Universal Time (UTC)."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001353 -cco:ont00001353 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000448 ; - rdfs:label "Speed Artifact Function"@en ; - skos:definition "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Speed Artifact Function"@en ; + "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001354 -cco:ont00001354 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Vermilion"@en ; - skos:definition "A Color consisting of red and orange hue with a slight amount of gray."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vermilion"@en ; + "A Color consisting of red and orange hue with a slight amount of gray."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001355 -cco:ont00001355 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000928 ; - rdfs:label "Freight Train Car"@en ; - skos:altLabel "Freight Car"@en ; - skos:definition "A Train Car that is designed to transport cargo."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Freight Train Car"@en ; + "Freight Car"@en ; + "A Train Car that is designed to transport cargo."@en ; + "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001356 -cco:ont00001356 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000611 ; - rdfs:label "Increase of Disposition"@en ; - skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Disposition"@en ; + "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001357 -cco:ont00001357 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000120 ; - rdfs:label "Measurement Unit of Time"@en ; - skos:definition "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; - skos:example "second, minute, hour, day" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Time"@en ; + "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; + "second, minute, hour, day" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001358 -cco:ont00001358 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000270 ; - rdfs:label "School"@en ; - skos:definition "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "School"@en ; + "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en ; + "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001359 -cco:ont00001359 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000908 ; - rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."@en ; - rdfs:label "Act of Manufacturing"@en ; - skos:definition "An Act of Artifact Processing wherein Material Artifacts are mass produced in a Facility for the purpose of being sold or distributed to consumers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Manufacturing"@en ; + "An Act of Material Artifact Processing wherein Material Artifacts are mass produced in a Facility for the purpose of being sold or distributed to consumers."@en ; + "An Act of Manufacturing typically involves the mass production of goods."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001360 -cco:ont00001360 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Three Dimensional Shape"@en ; - skos:definition "A Shape Quality that inheres only in a three dimensional entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Three Dimensional Shape"@en ; + "A Shape Quality that inheres only in a three dimensional entity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001361 -cco:ont00001361 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Healing Artifact Function"@en ; - skos:definition "An Artifact Function that is realized in a process in which health is restored to an unbalanced, diseased, or damaged organism."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Healing Artifact Function"@en ; + "An Artifact Function that is realized in a process in which health is restored to an unbalanced, diseased, or damaged organism."@en ; + "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001362 -cco:ont00001362 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001283 ; - rdfs:label "Gas Processing Facility"@en ; - skos:definition "A Refinery that is designed for refining natural gas into products of value."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gas Processing Facility"@en ; + "A Refinery that is designed for refining natural gas into products of value."@en ; + "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001363 -cco:ont00001363 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001033 ; - rdfs:label "Male Sex"@en ; - skos:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ; - cco:ont00001754 "http://purl.org/obo/owl/PATO#PATO_0000384" ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Male Sex"@en ; + "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ; + "http://purl.org/obo/owl/PATO#PATO_0000384" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001364 -cco:ont00001364 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 - [ rdf:type owl:Restriction ; - owl:onProperty cco:ont00001877 ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00001163 ; - rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; - rdfs:label "Interval Measurement Information Content Entity"@en ; - skos:definition "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; - skos:example "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the carrier of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Interval Measurement Information Content Entity"@en ; + "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; + "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the carrier of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero."@en ; + "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001365 -cco:ont00001365 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001353 ; - rdfs:label "Maximum Speed Artifact Function"@en ; - skos:definition "A Speed Artifact Function that is realized in some process in which the Material Artifact bearing the Artifact Function attains the highest speed at which that Material Artifact is designed to operate."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maximum Speed Artifact Function"@en ; + "A Speed Artifact Function that is realized in some process in which the Material Artifact bearing the Artifact Function attains the highest speed at which that Material Artifact is designed to operate."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001366 -cco:ont00001366 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Powering Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by processes in which some Material Artifact is used to supply power to some Material Artifact."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Powering Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Material Artifact is used to supply power to some Material Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001367 -cco:ont00001367 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001202 ; - rdfs:comment "Subclasses of one dimensional extent are included for usability. It is doubtful any of them can be objectively distinguished (on the side of the bearing entity) without some reference to external properties such as orientation and perspective."@en ; - rdfs:label "One Dimensional Extent"@en ; - skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ; - cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "One Dimensional Extent"@en ; + "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ; + "Subclasses of one dimensional extent are included for usability. It is doubtful any of them can be objectively distinguished (on the side of the bearing entity) without some reference to external properties such as orientation and perspective."@en ; + "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001368 -cco:ont00001368 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001306 ; - rdfs:label "Motion Observation Artifact Function"@en ; - skos:definition "An Observation Artifact Function that is realized during events in which a Material Artifact is used to collect information about the Motion of a specified object or class of objects."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motion Observation Artifact Function"@en ; + "An Observation Artifact Function that is realized during events in which a Material Artifact is used to collect information about the Motion of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001369 -cco:ont00001369 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001059 ; - rdfs:label "Rectangular"@en ; - skos:definition "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rectangular"@en ; + "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001370 -cco:ont00001370 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Machine Bearing"@en ; - skos:definition "A Material Artifact that is designed to constrain relative motion to only desired motion and reduces friction between moving parts."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Machine Bearing"@en ; + "A Material Artifact that is designed to constrain relative motion to only desired motion and reduces friction between moving parts."@en ; + "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001371 -cco:ont00001371 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Electromagnetic Induction Artifact Function"@en ; - skos:definition "An Artifact Function that is realized by processes in which some Material Artifact that is used to produce electromotive force across an electrical conductor due to its dynamic interaction with a magnetic field."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electromagnetic Induction Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Material Artifact that is used to produce electromotive force across an electrical conductor due to its dynamic interaction with a magnetic field."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001372 -cco:ont00001372 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000437 ; - rdfs:label "Fertilizer Artifact Function"@en ; - skos:definition "An Enhancing Artifact Function that is realized in processes of supplying soilds or plant tissues with one or more plant nutrients essential to growth."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fertilizer Artifact Function"@en ; + "An Enhancing Artifact Function that is realized in processes of supplying soilds or plant tissues with one or more plant nutrients essential to growth."@en ; + "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001373 -cco:ont00001373 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001051 ; - rdfs:label "Bow"@en ; - skos:definition "A Projectile Launcher that is designed to launch Arrows."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bow"@en ; + "A Projectile Launcher that is designed to launch Arrows."@en ; + "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001374 -cco:ont00001374 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000402 ; - rdfs:comment "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"@en ; - rdfs:label "Act of Declarative Communication"@en ; - skos:definition "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ; - cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Declarative Communication"@en ; + "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ; + "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001375 -cco:ont00001375 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000192 ; - rdfs:label "Washing Facility"@en ; - skos:definition "A Facility that is designed to wash personnel or equipment."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Washing Facility"@en ; + "A Facility that is designed to wash personnel or equipment."@en ; + "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001376 -cco:ont00001376 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000570 ; - rdfs:label "Torque"@en ; - skos:altLabel "Moment of Force"@en ; - skos:definition "A Force that is applied to an object in a direction that would tend to cause the object to rotate around an Axis of Rotation and is the rate of change of an object's Angular Momentum."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Torque"@en ; + "Moment of Force"@en ; + "A Force that is applied to an object in a direction that would tend to cause the object to rotate around an Axis of Rotation and is the rate of change of an object's Angular Momentum."@en ; + "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001377 -cco:ont00001377 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000378 ; - rdfs:label "Gold Color"@en ; - skos:definition "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gold Color"@en ; + "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001378 -cco:ont00001378 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00001301 ; - rdfs:label "Hospitality Artifact Function"@en ; - skos:definition "A Service Artifact Function that is realized in processes of accommodation food and beverage meeting and events gaming entertainment and recreation tourism services and visitor information."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hospitality Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of accommodation food and beverage meeting and events gaming entertainment and recreation tourism services and visitor information."@en ; + "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001379 -cco:ont00001379 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - rdfs:label "Agent Capability"@en ; - skos:definition "A Realizable Entity that inheres in a Material Entity in virtue of that Material Entity's capacity to realize it in some Planned Act."@en ; - cco:ont00001754 "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Agent Capability"@en ; + "A Realizable Entity that inheres in a Material Entity in virtue of that Material Entity's capacity to realize it in some Planned Act."@en ; + "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001380 -cco:ont00001380 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000339 ; - rdfs:label "Farm"@en ; - skos:definition "An Agricultural Facility that is designed to produce food and other crops."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Farm"@en ; + "An Agricultural Facility that is designed to produce food and other crops."@en ; + "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001381 -cco:ont00001381 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Medical Artifact"@en ; - skos:definition "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Medical Artifact"@en ; + "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001382 -cco:ont00001382 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000475 ; - rdfs:label "Electronic Cash"@en ; - skos:definition "A Portion of Cash that consists of Bytes."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electronic Cash"@en ; + "A Portion of Cash that consists of Bytes."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001383 -cco:ont00001383 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000479 ; - rdfs:label "Fire Station"@en ; - skos:altLabel "Fire Hall"@en , - "Fire House"@en ; - skos:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fire Station"@en ; + "Fire Hall"@en , + "Fire House"@en ; + "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ; + "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001384 -cco:ont00001384 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000628 ; - rdfs:comment "Note that it is important to specify the frequency of electromagnetic radiation when representing a bearer's Opacity since a bearer may be Opaque with respect to electromagnetic radiation of one frequency, but be transparent with respect to electromagnetic radiation of another frequency. Unless otherwise stated, statements about a bearer's Opacity are assumed to be about electromagnetic radiation with a frequency in the visible spectrum."@en ; - rdfs:label "Opacity"@en ; - skos:definition "A Disposition to Interact with Electromagnetic Radiation that inheres in a bearer in virtue of that bearer's capacity to transmit electromagnetic radiation of a given frequency through the bearer instead of reflecting, scattering, or absorbing electromangentic radiation of that frequency."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Opacity_(optics)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Opacity"@en ; + "A Disposition to Interact with Electromagnetic Radiation that inheres in a bearer in virtue of that bearer's capacity to transmit electromagnetic radiation of a given frequency through the bearer instead of reflecting, scattering, or absorbing electromangentic radiation of that frequency."@en ; + "Note that it is important to specify the frequency of electromagnetic radiation when representing a bearer's Opacity since a bearer may be Opaque with respect to electromagnetic radiation of one frequency, but be transparent with respect to electromagnetic radiation of another frequency. Unless otherwise stated, statements about a bearer's Opacity are assumed to be about electromagnetic radiation with a frequency in the visible spectrum."@en ; + "https://en.wikipedia.org/wiki/Opacity_(optics)" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001999 -cco:ont00001999 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:comment """Although its basic function remains the same, a Filter can be used in 2 different ways: + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Filter Function"@en ; + "An Artifact Function that is realized in a process where entities of a specific type or which have specified properties enter it or pass through it."@en ; + """Although its basic function remains the same, a Filter can be used in 2 different ways: (1) to allow only the desired entities to pass through (e.g. removing dirt from engine oil); or (2) to allow everything except the desired entities to pass through (e.g. panning for gold)."""@en ; - rdfs:label "Filter Function"@en ; - skos:definition "An Artifact Function that is realized in a process where entities of a specific type or which have specified properties enter it or pass through it."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002000 -cco:ont00002000 rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000147 ; - rdfs:label "Center of Mass"@en ; - skos:definition "A Fiat Point that is where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en ; - cco:ont00001754 "Asimov, Isaac. Understanding Physics. New York: Barnes and Noble, 1993. 76-79. Available at: https://archive.org/details/understandingphy00isaa/page/n91/mode/2up"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Center of Mass"@en ; + "A Fiat Point that is where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en ; + "Asimov, Isaac. Understanding Physics. New York: Barnes and Noble, 1993. 76-79. Available at: https://archive.org/details/understandingphy00isaa/page/n91/mode/2up"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002001 -cco:ont00002001 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000958 ; - rdfs:comment "By 'canonical', it is intended that the media format is of a commonly recognized format, such as mass media formats such as books, magazines, and journals, as well as digital media forms (e.g. ebooks), to include, too, file types, such as those recognized by the Internet Assigned Numbers Authority (IANA)'s Media Types standard [RFC2046]." ; - rdfs:label "Media Content Entity" ; - skos:definition "An information content entity presented in a canonical media format."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Media Content Entity" ; + "An information content entity presented in a canonical media format."@en ; + "By 'canonical', it is intended that the media format is of a commonly recognized format, such as mass media formats such as books, magazines, and journals, as well as digital media forms (e.g. ebooks), to include, too, file types, such as those recognized by the Internet Assigned Numbers Authority (IANA)'s Media Types standard [RFC2046]." ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002002 -cco:ont00002002 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 ; - rdfs:label "Certificate"@en ; - skos:definition "A Media Content Entity that attests to certain demonstrated characteristics of an Object, Person, or Organization."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/degree" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Certificate"@en ; + "A Media Content Entity that attests to certain demonstrated characteristics of an Object, Person, or Organization."@en ; + "http://www.dictionary.com/browse/degree" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002003 -cco:ont00002003 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002002 ; - rdfs:label "Academic Degree"@en ; - skos:definition "A Certificate issued by an Educational Organization to a Person to indicate that the Person has satisfactorily completed a course of study, or as an honorary recognition of the Person's achievement."@en ; - cco:ont00001754 "http://www.dictionary.com/browse/degree" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Academic Degree"@en ; + "A Certificate issued by an Educational Organization to a Person to indicate that the Person has satisfactorily completed a course of study, or as an honorary recognition of the Person's achievement."@en ; + "http://www.dictionary.com/browse/degree" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002004 -cco:ont00002004 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 ; - rdfs:label "Image"@en ; - skos:definition "A Media Content Entity represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Image"@en ; + "A Media Content Entity represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en ; + "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002005 -cco:ont00002005 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002004 ; - rdfs:label "Chart"@en ; - skos:definition "An Image that is prescribed by some canonical visual format."@en ; - cco:ont00001754 "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chart"@en ; + "An Image that is prescribed by some canonical visual format."@en ; + "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002006 -cco:ont00002006 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 ; - rdfs:label "Database"@en ; - skos:definition "A Media Content Entity that is designed to be rapidly searchable and retrievable."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Database"@en ; + "A Media Content Entity that is designed to be rapidly searchable and retrievable."@en ; + "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002007 -cco:ont00002007 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 ; - rdfs:label "List"@en ; - skos:definition "A Media Content Entity whose parts are the subject of some Sequence Position Ordinality."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "List"@en ; + "A Media Content Entity whose parts are the subject of some Sequence Position Ordinality."@en ; + "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002008 -cco:ont00002008 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002007 ; - rdfs:label "Code List"@en ; - skos:definition "A List whose parts are Code Identifiers."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Code List"@en ; + "A List whose parts are Code Identifiers."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002009 -cco:ont00002009 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 ; - rdfs:label "Video"@en ; - skos:definition "A Media Content Entity that contains a sequence of representations that are presented sufficiently rapidly to create the appearance of motion and continuity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Video"@en ; + "A Media Content Entity that contains a sequence of representations that are presented sufficiently rapidly to create the appearance of motion and continuity."@en ; + "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002010 -cco:ont00002010 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 ; - rdfs:label "Message"@en ; - skos:definition "A Media Content Entity that is relatively brief and designed to be transmitted from a sender to a recipient."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Message"@en ; + "A Media Content Entity that is relatively brief and designed to be transmitted from a sender to a recipient."@en ; + "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002011 -cco:ont00002011 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002010 ; - rdfs:label "Warning Message"@en ; - skos:definition "A Message that describes a possible or impending threat."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Warning Message"@en ; + "A Message that describes a possible or impending threat."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002012 -cco:ont00002012 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002010 ; - rdfs:label "Email Message"@en ; - skos:definition "A Message that is transmitted to the recipient's Email Box."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Email Message"@en ; + "A Message that is transmitted to the recipient's Email Box."@en ; + "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002013 -cco:ont00002013 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002010 ; - rdfs:label "Notification Message"@en ; - skos:definition "A Message that describes a scenario that has been determined to merit attention by the recipient."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Notification Message"@en ; + "A Message that describes a scenario that has been determined to merit attention by the recipient."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002014 -cco:ont00002014 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 ; - rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; - rdfs:label "Barcode"@en ; - skos:definition "A Media Content Entity that represents one or more geometric shapes that have, as part, some Directive Information Content Entity."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002015 -cco:ont00002015 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002014 ; - rdfs:label "Two-Dimensional Barcode"@en ; - skos:definition "A Barcode that represents lines of varying widths, spacing, height, and color that has, as part, some Directive Information Content Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002016 -cco:ont00002016 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002015 ; - rdfs:label "Aztec Code"@en ; - skos:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002017 -cco:ont00002017 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002015 ; - rdfs:label "Data Matrix Code"@en ; - skos:definition "A Two-Dimensional Barcode that represents cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002018 -cco:ont00002018 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002015 ; - rdfs:label "QR Code"@en ; - skos:definition "A Two-Dimensional Barcode that represents numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002019 -cco:ont00002019 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002015 ; - rdfs:label "PDF417 Code"@en ; - skos:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002020 -cco:ont00002020 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002014 ; - rdfs:label "One-Dimensional Barcode"@en ; - skos:definition "A Barcode that represents parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002021 -cco:ont00002021 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002020 ; - rdfs:label "Codabar Barcode"@en ; - skos:definition "A One-Dimensional Barcode that represents numbers 0-9 and the characters -$:/.+ and is intended for use by logistics and healthcare professionals."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002022 -cco:ont00002022 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002020 ; - rdfs:label "Code 93 Barcode"@en ; - skos:definition "A One-Dimensional Barcode that represents 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002023 -cco:ont00002023 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002020 ; - rdfs:label "ITF Barcode"@en ; - skos:definition "A One-Dimensional Barcode that represents an even number of numerical characters and is used primarily in packaging and distribution."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002024 -cco:ont00002024 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002020 ; - rdfs:label "MSI Plessey Barcode"@en ; - skos:definition "A One-Dimensional Barcode that represents an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002025 -cco:ont00002025 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002020 ; - rdfs:label "EAN Barcode"@en ; - skos:definition "A One-Dimensional Barcode that represents 8 or 13 numerical digits and is used to scan consumer goods."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002026 -cco:ont00002026 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002025 ; - rdfs:label "ISSN Barcode"@en ; - skos:definition "An EAN Barcode that is designed to designate a periodical."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002027 -cco:ont00002027 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002025 ; - rdfs:label "JAN-13 Barcode"@en ; - skos:definition "An EAN Barcode that is designed to designate 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002028 -cco:ont00002028 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002025 ; - rdfs:label "EAN-13 Barcode"@en ; - skos:definition "An EAN Barcode that represents 13 numerical digits and is used to designate products at the point of sale."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002029 -cco:ont00002029 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002025 ; - rdfs:label "EAN-8 Barcode"@en ; - skos:definition "An EAN Barcode that represents 8 numerical digits and is used to designate products at the point of sale."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002030 -cco:ont00002030 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002025 ; - rdfs:label "ISBN Barcode"@en ; - skos:definition "An EAN Barcode that is designed to designate a book."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002031 -cco:ont00002031 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002020 ; - rdfs:comment "Further variants of GS1 DataBar have not been defined here."@en ; - rdfs:label "GS1 DataBar Barcode"@en ; - skos:definition "A One-Dimensional Barcode that represents 12-14 numerical digits and is used in retail and healthcare."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002032 -cco:ont00002032 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002020 ; - rdfs:label "Code 39 Barcode"@en ; - skos:definition "A One-Dimensional Barcode that represents 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002033 -cco:ont00002033 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002020 ; - rdfs:label "Code 128 Barcode"@en ; - skos:definition "A One-Dimensional Barcode that represents to 128 ASCII characters and is used primarily in supply chains."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002034 -cco:ont00002034 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002020 ; - rdfs:label "UPC Barcode"@en ; - skos:definition "A One-Dimensional Barcode that represents 6 or 12 numerical digits and is used to scan consumer goods."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002035 -cco:ont00002035 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002034 ; - rdfs:label "UPC-A Barcode"@en ; - skos:definition "A UPC Barcode that represents 12 numerical digits."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . - - -### https://www.commoncoreontologies.org/ont00002036 -cco:ont00002036 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002034 ; - rdfs:label "UPC-E Barcode"@en ; - skos:definition "A UPC Barcode that represents 6 numerical digits."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Barcode"@en ; + "A Media Content Entity that represents one or more geometric shapes that have, as part, some Prescriptive Information Content Entity."@en ; + "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; + "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002037 -cco:ont00002037 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 ; - rdfs:label "Information Line"@en ; - skos:definition "A Media Content entity consisting of a single line or row in some Document Content entity of which it is a part."@en ; - skos:example "a line in a computer file that bears a portion of code for some computer program" , - "a line of data in a database" , - "a line of text in a book" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Information Line"@en ; + "A Media Content entity consisting of a single line or row in some Document Content entity of which it is a part."@en ; + "a line in a computer file that bears a portion of code for some computer program" , + "a line of data in a database" , + "a line of text in a book" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002038 -cco:ont00002038 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ont00002039 - ] ; - rdfs:label "Document Field Content"@en ; - skos:altLabel "Document Field"@en ; - skos:definition "A Media Content Entity that is a part of some document content entity, and which prescribes the eliciation of information to be written or selected within the document content entity."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Document Field Content"@en ; + "Document Field"@en ; + "A Media Content Entity that is a part of some document content entity, and which prescribes the eliciation of information to be written or selected within the document content entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002039 -cco:ont00002039 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002001 ; - rdfs:label "Document Content Entity"@en ; - skos:altLabel "Document"@en ; - skos:definition "A Media Content Entity that consists of a series of paragraphs of text or diagrams that are intended to be carried by physical pieces of paper or an electronic word processor file."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Document Content Entity"@en ; + "Document"@en ; + "A Media Content Entity that consists of a series of paragraphs of text or diagrams that are intended to be carried by physical pieces of paper or an electronic word processor file."@en ; + "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002040 -cco:ont00002040 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002039 ; - rdfs:label "Book"@en ; - skos:definition "A Document Content Entity that canonically appears as ink on paper or parchment, or other materials fastened together to hinge at one side."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Book"@en ; + "A Document Content Entity that canonically appears as ink on paper or parchment, or other materials fastened together to hinge at one side."@en ; + "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002041 -cco:ont00002041 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002039 ; - rdfs:label "Transcript"@en ; - skos:definition "A Document Content Entity that was originally recorded in a different medium."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transcript"@en ; + "A Document Content Entity that was originally recorded in a different medium."@en ; + "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002042 -cco:ont00002042 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002039 ; - rdfs:label "Spreadsheet"@en ; - skos:definition "A Document Content Entity that canonically appears as a interactive, tabular form."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spreadsheet"@en ; + "A Document Content Entity that canonically appears as a interactive, tabular form."@en ; + "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002043 -cco:ont00002043 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002039 ; - rdfs:label "Report"@en ; - skos:definition "A Document Content entity that conveys an account of some event, situation, or the result of some observation or inquiry."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Report"@en ; + "A Document Content entity that conveys an account of some event, situation, or the result of some observation or inquiry."@en ; + "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002044 -cco:ont00002044 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002039 ; - rdfs:label "Form Document"@en ; - skos:definition "A Document Content Entity that has Document Field Contents as parts."@en ; - cco:ont00001754 "https://en.wikipedia.org/wiki/Form_(document)" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Form Document"@en ; + "A Document Content Entity that has Document Field Contents as parts."@en ; + "https://en.wikipedia.org/wiki/Form_(document)" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002045 -cco:ont00002045 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002039 ; - rdfs:label "Journal Article"@en ; - skos:definition "A Document Content Entity that is part of a Journal Issue."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Journal Article"@en ; + "A Document Content Entity that is part of a Journal Issue."@en ; + "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002066 -cco:ont00002066 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000552 ; - rdfs:label "Explosive Mine"@en ; - skos:altLabel "Mine"@en , - "Mine Weapon"@en ; - skos:definition "An Explosive Weapon that is designed to be concealed and to detonate as its target passes near it."@en ; - skos:scopeNote "Being (relatively) stationary is a common but not necessary feature of explosive mines."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Explosive_mine&oldid=1116284461"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Explosive Mine"@en ; + "Mine"@en , + "Mine Weapon"@en ; + "An Explosive Weapon that is designed to be concealed and to detonate as its target passes near it."@en ; + "Being (relatively) stationary is a common but not necessary feature of explosive mines."@en ; + "https://en.wikipedia.org/w/index.php?title=Explosive_mine&oldid=1116284461"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002067 -cco:ont00002067 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00002066 ; - rdfs:label "Explosive Naval Mine"@en ; - skos:altLabel "Naval Mine"@en , - "Sea Mine"@en ; - skos:definition "An Explosive Mine that is designed to be concealed on or under water."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1299942380"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Explosive Naval Mine"@en ; + "Naval Mine"@en , + "Sea Mine"@en ; + "An Explosive Mine that is designed to be concealed on or under water."@en ; + "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1299942380"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002068 -cco:ont00002068 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ont00000995 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:ont00002069 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ont00000995 ; - rdfs:label "Display Instrument"@en ; - skos:definition "A Material Artifact that is designed to bear an Image Display Artifact Function."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Display Instrument"@en ; + "A Material Artifact that is designed to bear an Image Display Artifact Function."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00002069 -cco:ont00002069 rdf:type owl:Class ; - rdfs:subClassOf cco:ont00000323 ; - rdfs:label "Image Display Artifact Function"@en ; - skos:definition "An Artifact Function that inheres in Material Artifacts that are designed to display an Image."@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Image Display Artifact Function"@en ; + "An Artifact Function that inheres in Material Artifacts that are designed to display an Image."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002070 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:altLabel "Email Box Identifier"@en ; + rdfs:label "Email Address"@en ; + "A Designative Name created in order to identify some Email Box as the destination of an email message for the purpose of Email Messaging."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002071 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Employment"@en ; + "An Act of Association wherein an Agent assigns a set of activities to some Person to be performed in exchange for financial compensation."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002073 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sensor Role"@en ; + "A Role that inheres in an entity in virtue of it being used in a process wherein an attribute of its bearer acts as a proxy for some aspect of its sensing environment."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002074 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sensor Platform Role"@en ; + "A Role that inheres in an entity in virtue of it being used to support or convey a Sensor during its deployment and functioning."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002075 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Sensing Process"@en ; + "A Process that realizes a Sensor Function or Sensor Role."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ################################################################# @@ -17559,2871 +16640,2871 @@ cco:ont00002069 rdf:type owl:Class ; ################################################################# ### https://www.commoncoreontologies.org/ont00001385 -cco:ont00001385 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Haiti Gourde"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Haiti Gourde"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001386 -cco:ont00001386 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Yemeni Rial"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Yemeni Rial"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001387 -cco:ont00001387 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Mauritania Ouguiya"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mauritania Ouguiya"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001388 -cco:ont00001388 rdf:type owl:NamedIndividual , - cco:ont00000707 ; - rdfs:label "Minute of Arc Measurement Unit"@en ; - skos:altLabel "Arcminute"@en , - "MOA"@en , - "am"@en , - "amin"@en , - "arcmin"@en ; - cco:ont00001740 "'" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Minute of Arc Measurement Unit"@en ; + "Arcminute"@en , + "MOA"@en , + "am"@en , + "amin"@en , + "arcmin"@en ; + "'" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001389 -cco:ont00001389 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Kenyan Shilling"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kenyan Shilling"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001390 -cco:ont00001390 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Slug Measurement Unit"@en ; - skos:altLabel "slug"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Slug Measurement Unit"@en ; + "slug"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001391 -cco:ont00001391 rdf:type owl:NamedIndividual , - cco:ont00000229 , - cco:ont00000444 , - cco:ont00000852 ; - rdfs:label "Erg Measurement Unit"@en ; - skos:altLabel "erg"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "Erg Measurement Unit"@en ; + "erg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001392 -cco:ont00001392 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-8"@en ; - skos:altLabel "PST"@en , - "Pacific Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-8"@en ; + "PST"@en , + "Pacific Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001393 -cco:ont00001393 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Tablespoon Measurement Unit"@en ; - cco:ont00001753 "T" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tablespoon Measurement Unit"@en ; + "T" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001394 -cco:ont00001394 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Papua New Guinea Kina"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Papua New Guinea Kina"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001395 -cco:ont00001395 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-3:30"@en ; - skos:altLabel "Newfoundland Standard Time"@en ; - cco:ont00001753 "NST" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-3:30"@en ; + "Newfoundland Standard Time"@en ; + "NST" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001396 -cco:ont00001396 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Viet Nam Dong"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Viet Nam Dong"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001397 -cco:ont00001397 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Centimeter Measurement Unit"@en ; - skos:altLabel "cm"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Centimeter Measurement Unit"@en ; + "cm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001398 -cco:ont00001398 rdf:type owl:NamedIndividual , - cco:ont00000469 ; - rdfs:label "Global Area Reference System"@en ; - cco:ont00001753 "GARS" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Global Area Reference System"@en ; + "GARS" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001399 -cco:ont00001399 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Ghana Cedi"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Ghana Cedi"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001400 -cco:ont00001400 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Sri Lanka Rupee"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sri Lanka Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001401 -cco:ont00001401 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "South Africa Rand"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "South Africa Rand"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001402 -cco:ont00001402 rdf:type owl:NamedIndividual , - cco:ont00000770 ; - rdfs:label "Kilogram Per Liter Measurement Unit"@en ; - cco:ont00001740 "kg/L" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Per Liter Measurement Unit"@en ; + "kg/L" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001403 -cco:ont00001403 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+2"@en ; - rdfs:label "Bravo Time Zone"@en ; - cco:ont00001753 "B" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bravo Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+2"@en ; + "B" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001404 -cco:ont00001404 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Afghanistan Afghani"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Afghanistan Afghani"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001405 -cco:ont00001405 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-2"@en ; - skos:altLabel "BET"@en , - "Brazil Eastern Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-2"@en ; + "BET"@en , + "Brazil Eastern Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001406 -cco:ont00001406 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+9:30"@en ; - skos:altLabel "Australian Central Standard Time"@en ; - cco:ont00001753 "ACST" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+9:30"@en ; + "Australian Central Standard Time"@en ; + "ACST" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001407 -cco:ont00001407 rdf:type owl:NamedIndividual , - cco:ont00000229 ; - rdfs:label "Shaft Horsepower Measurement Unit"@en ; - skos:altLabel "shp"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Shaft Horsepower Measurement Unit"@en ; + "shp"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001408 -cco:ont00001408 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-11"@en ; - rdfs:label "X-ray Time Zone"@en ; - cco:ont00001753 "X" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "X-ray Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-11"@en ; + "X" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001409 -cco:ont00001409 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Singapore Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Singapore Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001410 -cco:ont00001410 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Guyana Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Guyana Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001411 -cco:ont00001411 rdf:type owl:NamedIndividual , - cco:ont00000497 ; - rdfs:label "Pound Force Measurement Unit"@en ; - skos:altLabel "lbf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Force Measurement Unit"@en ; + "lbf"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001412 -cco:ont00001412 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; - rdfs:label "GMT"@en ; - skos:altLabel "Greenwich Mean Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT"@en ; + "Greenwich Mean Time"@en ; + "Offset from Universal Coordinated Time = UTC+0"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001413 -cco:ont00001413 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Milligram Measurement Unit"@en ; - skos:altLabel "mg"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Milligram Measurement Unit"@en ; + "mg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001414 -cco:ont00001414 rdf:type owl:NamedIndividual , - cco:ont00001328 ; - rdfs:comment "TT is an astronomical time standard that is a theoretical ideal designed to be free of the irregularities in Earth's rotation and is primarily used for time measurements of astronomical observations made from the surface of Earth. It was formerly called Terrestrial Dynamical Time (TDT), which was formulated to replace Ephemeris Time (ET)."@en ; - rdfs:label "Terrestrial Time"@en ; - cco:ont00001753 "TT" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Terrestrial Time"@en ; + "TT is an astronomical time standard that is a theoretical ideal designed to be free of the irregularities in Earth's rotation and is primarily used for time measurements of astronomical observations made from the surface of Earth. It was formerly called Terrestrial Dynamical Time (TDT), which was formulated to replace Ephemeris Time (ET)."@en ; + "TT" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001415 -cco:ont00001415 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Swiss Franc"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Swiss Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001416 -cco:ont00001416 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Cubic Centimeter Measurement Unit"@en ; - skos:altLabel "cm^3"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Centimeter Measurement Unit"@en ; + "cm^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001417 -cco:ont00001417 rdf:type owl:NamedIndividual , - cco:ont00001328 ; - rdfs:comment "ET is an astronomical time scale that was adopted as a standard in 1952 by the IAU but has since been superseded and is no longer actively used. ET is based on the ephemeris second, which was defined as a fraction of the tropical year for 1900 January 01 as calculated using Newcomb's 1895 tables of the Sun. ET was designed to avoid problems caused by variations in Earth's rotational period and was used for Solar System ephemeris calculations until being replaced by Terrestrial Dynamical Time (TDT) in 1979."@en ; - rdfs:label "Ephemeris Time"@en ; - cco:ont00001753 "ET" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Ephemeris Time"@en ; + "ET is an astronomical time scale that was adopted as a standard in 1952 by the IAU but has since been superseded and is no longer actively used. ET is based on the ephemeris second, which was defined as a fraction of the tropical year for 1900 January 01 as calculated using Newcomb's 1895 tables of the Sun. ET was designed to avoid problems caused by variations in Earth's rotational period and was used for Solar System ephemeris calculations until being replaced by Terrestrial Dynamical Time (TDT) in 1979."@en ; + "ET" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001418 -cco:ont00001418 rdf:type owl:NamedIndividual , - cco:ont00000140 ; - rdfs:label "Kilogram-Mole Measurement Unit"@en ; - skos:altLabel "kg-mol"@en , - "kilogram-mole"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram-Mole Measurement Unit"@en ; + "kg-mol"@en , + "kilogram-mole"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001419 -cco:ont00001419 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+5"@en ; - skos:altLabel "PLT"@en , - "Pakistan Lahore Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+5"@en ; + "PLT"@en , + "Pakistan Lahore Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001420 -cco:ont00001420 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Dominican Peso"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Dominican Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001421 -cco:ont00001421 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-6"@en ; - rdfs:label "Sierra Time Zone"@en ; - cco:ont00001753 "S" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sierra Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-6"@en ; + "S" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001422 -cco:ont00001422 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Quart Measurement Unit"@en ; - cco:ont00001753 "qt" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Quart Measurement Unit"@en ; + "qt" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001423 -cco:ont00001423 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Deciliter Measurement Unit"@en ; - skos:altLabel "dL"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Deciliter Measurement Unit"@en ; + "dL"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001424 -cco:ont00001424 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+1"@en ; - rdfs:label "Alpha Time Zone"@en ; - cco:ont00001753 "A" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Alpha Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+1"@en ; + "A" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001425 -cco:ont00001425 rdf:type owl:NamedIndividual , - cco:ont00000969 ; - rdfs:label "Miles Per Second Measurement Unit"@en ; - skos:altLabel "mi/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Miles Per Second Measurement Unit"@en ; + "mi/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001426 -cco:ont00001426 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Chinese Renminbi"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Chinese Renminbi"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001427 -cco:ont00001427 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Canadian Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Canadian Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001428 -cco:ont00001428 rdf:type owl:NamedIndividual , - cco:ont00000969 ; - rdfs:label "Kilometers Per Hour Measurement Unit"@en ; - skos:altLabel "km/h"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilometers Per Hour Measurement Unit"@en ; + "km/h"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001429 -cco:ont00001429 rdf:type owl:NamedIndividual , - cco:ont00000140 ; - rdfs:label "Gram-Mole Measurement Unit"@en ; - skos:altLabel "g-mol"@en , - "gram-mole"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gram-Mole Measurement Unit"@en ; + "g-mol"@en , + "gram-mole"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001430 -cco:ont00001430 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+6"@en ; - rdfs:label "Foxtrot Time Zone"@en ; - cco:ont00001753 "F" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Foxtrot Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+6"@en ; + "F" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001431 -cco:ont00001431 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-10"@en ; - rdfs:label "Whiskey Time Zone"@en ; - cco:ont00001753 "W" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Whiskey Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-10"@en ; + "W" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001432 -cco:ont00001432 rdf:type owl:NamedIndividual , - cco:ont00001090 ; - rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en ; - skos:altLabel "Kilogram Per Square Centimeter Measurement Unit"@en , - "Kilopond Per Centimeter Square Measurement Unit"@en ; - cco:ont00001753 "kg/cm^2" , - "kgf/cm^2" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en ; + "Kilogram Per Square Centimeter Measurement Unit"@en , + "Kilopond Per Centimeter Square Measurement Unit"@en ; + "kg/cm^2" , + "kgf/cm^2" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001433 -cco:ont00001433 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Mile Measurement Unit"@en ; - skos:altLabel "mi"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mile Measurement Unit"@en ; + "mi"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001434 -cco:ont00001434 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+1"@en ; - skos:altLabel "ECT"@en , - "European Central Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+1"@en ; + "ECT"@en , + "European Central Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001435 -cco:ont00001435 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Colombian Peso"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Colombian Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001436 -cco:ont00001436 rdf:type owl:NamedIndividual , - cco:ont00000630 ; - rdfs:label "Universal Time 1 D"@en ; - cco:ont00001753 "UT1D" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 1 D"@en ; + "UT1D" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001437 -cco:ont00001437 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Liter Measurement Unit"@en ; - skos:altLabel "Litre"@en ; - cco:ont00001740 "L" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Liter Measurement Unit"@en ; + "Litre"@en ; + "L" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001438 -cco:ont00001438 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Square Yard Measurement Unit"@en ; - skos:altLabel "yd^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Yard Measurement Unit"@en ; + "yd^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001439 -cco:ont00001439 rdf:type owl:NamedIndividual , - cco:ont00000263 ; - rdfs:label "Twenty-Four-Hour Clock Time System"@en ; - skos:altLabel "24-Hour Clock"@en , - "24-Hour Clock Time System"@en , - "Military Time"@en , - "Military Time System"@en , - "Twenty-Four Hour Clock Time System"@en , - "Twenty-Four-Hour Clock"@en ; - skos:definition "A Clock Time System for time keeping in which the Day runs from midnight to midnight and is divided into 24 Hours, indicated by the Hours passed since midnight, from 0 to 23."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Twenty-Four-Hour Clock Time System"@en ; + "24-Hour Clock"@en , + "24-Hour Clock Time System"@en , + "Military Time"@en , + "Military Time System"@en , + "Twenty-Four Hour Clock Time System"@en , + "Twenty-Four-Hour Clock"@en ; + "A Clock Time System for time keeping in which the Day runs from midnight to midnight and is divided into 24 Hours, indicated by the Hours passed since midnight, from 0 to 23."@en ; + "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001440 -cco:ont00001440 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-9"@en ; - skos:altLabel "AST"@en , - "Alaska Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-9"@en ; + "AST"@en , + "Alaska Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001441 -cco:ont00001441 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Rwanda Franc"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Rwanda Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001442 -cco:ont00001442 rdf:type owl:NamedIndividual , - cco:ont00001357 ; - rdfs:label "Week Measurement Unit"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Week Measurement Unit"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001443 -cco:ont00001443 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Albania Lek"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Albania Lek"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001444 -cco:ont00001444 rdf:type owl:NamedIndividual , - cco:ont00001357 ; - rdfs:label "Year Measurement Unit"@en ; - skos:altLabel "yr"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Year Measurement Unit"@en ; + "yr"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001445 -cco:ont00001445 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Centiliter Measurement Unit"@en ; - skos:altLabel "cL"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Centiliter Measurement Unit"@en ; + "cL"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001446 -cco:ont00001446 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Mike Time Zone is the same local time as Yankee Time Zone, but is 1 Day (i.e. 24 Hours) ahead of Yankee Time Zone as they are on opposite sides of the International Date Line."@en , - "Offset from Universal Coordinated Time = UTC+12"@en ; - rdfs:label "Mike Time Zone"@en ; - cco:ont00001753 "M" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mike Time Zone"@en ; + "Mike Time Zone is the same local time as Yankee Time Zone, but is 1 Day (i.e. 24 Hours) ahead of Yankee Time Zone as they are on opposite sides of the International Date Line."@en , + "Offset from Universal Coordinated Time = UTC+12"@en ; + "M" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001447 -cco:ont00001447 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "CFP Franc"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "CFP Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001448 -cco:ont00001448 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Malawi Kwacha"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Malawi Kwacha"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001449 -cco:ont00001449 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Czech Koruna"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Czech Koruna"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001450 -cco:ont00001450 rdf:type owl:NamedIndividual , - cco:ont00001004 ; - rdfs:label "Volt Measurement Unit"@en ; - skos:altLabel "V"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Volt Measurement Unit"@en ; + "V"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001451 -cco:ont00001451 rdf:type owl:NamedIndividual , - cco:ont00001004 ; - rdfs:label "Milliampere Measurement Unit"@en ; - skos:altLabel "mA"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Milliampere Measurement Unit"@en ; + "mA"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001452 -cco:ont00001452 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Indian Rupee"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Indian Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001453 -cco:ont00001453 rdf:type owl:NamedIndividual , - cco:ont00000707 ; - rdfs:label "Binary Degree Measurement Unit"@en ; - skos:altLabel "Binary Radian"@en , - "Brad"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Binary Degree Measurement Unit"@en ; + "Binary Radian"@en , + "Brad"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001454 -cco:ont00001454 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+11"@en ; - rdfs:label "Lima Time Zone"@en ; - cco:ont00001753 "L" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Lima Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+11"@en ; + "L" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001455 -cco:ont00001455 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Bolivia Boliviano"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bolivia Boliviano"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001456 -cco:ont00001456 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Square Mile Measurement Unit"@en ; - skos:altLabel "mi^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Mile Measurement Unit"@en ; + "mi^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001457 -cco:ont00001457 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-4"@en ; - rdfs:label "Quebec Time Zone"@en ; - cco:ont00001753 "Q" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Quebec Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-4"@en ; + "Q" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001458 -cco:ont00001458 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Costa Rica Colon"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Costa Rica Colon"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001459 -cco:ont00001459 rdf:type owl:NamedIndividual , - cco:ont00001307 ; - rdfs:label "Pound Per Second Measurement Unit"@en ; - skos:altLabel "lb/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Per Second Measurement Unit"@en ; + "lb/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001460 -cco:ont00001460 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Mauritius Rupee"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mauritius Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001461 -cco:ont00001461 rdf:type owl:NamedIndividual , - cco:ont00001328 ; - rdfs:comment "TDB is a linear scaling of Barycentric Coordinate Time (TCB) and is a relativistic coordinate time scale used in astronomy as a time standard that accounts for time dilation when calculating Orbits and Ephemerides of Astronomical Bodies and interplanetary Spacecraft in the Solar System. TDB is a successor of Ephemeris Time (ET) and is nearly equivalent to the time scale Teph used for DE405 planetary and lunar ephemerides generated by the Jet Propulsion Laboratory."@en ; - rdfs:label "Barycentric Dynamical Time"@en ; - cco:ont00001753 "TDB" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Barycentric Dynamical Time"@en ; + "TDB is a linear scaling of Barycentric Coordinate Time (TCB) and is a relativistic coordinate time scale used in astronomy as a time standard that accounts for time dilation when calculating Orbits and Ephemerides of Astronomical Bodies and interplanetary Spacecraft in the Solar System. TDB is a successor of Ephemeris Time (ET) and is nearly equivalent to the time scale Teph used for DE405 planetary and lunar ephemerides generated by the Jet Propulsion Laboratory."@en ; + "TDB" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001462 -cco:ont00001462 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Twenty Foot Equivalent Unit"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Twenty Foot Equivalent Unit"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001463 -cco:ont00001463 rdf:type owl:NamedIndividual , - cco:ont00000140 ; - rdfs:label "Kilomole Measurement Unit"@en ; - skos:altLabel "kilomole"@en , - "kmol"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilomole Measurement Unit"@en ; + "kilomole"@en , + "kmol"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001464 -cco:ont00001464 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Uzbekistan Sum"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Uzbekistan Sum"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001465 -cco:ont00001465 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Namibia Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Namibia Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001466 -cco:ont00001466 rdf:type owl:NamedIndividual , - cco:ont00000959 ; - rdfs:label "Revolutions Per Day Measurement Unit"@en ; - skos:altLabel "r/day"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Revolutions Per Day Measurement Unit"@en ; + "r/day"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001467 -cco:ont00001467 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-4"@en ; - skos:altLabel "PRT"@en , - "Puerto Rico and US Virgin Islands Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-4"@en ; + "PRT"@en , + "Puerto Rico and US Virgin Islands Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001468 -cco:ont00001468 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+10"@en ; - skos:altLabel "AET"@en , - "Australia Eastern Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+10"@en ; + "AET"@en , + "Australia Eastern Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001469 -cco:ont00001469 rdf:type owl:NamedIndividual , - cco:ont00000969 ; - rdfs:label "Kilometers Per Second Measurement Unit"@en ; - skos:altLabel "km/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilometers Per Second Measurement Unit"@en ; + "km/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001470 -cco:ont00001470 rdf:type owl:NamedIndividual , - cco:ont00000959 ; - rdfs:label "Megahertz Measurement Unit"@en ; - skos:altLabel "MHz"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Megahertz Measurement Unit"@en ; + "MHz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001471 -cco:ont00001471 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Square Centimeter Measurement Unit"@en ; - skos:altLabel "cm^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Centimeter Measurement Unit"@en ; + "cm^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001472 -cco:ont00001472 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Cubic Millimeter Measurement Unit"@en ; - skos:altLabel "mm^3"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Millimeter Measurement Unit"@en ; + "mm^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001473 -cco:ont00001473 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Euro"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Euro"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001474 -cco:ont00001474 rdf:type owl:NamedIndividual , - cco:ont00001090 ; - rdfs:label "Atmosphere Measurement Unit"@en ; - skos:altLabel "atm"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Atmosphere Measurement Unit"@en ; + "atm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001475 -cco:ont00001475 rdf:type owl:NamedIndividual , - cco:ont00000959 ; - rdfs:label "Kilohertz Measurement Unit"@en ; - skos:altLabel "kHz"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilohertz Measurement Unit"@en ; + "kHz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001476 -cco:ont00001476 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+4"@en ; - skos:altLabel "NET"@en , - "Near East Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+4"@en ; + "NET"@en , + "Near East Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001477 -cco:ont00001477 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Kilogram Measurement Unit"@en ; - cco:ont00001738 "kilogram" ; - cco:ont00001740 "kg" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Measurement Unit"@en ; + "kilogram" ; + "kg" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001478 -cco:ont00001478 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Angstrom Measurement Unit"@en ; - skos:altLabel "Angstrom"@en , - "Å"@en , - "Ångström"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Angstrom Measurement Unit"@en ; + "Angstrom"@en , + "Å"@en , + "Ångström"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001479 -cco:ont00001479 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Angolan Kwanza"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Angolan Kwanza"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001480 -cco:ont00001480 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+9"@en ; - rdfs:label "India Time Zone"@en ; - cco:ont00001753 "I" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "India Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+9"@en ; + "I" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001481 -cco:ont00001481 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Macao Pataca"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Macao Pataca"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001482 -cco:ont00001482 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Algerian Dinar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Algerian Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001483 -cco:ont00001483 rdf:type owl:NamedIndividual , - cco:ont00000140 ; - rdfs:comment "One mole contains exactly 6.02214076×10^23 elementary entities."@en ; - rdfs:label "Mole Measurement Unit"@en ; - cco:ont00001738 "mole" ; - cco:ont00001740 "mol" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mole Measurement Unit"@en ; + "One mole contains exactly 6.02214076×10^23 elementary entities."@en ; + "mole" ; + "mol" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001484 -cco:ont00001484 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Bangladesh Taka"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bangladesh Taka"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001485 -cco:ont00001485 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Surinamese Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Surinamese Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001486 -cco:ont00001486 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Square Kilometer Measurement Unit"@en ; - skos:altLabel "km^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Kilometer Measurement Unit"@en ; + "km^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001487 -cco:ont00001487 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Peru Nuevo Sol"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Peru Nuevo Sol"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001488 -cco:ont00001488 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-7"@en ; - rdfs:label "Tango Time Zone"@en ; - cco:ont00001753 "T" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tango Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-7"@en ; + "T" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001489 -cco:ont00001489 rdf:type owl:NamedIndividual , - cco:ont00000707 ; - rdfs:label "Radian Measurement Unit"@en ; - cco:ont00001738 "radian" ; - cco:ont00001740 "rad" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Radian Measurement Unit"@en ; + "radian" ; + "rad" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001490 -cco:ont00001490 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Bulgarian Lev"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bulgarian Lev"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001491 -cco:ont00001491 rdf:type owl:NamedIndividual , - cco:ont00000630 ; - rdfs:label "Universal Time 1 A"@en ; - cco:ont00001753 "UT1A" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 1 A"@en ; + "UT1A" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001492 -cco:ont00001492 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Lebanese Pound"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Lebanese Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001493 -cco:ont00001493 rdf:type owl:NamedIndividual , - cco:ont00000497 ; - rdfs:label "Kilonewton Measurement Unit"@en ; - skos:altLabel "kN"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilonewton Measurement Unit"@en ; + "kN"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001494 -cco:ont00001494 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Yard Measurement Unit"@en ; - skos:altLabel "yrd"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Yard Measurement Unit"@en ; + "yrd"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001495 -cco:ont00001495 rdf:type owl:NamedIndividual , - cco:ont00000198 ; - rdfs:label "Sone Measurement Unit"@en ; - skos:altLabel "sone"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sone Measurement Unit"@en ; + "sone"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001496 -cco:ont00001496 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Square Meter Measurement Unit"@en ; - skos:altLabel "m^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Meter Measurement Unit"@en ; + "m^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001497 -cco:ont00001497 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Kuwaiti Dinar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kuwaiti Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001498 -cco:ont00001498 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Fiji Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Fiji Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001499 -cco:ont00001499 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Kiloliter Measurement Unit"@en ; - skos:altLabel "kL"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kiloliter Measurement Unit"@en ; + "kL"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001500 -cco:ont00001500 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+5"@en ; - rdfs:label "Echo Time Zone"@en ; - cco:ont00001753 "E" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Echo Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+5"@en ; + "E" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001501 -cco:ont00001501 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Tanzania Shilling"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tanzania Shilling"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001502 -cco:ont00001502 rdf:type owl:NamedIndividual , - cco:ont00000229 ; - dcterms:contributor "Donna Jones" , - "Olivia Hobai" ; - rdfs:label "Decibel Isotropic Measurement Unit"@en ; - skos:altLabel "Decibels Over Isotropic" , - "Decibels Over Isotropic Antenna" , - "Decibels Relative to Isotrope" , - "Decibels Relative to Isotropic Radiator" , - "Decibels Relative to an Isotropic Reference Antenna" ; - cco:ont00001740 "dBi" ; - cco:ont00001754 "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI , - "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + "Donna Jones" , + "Olivia Hobai" ; + rdfs:label "Decibel Isotropic Measurement Unit"@en ; + "Decibels Over Isotropic" , + "Decibels Over Isotropic Antenna" , + "Decibels Relative to Isotrope" , + "Decibels Relative to Isotropic Radiator" , + "Decibels Relative to an Isotropic Reference Antenna" ; + "dBi" ; + "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI , + "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001503 -cco:ont00001503 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Hungary Forint"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Hungary Forint"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001504 -cco:ont00001504 rdf:type owl:NamedIndividual , - cco:ont00000659 ; - rdfs:label "Newton Meter Measurement Unit"@en ; - cco:ont00001740 "N-m" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Newton Meter Measurement Unit"@en ; + "N-m" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001505 -cco:ont00001505 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Uruguay Peso"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Uruguay Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001506 -cco:ont00001506 rdf:type owl:NamedIndividual , - cco:ont00000630 ; - rdfs:label "Universal Time 1 F"@en ; - cco:ont00001753 "UT1F" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 1 F"@en ; + "UT1F" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001507 -cco:ont00001507 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Lesotho Loti"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Lesotho Loti"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001508 -cco:ont00001508 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Brunei Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Brunei Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001509 -cco:ont00001509 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Belarussian Ruble"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Belarussian Ruble"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001510 -cco:ont00001510 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Tonga Pa anga"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tonga Pa anga"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001511 -cco:ont00001511 rdf:type owl:NamedIndividual , - cco:ont00000969 ; - rdfs:label "Meters Per Second Measurement Unit"@en ; - skos:altLabel "m/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Meters Per Second Measurement Unit"@en ; + "m/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001512 -cco:ont00001512 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "South Sudanese Pound"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "South Sudanese Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001513 -cco:ont00001513 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Mexican Peso"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mexican Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001514 -cco:ont00001514 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Laos Kip"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Laos Kip"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001515 -cco:ont00001515 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Liberian Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Liberian Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001516 -cco:ont00001516 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-2"@en ; - rdfs:label "Oscar Time Zone"@en ; - cco:ont00001753 "O" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Oscar Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-2"@en ; + "O" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001517 -cco:ont00001517 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Nicaragua Cordoba Oro"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nicaragua Cordoba Oro"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001518 -cco:ont00001518 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Madagascar Malagasy Ariary"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Madagascar Malagasy Ariary"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001519 -cco:ont00001519 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Turkish Lira"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Turkish Lira"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001520 -cco:ont00001520 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Zambia Kwacha"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Zambia Kwacha"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001521 -cco:ont00001521 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Philippine Peso"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Philippine Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001522 -cco:ont00001522 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Square Foot Measurement Unit"@en ; - skos:altLabel "ft^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Foot Measurement Unit"@en ; + "ft^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001523 -cco:ont00001523 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Pint Measurement Unit"@en ; - skos:altLabel "pt"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pint Measurement Unit"@en ; + "pt"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001524 -cco:ont00001524 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-11"@en ; - skos:altLabel "MIT"@en , - "Midway Islands Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-11"@en ; + "MIT"@en , + "Midway Islands Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001525 -cco:ont00001525 rdf:type owl:NamedIndividual , - cco:ont00000497 ; - rdfs:label "Newton Measurement Unit"@en ; - cco:ont00001738 "newton" ; - cco:ont00001740 "N" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Newton Measurement Unit"@en ; + "newton" ; + "N" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001526 -cco:ont00001526 rdf:type owl:NamedIndividual , - cco:ont00000969 ; - rdfs:label "Mach Measurement Unit"@en ; - skos:altLabel "M"@en , - "Ma"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mach Measurement Unit"@en ; + "M"@en , + "Ma"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001527 -cco:ont00001527 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+8"@en ; - rdfs:label "Hotel Time Zone"@en ; - cco:ont00001753 "H" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Hotel Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+8"@en ; + "H" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001528 -cco:ont00001528 rdf:type owl:NamedIndividual , - cco:ont00000940 ; - rdfs:label "Kilogram Meter Per Second Measurement Unit"@en ; - skos:altLabel "kg m/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Meter Per Second Measurement Unit"@en ; + "kg m/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001529 -cco:ont00001529 rdf:type owl:NamedIndividual , - cco:ont00001328 ; - rdfs:comment """\"TCG is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to precession, nutation, the Moon, and artificial satellites of the Earth. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the center of the Earth: that is, a clock that performs exactly the same movements as the Earth but is outside the Earth's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Earth.\" + rdf:type owl:NamedIndividual , + ; + rdfs:label "Geocentric Coordinate Time"@en ; + """\"TCG is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to precession, nutation, the Moon, and artificial satellites of the Earth. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the center of the Earth: that is, a clock that performs exactly the same movements as the Earth but is outside the Earth's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Earth.\" From: (https://en.wikipedia.org/wiki/Geocentric_Coordinate_Time)"""@en ; - rdfs:label "Geocentric Coordinate Time"@en ; - cco:ont00001753 "TCG" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + "TCG" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001530 -cco:ont00001530 rdf:type owl:NamedIndividual , - cco:ont00000374 ; - rdfs:label "Cubic Meter Per Second Measurement Unit"@en ; - cco:ont00001740 "m^3/s" ; - cco:ont00001753 "cumec" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Meter Per Second Measurement Unit"@en ; + "m^3/s" ; + "cumec" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001531 -cco:ont00001531 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Botswana Pula"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Botswana Pula"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001532 -cco:ont00001532 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Egyptian Pound"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Egyptian Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001533 -cco:ont00001533 rdf:type owl:NamedIndividual , - cco:ont00001357 ; - rdfs:label "Hour Measurement Unit"@en ; - skos:altLabel "hr"@en ; - cco:ont00001740 "h" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Hour Measurement Unit"@en ; + "hr"@en ; + "h" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001534 -cco:ont00001534 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+7"@en ; - skos:altLabel "VST"@en , - "Vietnam Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+7"@en ; + "VST"@en , + "Vietnam Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001535 -cco:ont00001535 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Sudanese Pound"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sudanese Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001536 -cco:ont00001536 rdf:type owl:NamedIndividual , - cco:ont00001357 ; - rdfs:label "Second Measurement Unit"@en ; - cco:ont00001738 "second" ; - cco:ont00001740 "s" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Second Measurement Unit"@en ; + "second" ; + "s" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001537 -cco:ont00001537 rdf:type owl:NamedIndividual , - cco:ont00000067 , - cco:ont00000630 ; - rdfs:comment "UTC is a variant of Universal Time that is calculated by combining Universal Time 1 with International Atomic Time by occasionally adding leap seconds to TAI in order to maintain UTC within 0.9 seconds of UT1. The difference between UTC and UT1 is called DUT1 and always has a value between -0.9 seconds and +0.9 seconds. Coordinated Universal Time is the current basis for civil time and is the reference time for time zones, whose local times are defined based on an offset from UTC."@en ; - rdfs:label "Coordinated Universal Time"@en ; - cco:ont00001753 "UTC" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + , + ; + rdfs:label "Coordinated Universal Time"@en ; + "UTC is a variant of Universal Time that is calculated by combining Universal Time 1 with International Atomic Time by occasionally adding leap seconds to TAI in order to maintain UTC within 0.9 seconds of UT1. The difference between UTC and UT1 is called DUT1 and always has a value between -0.9 seconds and +0.9 seconds. Coordinated Universal Time is the current basis for civil time and is the reference time for time zones, whose local times are defined based on an offset from UTC."@en ; + "UTC" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001538 -cco:ont00001538 rdf:type owl:NamedIndividual , - cco:ont00000074 ; - rdfs:label "Meters Per Second Per Second Measurement Unit"@en ; - skos:altLabel "m/s/s"@en , - "m/s^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Meters Per Second Per Second Measurement Unit"@en ; + "m/s/s"@en , + "m/s^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001539 -cco:ont00001539 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Tajikistan Somoni"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tajikistan Somoni"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001540 -cco:ont00001540 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Israel Shekel"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Israel Shekel"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001541 -cco:ont00001541 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+12"@en ; - skos:altLabel "NST"@en , - "New Zealand Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+12"@en ; + "NST"@en , + "New Zealand Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001542 -cco:ont00001542 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Paraguay Guarani"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Paraguay Guarani"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001543 -cco:ont00001543 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Decimeter Measurement Unit"@en ; - skos:altLabel "dm"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Decimeter Measurement Unit"@en ; + "dm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001544 -cco:ont00001544 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Short Ton Measurement Unit"@en ; - skos:altLabel "Net Ton"@en , - "ton (US)"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Short Ton Measurement Unit"@en ; + "Net Ton"@en , + "ton (US)"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001545 -cco:ont00001545 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Swaziland Lilangeni"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Swaziland Lilangeni"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001546 -cco:ont00001546 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Democratic Republic Of Congo Franc"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Democratic Republic Of Congo Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001547 -cco:ont00001547 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Syrian Pound"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Syrian Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001548 -cco:ont00001548 rdf:type owl:NamedIndividual , - cco:ont00000630 ; - rdfs:comment "UT1R is a variant of Universal Time that is a smoothed version of UT1 by filtering out periodic variations due to tidal waves."@en ; - rdfs:label "Universal Time 1 R"@en ; - cco:ont00001753 "UT1R" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 1 R"@en ; + "UT1R is a variant of Universal Time that is a smoothed version of UT1 by filtering out periodic variations due to tidal waves."@en ; + "UT1R" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001549 -cco:ont00001549 rdf:type owl:NamedIndividual , - cco:ont00000497 ; - rdfs:label "Dyne Measurement Unit"@en ; - skos:altLabel "dyn"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Dyne Measurement Unit"@en ; + "dyn"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001550 -cco:ont00001550 rdf:type owl:NamedIndividual , - cco:ont00000276 ; - rdfs:comment "The Julian Calendar was proposed by Julius Caesar as a reform of the Roman Calendar, took effect on 1 January 46 BC, and was the predominant Calendar System in Europe until being largely replaced by the Gregorian Calendar."@en ; - rdfs:label "Julian Calendar"@en ; - skos:definition "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years such that the average length of a Julian Year is 365.25 Days."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Julian Calendar"@en ; + "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years such that the average length of a Julian Year is 365.25 Days."@en ; + "The Julian Calendar was proposed by Julius Caesar as a reform of the Roman Calendar, took effect on 1 January 46 BC, and was the predominant Calendar System in Europe until being largely replaced by the Gregorian Calendar."@en ; + "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001551 -cco:ont00001551 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Cubic Foot Measurement Unit"@en ; - skos:altLabel "ft^3"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Foot Measurement Unit"@en ; + "ft^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001552 -cco:ont00001552 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Gram Measurement Unit"@en ; - skos:altLabel "g"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gram Measurement Unit"@en ; + "g"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001553 -cco:ont00001553 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+6"@en ; - skos:altLabel "BST"@en , - "Bangladesh Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+6"@en ; + "BST"@en , + "Bangladesh Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001554 -cco:ont00001554 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-10"@en ; - skos:altLabel "HST"@en , - "Hawaii Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-10"@en ; + "HST"@en , + "Hawaii Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001555 -cco:ont00001555 rdf:type owl:NamedIndividual , - cco:ont00000659 ; - rdfs:label "Pound Foot Measurement Unit"@en ; - cco:ont00001753 "lb ft" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Foot Measurement Unit"@en ; + "lb ft" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001556 -cco:ont00001556 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Samoa Tala"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Samoa Tala"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001557 -cco:ont00001557 rdf:type owl:NamedIndividual , - cco:ont00000527 ; - rdfs:label "Pound Foot Second Square Measurement Unit"@en ; - cco:ont00001753 "lb ft s^2" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Foot Second Square Measurement Unit"@en ; + "lb ft s^2" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001558 -cco:ont00001558 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "New Zealand Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "New Zealand Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001559 -cco:ont00001559 rdf:type owl:NamedIndividual , - cco:ont00001090 ; - rdfs:label "Pascal Measurement Unit"@en ; - cco:ont00001738 "pascal" ; - cco:ont00001740 "Pa" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pascal Measurement Unit"@en ; + "pascal" ; + "Pa" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001560 -cco:ont00001560 rdf:type owl:NamedIndividual , - cco:ont00000229 , - cco:ont00000444 , - cco:ont00000852 ; - rdfs:label "Calorie Measurement Unit"@en ; - skos:altLabel "cal"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "Calorie Measurement Unit"@en ; + "cal"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001561 -cco:ont00001561 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Uganda Shilling"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Uganda Shilling"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001562 -cco:ont00001562 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Cambodian Riel"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cambodian Riel"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001563 -cco:ont00001563 rdf:type owl:NamedIndividual , - cco:ont00000229 , - cco:ont00000444 , - cco:ont00000852 ; - rdfs:label "Horsepower Measurement Unit"@en ; - skos:altLabel "hp"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "Horsepower Measurement Unit"@en ; + "hp"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001564 -cco:ont00001564 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Decigram Measurement Unit"@en ; - skos:altLabel "dg"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Decigram Measurement Unit"@en ; + "dg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001565 -cco:ont00001565 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-5"@en ; - skos:altLabel "EST"@en , - "Eastern Standard Time"@en , - "IET"@en , - "Indiana Eastern Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-5"@en ; + "EST"@en , + "Eastern Standard Time"@en , + "IET"@en , + "Indiana Eastern Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001566 -cco:ont00001566 rdf:type owl:NamedIndividual , - cco:ont00000229 ; - rdfs:label "Watt Measurement Unit"@en ; - cco:ont00001738 "watt" ; - cco:ont00001740 "W" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Watt Measurement Unit"@en ; + "watt" ; + "W" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001567 -cco:ont00001567 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Ounce Measurement Unit"@en ; - skos:altLabel "oz"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Ounce Measurement Unit"@en ; + "oz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001568 -cco:ont00001568 rdf:type owl:NamedIndividual , - cco:ont00000770 ; - rdfs:label "Gram Per Cubic Centimeter Measurement Unit"@en ; - cco:ont00001740 "g/cm^3" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gram Per Cubic Centimeter Measurement Unit"@en ; + "g/cm^3" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001569 -cco:ont00001569 rdf:type owl:NamedIndividual , - cco:ont00000770 ; - rdfs:label "Kilogram Per Cubic Meter Measurement Unit"@en ; - cco:ont00001738 "kg/m^3" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Per Cubic Meter Measurement Unit"@en ; + "kg/m^3" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001570 -cco:ont00001570 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+2"@en ; - skos:altLabel "EET"@en , - "Eastern European Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+2"@en ; + "EET"@en , + "Eastern European Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001571 -cco:ont00001571 rdf:type owl:NamedIndividual , - cco:ont00001357 ; - rdfs:label "Day Measurement Unit"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Day Measurement Unit"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001572 -cco:ont00001572 rdf:type owl:NamedIndividual , - cco:ont00000844 ; - rdfs:label "Kelvin Measurement Unit"@en ; - cco:ont00001738 "kelvin" ; - cco:ont00001740 "K" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kelvin Measurement Unit"@en ; + "kelvin" ; + "K" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001573 -cco:ont00001573 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Teaspoon Measurement Unit"@en ; - cco:ont00001753 "t" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Teaspoon Measurement Unit"@en ; + "t" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001574 -cco:ont00001574 rdf:type owl:NamedIndividual , - cco:ont00000959 ; - rdfs:label "Revolutions Per Minute Measurement Unit"@en ; - skos:altLabel "r/min"@en , - "rpm"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Revolutions Per Minute Measurement Unit"@en ; + "r/min"@en , + "rpm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001575 -cco:ont00001575 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "CFA Franc"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "CFA Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001576 -cco:ont00001576 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Milliliter Measurement Unit"@en ; - skos:altLabel "mL"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Milliliter Measurement Unit"@en ; + "mL"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001577 -cco:ont00001577 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Ukraine Hryvnia"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Ukraine Hryvnia"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001578 -cco:ont00001578 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Nepalese Rupee"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nepalese Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001579 -cco:ont00001579 rdf:type owl:NamedIndividual , - cco:ont00000374 ; - rdfs:label "Liter Per Second Measurement Unit"@en ; - skos:altLabel "l/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Liter Per Second Measurement Unit"@en ; + "l/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001580 -cco:ont00001580 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-3"@en ; - rdfs:label "Papa Time Zone"@en ; - cco:ont00001753 "P" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Papa Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-3"@en ; + "P" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001581 -cco:ont00001581 rdf:type owl:NamedIndividual , - cco:ont00000469 ; - rdfs:comment """The ITRS definition fulfills the following conditions: + rdf:type owl:NamedIndividual , + ; + rdfs:label "International Terrestrial Reference System"@en ; + """The ITRS definition fulfills the following conditions: 1. It is geocentric, the center of mass being defined for the whole earth, including oceans and atmosphere. 2. The unit of length is the metre (SI). This scale is consistent with the TCG time coordinate for a geocentric local frame, in agreement with IAU and IUGG (1991) resolutions. This is obtained by appropriate relativistic modelling. 3. Its orientation was initially given by the BIH orientation at 1984.0. 4. The time evolution of the orientation is ensured by using a no-net-rotation condition with regards to horizontal tectonic motions over the whole earth. From: (https://www.iers.org/IERS/EN/Science/ITRS/ITRS.html)"""@en ; - rdfs:label "International Terrestrial Reference System"@en ; - cco:ont00001753 "ITRS" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + "ITRS" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001582 -cco:ont00001582 rdf:type owl:NamedIndividual , - cco:ont00000469 ; - rdfs:label "Universal Transverse Mercator Reference System"@en ; - cco:ont00001753 "UTM" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Transverse Mercator Reference System"@en ; + "UTM" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001583 -cco:ont00001583 rdf:type owl:NamedIndividual , - cco:ont00000969 ; - rdfs:label "Feet Per Second Measurement Unit"@en ; - skos:altLabel "ft/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Feet Per Second Measurement Unit"@en ; + "ft/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001584 -cco:ont00001584 rdf:type owl:NamedIndividual , - cco:ont00000469 ; - rdfs:label "World Geographic Reference System"@en ; - cco:ont00001753 "WGRS" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "World Geographic Reference System"@en ; + "WGRS" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001585 -cco:ont00001585 rdf:type owl:NamedIndividual , - cco:ont00000940 ; - rdfs:label "Newton Second Per Kilogram Measurement Unit"@en ; - skos:altLabel "Ns/kg"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Newton Second Per Kilogram Measurement Unit"@en ; + "Ns/kg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001586 -cco:ont00001586 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Poland Zloty"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Poland Zloty"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001587 -cco:ont00001587 rdf:type owl:NamedIndividual , - cco:ont00001090 ; - rdfs:label "Bayre Measurement Unit"@en ; - skos:altLabel "ba"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bayre Measurement Unit"@en ; + "ba"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001588 -cco:ont00001588 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+9"@en ; - skos:altLabel "JST"@en , - "Japan Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+9"@en ; + "JST"@en , + "Japan Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001589 -cco:ont00001589 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Cubic Inch Measurement Unit"@en ; - skos:altLabel "in^3"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Inch Measurement Unit"@en ; + "in^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001590 -cco:ont00001590 rdf:type owl:NamedIndividual , - cco:ont00001328 ; - rdfs:comment "TAI is a time standard the values of which are generated by calculating the weighted average of the measurements of more than 400 atomic clocks and is based on the International System of Units (SI) definition of one second equals the time it takes a Cesium-133 atom at the ground state to oscillate exactly 9,192,631,770 times. TAI is extremely precise, but does not perfectly synchronize with Earth times, which is why TAI and UT1 are both used to determine UTC. TAI serves as the main realization of TT."@en ; - rdfs:label "International Atomic Time"@en ; - cco:ont00001753 "TAI" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "International Atomic Time"@en ; + "TAI is a time standard the values of which are generated by calculating the weighted average of the measurements of more than 400 atomic clocks and is based on the International System of Units (SI) definition of one second equals the time it takes a Cesium-133 atom at the ground state to oscillate exactly 9,192,631,770 times. TAI is extremely precise, but does not perfectly synchronize with Earth times, which is why TAI and UT1 are both used to determine UTC. TAI serves as the main realization of TT."@en ; + "TAI" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001591 -cco:ont00001591 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-8"@en ; - rdfs:label "Uniform Time Zone"@en ; - cco:ont00001753 "U" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Uniform Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-8"@en ; + "U" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001592 -cco:ont00001592 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Kazakhstan Tenge"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kazakhstan Tenge"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001593 -cco:ont00001593 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Ethiopian Birr"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Ethiopian Birr"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001594 -cco:ont00001594 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "North Korean Won"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "North Korean Won"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001595 -cco:ont00001595 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Swedish Krona"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Swedish Krona"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001596 -cco:ont00001596 rdf:type owl:NamedIndividual , - cco:ont00001307 ; - rdfs:label "Kilogram Per Second Measurement Unit"@en ; - cco:ont00001740 "kg/s" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Per Second Measurement Unit"@en ; + "kg/s" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001597 -cco:ont00001597 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+11"@en ; - skos:altLabel "SST"@en , - "Solomon Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+11"@en ; + "SST"@en , + "Solomon Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001598 -cco:ont00001598 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Kilometer Measurement Unit"@en ; - skos:altLabel "km"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilometer Measurement Unit"@en ; + "km"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001599 -cco:ont00001599 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+3:30"@en ; - skos:altLabel "Iran Standard Time"@en , - "Iran Time"@en ; - cco:ont00001753 "IRST" , - "IT" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+3:30"@en ; + "Iran Standard Time"@en , + "Iran Time"@en ; + "IRST" , + "IT" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001600 -cco:ont00001600 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Guinean Franc"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Guinean Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001601 -cco:ont00001601 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "United Kingdom Pound"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "United Kingdom Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001602 -cco:ont00001602 rdf:type owl:NamedIndividual , - cco:ont00000969 ; - rdfs:label "Miles Per Hour Measurement Unit"@en ; - skos:altLabel "mi/h"@en , - "mph"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Miles Per Hour Measurement Unit"@en ; + "mi/h"@en , + "mph"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001603 -cco:ont00001603 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-1"@en ; - rdfs:label "November Time Zone"@en ; - cco:ont00001753 "N" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "November Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-1"@en ; + "N" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001604 -cco:ont00001604 rdf:type owl:NamedIndividual , - cco:ont00000707 ; - rdfs:label "Degree Measurement Unit"@en ; - cco:ont00001740 "°" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Degree Measurement Unit"@en ; + "°" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001605 -cco:ont00001605 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Argentine Peso"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Argentine Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001606 -cco:ont00001606 rdf:type owl:NamedIndividual , - cco:ont00000844 ; - rdfs:label "Degree Celsius Measurement Unit"@en ; - cco:ont00001738 "degree Celsius" ; - cco:ont00001740 "°C" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Degree Celsius Measurement Unit"@en ; + "degree Celsius" ; + "°C" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001607 -cco:ont00001607 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-9"@en ; - rdfs:label "Victor Time Zone"@en ; - cco:ont00001753 "V" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Victor Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-9"@en ; + "V" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001608 -cco:ont00001608 rdf:type owl:NamedIndividual , - cco:ont00000140 ; - rdfs:label "Pound-Mole Measurement Unit"@en ; - skos:altLabel "lb-mol"@en , - "lbmol"@en , - "pound-mole"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound-Mole Measurement Unit"@en ; + "lb-mol"@en , + "lbmol"@en , + "pound-mole"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001609 -cco:ont00001609 rdf:type owl:NamedIndividual , - cco:ont00000707 ; - rdfs:label "Gradian Measurement Unit"@en ; - skos:altLabel "Gon"@en , - "Grad"@en , - "Grade"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gradian Measurement Unit"@en ; + "Gon"@en , + "Grad"@en , + "Grade"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001610 -cco:ont00001610 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Thai Baht"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Thai Baht"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001611 -cco:ont00001611 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Gallon Measurement Unit"@en ; - skos:altLabel "gal"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gallon Measurement Unit"@en ; + "gal"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001612 -cco:ont00001612 rdf:type owl:NamedIndividual , - cco:ont00001090 ; - rdfs:label "Bar Measurement Unit"@en ; - skos:altLabel "bar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bar Measurement Unit"@en ; + "bar"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001613 -cco:ont00001613 rdf:type owl:NamedIndividual , - cco:ont00001004 ; - rdfs:label "Kilovolt Ampere Measurement Unit"@en ; - skos:altLabel "kVA"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilovolt Ampere Measurement Unit"@en ; + "kVA"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001614 -cco:ont00001614 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Moldovan Leu"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Moldovan Leu"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001615 -cco:ont00001615 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-7"@en ; - skos:altLabel "MST"@en , - "Mountain Standard Time"@en , - "PNT"@en , - "Phoenix Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-7"@en ; + "MST"@en , + "Mountain Standard Time"@en , + "PNT"@en , + "Phoenix Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001616 -cco:ont00001616 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Gambian Dalasi"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gambian Dalasi"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001617 -cco:ont00001617 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Nigeria Naira"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nigeria Naira"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001618 -cco:ont00001618 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "United States Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "United States Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001619 -cco:ont00001619 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Solomon Island Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Solomon Island Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001620 -cco:ont00001620 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Macedonian Denar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Macedonian Denar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001621 -cco:ont00001621 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Pakistani Rupee"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pakistani Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001622 -cco:ont00001622 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Armenian Dram"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Armenian Dram"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001623 -cco:ont00001623 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Romanian Leu"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Romanian Leu"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001624 -cco:ont00001624 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+7"@en ; - rdfs:label "Golf Time Zone"@en ; - cco:ont00001753 "G" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Golf Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+7"@en ; + "G" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001625 -cco:ont00001625 rdf:type owl:NamedIndividual , - cco:ont00000630 ; - rdfs:comment "UT0 is a variant of Universal Time that is measured by observing the diurnal motion of stars or extragalactic radio sources at a specific location on Earth. It does not take into consideration distorting factors, in particular polar motion, such that its value will differ based on the location it is measured at."@en ; - rdfs:label "Universal Time 0"@en ; - cco:ont00001753 "UT0" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 0"@en ; + "UT0 is a variant of Universal Time that is measured by observing the diurnal motion of stars or extragalactic radio sources at a specific location on Earth. It does not take into consideration distorting factors, in particular polar motion, such that its value will differ based on the location it is measured at."@en ; + "UT0" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001626 -cco:ont00001626 rdf:type owl:NamedIndividual , - cco:ont00000263 ; - rdfs:label "Twelve-Hour Clock Time System"@en ; - skos:altLabel "12-Hour Clock"@en , - "12-Hour Clock Time System"@en , - "Twelve Hour Clock"@en , - "Twelve Hour Clock Time System"@en , - "Twelve-Hour Clock"@en ; - skos:definition "A Clock Time System for keeping the Time of Day in which the Day runs from midnight to midnight and is divided into two intervals of 12 Hours each, where: the first interval begins at midnight, ends at noon, and is indicated by the suffix 'a.m.'; the second interval begins at noon, ends at midnight, and is indicated by the suffix 'p.m.'; and the midnight and noon Hours are numbered 12 with subsequent Hours numbered 1-11."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Twelve-Hour Clock Time System"@en ; + "12-Hour Clock"@en , + "12-Hour Clock Time System"@en , + "Twelve Hour Clock"@en , + "Twelve Hour Clock Time System"@en , + "Twelve-Hour Clock"@en ; + "A Clock Time System for keeping the Time of Day in which the Day runs from midnight to midnight and is divided into two intervals of 12 Hours each, where: the first interval begins at midnight, ends at noon, and is indicated by the suffix 'a.m.'; the second interval begins at noon, ends at midnight, and is indicated by the suffix 'p.m.'; and the midnight and noon Hours are numbered 12 with subsequent Hours numbered 1-11."@en ; + "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001627 -cco:ont00001627 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "HongKong Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "HongKong Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001628 -cco:ont00001628 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-12"@en , - "Yankee Time Zone is the same local time as Mike Time Zone, but is 1 Day (i.e. 24 Hours) behind Mike Time Zone as they are on opposite sides of the International Date Line."@en ; - rdfs:label "Yankee Time Zone"@en ; - cco:ont00001753 "Y" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Yankee Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-12"@en , + "Yankee Time Zone is the same local time as Mike Time Zone, but is 1 Day (i.e. 24 Hours) behind Mike Time Zone as they are on opposite sides of the International Date Line."@en ; + "Y" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001629 -cco:ont00001629 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Nautical Mile Measurement Unit"@en ; - skos:altLabel "M"@en , - "NM"@en , - "nmi"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nautical Mile Measurement Unit"@en ; + "M"@en , + "NM"@en , + "nmi"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001630 -cco:ont00001630 rdf:type owl:NamedIndividual , - cco:ont00000469 ; - rdfs:comment """\"WGS 84 is an Earth-centered, Earth-fixed terrestrial reference system and geodetic datum. WGS 84 is based on a consistent set of constants and model parameters that describe the Earth's size, shape, and gravity and geomagnetic fields. WGS 84 is the standard U.S. Department of Defense definition of a global reference system for geospatial information and is the reference system for the Global Positioning System (GPS). It is compatible with the International Terrestrial Reference System (ITRS).\" + rdf:type owl:NamedIndividual , + ; + rdfs:label "World Geodetic System 1984"@en ; + """\"WGS 84 is an Earth-centered, Earth-fixed terrestrial reference system and geodetic datum. WGS 84 is based on a consistent set of constants and model parameters that describe the Earth's size, shape, and gravity and geomagnetic fields. WGS 84 is the standard U.S. Department of Defense definition of a global reference system for geospatial information and is the reference system for the Global Positioning System (GPS). It is compatible with the International Terrestrial Reference System (ITRS).\" From: (http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf)"""@en ; - rdfs:label "World Geodetic System 1984"@en ; - cco:ont00001753 "WGS 84" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + "WGS 84" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001631 -cco:ont00001631 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Seychelles Rupee"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Seychelles Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001632 -cco:ont00001632 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "South Korean Won"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "South Korean Won"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001633 -cco:ont00001633 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Vanuatu Vatu"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Vanuatu Vatu"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001634 -cco:ont00001634 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-1"@en ; - skos:altLabel "CAT"@en , - "Central African Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-1"@en ; + "CAT"@en , + "Central African Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001635 -cco:ont00001635 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Bosnia And Herzegovina Convertible Mark"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bosnia And Herzegovina Convertible Mark"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001636 -cco:ont00001636 rdf:type owl:NamedIndividual , - cco:ont00000198 ; - rdfs:label "Phon Measurement Unit"@en ; - skos:altLabel "phon"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Phon Measurement Unit"@en ; + "phon"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001637 -cco:ont00001637 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Nanometer Measurement Unit"@en ; - skos:altLabel "Nanometre"@en , - "nm"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nanometer Measurement Unit"@en ; + "Nanometre"@en , + "nm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001638 -cco:ont00001638 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Comoros Franc"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Comoros Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001639 -cco:ont00001639 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Indonesia Rupiah"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Indonesia Rupiah"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001640 -cco:ont00001640 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Myanmar Kyat"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Myanmar Kyat"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001641 -cco:ont00001641 rdf:type owl:NamedIndividual , - cco:ont00000527 ; - rdfs:label "Kilogram Meter Square Measurement Unit"@en ; - cco:ont00001740 "kg-m^2" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Meter Square Measurement Unit"@en ; + "kg-m^2" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001642 -cco:ont00001642 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Millimeter Measurement Unit"@en ; - skos:altLabel "mm"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Millimeter Measurement Unit"@en ; + "mm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001643 -cco:ont00001643 rdf:type owl:NamedIndividual , - cco:ont00001090 ; - rdfs:label "Millibar Measurement Unit"@en ; - skos:altLabel "mb"@en , - "mbar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Millibar Measurement Unit"@en ; + "mb"@en , + "mbar"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001644 -cco:ont00001644 rdf:type owl:NamedIndividual , - cco:ont00000374 ; - rdfs:label "Cubic Feet Per Second Measurement Unit"@en ; - skos:altLabel "ft^3/s"@en ; - cco:ont00001753 "cusec" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Feet Per Second Measurement Unit"@en ; + "ft^3/s"@en ; + "cusec" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001645 -cco:ont00001645 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Square Inch Measurement Unit"@en ; - skos:altLabel "in^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Inch Measurement Unit"@en ; + "in^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001646 -cco:ont00001646 rdf:type owl:NamedIndividual , - cco:ont00000969 ; - rdfs:label "Knot Measurement Unit"@en ; - skos:altLabel "kn"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Knot Measurement Unit"@en ; + "kn"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001647 -cco:ont00001647 rdf:type owl:NamedIndividual , - cco:ont00000074 ; - rdfs:label "Feet Per Second Per Second Measurement Unit"@en ; - skos:altLabel "ft/s/s"@en , - "ft/s^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Feet Per Second Per Second Measurement Unit"@en ; + "ft/s/s"@en , + "ft/s^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001648 -cco:ont00001648 rdf:type owl:NamedIndividual , - cco:ont00000469 , - cco:ont00001351 ; - rdfs:label "Earth-Centered Earth-Fixed Coordinate System"@en ; - skos:altLabel "Conventional Terrestrial Coordinate System"@en , - "ECEF"@en , - "ECR"@en , - "Earth Centered Earth Fixed"@en , - "Earth Centered Rotational Coordinate System"@en , - "Earth-Centered Earth-Fixed"@en , - "Earth-Centered, Earth-Fixed"@en ; - skos:definition "A Geospatial and Cartesian Coordinate System that identifies positions using an x-axis, y-axis, and z-axis coordinate where the zero point is the center of the Earth, the z-Axis extends toward the North Pole but does not always coincide exactly with the Earth's Axis of Rotation, the x-Axis extends through the intersection of the Prime Meridian and the Equator, the y-Axis completes the right-handed system, and all three axes are fixed to the Earth such that they rotate along with the Earth."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + , + ; + rdfs:label "Earth-Centered Earth-Fixed Coordinate System"@en ; + "Conventional Terrestrial Coordinate System"@en , + "ECEF"@en , + "ECR"@en , + "Earth Centered Earth Fixed"@en , + "Earth Centered Rotational Coordinate System"@en , + "Earth-Centered Earth-Fixed"@en , + "Earth-Centered, Earth-Fixed"@en ; + "A Geospatial and Cartesian Coordinate System that identifies positions using an x-axis, y-axis, and z-axis coordinate where the zero point is the center of the Earth, the z-Axis extends toward the North Pole but does not always coincide exactly with the Earth's Axis of Rotation, the x-Axis extends through the intersection of the Prime Meridian and the Equator, the y-Axis completes the right-handed system, and all three axes are fixed to the Earth such that they rotate along with the Earth."@en ; + "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001649 -cco:ont00001649 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Mongolia Tugrik"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mongolia Tugrik"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001650 -cco:ont00001650 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Tunisian Dinar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tunisian Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001651 -cco:ont00001651 rdf:type owl:NamedIndividual , - cco:ont00001307 ; - rdfs:label "Gram Per Second Measurement Unit"@en ; - skos:altLabel "g/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gram Per Second Measurement Unit"@en ; + "g/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001652 -cco:ont00001652 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Russian Rouble"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Russian Rouble"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001653 -cco:ont00001653 rdf:type owl:NamedIndividual , - cco:ont00000229 , - cco:ont00000444 , - cco:ont00000852 ; - rdfs:label "Joule Measurement Unit"@en ; - cco:ont00001738 "joule" ; - cco:ont00001740 "J" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "Joule Measurement Unit"@en ; + "joule" ; + "J" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001654 -cco:ont00001654 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Iranian Rial"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Iranian Rial"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001655 -cco:ont00001655 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Cape Verde Escudo"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cape Verde Escudo"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001656 -cco:ont00001656 rdf:type owl:NamedIndividual , - cco:ont00001345 ; - rdfs:label "Newton Second Measurement Unit"@en ; - skos:altLabel "N s"@en , - "Newton second"@en , - "Ns"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Newton Second Measurement Unit"@en ; + "N s"@en , + "Newton second"@en , + "Ns"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001657 -cco:ont00001657 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Trinidad and Tobago Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Trinidad and Tobago Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001658 -cco:ont00001658 rdf:type owl:NamedIndividual , - cco:ont00001328 ; - rdfs:comment "Teph (the 'eph' is written as subscript) is an ephemeris time argument developed and calculated at the Jet Propulsion Laboratory (JPL) and implemented in a series of numerically integrated Development Ephemerides (DE), including the currently used DE405. Teph is characterized as a relativistic coordinate time that is nearly equivalent to the IAU's definition of TCB, though Teph is not currently an IAU time standard. Teph is used by the JPL to generate the ephemerides it publishes to support spacecraft navigation and astronomy."@en ; - rdfs:label "Jet Propulsion Laboratory Ephemeris Time Argument"@en ; - skos:altLabel "JPL Ephemeris Time"@en ; - cco:ont00001753 "Teph" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Jet Propulsion Laboratory Ephemeris Time Argument"@en ; + "JPL Ephemeris Time"@en ; + "Teph (the 'eph' is written as subscript) is an ephemeris time argument developed and calculated at the Jet Propulsion Laboratory (JPL) and implemented in a series of numerically integrated Development Ephemerides (DE), including the currently used DE405. Teph is characterized as a relativistic coordinate time that is nearly equivalent to the IAU's definition of TCB, though Teph is not currently an IAU time standard. Teph is used by the JPL to generate the ephemerides it publishes to support spacecraft navigation and astronomy."@en ; + "Teph" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001659 -cco:ont00001659 rdf:type owl:NamedIndividual , - cco:ont00000707 ; - rdfs:label "Turn Measurement Unit"@en ; - skos:altLabel "Cycle"@en , - "Full Circle"@en , - "Revolution"@en , - "Rotation"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Turn Measurement Unit"@en ; + "Cycle"@en , + "Full Circle"@en , + "Revolution"@en , + "Rotation"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001660 -cco:ont00001660 rdf:type owl:NamedIndividual , - cco:ont00000469 ; - rdfs:comment "This global main field model provides magnetic field values for any location on Earth, e.g. for navigational purposes (declination) or as a standard for core field subtraction for aeromagnetic surveys. An updated version is adopted by International Association of Geomagnetism and Aeronomy (IAGA) every 5 years)."@en ; - rdfs:label "International Geomagnetic Reference Field"@en ; - cco:ont00001754 "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/" . + rdf:type owl:NamedIndividual , + ; + rdfs:label "International Geomagnetic Reference Field"@en ; + "This global main field model provides magnetic field values for any location on Earth, e.g. for navigational purposes (declination) or as a standard for core field subtraction for aeromagnetic surveys. An updated version is adopted by International Association of Geomagnetism and Aeronomy (IAGA) every 5 years)."@en ; + "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/" . ### https://www.commoncoreontologies.org/ont00001661 -cco:ont00001661 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+8"@en ; - skos:altLabel "CTT"@en , - "China Taiwan Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+8"@en ; + "CTT"@en , + "China Taiwan Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001662 -cco:ont00001662 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Mozambique Metical"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mozambique Metical"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001663 -cco:ont00001663 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Cubic Meter Measurement Unit"@en ; - skos:altLabel "m^3"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Meter Measurement Unit"@en ; + "m^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001664 -cco:ont00001664 rdf:type owl:NamedIndividual , - cco:ont00000198 ; - rdfs:label "Decibel Measurement Unit"@en ; - cco:ont00001740 "dB" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Decibel Measurement Unit"@en ; + "dB" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001665 -cco:ont00001665 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Georgian Lari"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Georgian Lari"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001666 -cco:ont00001666 rdf:type owl:NamedIndividual , - cco:ont00001328 ; - rdfs:comment """\"Barycentric Coordinate Time (TCB, from the French Temps-coordonnée barycentrique) is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to orbits of planets, asteroids, comets, and interplanetary spacecraft in the Solar system. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the barycenter of the Solar system: that is, a clock that performs exactly the same movements as the Solar system but is outside the system's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Sun and the rest of the system.\" + rdf:type owl:NamedIndividual , + ; + rdfs:label "Barycentric Coordinate Time"@en ; + """\"Barycentric Coordinate Time (TCB, from the French Temps-coordonnée barycentrique) is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to orbits of planets, asteroids, comets, and interplanetary spacecraft in the Solar system. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the barycenter of the Solar system: that is, a clock that performs exactly the same movements as the Solar system but is outside the system's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Sun and the rest of the system.\" From: (https://en.wikipedia.org/wiki/Barycentric_Coordinate_Time)"""@en ; - rdfs:label "Barycentric Coordinate Time"@en ; - cco:ont00001753 "TCB" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + "TCB" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001667 -cco:ont00001667 rdf:type owl:NamedIndividual , - cco:ont00001357 ; - rdfs:label "Minute Measurement Unit"@en ; - cco:ont00001740 "min" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Minute Measurement Unit"@en ; + "min" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001668 -cco:ont00001668 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Sierra Leone Leone"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sierra Leone Leone"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001669 -cco:ont00001669 rdf:type owl:NamedIndividual , - cco:ont00000959 ; - rdfs:label "Gigahertz Measurement Unit"@en ; - skos:altLabel "GHz"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gigahertz Measurement Unit"@en ; + "GHz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001670 -cco:ont00001670 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Malaysia Ringgit"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Malaysia Ringgit"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001671 -cco:ont00001671 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Azerbaijan Manat"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Azerbaijan Manat"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001672 -cco:ont00001672 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Square Decimeter Measurement Unit"@en ; - skos:altLabel "dm^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Decimeter Measurement Unit"@en ; + "dm^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001673 -cco:ont00001673 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Japanese Yen"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Japanese Yen"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001674 -cco:ont00001674 rdf:type owl:NamedIndividual , - cco:ont00000276 ; - rdfs:comment "The Gregorian Calendar was instituted by Pope Gregory XIII via papal bull on 24 February 1582 as a reform of the Julian Calendar to stop the drift of the calendar with respect to the equinoxes and solstices. The Gregorian Calendar is currently the most widely used civil Calendar System in the world and is 13 days ahead of the Julian Calendar Date."@en ; - rdfs:label "Gregorian Calendar"@en ; - skos:definition "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years except Years that are evenly divisible by 100 but not 400 such that there are 97 leap Years every 400 Years and the average length of a Gregorian Year is 365.2425 Days (365 Days 5 Hours 49 Minutes 12 Seconds)."@en ; - cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gregorian Calendar"@en ; + "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years except Years that are evenly divisible by 100 but not 400 such that there are 97 leap Years every 400 Years and the average length of a Gregorian Year is 365.2425 Days (365 Days 5 Hours 49 Minutes 12 Seconds)."@en ; + "The Gregorian Calendar was instituted by Pope Gregory XIII via papal bull on 24 February 1582 as a reform of the Julian Calendar to stop the drift of the calendar with respect to the equinoxes and solstices. The Gregorian Calendar is currently the most widely used civil Calendar System in the world and is 13 days ahead of the Julian Calendar Date."@en ; + "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001675 -cco:ont00001675 rdf:type owl:NamedIndividual , - cco:ont00000940 ; - rdfs:label "Slug Foot Per Second Measurement Unit"@en ; - skos:altLabel "slug ft/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Slug Foot Per Second Measurement Unit"@en ; + "slug ft/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001676 -cco:ont00001676 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Metric Ton Measurement Unit"@en ; - skos:altLabel "tonne"@en ; - cco:ont00001740 "t" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Metric Ton Measurement Unit"@en ; + "tonne"@en ; + "t" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001677 -cco:ont00001677 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Inch Measurement Unit"@en ; - skos:altLabel "in"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Inch Measurement Unit"@en ; + "in"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001678 -cco:ont00001678 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Cubic Decimeter Measurement Unit"@en ; - skos:altLabel "dm^3"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Decimeter Measurement Unit"@en ; + "dm^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001679 -cco:ont00001679 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "St Helena Pound"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "St Helena Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001680 -cco:ont00001680 rdf:type owl:NamedIndividual , - cco:ont00000074 ; - rdfs:label "Miles Per Second Per Second Measurement Unit"@en ; - skos:altLabel "mi/s/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Miles Per Second Per Second Measurement Unit"@en ; + "mi/s/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001681 -cco:ont00001681 rdf:type owl:NamedIndividual , - cco:ont00000374 ; - rdfs:label "Gallon Per Minute Measurement Unit"@en ; - skos:altLabel "gal/min"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gallon Per Minute Measurement Unit"@en ; + "gal/min"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001682 -cco:ont00001682 rdf:type owl:NamedIndividual , - cco:ont00000497 ; - rdfs:label "Kilopond Measurement Unit"@en ; - skos:altLabel "Kilogram Force Measurement Unit"@en , - "Kilogram-Force"@en , - "kgf"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilopond Measurement Unit"@en ; + "Kilogram Force Measurement Unit"@en , + "Kilogram-Force"@en , + "kgf"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001683 -cco:ont00001683 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Meter Measurement Unit"@en ; - cco:ont00001738 "meter" ; - cco:ont00001740 "m" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Meter Measurement Unit"@en ; + "meter" ; + "m" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001684 -cco:ont00001684 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Burundi Franc"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Burundi Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001685 -cco:ont00001685 rdf:type owl:NamedIndividual , - cco:ont00000707 ; - rdfs:label "Second of Arc Measurement Unit"@en ; - skos:altLabel "Arcsecond"@en , - "arcsec"@en , - "as"@en , - "asec"@en ; - cco:ont00001740 "\"" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Second of Arc Measurement Unit"@en ; + "Arcsecond"@en , + "arcsec"@en , + "as"@en , + "asec"@en ; + "\"" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001686 -cco:ont00001686 rdf:type owl:NamedIndividual , - cco:ont00000374 ; - rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en ; - skos:altLabel "cm^3/min"@en ; - cco:ont00001753 "sccm" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en ; + "cm^3/min"@en ; + "sccm" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001687 -cco:ont00001687 rdf:type owl:NamedIndividual , - cco:ont00001317 ; - rdfs:label "Cubic Yard Measurement Unit"@en ; - skos:altLabel "yrd^3"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Yard Measurement Unit"@en ; + "yrd^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001688 -cco:ont00001688 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Sao Tome Principe Dobra"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sao Tome Principe Dobra"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001689 -cco:ont00001689 rdf:type owl:NamedIndividual , - cco:ont00000229 , - cco:ont00000444 , - cco:ont00000852 ; - rdfs:label "British Thermal Unit Measurement Unit"@en ; - skos:altLabel "BTU"@en , - "Btu"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "British Thermal Unit Measurement Unit"@en ; + "BTU"@en , + "Btu"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001690 -cco:ont00001690 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Turkmenistan Manat"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Turkmenistan Manat"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001691 -cco:ont00001691 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-6"@en ; - skos:altLabel "CST"@en , - "Central Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-6"@en ; + "CST"@en , + "Central Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001692 -cco:ont00001692 rdf:type owl:NamedIndividual , - cco:ont00001328 ; - rdfs:comment """Unix Time is a Temporal Reference System for describing a point in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC) Thursday, 1 January 1970 minus the number of leap seconds that have taken place since then. + rdf:type owl:NamedIndividual , + ; + rdfs:label "Unix Time"@en ; + """Unix Time is a Temporal Reference System for describing a point in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC) Thursday, 1 January 1970 minus the number of leap seconds that have taken place since then. (See: https://en.wikipedia.org/wiki/Unix_time)"""@en ; - rdfs:label "Unix Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001693 -cco:ont00001693 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; - rdfs:label "Zulu Time Zone"@en ; - cco:ont00001753 "Z" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Zulu Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+0"@en ; + "Z" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001694 -cco:ont00001694 rdf:type owl:NamedIndividual , - cco:ont00001090 ; - rdfs:label "Pounds Per Square Inch Measurement Unit"@en ; - skos:altLabel "psi"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pounds Per Square Inch Measurement Unit"@en ; + "psi"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001695 -cco:ont00001695 rdf:type owl:NamedIndividual , - cco:ont00000630 ; - rdfs:comment "UT2 is a variant of Universal Time that smooths UT1 by accounting for both polar motion and variations in Earth's rotation due to seasonal factors, such as changes in vegetation and water or snow distribution."@en ; - rdfs:label "Universal Time 2"@en ; - cco:ont00001753 "UT2" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 2"@en ; + "UT2 is a variant of Universal Time that smooths UT1 by accounting for both polar motion and variations in Earth's rotation due to seasonal factors, such as changes in vegetation and water or snow distribution."@en ; + "UT2" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001696 -cco:ont00001696 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Centigram Measurement Unit"@en ; - skos:altLabel "cg"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Centigram Measurement Unit"@en ; + "cg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001697 -cco:ont00001697 rdf:type owl:NamedIndividual , - cco:ont00000074 ; - rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en ; - skos:altLabel "km/s/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en ; + "km/s/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001698 -cco:ont00001698 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Long Ton Measurement Unit"@en ; - skos:altLabel "Displacement Ton"@en , - "Gross Ton"@en , - "Imperial Ton"@en , - "Weight Ton"@en , - "ton (UK)"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Long Ton Measurement Unit"@en ; + "Displacement Ton"@en , + "Gross Ton"@en , + "Imperial Ton"@en , + "Weight Ton"@en , + "ton (UK)"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001699 -cco:ont00001699 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Morocco Dirham"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Morocco Dirham"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001700 -cco:ont00001700 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Juliet time is used as an indexical to refer to local time without otherwise specifying the time zone."@en ; - rdfs:label "Juliet Time Zone"@en ; - cco:ont00001753 "J" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Juliet Time Zone"@en ; + "Juliet time is used as an indexical to refer to local time without otherwise specifying the time zone."@en ; + "J" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001701 -cco:ont00001701 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT-3"@en ; - skos:altLabel "AGT"@en , - "Argentina Standard Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-3"@en ; + "AGT"@en , + "Argentina Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001702 -cco:ont00001702 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+5:30"@en ; - skos:altLabel "Indian Standard Time"@en , - "Sri Lanka Standard Time"@en ; - cco:ont00001753 "IST" , - "SLST" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+5:30"@en ; + "Indian Standard Time"@en , + "Sri Lanka Standard Time"@en ; + "IST" , + "SLST" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001703 -cco:ont00001703 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Brazilian Real"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Brazilian Real"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001704 -cco:ont00001704 rdf:type owl:NamedIndividual , - cco:ont00001352 ; - rdfs:label "GMT+3"@en ; - skos:altLabel "EAT"@en , - "Eastern African Time"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+3"@en ; + "EAT"@en , + "Eastern African Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001705 -cco:ont00001705 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Chilean Peso"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Chilean Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001706 -cco:ont00001706 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Acre Measurement Unit"@en ; - skos:altLabel "acre"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Acre Measurement Unit"@en ; + "acre"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001707 -cco:ont00001707 rdf:type owl:NamedIndividual , - cco:ont00001357 ; - rdfs:label "Month Measurement Unit"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Month Measurement Unit"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001708 -cco:ont00001708 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Serbian Dinar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Serbian Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001709 -cco:ont00001709 rdf:type owl:NamedIndividual , - cco:ont00000502 ; - rdfs:label "Quartic Meter Measurement Unit"@en ; - cco:ont00001740 "m^4" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Quartic Meter Measurement Unit"@en ; + "m^4" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001710 -cco:ont00001710 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Danish Krone"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Danish Krone"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001711 -cco:ont00001711 rdf:type owl:NamedIndividual , - cco:ont00001345 ; - rdfs:label "Dyne Second Measurement Unit"@en ; - skos:altLabel "dyne s"@en , - "dyne second"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Dyne Second Measurement Unit"@en ; + "dyne s"@en , + "dyne second"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001712 -cco:ont00001712 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-5"@en ; - rdfs:label "Romeo Time Zone"@en ; - cco:ont00001753 "R" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Romeo Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC-5"@en ; + "R" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001713 -cco:ont00001713 rdf:type owl:NamedIndividual , - cco:ont00000217 ; - rdfs:label "Square Millimeter Measurement Unit"@en ; - skos:altLabel "mm^2"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Millimeter Measurement Unit"@en ; + "mm^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001714 -cco:ont00001714 rdf:type owl:NamedIndividual , - cco:ont00001290 ; - rdfs:label "Foot Measurement Unit"@en ; - skos:altLabel "ft"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Foot Measurement Unit"@en ; + "ft"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001715 -cco:ont00001715 rdf:type owl:NamedIndividual , - cco:ont00000959 ; - rdfs:label "Terahertz Measurement Unit"@en ; - skos:altLabel "THz"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Terahertz Measurement Unit"@en ; + "THz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001716 -cco:ont00001716 rdf:type owl:NamedIndividual , - cco:ont00000630 ; - rdfs:comment "UT1 is a derivation of UT0 that takes into account distortions caused by polar motion and is proportional to the rotation angle of the Earth with respect to distant quasars, specifically, the International Celestial Reference Frame (ICRF). UT1 is currently the most widely used variant of Universal Time and has the same value everywhere on Earth."@en ; - rdfs:label "Universal Time 1"@en ; - skos:altLabel "Astronomical Time"@en ; - cco:ont00001753 "UT1" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 1"@en ; + "Astronomical Time"@en ; + "UT1 is a derivation of UT0 that takes into account distortions caused by polar motion and is proportional to the rotation angle of the Earth with respect to distant quasars, specifically, the International Celestial Reference Frame (ICRF). UT1 is currently the most widely used variant of Universal Time and has the same value everywhere on Earth."@en ; + "UT1" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001717 -cco:ont00001717 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Croatia Kuna"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Croatia Kuna"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001718 -cco:ont00001718 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Honduras Lempira"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Honduras Lempira"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001719 -cco:ont00001719 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Kyrgyzstan Som"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kyrgyzstan Som"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001720 -cco:ont00001720 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Guatemala Quetzal"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Guatemala Quetzal"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001721 -cco:ont00001721 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Libyan Dinar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Libyan Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001722 -cco:ont00001722 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Bhutan Ngultrum"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bhutan Ngultrum"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001723 -cco:ont00001723 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+4"@en ; - rdfs:label "Delta Time Zone"@en ; - cco:ont00001753 "D" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Delta Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+4"@en ; + "D" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001724 -cco:ont00001724 rdf:type owl:NamedIndividual , - cco:ont00000844 ; - rdfs:label "Degree Fahrenheit Measurement Unit"@en ; - skos:altLabel "°F"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Degree Fahrenheit Measurement Unit"@en ; + "°F"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001725 -cco:ont00001725 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Iceland Krona"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Iceland Krona"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001726 -cco:ont00001726 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Norwegian Krone"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Norwegian Krone"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001727 -cco:ont00001727 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+10"@en ; - rdfs:label "Kilo Time Zone"@en ; - cco:ont00001753 "K" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilo Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+10"@en ; + "K" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001728 -cco:ont00001728 rdf:type owl:NamedIndividual , - cco:ont00000239 ; - rdfs:label "Pound Measurement Unit"@en ; - skos:altLabel "lb"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Measurement Unit"@en ; + "lb"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001729 -cco:ont00001729 rdf:type owl:NamedIndividual , - cco:ont00001004 ; - rdfs:label "Volt Ampere Measurement Unit"@en ; - skos:altLabel "VA"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Volt Ampere Measurement Unit"@en ; + "VA"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001730 -cco:ont00001730 rdf:type owl:NamedIndividual , - cco:ont00000959 ; - rdfs:label "Hertz Measurement Unit"@en ; - skos:altLabel "cycles per second"@en ; - cco:ont00001738 "hertz" ; - cco:ont00001740 "Hz" ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Hertz Measurement Unit"@en ; + "cycles per second"@en ; + "hertz" ; + "Hz" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001731 -cco:ont00001731 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Jamaican Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Jamaican Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001732 -cco:ont00001732 rdf:type owl:NamedIndividual , - cco:ont00001235 ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+3"@en ; - rdfs:label "Charlie Time Zone"@en ; - cco:ont00001753 "C" ; - cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Charlie Time Zone"@en ; + "Offset from Universal Coordinated Time = UTC+3"@en ; + "C" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001733 -cco:ont00001733 rdf:type owl:NamedIndividual , - cco:ont00001307 ; - rdfs:label "Slug Per Second Measurement Unit"@en ; - skos:altLabel "slug/s"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Slug Per Second Measurement Unit"@en ; + "slug/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001734 -cco:ont00001734 rdf:type owl:NamedIndividual , - cco:ont00000518 ; - rdfs:label "Australian Dollar"@en ; - cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + rdf:type owl:NamedIndividual , + ; + rdfs:label "Australian Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . ################################################################# @@ -20431,45 +19512,45 @@ cco:ont00001734 rdf:type owl:NamedIndividual , ################################################################# [ rdf:type owl:AllDisjointClasses ; - owl:members ( obo:BFO_0000004 - obo:BFO_0000020 - obo:BFO_0000031 + owl:members ( + + ) ] . [ rdf:type owl:AllDisjointClasses ; - owl:members ( obo:BFO_0000006 - obo:BFO_0000029 - obo:BFO_0000140 + owl:members ( + + ) ] . [ rdf:type owl:AllDisjointClasses ; - owl:members ( obo:BFO_0000008 - obo:BFO_0000011 - obo:BFO_0000015 - obo:BFO_0000035 + owl:members ( + + + ) ] . [ rdf:type owl:AllDisjointClasses ; - owl:members ( obo:BFO_0000009 - obo:BFO_0000018 - obo:BFO_0000026 - obo:BFO_0000028 + owl:members ( + + + ) ] . [ rdf:type owl:AllDisjointClasses ; - owl:members ( obo:BFO_0000142 - obo:BFO_0000146 - obo:BFO_0000147 + owl:members ( + + ) ] . -### Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi From af9c38e45568c50a48ecc6277e8f6b35c8d7070b Mon Sep 17 00:00:00 2001 From: John Beverley Date: Fri, 15 May 2026 17:03:16 -0400 Subject: [PATCH 3/8] Add files via upload --- ...everley - P&G CCO Modernization Brief.pptx | Bin 0 -> 5538103 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 documentation/user-guides/Beverley - P&G CCO Modernization Brief.pptx diff --git a/documentation/user-guides/Beverley - P&G CCO Modernization Brief.pptx b/documentation/user-guides/Beverley - P&G CCO Modernization Brief.pptx new file mode 100644 index 0000000000000000000000000000000000000000..1298316c47513407444d06025ac2f1065299ade8 GIT binary patch literal 5538103 zcmeFYb9bcw_AMH-W81c!bULiqw(X>2Cmq|i&5mu`wr$<)z3&J!aOh#${e8YFa6)w|H&B`PaBI$XG9HtN_>S6u||VRmN6|Otv@zi7!%Lr z_l1-})~KO7FNklhCK?He8a6&v6G#^y4o0xg|6BLyV?d@vh&B` z6l5JF*{;OgX~f*=z}y+Y+?l}KS-{-cz}z{&+_}KqyTC-yn+j<*jQFSUZ#Mi6X5Z|2 zS03{JiXvB@|2IINhmdTCQ2+m7C`Qj(`f(yvY;P~=?2v6>L40LFlo(!L&VEDX?=0w( zfyhh7FOrk2H1jz3snTFBGdYYe@tVs)rtP_qIdAGk)>#v&cCvwCxMruw*4*-yJR*(N zXy~A*dXch@s=-6fk+>8!B2CrweU$#MBg^ljg|(=W8Lm9Cc|_^U>G77+X0q(EscDf7$H+WDfiP zetSjSngl2lV(=CC7SXsD#~L;9td*_sapv$VkRfv$&IYb{(QIc&?zX-@oqxypxB$Tx zsk-f>4eC`w9h^>2U729aQjgjejjIg-dNUz&J_jd+EDU^t{+yOhMYfqRy^vcCQ~0kN z^`36rtAcTN!aprAv7RSRL|pq0QXLT`TQw9dWoJ04-po0vj0205;+l@&d3?gJ1e)9i ztizPf;te6CQWQN1d?0?D9S_u85kOwsv&1zIk&G1(|)|RZf{rbRj+HQM!dw4LSk$(RB*-06S&&rP(Cy)lt1iPhL1{` zsdVJC7Lr?WCWuJW=^`o*}QNT=S4f$DU(0KSz_wL8xZx z?eEvFjA78PYem1Zv5j4Vx6DJATH{*Is*~JTh`q<{9v*fe{wXK(5>%15-yFjAEtb&! z_niDY8_fU8#<;Sk?HVDfcXq>D5+dSZJA~UPEeHOlk9?hLoo+n&m2@b1%5@q0NA?Py^SfM_0mrkD9fG0E~aX zt@uE@jBclBcD0JKplSOuYr@H5NCDdnxkF=B;Av&(k{U`Jwc((-0PM-QkqYhEtOA)0 zS)t2NQ+9z`Sdi1w(pnIhvia!&uqd`7`qULYH`8w;&E^{)`L3&GqdLuzL4|mnWobUe z_YQ5Zv3wr5uq1WdzXR@{{#LbJd-tJoi>OIeJqu-F zHl5_2@C>`5<(C-PM~5f}1v!6`VDTpUIN^GN_<{2OBaK0Uo8zPO@ zI4Rs*n#T*&*20_xl1JfjPv~hghOOdHw{_BHvbZy=ubs@u@~OFc8vexJ`a8sNAeDXz z8J>pfG;tOuf%s8uHuPeZL=iv~5n%sgC;+O@$~V}KSJEyp*bQ0OHq1r&5}w%hhf~^Q z4~0#Zp{SZ5@S$+hHmG^Om|fTu2BETkUf*<8A{))zi+fR85H;_;>6+^MB zWzI97BhDX3Lott1%>uyMu@%te@*dqEWjY@FX?g51anTyuN9B6p-N$$wY$9oK7ncu~YsC7q#B$w*8GdHf z<;uGyFG*E+ycwQiPf9VBJE>-GISgOe>QeLy@*4vGO&l9Sc>EloKtR&a{|pkAe}hCt zGkT5_)mv=!OYcB`i?@Z#T%ky$g%t|=*o^xfDE_Z?prK}zrUv2{-Wq_?%5+A&jbsKg z+wg6@%W-$JliL{;H}qU{5+_%zAO^rgw#g?67KW$zyisGZ?n_ej{lNo~9#_r#beyzG+pSUYB1a z+qT(ST0)0_yLVns7&$C4s(q_DFS{bN_!}qps}T#IWCewj6`Rw8(>lE3zkUowRTnOY z@R(O`5nPd);b=2JGOnN0nX&OwP&_oLl0d@OX>;n9QxE4W2k8}Zg|y@Lcm^q`f$P`7 zm?$F!-f-k!4BcrU<4mO!I6v%_Yqd5dwI69ZE8f}Ajw)$p21gH$rd@YV))C5dsDsEK z6xYy}L77la>7kjHH$-?AoNx?jZ?>`@hOW}CGtDsVG5P#12{vB$nK$OB{ie^+NjW?M zPCDETWz+grMf=m8n$C>Hw+E8C2k(cF1|BXu9|wzVZ2z`FsuVkSGc>a9FQJ{V`~vD& z)oxrgs)%?ih&|+i8mItDZ4qzmq#Kl-G~eR^O&y<8;5}^0xf)O#0a6G?I5dx($zMz2 zso0SYeTByK%J^+RGaWWFBIBdeR)u(rJ620r$XrOq4f4C}d>G6? zmREX<%-8c&!k-dC|D{OS&hm|nQ;XfedN&>VieG+k)nMjJR!rBh!ENG|-OCYoNO>#q zFOf23EZ>Dvkq?oJrBFwz8n1yS&_+n-_gt-k{!A6`(R@Sbc^Y)9pFq#)m;HcpyIH>L zlhe*)i)Ze9XG^@QQ6r#}SxqIbs}bv!x+Qc+VrsGMxcWz=RfffCl7RyOwZi=~(pdk6 zv~yKm+ckDXAA*`ILbGli2xT8SNuBs#b(Kv&7a^Qqfz8tDTEt1kW}`Cmw!Fj?B=!ox zLCy;i>Va;A@kiRWK3v7RydBSZu6`EeWoSR&ln*~a^?3@dJobKh&VdD8QAI98IA_Gd zehDXh9o{bK>V&7Bvg41NSOn9*XD%9`2g6*6N6*vHLj}|(jp3U=C#>0#%-~h5{?ddp(GK#wgD!lqT_p`QPn<~m~W3mJTDdBv1m+uzi6!CI=k zKa#Xx{QO!aEb(uW%X8n3hPxA}>kGaRUpL6ybOi20;%vbF1zE>+7pt^_Y?3rODre@DQ>R)Nai zuEP^y1h%sxRkvP&#;cbk!DoOR&FRb#CnQ*7@r$z`WT z{gHIN$pW$rRkUoE54ydtB!*_0SWoInSb_{6dh|j%BAT@6%f}|*4tT9EN;2b`Qrw<0 z;Fk6$rlJtkq0@V!)TWIGD6o%>z@{46UEd?E<8eC5#3L0EfU{=G6vy{Mu*&8Ga0NzK zjFS%4V_QQ^+%k^hzmVlv4cG0)Q;#B$Sqwi9ji7(fJv&k$p%On#;R6gX6!ZL*W~TK8 zi%lT73sqm|kt`c(7*e)K+>Gn-p|UHc@wnF%n*2tMMdqz@Eq;^7HgcGCv_jhM(T3}Z zTNF!Aqm>_2Rw~n(w$>?1E&8MRp;%!;C_B0m%`bTz%2cyORf4%3?paoJfchKn4ZlMm z5?Ia`;5j!swC1m_m@R0~fBm$@)V?~(Z0FKYTYOvi2w3*TK_DR5)-Vu>T%^}9gD~@S zc&}AUqkjU?vVG#ac-fj43>#sQ^oak2!wsUh)!2r*L96$rEen`w~2h$SQmG- zfoy&$6`JZV-2f@#cOhj`g@e~Yadm!#O*Jd;_@~ZrDei7@82-RfCz3Dhw-bwrsF2{# z{vKo4d8idby4j|mTS%cFXgD#eI6;C<_D}bK7<7HcW4gGKBda~3OhYX!6ckrxR|QuC z*Dxsfn4B0hocXy)a@lM5KLx}|;g`d?V&$JR^}ac|QRNh%YAt?vKOK0kD3vt1SVF;> zy}6&sw2$u#M-*X@7m`jlyshi!GM@BqG9+(f%{Ol@PTVlaMrrpProL#O&DF0t=Qq{+ z$6p%FU8Jhn_uwa7IS9(b5`$OOmW;E;!?{cLDxm8`xZujjv%w}vC+gg^mF}F(E%HO^ zj~bDS#MD)@%{{p^|Y2gBs zo1>ooTQj@vC!Aa! zNS|VC4B=B|_BYT17Cx-bGaN?=Zw4qPbUX&|uD#}7oiBXbpe436hOK4xVWC#Ikk zRc;NE_k_-LX{F0%1IFU4iM47^>Cbw%;6bs+(Z0!01fBIw+|YrGLvbfg4yY}*1G1~@ zz^cA%NR4sOg$U}2=-+E3QW}dK!mi!fcG{9`B%Y`nqdtC&rRX?NASIPR!e~%saFie^ z1ux|4z1)C$)p$HpGW7mB?}wr+&bPYS+&+ImlQKmL+}x=t_=)j=-fVQwdt7C_lYEb{ zTtEZVEi59WNY+3Pckn>os2+OHy)&_}VU{e92&c5b+%~0PaDip;7a*FsgS**Wr8(qs zSi`|T(Z1yXe|CM8Zm2T2NuZyzi{)_nPv>6EnaAAZau(&t_0N0Z-7>(sK_Rm6&SHut z-m4ggi(|WX;1w*^2)?q)kDsxJD$H1F^!c*b;qg$k`Ly=Cz;0RSK%Ox%Cc@&*faPs0 zA;WpO3jFDkP^VnS5RrqJ!1&Dy!_PF6+e$V-Nm&?e=^b^60T8I2JZ%8mI6AOa0nog1 zXVqL}EMjzzDzy306KVen3Q~siBP6m|e3))ATSiZoN73WQ#f0PM9zirk{z<_|fz905~dYsw+BgnUG3)m68tLMLZ z@)Wk9FvqJetYx}?In8RLuyH-C08@m+EHh7dI08?%H}=%dhpj+?!4|& ze_uTbMY~AJ;1Mjr^WWk14+b}HxOTblZ_V4B<^X1D3;76ER=H|M+G zhs;HmCRM0vZ`(^(>ilF(wQ7(KFaP3}_{+LoHOBGxRta5!cM^DjUWl6NFl^OjZEZNi ztz94L>*d#_i!UmI$I7nBNR8R-(zQX4kS`Bb@I#;AGFw)?sdQ1;lVHs){%wod)zAX4 ze7s#sME!0w`>jjVG+%~6Y=GDGcEyR${9Mj92J5=5Q%+_3ZqSH*hn z{yweP>HG1~O9%uTpDMt8$l$DG<qK#0dJ=bdFfDFc(xgt& zscv417q42j8zTgL$qnk|m^OvsB`-mo6E2`x4X69)Uu#_>;qE@^R{RPjn6iVKU4N?2 zu^Ss^0RB_pa2G*pv#Sby0|=AU(!d=))i;PCy5Pv;0TKLUL+k|KP261-cK+@ZK7C(v z@f`@kgu&hULx>q|dZ1?K$=RqzlHV{Ogq{@A^-6%J2>E~zwq9|ctlxu%DGaw~yEz`I$el5vrjN0uIC+zexqPCYyPcqhw@N_NzmUP*LmlOtBU ze0V04Uli&x=)^r4?lC`r>op*L)w(#$PpT5TgCz<|6icTjxM6y|MEp~!9e{& z`!jsouYJeYNYp9nwP=E8`KQP7b~K9Z9A8Cg*7lM!!(DEi{&V&TK5MTT^0wC!eG87b z`if*jKH<5AEsg8$!Ajzk)7%f*E>&2g!L(3SRCU}0^Bwe*dHNM2==Cf6{Y80karFW> zER{4@kjpyLeiYk|Q7|7Ph3m<8dHUv5X-HEhnLgTnQAJ*qwOf8cg0?YwN9+D;NTnobXIm&ywEDCa@KIFkHz!0El$u~e_N!JX1V1xBatfa z_$B|FW23Pt`peCyQoa$a-J~QI#}~Y4Bxn_0;GvK6*YDQWv=0?j+M7H7JrL29_`p5V zBM^-7a0hgBsyqL!2`g+`iOO>~@AVyt01{nx<` zUKDTNaIJpM5Kq7QhGF}`Ixz3s!20K>mG{247QQ>DMxAjnF|lZ|uOoOko)m$;0~hSk z0hdCKLzp9>wQ{VQ)0y{7+3kc&la?;cDuK)zx}_KBvzLaR_mQHFyzDj1*d0OW?9Pm^c~jOtS^%unJ8!po$}iSb0+aD61ES@i9UP)qh=T0Z zTU|bjRVTW1O|+*>YREogjMbEQ11D0lJOu7(G*_j3i-Ix68ZtR9>4B`E8GoFvlx#cbG# z5MaxwC%>O@3RxNKaM7KC=)`qcV1S9#dzZQZ^6)EK;YyB=h}X3DciDDtI4?bX190x* z$F+PTju8an56&XcFZ>L}KK4cCg z_IT_XgmRxi=i1=bnm{U3B{vBM=~XcLtphkwIl)Y&MFK=C?N$jn$}%G$5*cM`h^spa zJh!_)@CAATus!fXP&^WkjGM~Bgysss!bqayF-Y5iL1#q2yl#U`MoM}`twZ)ot?>tn z%X$(ZsnD8_bk3<;xPVxO}RkWuSjAitw4K3N*~v>_~Aat|4iA;%opZ~{{BX-3_n z$B2EgF2s{^u1hGlFCqs<>(kyHa}vX!@H~$Y;kSeEKsW@Eq%WHe-0akh*#v0wY%uUG zUw{ScAg~D@(pd4ax@;PnM%>j%b5Uh`K8sv)evT>1o*qKy-V0D7ZS9u?!H61&Epb77^1~vPu`Y-xD1ss#w2YS z7rZAMfKM2Rgoogg;(CA4ti4JVR+`S0?Y3MGs=2K~GhE#^LSLAf*`BWdJDA^{!%dN`lE1N=A2|AP(&Ol%Rwfqzw4u_v z8KF+Id0HkRz$KP{k-;~_$ZL(4Nnzqv!{X&dZT>4%=Y{?PbRy0ryq%*=*-R8B4H>~b zma!-BnMo#h&~Q>6rWyvCf%g`sk~koiY`{_pXPNx-XCo(JE~CiSaFSh5uc>+F3u^?( zj?)>q-q>ebksie|%K;Fd8FXWXIS!l0FD}(f12eI33$2xvt~_@&MJO9X%N>}yv4wLI zM29){F|1RgxktM{jL$(&=({}(WaL}GqT1jeDnuO0)()6X%Lf{#I&g2zIv10>W$|=? z67Ady=A4Gst{VQtwL_BvPmACwbpn}+F06)zAQ+uAoHlTnO$*J-@PuId2o`j?j2X&a z05Ng~qsspJo;tNZEI6ZqL;pL4TE}#+E3Rk6Uqha7&iOD?=^t=`2pqDWqnyO<+H9sY zbETJ0)x`Iw#76!CCp!nf2(vK!k0VbBVW5iv^mb_j_~bj=?7iN*k^+JUa60y*hH2rxQ_+|q>Y zPY;48@eYQZF6lq67aI{Iep?$0oXc))X1G%Y{qFI-*7MAFs@Nb{tZ{kQ(OrBsUGZvd z2I|oXm@VyCz$)dO>j<^~ZdL!Wgvxy}V7q;5d*2`bTtYejqwTH#rR_g;O22w`g%%`; zd@+8sb*!7~C(kLHBOAvPY_o0p!eFj!c2vkbZSk)+fzokY~gWrIx3oF6Z2!)=2UeTZb)26y`!75$ELfRo)B~p5`f!q z!jjp*m5n2dy89tJ{JWlqkcGS@@;3R874$Gma9S83w_h}ydFF>wG#2PS*iH-s#6j~s z#T;cwO?tf3&ZHu*GfJEu2P_8I9_!>UTu%ZJpp>B*_Z_%T_^4>%l1r_cE>sI}L}S+r zH;?J#5mrN0;*Kjq(bayl=`)Nt>Qbc)0 zMfY}RTUEZ6*F6yzw@6}v=fn?orpbHyRFn&oE4vVm**ETy_}G1^25bo+?S+IJg?aE~ zs4m4(K+=mnuJi`yog#-$U`v~t3CeH$Z8zlpeqGTSAAplhMD?)XuI7YvzF-}RxW+4F(?DPIyuTLh zDCA4a;e-#qcCQOJSCy^I5YRkUwexG+defYVJd5$zvW%#3ArW|`m^sM8gW9@D?dQOO zDed{QMMrRWP7xt2Kv*8KfNS0r zw)s;Nl47b0kvMW-QrYf1|A1fB<}Rf>?hXY?yz4;_ zh){xun9C2c8`{=aQow$v@l|0=~y;k00NL#D5!uH#_(m)!)Wo?*Cv6a{Y&^ zzTII%f8fgRVwY=L1daeVNK9!_mGUJ*3j|d{snk#B42OtRMa}BMo=~2 z%i*p(f8HlwCPi$wF5ciTN|fkK9T|AjT|=0A&yuVUHeB(%tZ_ul^QfO*ImX);#3$ zdO`N;)M*Z+=URD8IN3o4@KgY|SZL%9uJudWd|T*$2Q38roq&^K)2rC?k(=WbSPa`F zsciZi8-}u7mXI6Sp2viKJZ+;h*g?vS)2~d*_!G=??4eFQTCSucSqZ(hKu!vz*y=qV z>yR*8#qH6XS7pVJO`JlX=y?)8ujLPx0k4;G&6rJEm-B@En%a5Jxeqa;S!;Q!EXyO- zRu0we8J8s&*~KW|U$4&N)D@X4i`YGHn}M&#ik)|ViT+~-U5^s{nj~KJtdWhh$x}8I z0_@P+KM*eXLPwQvQOlYAD$*MAaYCy7sxMFXK}(xwjzqV|INHSn33O=RpaM3jWBM!} zh)lrwqDVC8N7;AQy%x~_vj|Hh;9k%-y5S}^9tZwn|JWD<++FwjRS&-$Vu5-RzK4D8o|=?eAD*nazcvb@TxeY?1- z2tI}gZkGva!^0=#trQS%?4DbOP;Ko9&Y^so$jF`(0)=^siD>V>J#*&a4eJL}`k%IM z8?V*B=ClTJ+hBg~6J7%tRq@`^uaNgIp~n=?;~Ha5l))TsOz23KkZ;XnxiR_-8>(95 z_MMheD}wO@Thj9#RgRd!SD<_Dv{yM!;0kao#ANBOG#okGX_a}kKKHc~^i#eIc(cA( z8`3Qs>=gd}nal|i)BEz?%5I7o^^hE0`HEwlGeTj`hm+#Zof{*qK1St6|wh7yUo+_*I4OAAO7DWRn zDG_O@6Z*Kr>Zv8pn8V_)7I~x&BT1{W1hVYl;>&ejt75foDm%?x1-`p?%T=hEkndrF zrpAD>dIgNy5Rt!qltfCx7>LPAT@|QePnm|-(|eod)&ehJDM)~w+lBY>3c-wX;0uzz z4KQ#wr}C(h_S$W}ldA39BK%(rMGroj#2SJ<@ZHfT4+gmnO1DJdr~`> z;CoF`NHZP)m1_(nk8HwNosUNAkkEsDP;QVK2;fieh^q>PBICb4lm*A+5MF`fxqdWa ziZL%-2K7RRAhBk`z6g$%Y02Te1o5JF^=JZgVxFMiWKeg^m`bdN*C40{vkJ>uO`-N~ zA5HwM>eM7)y}+#X`mwQWG&$AP|3qQ(mAU1*+q^H8UJLPr%3(BRE=d~Vtdk$;6X- z34y`N_eN07Bbv}3z z-41Eej&P;hjkADeYrEAi?GWm z72s#LGx73D_TtcWlweK92QRgJf;i!Bkn1pKZ=5tYFDav#hQ(18#OXDETK<|hbkQZF%eqUqeLy4#;X43(7|CVzj#fMa%l1>1xXj3=k<1|^~vNts`=FoHrHQ=E>A^E7zJ_b zdx^Q5!(55g$g#P8L1CEO8J%X^P9Tkxexj8y5VwQp%lXGEqxT7Q2AqBkg7?~7tM?DcflwggR!A?i@vq?(Gr7e zpDNsy$M3ZISe^QvD8ZiBrbs_eOcmI7s)?WvS);x7AAQ7C@9t=ezE(|lV<4v9=$Fj6 zyS!!j?!VBhqk{z}3bv>}q3Axhrh{1;C}wr%U%;A5DOAgA)6`eF91$));V7lKqH%hv z_5P}RxfJBFMyS59(z<88zK{Lz^1(>-AO@YScMnY(~1Sb@a zk$2ZSFvpVlY%#J#Bh)s|NipKTKNmGuToWAve|D4%`l8SQdptH`4av%o?x{Jy{jz_A)_>MKRaR{F z*iru%v?ACoYH>{UMrH}S8=&J-5%efm(M5@&!|ZW?9Bz3uaz|}+d!=K<7hSr$P9|0f zT%5sN{I!vwLQnEIPz!-24_B~4Uu>@CilUpxq=wM|^k6K~*jC7LbbYy09!e_{UZYQB z&{tG4S=g+7droQWstWeNQ;P~q^WC}~wXo8S$lyl(vtdcpRdS1Ejq~&)ubL( zEsS1>6Eqe%wYLm-Q;qr#io*zg9LZ zmC${YgTN|*(e3gbJ2`Z*SbV}F3zz<1g`K7DG zEus=*aESSW3WQ-gO@%whp>{kRIzPdu6iTmSF*5UKF?W-O{S5@jBvRz-FtzzC`M-;Em;PERLj*gXC~5IiL(5fwW@)W z-=e?f(iZGO093eX>aN!Xo{#s-l(h>e9o9R4YOWPCRr$~N@6d};eyOakAQPMWC$Yildx?)v^c0^4DQd{UwE0B6(sZ+h=d{Q z-EJH@9VxE;IGEe5bU0Cej-WwZ!5b`}#YhqBIu__<$)?A8Zw)bevzUc!v&eP!TlS<{ z1acrM4jXs9t|2=iQr7rikB5}mRo1!+dZC-&ULsW2X21CMkvn*bLWT{uZAME|Q_~6+}=-*Nr+Di4Y zx*|kHf42!H1DIhuSY_;X<8b2_XnV(af7sza2NnR@r9LVa3jL`(^CX>55LIr2EXl?$ z4X<6{``#kJ1dqk|uv%9KooBbMV~40eIFx_4$r#3r+hw|lm7#grx-*)4Kz98z1x0#k zYRP{ung3S)A1LVGOSI=1Yc}hDv4*Z-@9{!_VH$iBXZ*O`meeB-W59+7qb@|Mxlm1m zBSn<}qmNdIIn5oHEcXMCfY;bKlZ=XbXWt(&-NODz&f7aAKBQlH{C7jymrZD``U>{) z*^&OHpHQ`FVR1`m^)n1hunagvg#hh1iTQJ@21AScxjTWclc7T;WitQeMs70G{K&H(vyd9;gp+eH;nA0ZgKb_eT&4Ek#{GFasp0yhGqbB}Mnkr}X zNF&sFx%(DN@2_~O7N#F3pz-U)w6wB$jZgMS1mMUNaXfQ2;>{A zaeVzmVpa3?2$rJSGIdj+y(WEnw`0D^d*OY`10TGO-zI*-;LK*=zfS})#*bPIv$wtK zgchiRyOodZK)=uY)#wYscCpoX1zOvB$T38OgL6t_8Qcd*nS`lM5%K#IZgpxrLwb!q z;>oWah$*J8M_mqmeWH@^=I(ztw4g|0lWGOl%tv)Iw1bu` zp&O>Trg|}=r1WS69iZXU$8WQ%d!jv{lQ^|CG{+dhl;wKjndQpao2&ZFc~|#0Mfz@l zHbpcZAviZWZv~cojsFWHE;-Y=Ju`rECtkN z8w=uld60`x-RE;o_&-ZZ_hKGL_SsGqFv>V)>;a8Feo3FUE=`v=2;+zoA|PX$oP+Zu z9Jl>S;6c&ootf<3Z%|luQSg{uCcwmP67Fo;!vLeV_EoZs5mb^)->&ll%`2u+6)^lQ zfY?kdN>sc0b^wDqTg@0@WYXX0cgX~CYc)v`4zgAXI^at%Lj zd@lC`fno_1ZGdPdi+*T1LK$}xbG-jZ&#?v%hh2osc6`h~V4}xGYneQuPBcD^nKe<1 zWh6A^6fYPqVgH79zy^_e4rxB$ zQNmv$;`}EpF$=h4kyolS?(v^#_#1#*pi!1EV;r!m6`BQRCpzdL|L)j$HlZlCp;aWcwpA)P zl;A^D)^4~zO&}vCDWwwBkAxR0oP3IhHHL!SUNIiy`*8@txP|m&&Y2XzpIi`GX^Rw zEI2VowOM*#d`mD5B_D?qY^g3D-h?R$W+Z|oAb(Nb1I)tb((W7&?nj{U*Pj;9m=8^* z&~XCzYBUDAsKMB=O>dru65r$Tjt>Ep9h0g(SP;dF)fkWHBEmW zHLc|(=OvE94Z}C>ane++g^Ax0J>so}lo=t~q>GA2Ca8m=H2x}}Erd>gP?xWR0ih^S zHk#m8x3?=5`Lar_v-umPI&{XAVGKdeQ9^Y3^N)wFCxuu zG8Dck-_?GJPy!HCR6RI{C2U1&^~YI*#0(&ozW}MBWY7UBFGyYWJBE>EE$rjr{i<4a zdSPs29+#dx*>-1`)$5VtPi5aDrY^yw_#@b86Z`4Iu7bL?rGP)(PG-0buAl6vDZAen zVA>k#S)FLjdU(NhwsEWH>eH?3W&Z<@V(5uu(bLSaKW{kRE)7iwX&XExvv|`ewttg2 ziZKg)#Rz-i&jgZBbNs&Q3K7#&ALT0&h*JEX)k~}Y4G=v=X!hflHXI_BR3y37U*Qzk5fiS-?ENIMtLd>_^I+>-Ju4pfzaYnr$qYzF^D_?5w zFq`_@`SE!gL88&)8YvgR!AL6yM-Y$mA~W0>$Sor)ntkXf5N&cdohmc}y}|2rtDeH; zC?Ia?&CKvl_*r4$abrIcdO5YW@z?zZqt(i6BvnuHCC@0`TQ0a3oUOfvKz*S@mXJ4P zyl)*kZ{6`dG?}x0#cB6hFlHbqyU35@gBQEYoomqxKT0FqzS^wXzWQr9BA7nnDss$% za(6GCY^#Li9$_OR0!Uf&;WzIO8FTuixAKG6dq2~$hjYK;AtBH`&B!uho27;fN5&Do zhL6Ozrf|qL?OhRRxqD&hW9fIRII&cgyF(O;to|UDDZ?!)UJif(!$>jU*$ib956;uH zf3x;B|0f)10JR>@8^7FH=gZZWSHub5)>!v}d-|YxLhI%9zFgPUTIDXPq?Og}#Ed94 zjwS4v$OZurq~vH2uj$fi`~#rJ!mG|VW@&3Wy8IQxK{LL2p46iDQy@=B|FS4>^0uptMuzbgBUn(Pim$sGT z^4Xw<+cA41I&*|V+eg$Jl?%afopJky8e>)g4}kKopLWZ7pE5%Xlo@9rRjNPZBt{y$ zMV{~}V^37SR#|*-6s`a5g~M`J~G%nmw1 zaPepjJD7SPrjiAGJW(WrQr~t=<7=ZEDk>7yrCX+5hKFqe zsK=@77Lk^0D@_{i#}oA?7yjq=Dq2D9|}~F&&YFBK%s@Y z)m2MSPrw5)_NDFjNT?-K$k{Ve7oylk^V5*QVg!DrDV>hnM6?f-7;I@B!{+Rf4r*=c zMLw6JnH6s>xHbc~WiFxPvH@#cU+{nWxsBIrxJG9|z3AI+Nxjs!#7}y2Y6f{33;@>+ zQj^h`EUPLwtsl_f*wNs6GSmbTK%_0IwCKP+6EQA zM<8__X~y0w6jRh_T4)qXANSu)48IFiVA#z7-)}|nL1FLncGRW#!~oO8roQ8_mcQ`x z9tMgrr!Ftg*kn_rjNoTFc&SL&P^78_y(!Xbgo^V9Wmp_%kf1B-#)PK;RM%3lzX0tT zTt)aYp*N6OW@%y=a;E(wf*Iz)58^uGHgwBB-5OJ-9u?3H(|Yk1MTKf~A%wsDWx~!L zGnOi%PQY38<;~^YfRxf=idC(~+{5kEk%{gl&OZ%*1yw=6sM*qiWh2QxtW$>X9n~0vA$}iZTRT1l!bSrK07`c6cguE>>saERwU{NVkU!-3T#= z?PsTKudH%bUqQ@<8YM?@9fqk z;Xe}!Ak8+m>>wK4$A%grJwFnLY7RQzv-MBf!$h$g8A7IP#x_b0)k*d~llRe8Kp<$$Q1bz9q9xu9;|jJ>i`B8CQRU z{2JiPC%5&*X0$&@^Uf?O2xgziuAA~4qZJ&oFFUWF@@9bkdr!>N+M9m=h@N(DS36Sy z)oi@)+pq52@^dpcB|1`p;;V|uNQ1oW8&^r0UK+Gp76Ysz$elJ987+eZvOTK(0?5q| zrBla&qsHp!Ggiuc?Ks#N8g&^e7q#5$#e&i{fm!d%a_BhGwW^U}$#B(0a&R#e{pf3_ z`e1=>1^F4^WS>#lqBWXD@gS(WVU#~)y0cZGp_o2G`0_km!NqR%UO;dYtcI`0Px)4A zZE9~;$!;vp6W7h#DqAz5>G$kU-xuCertVDrCwm+9Iy2x?o2HG+<}Uf2O*e?QUdE}c za=b;$UYlkRs`4KtE`_mJ*4k?|G0K2LR_ zKa)b-Ig_e+cyl!SK_ux?`lR=-`o<11*UwDAbu=^Ve>sNz)sZIEZ0riz;Xi%nKEMXu zB5WqL7MxMQm8mXtE3BTtS_dWMft;EXWg6GMe2sK(=N^mBb$(UE>DQW_rypbd?tLiH z(b3SNRiVfzi>`^YxhaN^tk;mau#0U&T1}a&)TotY_O`rgtLNK%|6F(BQdsN*G@97l z+`gBbfJN?`*L8adwWyofnRo2}xEw1Et=?)|=8lgq8BtW*=*LT<4Nk}kHottngXdV0 z;~~ow>D9$8pve|@zT^p4S<54VBY1W*5WyxmhrYEV>rnm>}Pz+$64tr z$_sIgrDWYd1_=mXJOn&#lT)lOGjS6*tIBE2Sy?%jz z5*wNs+zTktOf^803G5Ls$YpO#)a{!%jfJR(|Rwg6>VQ}VuzI8GW(&#~08%=OUjsuyB*-S0;$ZxFLgsz6yVdCh(N{wXCE{{`15)_v6 zT*$F2Od86%wH{o`Hbyx1Xb zQO32FH+EDtZ^GH*kO@Go)LUefpZ3();M=U>I&MJW4m0hu+2#27w%K9XjU-o#s6C%h zU-N7+)RlM0?0&V8;Xm+f&fAJ$&EE9;9j*0rK7U?lAGK?Ekao;-(7fAhPhbm9HFy4c zl@{Mh?`o2#xtOY1>rF0@E4Ezkr3Xh`nQOlr@ph5yRxjohZjt2MW%rmGe&s*^esTgGj^);1|?bTPWUYYMCKhl*yi zuHNw4@o26T7DK)S#np$U0)ZG%dj)<9v<+h58zj*VV3hTfdo-<*kEQRy{(cBhOY%Pb zRh5pYS^369x)z`GQ)~W5KT!kfmX!ao0V@%ZI()DIdXkg;kjnQ!MsZXXl>~i+?$_%* zY|hE~({_KOLZcC*FMIs~jB60O%(0>u-zv=xOz*Ak>*(^F3pCk-+P<-^PHV3_5$bi? zp779lpzFgj(4MlYt=`!htOzk0;8=IaL z!L+jMLo{+-u? z;_`Up(`ZAn1%n2Y_Xz|}6runpv;VQ z2;3g|KGy5;;*Fm-5w%h@Hn7~z=Ql|#_TG~z+eD04w4a;v}o6xR6QZoeXT^OW+`@$}fu%mjY{r>@5f z--U_ZpTc}{z(JwapDOTtAYfag-dLbq(QWSxy-i_le46+2F^wO04lQ+{_CzT&ib6hy z2I0%TcZ5=p-Z7?Cb*j|GbmHrnZc#@G*=3hFD5#vt)KYF?FhYSS_G;66li`ey^Axlg zQ*iVJjq4!|Bi-HY$VPTlAF8aoNM;t`Fpz!3_z&z^;iRjN3B&fdJm8KD6`vfKV`Aaid0yT?xQAJfCbGvWv! zz0v&JY>9i*+1S>1%0Q2dp@zX=d(q9n*ro=UXAl!yYPyQTFrf% zJVh7nh=5O5CXC9jOPh@IQbuaX%E7`UsU(nhFUPD{r*zk9Q80R8sg(iY;DuN>`pUf~ z&ZlAWM7-1*AJl?uPc#{@`^MON{c>Gv_)yqQumkfz7+P(d-QA8bpj!mkUAUX8XzKr>EDruu)P#M-!4+^7 zj;CX-#g?)L-VPQ{olqxvwXCag7{{*Bmsu69*F@1!F89EfrliwAYip^jU#OU4ml$8P z))>ZG6n9VSv?Z>6?iTG|CA6&qxAs=y4uPPQU_;rn_l zw1Ex(Ae8JHR7qv5Btvy^jeGl7OeSqP6+Htm8T8*U`Ttuh>+H~f#m@mfxSVYqGIiF$ zm@cfD^@!p(pa^QV?zIGb4vP+hua8o+jz1HyAFbbO$$u7&h7}Dy;a!DoaUc+Ii7wkd z)7s+*GFWkXHn{faEbCr!Itn)m@Dv(f@WTJ`eZM}&yLyp)j0TxguAW)ri6YW_=^g}Q z#D9r#5HzSUG2|zb9*W)ucLvi8+xmx-fT0BdCtF4vnlI>A8NIQ=aiS3gJedOzZ)Y4h zEcWgGhm#C{K-@#!dA3+B&H)KqPh4}4djqSAl_XhnYxQJ;*L^t!35ciFWEV*suq7O=QmTe!DD~wKiddP zF<10h)Z|FbJECdo#>pOhx13cG##kO6@nO2EHi|W}2`dxzd0WMOtXe7maB{b+#wJJf zBE$}-30LdOCn%Kk-K=#(npktQ#ZaDT<#?k;XS5vb;epJ)R%0->;`#akMc2DjclWUb z94=0&z`t31j8@O3t;!JJ`qi@MHfMB6G zdTH*EVgQRMl(-*(_cE? z$vjR-7dgjW-9TAWz7s8RZ#gU1`c4?AknqF9kPzM20Gk)e0NG^KF@6>NhyMF~y)Od) zoX{Eol;{O0CX`k83_LEEOSbLc^ZZicOKww1U5Xp$6T0m1-A!7{K=0?PX4c(`jwu-Q zF>pK#<2B+?p1$-EwI5xfRg%v&dqKWfykC+#3+q<4}XxG6Vr_xix zGoUnsRlfPjO;|L+F+?EQ^41HsAQkQK`JuG23mf62qg*j8-?8=fW}orO;bj@PkIDZb zWm2dcEP#~7i>ZG}`3df?w{4~WII{VaUfCDzaSNKkAQNM5Hx5+wEt*QH08=I#t+7oQ zxUb&H3%fnwV;w_1-tr3kq5C4Q3*^0DJHLfZ{p`x&LXlnA#jl`)#IkuFKuW}X&%dNJ z{fCr`rVpELw=FrB@x(qQo&Zu(pj(yv4=Hn00HoxAxPsjj*F`-~0@U6|{vjphUsCRa zkkRz(%R`u6iX8tXWr%`27=`y=Qa1f1rBxoTK(kQ%Z`Rr@N$VefNvZq~DF+seW!Y+r z&$$$lC#Wg!`lA*+^cG0gQZw{?h~kM=`HyB_xSR*m(GXN&^ZsM`}I?_D>zL z97JF)22EhAs|a?BD6nf(Bo50$cpBR5^MzQahtrLQUBV_KUk~gV5|sbZur$-R2ln$r zy^s3a@NM_e#mt0@J(bM$>Cv)Y_2PIVi~Veu#*K@8t!h>OOnA_FYa3?L`R11G3{K0X z!qtH0-EUf}BpLKFp?72d5bE*wMBdz80lcBY4seOzZy4 z&lJ&Ubg|KAq&k}b3_PIF-f{;(qk+%SMCxY{b3{=LDa1Ic*4@y!LwFu$S9@uxJk=%ont3p@g~pevS}&iE?YjhTq~+ zu2LpCI>o$kSNy|B(P9>>35@BliMczo?%#zQ0}0KwGx|Ei7J9c07Y!Q7K z`{vsiWK@dKX=B%?`>5zdb%y8s9(4dZKpn;`h?N%a2%->RII5_c!jVs0auTwiOLC}t z&=U0g+uv6oZ0qW9n4F^04~>-gG7B%zQR97qwcK)T$?T4GhHBL(p<4f=I0o=cR`Cl3 z%oiE-`B^NXnUlKkeE`nTy+2i}}P~SjEVp{PDfnl|g&AAnab1zo4 zxY`7}ov)*yOm*ah`jWDw`|gdF`W~6~-kbgs%(m5*2Qx?Qn#`kFZ@oB_>d_}tW3`a~ZBIdDQaK2RNID{6nA~5gLQJ2( z88QesZd`E&6|#1s20a+z>aC(C!$?4&2glSLlELCZ_FKCz%s;^im zzI2tks)^l@<6%ahwGl4lY`eET-05n6ekr;0WnjkozP4ElFJ)&Z-2)z&zc!%?ZC0L& z!@W+q2?^r&K)Yh@0MgMc<3A7wT2;zrH@EzIR&CuzXDqqAT5}bngz`=dOERr_1u&m$LORtn}E?~kV#Y7o4T zrL@#EVJxktDHmlW(w(3Tgq_DLU9Om78GiSNzj2tY{D#ziZWIrfLsYEnM;S8`>~ZfK z@}Pg^jx|E=Lq0*iLH66JXOIm9^H`lys$;iyu@bw6!%4xFcd_yd;^0Wus=QRK_~;-r zuK0KbsBx_DS?CvNJ~}d6i;Dx2b#02*liC(P4dHAK6l9+lp^Dn-nt!M{BvtmaKhCol`DTc<^-xmWU<^25 z{33>mTx2@qJ5*kw?onCf136W0L)(-+5~8Cr%IsrsAoI>m+TSZFzVz5+c4gxd^CVc8 zL&RRPV_iYU8I~Aw*8K+xgmHIzWOhR&J;dyH<>W3L*r4mGb51yrA?B22v zx*q%?wkr|Nrp`^lvk8dop@}2I*Ut#ih}wJ+mXO^1b9b^HO`jq<+mj_dpj>A3Gpmg3 zCwyeF5Zkq`@gom+eN~1h6I*YdTkg1Mq17xk&$N)2uxwFo1cn0JnQhRd4O|hrj?giS zV}f-%(zQNwOSE$+-zZJe_+vnWbp>_ok+4c%NZ-Q+vCp!7;@-h+3o_XYL;5<+!F~@p z9*gKid54nine3kuR{F3)6SAuUHw7(y?SW{FbUQ94*L`ctoPtqw+WCGu!f~JWaYV1O za35GTa7|PT-GnBa9NvQ1Ofb~kW$v!__;$4i_rA#fGQVMd`p5)o=-p=r;SSt3r=?-W z&GmB8FM?OMWugQ932~hmsV*C7GEXu?A;5kAza9}J87KH=0pMyz_%Go4s{$RQZT_+DrK`N9+}g6s)z4Q7q;8cE zq|mj+JNpVojT!(ABK^KF5--P*07W2W9_NjdZ%ZZW4;i6D}0(c!F>X}fKMrZ5xId!au{pc-J*!jo;R>mx|= ziI0jp;_@<3ca01sAoczHH7!W?9pMurB{Fa*;Wa028(HdfGd=bEi=I9)O^o5r2)q7U zP6l<#3Y>6+$v97QJn<&@%i!oitW+^HcfTmTk0eN}9LS5SF618?{eC$}F76(JG`An5 zJlSdMf)~-{qLf}BAs@JXlPMbKh_#q9b(Lsfa*d@5<9aIUFy9xeH%e& zeX(@wEALa2W#jaL5~;66iA%u-By)HKLz0r*k&tj9Fz{AC)kxdR9HqvFL9R%ItHv>P z20D>lzrj|rnbc)t6)?TUN?6P!Q!dM5Bs;y#R=jFi&w8-c)Lq;F4{L4#RX7PG^GN(G{iB$=hz3H~gU26V%D zrW4u25$T$y78HG3()Di)rWRP2*BWIQ-cba`7UYERb8zJOL2;ybpIP-%i_{P7J_5Znf|Cg(G0bHc_Rlt)H0s4P|;9qI$K;0&GzZv0E zH}6Y8KHyO(uR;8$r^9bFbvp@v8(W9&doG&!=5|C9`TOdp!1pIu35lg{;|?0wFcC-) zM4IWif%M~af|t)XCnc>G>3fw4HCE5#HPn5Rj*4dklds!0d&2col0z=dmaM9Cuch^E zzvsK$Ew_p8EseaXHxivyF^Y~u!`W1^rI}Bibp}|UH&tfkemw{E^Y2|j3Yne(I&A99 zjeC!Ibh?Gxmrp8V_08NYQBq9d`Yg%%9)6YWzSvb>Q|8(FJkW(rcxm@Qs;ai9*`80E zW_@XvH|u!9Eq|&*E!_Iv0gYtEaRPH$p=#LRfY=riixFiW2yvr)@cg+pB} zIhH77L|h=38^ToJ#I=$R$kPf+Hwq|R)1t{MQgaib_H(%>YuRr(R(eb&8!}o%t{xO# zg{11t>#Ua@(AnO^itf4EBji`uarY3+f{%yh_g{jI*&l`5-}vqDI{pmD3vjd4Y&_<* zI%Q&$@K)Nd)G1Ifph;=_;o=#6HkSSw9jg*mvXP?JXfV;QeYOab+3})CqmC_a1Dlnj z4`OgSRi6Y?)b>I32tW%F@MkH0|JF9@6D+v5hrVJr6T;v=Brc5}gc7Oy*}FEZ2t$u( zJ$qB!vO`Y98DZWKMG*-RN4Lx99W|jJIuT?pmmNrK+}ZQ6l#^2VMbyhERX|Tk@9J1j zDjT>rC}4oi`5l*btc!l+B)V_zt-bbsv)2vf6!|2u7iN@5T^1NJCEQ)$S;pXJC)o?) z7a#GY3$7P&r1r?vE%0~|8V7FQAjK_lAf~1k1h=2~XsS0x z@YeUqUKf?y_t0MN1o~NSqf1Ip_(q1(Bw*k-F@BSH6Jk;J&^;Vd*@OK4G5ZK?H<2{p^QOYcML{8&r zSRow)3Yt~~Yg|+|9ARym2D>eqF-AT77HOQsp-O^ruiq1LJWCsdAm>NO{YW}Vf6MRF z!PG&>G4)I#u)J}@^)!KLzn8*klt0KVW(W`lMr)mW76O->a3eGT5B+G#Ma}O1=epc4CmI;5_D% z+H(7bO+kroIQ3&J1F(K+=b^{MbVJr0HcFwHmaa0h%8WxJ#lDJ(2{(uK2@?@CMn?gA zyH@zd^Ss}qki&dGNz+5lhGIA51TuQZ+z`)J!B(OAjPbGzN9`>sz^Hgl6lMNmmt^aZ zW8#b4Au9@eP+5r1A);L*iyq8=Z;x0=?Mbqk!xPUp@(T=RhfbsgaK-ned91c_Nn0JA~ zKIm&_pxbr^?}N!v$^D;{+pNY8FP-vT7;l7n*>%nB3VB^ztrgy6MRekYt_^aLkCJ(~ z8S~QCx!alNBCLlhjJ!QA`mHDxyjBbdR+G2i&K)nnpy|P{;V@2?1fn(WgtpR_U{=eT z5*K6o()w6V;_L(BZIHtVafNEc+P+vf8& ziC2;}6Dy=<+F$#97yMcp&0K!jy1HyPnXi9%l2 zT%vilXB#Ck&TTF#;`4L6;9QfNw6o1GyRLYy1;h(`xcG4W^U(e3P2{M^rgDAgmQ@p) zPl1lu7ECYtbYsHBTuzl=Q70n8RXF#b|GKo}Zt9Ao0BG*Z{g>uG#l-0Xq2QF8Q|U#UN5K>%iHhGK?!`nguqtCJI7xZIgMu-IsTtp&v$fQjc*-=fqRa zN_oS@;PLncwA=@~FVnkZ5gc@Wow{r%36Nv%Ud)iX&qTuO5zCc2xY54dX&$TK5+Z9E z%$>i)3b81~__|;3a&=w9>dO!oY!3-IFsqVIVMmNKs!lRS(K-uhHni;PNFim19JQew zK^2#$*zZ4#J4q{X9v+5_PVa^SRh-8wrZSqxArTr0AU$c-DiebmFB#@I1xUgfny#Gx zpqQ&>vo-OKUkb{XOI;jV&1Som^l$k3c~HVv7<7u3l31ammWsmuY4Rjf(G$e#ixKUa zGBrTJ`(4Wxlo0j->@~zN-KBwUGGf36KvMeW_xeTak1@0MN)3|M1E`0B zy|e#R_klNJD=)X~LiCa(Foksy50vas_Xi`#osVQl9n$r)(4O6IEtq{D9Iaouv7=G< zb!T<=b-(IxV3g3eu~HA^iNltm>XyV#@Y;DXfy!;~w{Pg#le^R}s#Plz!E&lpN8q@5 za52%hEtSzES_~JZ{Uv@BUQ}wG0wnCQ#HTv_UdTWGiYd~?Gydc}u!v~SxgmOwS@=40kq zxO#J~U?+)C&-8X_R9G7x?zh~!2kY$%geaSSPQEdAQoJ3`nj|=QV4K`;|7>fwI9Y#1 zSs{itiXzkX^v?QUCSb~oHD=Q6K_cs5w&hWvZL{51lYY};%;F4n;BW#sSh~#(0rAm% z(3VPgDEzkU6KHxF+)B%Li$xaAe)LIo)AI4 zK8uLl9MKiI2715@$ctvOA>TwGx2Gqi2*tBPmZ`vd6Quz(zyvHQQA97{n0EN)^R`W? z@r2na3DF1)OYCx3ipy)K0&IgaZB;3h#0|jYT%%4FL zS0o8RWZ&%pmo)lVk^6X#SGo>Am1}Bf+z8Nx9(Z9y0re#o`J=j^7>{W>7xH`#o)U zg~CS0EWTkVq`bKqEZ&22#m~)=A+KNs;$rrYp7j?@&=UmD4M#0U?FE)~J!0j2)Ox^F zfK88nrZUO}vISLyWFIn06#L8tiZh&pf*+(M+Wf{u;C@+H323L6%>G6uu}N?PbEfI8 z@lHXYo{x|x%+=O)N`~m8$b$fFIkhtM1GInBk-=?r>+#bc#=b$QtiQ#5AHfQ0xfu)_ z@_6JBI_z<5z^w`+KPn>6_%pD@3`Dzm9umDso-94AwEu^sRipm0GHzZ3RQ}a1s;szH zp^O?5sH-W94T=`Mdt+!iv?Y~*<`}k{%g!c}d)W1g%@Ir@75^5BQpK(no}#fwEvVZ> za%hccWnT8qL$Tp&!>IQ_#@g=P%Z&Di1?f})@o>zMFX$9Zc5EwpcPxn)1sk#sxT1jA z&gf_YVHitT6OaDIyC`KEJ#vLVh&E#_pq%14RYcHHlkVA&PE-s8Asx`9(lEOoyrVIe z8GTd-R$2^2`P~8*9<9`}bpzZ|BaHryF#L^jr?&&``t!5qtLXFU>)q|>OJtxqUrKTF z-npL)XX=VC(tIt)z16yt`u=T8p+2_> zSE6G=+VCqN%@WUF1%f4kUm%#Gpkd+XE7b#QytPYrtGHH(Q!pz@zVmaHsKWAP{A5!u zUei`;Ba?yY&ZW+!8z7W6qfAuIDo#P-Dhd=+lINF3g3;CFA1fQ|;JidRn9mM5#5ZWJ z`r8`G(e>o8uU%)qQ%ej1KUDI{Xq#ZU`e#fHip^9DbIVsRkPV#|EXtg-62S>uIm{{d z>TE=xali?xua&NyKjCPETjP)J_Djt2FDb=b^R3>zR^$}UlcALesB$(Y_65#`OQ0q` z4faPY7-sOZ&uv#Q{zp3nmbow0&ZJ6K`vt7F$qTq&Y7V8co9kZBf;TSaTPkx*w2~@FUr78eEPm#i1un0D950Iij zX6a3T{c+&yd`Pa4T?&3&ol78dCV`b|5k z8jT4X-z+cS44sKb4=#RJ{r2BSq{PZbiW;Y#T<|$nM+}! z(Z5~?;^^JJHBvm-Y9MEnU8Lyv^SMd2KC`!+ zKck@Fn30Ov?`%V8Gb}++42=Guop0G~b?M=KvRe$#6?b#A(1ylTQcgNjEb-amZTAvB zgMIk?*RO~mC%u`$1FmJ)A^*#b#9w`KQuRLzO@KpKz)VL$g$u(ea*8!5(3(u01Yn=( zPk1=7qr_UB!u__JxI)Z)5q~?K7C61w!KA(Ebb1}HH}^fxno=1$9;&W0f@e5vu-(da z?REDSi|;PMubbLF9K4f$F2zHi&iA`mIK%387~nGjz#5uW6Y3pc?(i3nDw_5T&~&r* zqxwLFH#jRIU%+xV)E@n0AZ|mS)8j4Aqj!f%a5ektgY!%w5@7C-z;Tf=pVV%TXDhe} zazp(LjX+1x^q_e?P30$-L|J_3M>2BDUS#8l-$jr3Ageqb987Ciy?X$cz2&3JiWb3h z-@5_g&3kQfmj(fwv%0(dd*KVrBrcD+@UYBnr_@>|o3liRFJLyB7JQnPMI*YeOO`BW zuFa^uko;B~J2xqZa8085x|>BtdumDMlnwvILj9L-ldM$F&qPCRW~CX6DPv5 zs@sR3GzyQ9`8fzHVqmLEe~Y(o~4D9sdwW=;%OOxjv#{*|SGD8karRux>x#k~;bbg~5HLIrYn2$-*VzSlb$8_%mUGoYOaa%= zF`{JBLIyggst0)PZDeV5C{gW`sP}LeP6HS-PcjNgU!}&#QjL%?#;4Q@&inlbOn=$_ zCOuIXP2wr)v6LIGSyz+ZVtS-47pR9~DH8HoI)A>!^Ui3w%qJWqm^02us!{Q23qLsm zeUGl6VmnDG%85(iTJj%Qw&(-gINy(BM5o`Ksf9H#Ohs-S*@YdFj7_qlb#g;@D<>z= zy5Pnnf7Os*#UtSJf)5BrKgky=xF|YoI2gO$zW_dPEPDsMSN04v<*Nj1;*oVEll<0D z^qnxd0dO0l;@c2qcG#|o;*#{$4_Jkqmwp(j^OKFcd-MYtXP@q;#s-=yU{C)QLxq$l zl9m*&K<^IRC}D{5NtNZ!Yd=uU(8*A`Oa#Fr0j(tW(J+vpX(mbShDn`0pm2fq1FfBH zvF^vWLw&I$RHVFdl$6%vfngzFIPE@J^npacw=$9XKv?{he&EdQsU84wUQll)E ze04S(4H#`Q+=6$R$%hV0X;&SfS9UWODfDK56|Zl0{gRyWYVA2n*n-Y*d*6Nbj8s6O zXR=?6lz8(a@ybE)Tt07^xW8d!Se2~Ct0mN_d|Um9Dx zFASes{s7OsIuq;5Ek({+y=o$NrfD0&vFDoHXQZ4n#%wd%<`J`co%RWfm-QXqGqscY zmTEz1)j=ZN5L^D6lGLsC4ej4sK!h?w zR%_I9Klt>fJH7pj`emXq>_*4*r4DvR)cii@Cmz-7F$K;y=BE!%q85W-gKH9(fvm?@wc zyGD+MTM~=OGomwzeI={Z*ktn>=TmtHL!a!A!}G1zrUprJ0OK!I;Wg71r)VS@-;~$R z?F_RhcdWiRc_)ExAu^(-L*&mg>LB=@t;xeZuZak%@DTe=KfQDpF^t$2`0)LB5qX1g z0_YI3C|q17}(GN1N*~mg-+Il zPW7!~@$^2RebMrj|H6Q;_j)O>J$xOd$`n|6j>^XGu={dO*Dck38eB4`6f%(zZh|_~ zbDlViVWcn~?bm!SRmn}MwCN}F=!96s^`+$w7u92o8Xk!yJGnB*`sq`E>eHg%*QJp% zUa$ZV>GB`usl<(^H-fjv%?(==GIfKB#F|G|$+H!6^(hU&6&H1B+-a5`mJ}-)iP@1c zENxAPLHXGun&rgk`s-pz5%d6YjF>KKcCjw@P(It^{>DV&O%b(eVqTPJkA=vFg(>Zc zLC1|Al&01nbC>}_bn56m{1zhK;6cNL*pJa%_dm>d9uDwkTjZmRbeJ-Ne3&DB)=B4a zqpN@*hY|`phSVcYB>zv4BOBrg5af$)p!W4d9P&*GQ;0|XvmBB1?176sJC8&$-W!uZ z4VO@ZLJG7cY>$|1^m`Ge;CIea&l>(cQuAK`Y$?cC^ zGbE0qmvLB3;n~AlQEy>1%>YciK%pkc#86JKb+t$BHE{{_FpCp&~ zhOqGqkmRm2>Z@>nXrDqtNi2M7P;jQ+on8!5Cv=&c&McVGPrf8(FhB>{J$Oni3l}^c zU}oR3*j~Ei2#!EN$MJLA?vGH9=$cn>MrPsADmTsZIBOVpeF7A09?Ic2SuSUeC>ij= zYu#!f0mEUbx_FeUz^tq^4L{&sI0o9m1MR}3$L$J?k)k?#S4WZDCb!8N$8V9dkwj~W$-Q^wkK|p!lYr{uPUMHt#DiqxK!YTDiGZ5| z9rc0l)f5Xsy9jQI)VF$ zcC`B@5Nl)%5OPOcq8gwNZByp$beMF+Ga(!g!hNe^>QYk3XX^U`0x4twi~Sqq2x^yZ zR$>2FkZZ?R43N$^bIn@5j7f)K`Xm2G9-v@rrkc50Q#FgUmWL;qlDU2{6|DFZcdLz^((cKtM52988bod4^2M zWXE!_eTVl#Sh!@$Q!;8kf!PNCgIy1@ZV-r)iWM623I7&f$zB1G#AY)QBB*#3a3e~n zy)2me@JU?*5!8>cCf-R5h;c%evvgR5GU(L<6$57kfhL~P)!-F=D+3p(i!5o*@jimUsZ;+VQOfXjNL%4wXX zoo%aoay~yc5!&6EC?9sMoj-wMgjMK1kMz&tG5-Lk(Hb=-vw9JB*Rz)IZZ6KHV(}J6X{_5gi?)$p(P%k} zTKy-+8Ta>_v!0Q$bt>7Eaxv6vLhP3ER9?JiQR^o+p*Oo#;n$xjhDouE0}EB#%e1rA z94ztsMB3t?$S>>m&UAElz~Wx6yUs6ezg6q(%bwG*Y&Fpn4ea|ayUSqN-tBLk`Co`N zKU@H>hFI`t83W|D-kl zVgjT%)c-OD%J_f2p7+1)Yseo$_-oE6;-#u8MaQ1x=+CXpCZ2z&ZjS}t;i>e<7 zs^hNpV@H_oxS5UyMtrt8xG0S$LPH{HftT}zhE82qXg6xyexxhbjQnV~hf{9H zqx*W_2g#kNcGZ8vKQ`WFmAq-YnkdibiARf?2U=p4z8CH*S$S>3m(y>$dIw00J!BU< zYae?&Z>y&Bs?I~@BRQ~^%!KA*$nLb6DHCIuez7dHrQexMpO{i<3F=RqD;~&Svh$Rs z1}-J9wS0*tZ}mE`b{km^CR~2Z32AC?)2g%Fahyl(^sIDe3o~xp3D<~)Pp#5vi+>9A z`0$85jh79Noib~&EZd!^PQAj|_;L2~aVd+ja6WNn*+U*ztKhiAS$#ZHFCNSmnxkE| z)I;C7>loI29~%&e>GF7ftxjdn*`0x!*SJjP(DYJ>h)XrAfG3C|jJmsG1=_h|&LH>3s)6wa z7QFpk=@~cO`;9#MEPP$T=(|#Er^7;kP)yQv{2~@wwEcL!Nx<51CGUyQr2%uI@s@;3 z1uPB=o_0?Z7O?+GI4uvSyPlnx{i2D2HWypqhY;1_K~%V=81wM2SQgaxd5OmApK}tjrkYMgtw0kRU&$gVYI?1Y?QQA$9@X)~LF$dX4j4LfQmtR;VCu zFS1)!5@E7GppW<{FnRo`2}0w!v%6_yOuT><`ywaNkitu!<=grTP9fkp9EOq)o{;dt z5zbeshSIGF%;r#T~d zKDEq%^*Jtkv^_E=S`5#3M3SQRf=ai>Z`DC`p`^xOFE}b>C=&vi5K;qQS6mH7+dzJf z&29%Ipus0fK2$}MHGl;7)y{+*NxGK+nhi9@HgT#hkpOhKOW-atxM&tEo?K zp-x<(GHUgRp~g|x=F6mPL_`2V;9%H-)CaFDU z-pc((-Gc1YsbWKqoeEhuqIVY)mTvlgnUYfJOvq4$5YwkQ-o47=I>e3Cc3>`Pp)eA%h-9NQ(hb|P*0rR>N~ zj0?!PW+dLPC43{otm9uZ^UJw>K34-lwq(bvodor;59uFe^EB;mVEv z@z8VaZjn$>5*r8Sx~5>(S=+0APM z(<0E$2WPY%Qnxr|K^+UUw$tXQVk_ItESyj`KUiC90M=H=@zj5@wg%jztbm!q9@i^ zhH45_YZL=b>mh=%k|uOF=yk08#4BB-?d(TG|1bYi$9|IQObOn}tO=O_@~JsSxrXV2 zUll1vJV(2wMVJr%_s9>|F_RX@{f}Gi)FDK?-5OU-oc%8|liwlbn^b!C4eTku)vf7O zsg@utRH-&VSj2>U8g2ns5!t9RQ*n_0p8J8?YL9@})Y)?rlD}0}!IUdz;=9d+9Ck4I z4(r`N>NG|ovCj?FMSlOes=uSc@3L}*OVtat)Hqij%&K4;LUU8?{k0=Tq3g&4D^vwC6UdIfKwIq5Pfe|QUJCUBxx=07C!F?n z3m?K3I5(}HCsed<{Gi=I36q8usDK$42R7*}=CKkHRoO10R8Q6L)_G|?`GNcWp2J4g zxmoOB5qfppKwS$_Psp%U=E=?8EY4rlS?qZjU#147kjYY|z1T*DYBGhnNa_zee6OGf z{0rkUhCY@4jPY$w*vsbc#tD%?=H&?!WRrL$h-i4!5((d6zN_Ck2}32(7gLCLpKS?8 z4ffp{^>HWqtq>oC^~nB?M1*yNT`B3%=nv0G2hLVNXQoDE>!50@0(j+}k6hUk7qTjP z&7FL_@+P*;KVEq{y_3k|ill89fBAJ26+S=H@XglshjPTvUfe&uoUqvumt8yKL#a_$ zP7`2*ToEFZL7 zvs$FzQB+HXA$pjW-0H|wvn_Ftn-Jj%Xyy$tn95m*G{E$%Se9!4@)u~U%HE^q29q;d z-xqSs4~N%;<6aPF5$oWm9brY*Mcz0y)@=`88?JoZCD-|^F#{_pT+jp5-A;pkgFYAY zitvzm31-U&b<3cSwTyC3VnY=aEmN|eqB)m~{P^=;{srpbR7qNbdqWwD>^A_oQ#6e! zEP_Bf!7=?Q!7swW`4#WP36gpBF21+3ly_95$S=G&`*ZEmL`)CL!wZAVa0YvJQykev zs*ki8+7JaN8C;(~!F!NMn#d}lJouJ#pAH$8bnu zrG}Xm9hE^S8%t*Mi|YQ_<}#WR7^vk-S0n*T@%yUs<2p312%uYiJkA+zLPOB8E;2tX z9@j!hbU&Z>ZZekbR3MH^jA(R~l|E53ZqF1qKYH>qt9hkM%n?KjN`33`JA7Iatwi7( zOzuL&0g$$;^@#waEs6giZGFa!SN$Mu9sdVuYjpxi#TT@gf4zLQl%BAZO1(jW`yO)f zs{s4RB$6Sn3LFZKEbQ41CoS-L4KR8q#HY*4_czbCbJ$+pr#CER(u_f_R6uu#yf4UdAWBDX{mjMoK zrBJgzmvk+_uG6pP9rPxlT3P@F*mXwQM0xkU>Qso;mepexKFN!Pet>r#WG6}RpLZS~ zoA5Ecc7$5QvJmJvY^ru#@tZk9iC}zkCE?0Hl-VaBf>uppUzIUxAF2K*b)TsroJ5E z?}&fB+p|S)MsE&ze5wuj8pGdhj^@F`g^|8~8l(Ts^{8AG-EW%Ggf;lR4#P8RG(Auo z(7e(C?^!?c0w3ux#}P4&hxJagna5XT&F<%(!9V)`{BB}(+d!U`h_Wm(Kj*~AMu|J^ zQZiKuX@2Gf1nWxH>{E5qjL$z!|8awFokX}AO3{j2N7C3cPZxHQ18!()DqlksZc zH!*0Z%a#cp7cHq*c5~_FVX|So^!$<5BsXoeb6pE@=~N?z55AawiXha#@oA=gA;UP^ zv`(+EEy2S83Z6 z)4L2znSg%{wCUzk{ooyRlCXavTLX3TQW`@Ns-!3x(7&$vv7(}U!%sLOF1xe`@f23gaUbq0neXx*W%?TCAbOwK4? zc>k50H3R3W9@hxI_4D9p)k=@l2aQ3HB$>pMe8= z$4C{-B;QF%jni#urj3Gg%$m*n9oo8$UXS5<&8HVK0VfqH2fFb-OOBQR?6Lsuj1i2o zrO3~NwN5^)aJ2dDgt{Q{V*dWFA~K9MeFmEQg%tLf?{iz^TaNzev_8BIU_*3>>A|w} z-+d$RDcw9%lt|&{b0k zvOQ}Gs^J%Z3v%+2GBp889CqqEx2p3kQ|oqF2os7)yohVkVvV|5F&+nYqE`2r6S&Z4 z0jwlTIu*zgv(RbtNn->1VrucYJKlG1Q}2|Yg`b?_^`=g_%R323X>gWv^!mUa)F9sE zHKZYIek)Btvsh6=@aO!+1;zyv&ONMgFof2pi@Cc&l>qD}q7ugrlV2Em&E{{tK65%; zX_w+*#x_Y>lGWb(y3tUgho&zH zAx40Uhp#A2aYb0(krlN5{!EPu_LUh2^wCUo@7w-d1q_wXFJ{n25Ce`!TjhytB?hk& zW$Jlmgn8&v@i|Cf)1c)A1<=`oToRUQqrfdJw1M~JaDHKA8a4z`3E=HrsV~DwQ2D)E z0)$Zg%$=QKZ?<2shuq6*RxrOaR+86arkL-dg))CGs~;TCz@(2B6dWU(9Isu1-4E^j zib=jbOh4r<-?ys&W+bmKVKOE_QA+`r;EH9Cu-=}X_Vrz^UEyW+x&{IS4HRIoiw?1P zVa$u6=x{y00zS(B`DE%5-{?~XTxLG~14V-IUweWIA6z_dzLPhQy^{++;9ynx^B07Op*Z z0};JW>T$%S~|w0bi~Z(Y9z)zn(ZE>+j6SCUwmc&TN1fI)r?GuDBW2&E-XJV;#srSr0Zye!;7)y+7tHe`(P)-HW;ixMG$sBFyG zZ^!ZdbgqR#u3)ks9|e!;^UVVUbLDPN-wy-E@18AjSy+U;rY&}P<@bl%IlXxUBs^1d zPfvJynkkpA&-0(&B81>{gzQSV^TJ9xL|Z1H_{en>g2P?0s(j0=PJ$YU?#ii!bR+8v zOUoV6tIL^A(nIC)&t)o<&EXBS(@ z#(){w_fC~3)k`fC{J`H02I2(yq@qgdmtGxsql;=(HuWyPMoTzgPcpAI4%m!L5bHcI z`xLvhBed*KS@^^Z*wsj5yad+ z=Ne;9mw)??&p-%X#C98?vcM0jMcG&Ct%3wWu9qm>u!ZNPt31&6&}}We*jQBsQj5o7 zy2%p|d62?_9jdCyC}U}4(|bq9?mD`E)$h|bD{pi;3K_kp!P@ZTYll8DciWU7Xb=dD zOA??=kV$~Lh6wNfDOS9Qk7p@6Ls z3PkK(HcxPNQ3HBOpTw^Uw>ifoH`y7;IQ=;OoQn)c8py|JcMm9W6E?+z*AfF`_5*$A zWD8SmY{x5L{KmFU&LH89c6=xjoLeFN5%o41Z*^ukPmpkC>cJNgqLl}TmEDXY1-TZVv32-1*A*#TA&xM#>(6v= zk^w`>CD_HDX3FH`&Bins-SG=0i5^yS)_0Ok?{uiT#iyB0F)Id7!x@qrnnneOZppbs zlU>|{Ng-;h6I!ZQpHzmBhDEYzBTAX0CSdH zJ=34&_&>Px|M&6ck4yi5A8-BzN{{$|TzcLQm!9o7+)hBlgYjCol~{N!e6dj{JJP$G zI?FLIaL_smXDL2mHaT=QrsnOXBxSSC%mTDZ%RW+0l!~Hb|ChQlRsHZD*qJ!Y1A1gl zU7%7o?lP{PP|cai&kh@IU8A+=r~4O%^HoCuDn{c)6B$i&&fUU3WD{D|Mie32O(XX+ zcBGjo8!uDI8vgpz{IW#_$COM&6^k0(n~Qv|{iplq3Z`f?xHA?(8r^|Wbe1+a2Z1)9Ie$}6WX>VXrR5|B;Sc7hSkm!Uv(MhRb!e&4y$L3> zRI#I25$Y*hZPJa^HWLJ6+*4H)KTw25XfTIqk3=vnhmEt_dD2N{u6~Ut5dqv5R)5}@ zy`26~pLS!npcwAT?HcTQF>1hWr|)i|9nTAmu|@Z+il*mt{Kg2ZY`wVstCl^fP5rz^ zwPGIPRJCFiq-kUTXkRO!oajQek&>hItNhyAnAhe|zye@UmNvQ_%OHLBe1@k<{Lhb8g z4M$a!V`H!Z5-d7IUP?L=zMvti%r`c>5?O93GTGyxFs5JegHT_Tw&AX4sK`D*>Aycf z>9v1>(kVYc>4mLi{{>3V2Y}M~M)#=SRO5))WV)zb-HE`URumEob#JSPf(Ucju5+@* zy%WD0pu5wzywk)p)by2;h*2FA+!)$1J^4G6UVkyYQ%yRwTkwX(XA`s_UL?zU1DP_2 z`ptFTlWSKE)2ab1QBJaqH^p}8hn(hi7sGP{vBs+Yi)@aQPY=lF32j5XymM2mA8q{9 zR2Usbk%D7_WT$VIsO@|dSnW#PJ*uyyzWH+=e2a81+H#1`hfTlZensa5(kf-#MENV7 zRf`3-bph?rfAqB>{(<%*aIH)7O<_8>YFa<_hK$7s6MXyh4lr=ZfBBt-)6{Zf>x?@% zni%shQo2TT*NmvsA5ywSiN`Uc6!`0<94&+AkQQ92OS-bRl$CZ zV%WORq|aHsR;E1M5xE6T0IVe5E}Z5V9=biGwUi62?gnsO*s?keoX6ejDpoj@-XnsX zC&?;)10=39b$rC!@qlHVyGZEi$`KqC%yaY0N+2p(ZuTz+dEQgM?91RzuYK6`|6dL` z@&CU%;Ml%D$?d(}Py3Yo^8p9w|NVgDquz|8j#4N40yM*^#D#{&x&ITNo_-9=_3OAZ z%@Vv{Q}*<|I*M6!-AA##&zXc$_J}NszgD_Zm{skT0=M0sBLpcin92SGeq6NSNHbgCX&PEq_`3au3x{`;A;2=M z@nv>mS0fzg;W8^bAEb0)`xbsl`+)G4eM4wCF1Y4b-YTNTm0X1zknh;dA4WY~lGgFx zlhP}7|2rw2t;(>*^hofV)+>?~{H6Bd7}1r+(8TZ+-@Shgibg_gh1^`z_>RkS=k$&% zn{~mlbbKG(y!DgN*sxM6#M3Lc+xvE8R2yGfass2vo@+dNL%m%V(G??E*sBKOME}Ng zz`s!GwSQ3Q0;eYv;l6Y9cmBOyIUWok>z;?wSMWW2T4zYR;as%S(=|1TaI(;p7TKgh6^`2X&q{ckc1 z5SAPj`uxX4OTD=s$#4p&hQvs0A|t*G;u0*ZQkPl(@%{K{eD2R)%~GoY&42FI;6)UR z&a|U_?A65Aa{=~hnusi^b!(#=?QHuVu>pHEZb{!^F-5Q{o?`OO^rjjCU3zOt+(GTWi1Qvs`9izvxWqYi;71=VpGv5R<>y}U6W-q zXJAlF_ejG~q@lOriu2TD^YM^1ZgluvgA4@cMkn`xr0+fW*Ujza2)CmKNT2|vx4eu( z@7N)YmnupTTF?c62%`jpdi+a-QT|JWN&ZWOHNRKI+t>6}07MvKtQ$ihmX|;XvKy1} zUn0!@j|e0CBf|PVL>S(GiZI}#j0gU(iPoo)?B5{PIF*km=2K5@;RA)3{nk@~qQc*RCYf}qLp@aR{i;rozX{2p<{vfXoC63cc4+_D6z zrsZZi%puW1f71b4m}BrCrMEqvu@zv78T)!OeZ;F!e!LRcRG`#voMd~hd{ZzPR%0@5i@)ZDMV|-375r}9`UDQ8>c?7*+Ml(WYrtAf z@?UE;oKvSVB8#SRzk^wuhCZT_r}NVB;P$AR>CbS?%PqWyMvsKaKZ8~f9lzUyf&7U| zQZG^e6_t#=>W%#qmF!dfh)SZR1EP}GA5lr*kEo>Tq^LEDf4e^m&X7@zybOBaw+&pv zVTDEdy4}HA`057{{b!Y4{|ADd*K@shiH+^I-;{027V#FB6Tk7~|h2nqao>zfCl% zzc0W#|)~gj2pNNYGw9&S@^X5!GrGf|0 z0zkvB*fPr#R6hIsTZC!-Qk>BoP_X`R(GLF0MYFgR$OKEnH#RVQ`0NQX9#t8$Lhl{g z1ZlB^HB;uSbsKEmTKj3$|C~MpEhPi|+a2LOu|{3-7x^tmyubEpH2v&!zWv#&`2vR; zJtMk9%Ft-oQ-uCnPbg?R(B#_W$}?#4KU5g1%KArK63XdcamkK^Gq<{Ra_InOnC|$A z9o7yR9XbhV#b8ru8zaD^k2gM$CcXpns(5iTmmqhxVctsMW~N!6bF9t=O|0TZ?#nql zU9Le%U$b6`N+3E8vxPT-#z3+b0a|OG1B`#z*yP>vd`}OTAcpOiHqK0$DZbvg(bJ)A zYAYHmgkN_C5Z^!hdCpVbyF1e|w=ClK9bQeTR8a%xEM~7_dK=L_a>lVhwLOvObijJI zOh3a$yUeqOPmy4~Fm4v}6<@b(kjEaJopa6~sla83eR(<(k(kOQ9Sve){>8}&E+bekVbH8fm+rJ9k_DZo;Vi&ATAUP(P~`lXb+)qwqx zx7WpX`7Yn?#jRuqrsEf=>AND?-<@TEsHEdRMJ20dd>r=xr~0ISD7-QKwVR%-1K^OM z24DUKP~;L#6qZQDD2XMffSjoknLp3YGt&y?g#-+zqrP5}-t7*`Xcl7D-t{jbeHY5U z$-F`4^!a9nQ;T6y`fPLVYC8HUf8R^RWxeURY)Wdr@TvjfFe3sst2;aF0H+l2G(m6pA)+A&0nWPXV0jtM`@)`F)j5M&R{k155 z`ML|ct$4#KgLMLiNnD=fg9>v$E|rCgUQXKZe|KYy^68GVp^fS$?@Sc;Dz z2tQ>3A%A*lJwjDGj3K*%SdGp-SxW2MBEqX^&advQJZdW$?9bWX*RFU8Q3>b>AP?h0 z^n=GR6;Tz`V~I+zhDgZcr=vaWFQOUfrWs&dWF4nmr?#`qB7>jNQqB$Q7YzzDpP7I8 z4XiQf-08n>g2Cs2|K2Cx?(#68*+!$QbWQ=;APX5ws{D4i zZlg&DrZsc`e~Uw)(!&zP;M)xXyK!kj(+juXqP4i~w0PNrH^(>Ja|>-FLWVk@58Qd# zXihp)4`D~lZ+%dZxbyUr%o;iq!WhW_8YJh5e$*UF>Zd{~gn8T{Arvy7x3SVhZkot@ z^HB@Pv3tAGrfOjTGi0S;v8bE2=Nj)wUq*4V@dr=Q5~Ks>mtzUKZ$m<2?`kSHGP^`(dUL%Pvk4x=-;3kLq<|}_cpZIiWf|e z0|hTT3Nla6XQzAjY4eKELHTq3X0XIa1!-1_|@6iJ1yx# zdaCn{zJ0Xo?Z{#H;T9b7jmy};-wrvZKYR};;YwK}EQBFFh-Lj)}w1}D9N~ExDFWafX^Bj)s*(2|(UW}e*NlIo& z!pwsq^3%5l85Xz5rTgs{upyi~vV_ZfV$*M_=;6^qb4wnYPpyN8HZR?O>#Dyz5JEBo zeidZ?!BuDa!y=hb1+0j&qITogx)3>Wqh_t) zJY5h|l-V4?!qkG5(hUlozIbnQ8e)UT9G)33#G_`G#q-R;|3?dV5p1{vt#tBXD3l%>{QIxD&?tW<41>$ zEk}othu7B@R6&Y*ydrzFtv9hy8GHRqr4K-vWM^T$d7CNszAo0?lQCb?V%vJ^NW8Ez zzDs7aIbSR=nUL5!sZ!N)s(C#_kbA&xj2fZ>@^?l@w-i zdyc|OMWzJ_s3_7q$Y@gPdu=e8r1azVD#b(8bSN*Rke4<>IX8_@l>K!xb$fMhcKib{ zyW4iFazr{=&h6hSCJ{21{Laf8Jc3c!@9fm|WX}c;u{NLNc?$4kKlR)CbG8Q`RJ#eH z$i-Cc!VUr~x*tRWXo4`QDXX}Lp~{F!BCtq;>;fFw7!B7!jxxfxr&*OgmwvIyNHqhaw+(wzno)$GLrM^pxjfKPm!VG0V>_+I$J@4#UrYQg zuY`Yd5|GsQ%+9k}(1!W-6Y4oIi%s@|>_^_iT16EHpHJ`b9lh|C>BN-i6`wg+DA7d? z1pi_b8Uhx=Edee5G3UK2&KmGFxzOAX!!1tPW<@zu7a@bkbG4S@cbYk=);j`W^sw8_ z%7{Wdt%(9_j=MKzxm2@_;&4XK;S-Na2ANzKoJlI}OPoUjcd4$j_W9BU-QRv^pXD*x zv;lTF$3GMmnEq8a9|x@UqHZG4zw?{5x6VVBkeA-e zJ??o>MBtL$AZR!nE-ZWI=01`591o`RnJydJ%u5wC^k3!u zHeg&B&tT3GXj2=Mk)xE-6^xPb_)A>k=+ZZN+2cIb0@vj!)dqm?%z7&I=NEYstGp;6 zxzV-jZU|!qCe`~l7PzPOT<%OL-EGLZ=_vJlF@Q~WdmYTX55j)&pn)VWUU*i!W>JnR+@fb z)*l>KjoHlDbX^xy-8w#*jB@qJy0;)1IIF{+GVJniC4ZE0QZCYn|80NxB+}%d1UulA zWHKmoLk=&2tOi!LRaTIY;57UL12l9mu<%XXmq3=`m)^uOK~((&wmLMZU(vv?TThWs zTfmp@Z|E?Ajmw+|=3wrDjN(8BdP+jJ7x#mul-t`!-T^qZ=_ScAeYTI-c3T>(nLF6V zuqGGcQQlIPyq_U{H3&D1BtimzR%RQ@2F{G;2~PV7@pah}@%xsW#WT%O*GMduE~>{- zHIiZu^vq|*n0sP=VtNY$=b*}*UlM8(>;kDZ^ zw-{(UH4R(Bi6h7T4~!e@`<3Z~^`MlxT%f6bk2b|mUa`1xhYt9HYM_%zFn9Tge)?SA z1f1D@tzPk7bb4xlh(*GroiY$tUyd(>@TJ-1>KX8#{eQ-D(zssP+X25vIRAiCXZowU zuJ#}J3*hJBW6{k{85o@i;7#k;M*Lp!MjB-zuy6^$Ti^kn;(Ig-n>ao?B>FSa+yY<> z>nfAs?r^jEa)u_si0ZNJM>Yq#VJEuGINQ-u$~0Ou4Kw8!&KlIzRFwy-=H=Gg+j@op zi!&UsEpPR4Ta$`~`s%&9t%lqP69YZ`<&xmNa-UpV9gf5$fyMS}_I{wVoR-bx+coK% zVV8}iYUoq3skV#&$yurY#E3Olq*UWB=`8qnQAnfC7)5uOq(wEIf)V>iYOHxC?`K_j zwSge!n)kM@*ivgCIvD#k5b7OKHLDWdXp8JToYict?eej4|9YZUf2=REqIRnBplaFp zDZ0u(vhlr_w`^L=Ntu3ouI!%%%UPVPYlbUSE^5#`VI_iTkq?kE)pK^)l3X+LIRXC^ z{mk7t*k^u-#!l@&MyhgnQ21oCYP-Gi<;a*>W#wDmx1n#Z_kqD_D=~Jf)JpAZRmL@9 zqX_3yH2RBO-fJ-Ica7@!s%PgVD9v}x+y>TkI4cOOc&b8L)2mH)`w2wj5`A1w#8}rf z3$=CNr$uJOC$%DmQQ#D;{EGY%xvaDVK6J z?ZA`;dAh`wVVel>DKx64bSWtIh{D4QrR~$fDV+PM``qG^d*dkW3W(sOMmz{9OmfSD z-wH~5qC+D*rG5t&?E@j21xX8YVB*i4_PA~~2`xHjMHe55SF8I>5*Yl>`?YhG2SdT$ zBhakq&&kBh z*4#z^2xX->-LbkLUV2fBM@OhF#dq$Y!N-6PRERAvA>Kh~1ZGcyx=zghQC-^}IfNli z1SL4^a_~T$)6T>}`7-S|E*oefHmomcOK>XT#4taF%VrKkXPx@!E4`r`S;^_54d*#A zmB)2sir~*K*%1Sxf%)cB8pBsm`?zOGCscMQ32weV8-D1_6#M9b%+}WM2w@i;wldu{ zZ8_&9u#_CcUW9&jhcCdb0>Xwz3O-K6d=ia*#lB}2oVYI2WT^UhS2ka#>wICnDot{t z3%JCIoe6&`S&UBJWn-%RV1Mq)*#(b0?KV=nl4=IebV-LJYZX1icE1pgvX{bPrRnGk zh(eEXBZhR9-^BHRx8uA=HECuWtzIUG@4C^x|2E};(7^Pf@H6W<8ODv0-(|(EJ_jh> z7faP5CG2p^Q36wdUeT$Iz6(M@*B0!hU{O+5`B>Dc2yYT$-W$kNxC72df6(=t0BKhs z8{XnF@9?jb3XYJzpWRj#vZrq6PZ7>^>yxT^%98dW#l)Uo$kF21WZoJ(zJ*A%LTtT7 zdWg8~3ZGR}j!7?iD0T@#n=GRIQDWHph`~Gv>}(b2p`y}rE_boNf&Bi4{pOUHeew1# z_0mIS&qS@q2lHdn3f(4|G%sZYYidUbIDsh4PBZ9JHE>QWcf|Y#U6UO|t2qzS#noKI z62V0(uCOKVWAvqFozM$OXy%V#j+2|%%B7H zrUD_B?G)Ko8J9pKh1*d2-S2~zjGzSRSmnYp@ktzaUbjMr>+z1B_w%EB=_NG(wJ2`l zql75M^HoR6akx!nw=u1?URx^KX5qdnbvY`5i@Zf^o;w}3bQ>tkFJ4~u(q7$~b@Aw( z8`kCp?V_MnVZh&i1UEUDRq+%zsmeo5rmpFQ-NG|d)tpJ{8G8_uFP0r%beYwxOBr~- zIl53FR`lwkEX2~J8Z(~z97m+BA5M`JPnXw(kZ^dYhgEg^+Z^wD0uTEvY%67n;iFP^ zOkBrm+0g2eYuOyqC1%6pN#{70ClqehIuP<-3$zGLeM9?|y9cMSgbJ3R+Z>|^r+5L% zmE);F{X(5dSKHv57_bS;wTfFZ)sGP0hEM0f7y35S)OB2mx}g3x@L53jwnSmQUeWHm z+G*p#y7walYM-xL>qu^0RNA}6A+)-jO%J_u`JJbWP+bt}xub-<$ zBg|_qy&-#=!GDh#;=8#~DGV6!-#xnQKMPjbJl;7S4;Q){p{?ZnwvXe`Kyrnjirgdc}01=y$8r& zO3po!?kuAx<~`&bIQ@$s1?H(#)elaS3o9;N!(f0`sRb_?@- z?Q~x#Bh{XSmY%XGo1kW4tNIOmSxdTCV6PwB$_S-c;|HE3nF^lLA;<5|+4h9i@$BEu zG7B5VI%T`u8|w`r(>o+HLxTp`?|8-4t1>IQI}Y?^sS!A>E22{D4}Z$`Rr(>rB0yu_ z8i>0bf)FeRgpa@*hSOUkosbMg6j*p#I}x#U)cGurN$iv+>R;R*Xj845 zG&lq2Hg^iQt{BEU>)|-mQs}ni3JMo8BLI2QJ2aBIpX*!O8| z!;+7~!~W=bsm`SLp#6r!fAqXs^)r%4t`fIlV5zlx?)7py9ND{dt7U1U7y z!YxWQQB_KDD?e#R%du^iv=fUcsybH2JcGEhP#Anj%fu| z3wkkzO)7`Tqmz>#F4=6uPhP~IQH>fDEHN*#s{T{+XSDC;_-4I{1IQGLJ96U>aMuS% zC^?mTx?(nA^Z6OMy%jj6akHL)S#alY^%m}7y&7#f8D<~(##vnSRWUM{Mh0JJ8NYDV zUTwH7---*1@TJB)fAX&RqJ~cahd!%l7(xQ=5XB+Xj5Lg5{D(d57{q2y^*+^e<}z}8 zN3!29OM#Z2e%_OYN*=6cm9RB&;S8Av?z6+k9Mof$+OCY`_vp|@oa5F-dxDyIwRfxM zKCB72FdM2iI2CMiw1fK598({Qy7``x2W+X)fN7n=t-$q&an=W!0ZBSeFBGpwlEN8A zdG|qKRaQT!^I#dGd==yNrJ^#kGQD@v>XV`@g5#`3{7gpF3>LVVmZkBU0#tS;1|kT> zLa^Mcw!heac`mOt4M)s2cvWXmKf<&=Ba3vFC+53!ggc3^iRTCD*lRdpXqCAGtbThZ zyDZyBKq21OpEoT)@1dK%j4cZ@n7iK9ZN$@d;L;Nw_IY*{{_#eDUm^bYkn zfr8BKoaK0X`;9hkh2@Jf&cQgJI^FN&trO^i-Uu%?-s>z{93}k~i?2taPCLZ>R7MYp zTT3y={nA>ua@{C%oL^y@?FH+XJJKP&yf4m>% z=VpOA&sw+ex^3Kg|)shI=_%A1KC8TTUlo6VWvY8Z5K+govhR-A(;*!k??Li<59aw?%`UWX+jz)CJ@|n)Q^}QW=L}A%&R+%gxPf$@&JQSg1=Yg}n@p1Ft)Q=k3{g&)W|f zkKr?9f%D*;-J99`v$cj_sTeTzgD;8Ag?^??W67-nTCDgfu-gF(#yrh3^Z0c3i;+)H zKVzR9Su3F9XAPT3WJ&_*75CxYr!Z8;APw_|2dom8oqlCt-CVSZ5 z2csf4ocqJ@4$96S^+c@4`KU1CUfp`q)W+XUsK?9o6X!KtG-r(YC8V?CG-kW# z$}k?Wn7_Klq2YAf9*HKGH+Eoupy)En?_LcKwiHeaWq>nSSSdsra6=0vZQM z60GF`d8=VL)D$5!#+w+Zk)&2 zNUz)>(`amHXtZ9{r%k1^vZowg9^t!WYY|mc5y=wov8wlD$!){whtMK%Bfk?=ey-6IDz4U@-%eHB#Snh)34bGvF~Xy+}a% z)^7BMRuRx=vNy<(*;jGjvx*nq$$i?z3x=|v6#wd${LWKo9sKL7aI>Yra()UM$q0OB zFAEQu>qV?KU#LE>?p7@IG5YanbH6FV_g@B_{TS>dINCyA*ZT-H74KP6RYqojuQ1&G zN~p^dx(l_)8a)xqD71@+2TWNm3zNn&RK5LN)D7Ol$r#X zmCY67=ApAC3Pqa_j0DAi;KT6do%GI^Q=xO{s@?^dfqR|;Gs(7}8-91sxw-fHLMCB6 z_L=zy8uPc;e0SK%9lWxZ#dteMfs0udoxQ^_JA6=&8D9wV5l4iy==0p9Q&b1m*5mM~ ziy=xh*r)BS4fs;=W@-<|H9IjN$|X|L_SZ>1w2;$ zz0yKFOg*NtoPykv0)=LJHZs;BJYw2x_!wD-Mi`1pv=s?$aEuVz36`xB85V7_oMjig z47*HBpj^-_PuvGjHG2YN3S-b$St&&ro7lK~WHLH->?szrNApL#Pu>YmT52MTdG#Y{+(o{} zu$=e4$snI2z=BwUq`IkIx{G%AjOQ-j2<9Y zx-@0Z!s&Y51f?Pym4Pp_rFW|&-v@8Q$*m7o4G>dx3$f0bFslk=ggbs1z1&I$ndg6R zCyv^w74P9R&&2~VV*@QUgPKs;gKIr4|6(SK-ET+c+%C+jFaJi%RbWLf&f41;D_Sgi zh!p!9;jRZtG23dZLRfQVKBi1zhO6JViMMSNLLr*E>*luH+4Pm*dXoUM6Qr#YW?}hk zI=@Gk_RIojHu?o}roFXoVwP(+7cDCE%wh}DCAvCy0NWAUQOwOxF;U=W1$t$AINSaD%0~&H<+}h-!Vv6Os$Ht9^4$mb(kf&3?vu8w*^#dZrp?)`NauMmKvgjm z>6Kdcz(~iw!>Pk7_V5_J`E<_hs(9pO0jSitMCra8H^`l;4w?ku77wcP3UGr)K)?9j zpImlcW%A&s!`Qcod`)xKxONh3#jnGK)tJlh8Ug3*V)aKA*i1-U7fc#6?If|f zO*F=Mdw~_(#`YSFae)8%nejXVRPa9qty?Z$I?i&a`tLZ@qn7ux0!|p(2%LV8quX$q zA}k!9SwMlHy+3dYz>JBo<~H!rRb-u58nz_crgvZ340q*hl(%YlQCGXjSBI>!7fjN7{w3f#Rat)4XR>l=^li5$KzsZ z*xP=cFwlK`OHK7NUhVG&Dg@Gw^TZ`$s0I10EiCT%O0EdTnn(AkInw14QimuGXrSt> z{0HSIVYd=GW$$JR@+#b9MZ0S9dT6VyEc*&eiIYlr$#w8#iTNaI==BDwEw|*FY+W59 zQAjyBq}r}~(v>A+fP^j#xj2B4_>~wL1FV%Q2&TK2^u&kb${8Em;ug-2U%?$*#`fz2 z@cp=|;nTI&bW_;|V22`!jpgfjFy8vYSP#42lOwEwvG`{tQ$GcPkG%bn4H6Dxzlr(h_Zf=e-um-jWB!w{R}-*reO z0w#}BgKT^3vXK)|*7H&m64@HlwK^n+;zXybs<`0Uml9O>#N#dpy#3K=9)4%wU1(h1 z2kiGTRjHr$;2C%EI-bE*9(Ky6#o(?oX5sruwAWo1{X%u?DSPm(o>ylajhv^QG2c<* zZy)3^P!3Wd54g7qAG0||#}N|c}AS(Ng|a@ ziF~&-FIxCRCI)=B<~;f}HNTH8CI2RWqJ-@e?Y2;NPmr9ALru0 znNb&0r)>B?e7$3LrR}z^9izgEE4FRhwr#t@itS`nY_nop72CF*ik)}VGuL|C+I!8p zf5G^W)^cBGKl^cXZ6mSrr7GtNrorvr`53ny~G0%eDX8&vz)dXj}y9*WMdm?M02a z<>dR9uV;qKgil5)IBH0jMx1|;C+XOtbBA3xH?3F*S83X=`7y;ZV;03uF{f|m7-imV zvnJn&<%`cel=q#Ofg|^VKOL%tCeIg-wh@C!Xx5fx!5BI&N|A$7e5UZ>s73S!w4+l$ z7pxN*C};#mHDm;2`-T;6MphLf8KnlDGOO#(qews)k?b(Vws*e=APHMO%O^f!JAn#o z>3MH->D(EwsxJ;_k~*5wN=#PeoO4?w>tUptkeC15*hgHoN1jS!=Q#W=`ABk65|k$h z6M8X2vi|8Y7iB{q)wx0wSOrU>iE6iZQc#!S_R;H^W2pFKmGx8TNY@d(1jG)DUW!gr z3@!4rq};-aS7w&-*5ZWop`I}oWQh4r;*3{oN?a_#Y~)HcOMR$*)9M6qcFE9TvfW5%oi1T^I;ymcN+ftEm*K0 z;O_(}2;21;u$Tg46Q07f76?_C-&xQ8WpQoBVCvD_Z>ThsRYeh*7OjHTj+EqqY5GdP zwM6I>T6sBBRW#CKVXW#~)oY%;E1$-Doh^GTkeRYj(tbLzX8)5i;IWTcKq_}@+ZN1h zT9Fey8@7N1m80=q$can_d7;m#bo|9Iiq5E>HB0m-V|FX?yhbaFwocpnSdr-|U$TbX z5WTH=_-H$km5hyp7kh1O(AL(!t<_<89Oh17KtLWf|3h&5hcZ9c{l9`6{XE^Aso{uv zlVFL|&+!in(pB=m$!*dslD~(4xNDhz1Rns%D!lB0v?dHfhN6u;ytw{xbd4&Od7Jj66vPS2uzPH&$xlUzr~ z?jzZ=tVE~NT^XHQO)GJ=Z62*E(N%?6+8*kOvI0yGzU!4$*g8NIQ7^1#MLo22qP-l& zxu<~DemS%W#;yyr3b5V}=65A9T`HN@u9=%j$-l05R5vX7uSqO?iTn=q$aq}TI#Pah zc@t(U$ei8P_{~@!Lj;h?J3b(-XY}KE z#}yddRR0Dy>7QEmE@KA+v2_Q|O$B#Ap5U!eC5iL`kQ4&)PjKs)$HRAZ7qPdA4Ady^ z<8=gg;HJynqjWc48F%TMzRlvjts5WuX^LUyU2*+v8*jn#5Rj7dk9-+)?buzSGUe3o z`Ha6D$P?Vpva)f<02rM%^2YLf1)3;Es7}IXMv%NSs`ArX~y`Npy7GG7=GZJAa?VlIX8$-=p zk}Vlu%|gP!6G{C%N&c45`Nut<2GesJ#tQjdvTX*~y=hI=5+A9@_&=vgMfN-8c;C3n z%t|U%w;EpHI{G8SkyZnQcBLsKJ3*3F-Gn(j+CN}2hodVD9>+1~DLH0}L2qKf(q5P}0R6p5%3;z$sABJ*{ zd{3nIAl-FUx)`PdrxFVYPxEA70d8vp%6I%n=kKZtfRT9;%W|3H!&9{wtTrMA?M@>a z>KO^IxT>c}RtD_2+#O_Y7$UqDkDQa`FLtUH@%6o88uqT$>SZ3&pAU!Tf?`c}4H78> z%ZZEd_>}Xb7Jms&%bF488g(UmICi+E{y;nBuWXy6$_LDQ2AZc^e3Q>>x=K_ZA)oRq2OD9{@#_#%%q^0ih^PGheAQN zpIp=*=AnA>|23z5_&cXX^sl4gwm_(iKTa4-2Sg>qE!=`lP*vJXJ%5{kG{_q(qTZ21 zwo-*`bS@RnB8)MO%**HU&YdM*AigJ*WP`aFHWsQdP#rNBQknoQ{zb(08l;Zldrc=;SFMTo+MiS|B7qfKMaSVX2m!9WTOZkkV8 zPk11{^7*>BMY7bfC#SdRlWMB%*PcL#6ouI&3V} zr2y9Azmr-M#GSvBT6~c9l(V(;5i(ANW2xz6o9&G`9gp(5>eNl-A~_L(2onxjx`KC5 z@xMT({WEg4ek-#atM{>G0Vi!;oIHkQ7|1FcB(*lE%Yp}ZRa+I6_H^i%*|IG9Bm}Ja zE3+eAc*ql|RQ$T(hGAY1=1;Q^4xx&I36~^k8m|{BcWGY<$eKmW=5|8r1Pk}<&G}1P zw34r}dz|Y($Bc8kjQlX(FPyb(?S6CLfD4}O-HQcGCIzvx8Y|a}6|8f$1%v8LYfal7Fdcq7S5o1p)i26!m9%c>0(V87TLa1cWhX+?SB^| z>a^FP=O!&@e|BH$UQ%6kslliYoW0!oFaG33^4ZO~zq#%9It5EdjW^g{RP`FskQA$#*{FZqDP90g84;dMp z-DPD_?-eB^?gXW%-)Y73uiDG#YY-BiXdlS7)rT)LZ_t%tYu4M$D_NBgN3xidLN2=! zN9{d&Pghgz3&6S|M+}z%OTU!6PjPBnCTxrpRne-v_L(aAsMytGEVW{S9o4#)SbfEg z7{{dH=h~E!H&~@cQQne3Lv;a>57mf$6nF@1FR{5oYF>zX4y%_q%NtEr#SGow^)f~~ zm;KZ|RYV@gGwcq~ZCYSWZu0}Y*6OJo$cJTRUnj~#L^aOhe^T?xtI)SHf;xYgvaN~F zFgdPV^muQaZHCD=7Qc)kFS~&>$lsf%nOW^0!DTRF-(CI9=ldF&TZ*`b7MR)h)WED+(*Jh}1&rI%sQ|%bwRD1PzZhdT| zu0`YMq1=q!SF-;&)y7#VilYSX_<;O}e8l>X_~L(@xDlG>sl@rta*76^g@kNdGydrd zA~ILYjxs`aBBKaAaZ?(F%0U&MkJOHA7&EeSJ)Xu@xY;RipXFjG-5glGZn)EqxTk8X z?c43#z0OYQf@cS_6)*4DsEM6p(DFtJ!`R|`4{Gzoy>~%w9iz_w;;;Jui(S?RY_j4dAB~z)ZpRX0Fg2ie3gE6tJ_DcUo&)E)~O$wb(OS_XsaDFj3oN7LZ5Ram!{1;DGO7cd5SB4{;R9{*#<*Qd^vO^|nS^UnSSi}6S}#I;KM5!IYBQyb}b2^AeDoF%F^ zfmwxj?3ZC8ZTXtj;*h34Jh6Dm`7k~_;3qtM`zs4hw23J6X3C6!+sJEz<8A#Sh|Q{r z_Ldar1WW?8N7g^0qE06jm%}yEP0~^lYh3sh?D8C9exMU)Minb7HG@dNmO|kYOtOVU zta#-L9<%yG*rt)o=hw9SyU>0~zaXfsd1`qmkrh(#%>Br~A>!G`zZI|F{(jgv{eJ{6 z*8ifp|F7WnPh&==wet6ZDfeqmf@MZ2t+f<)%KvQ4+yKSkn56;m!dNwwktdG`&Ew!wxB`1@!6 zd!SFpM!C+bo;-^+#&OmdmIRY#HLAAJH)qjH9)h*NMgV(OC;nHLHO_amcMAD%>F*pC z9o?r4EnROrhk+!kJwN0W!+;<+urQ0~dDb5$3IWQH<-1gqawKl4U8yDiB|}DHDY*%9 zy`)eB%8)hG)}j=wG1$7x5N5FQi$A^e;l50#hA86R_&-Tm1P zX;48DjkJ*^52E&X>c=fFZ^wM5XWz-~S8UsvE}-JY?Z)UcT_(NjD|QwcBrRTa;hcR+ zkNf=*)}R>zl0h}ZX#2$%KrX+n9)RlYwBxZu>mJz>{YLDFx-|BvzO%Q|6K8(TS0Mm5 z&!kui)--d)(wJTTd9vW6diAV-Xr^WE`VYu$l4A01WQznKOI|+S59^Fk2Ub=7u zUcI5jya8-j%Pdj=7cNHFS~_+D>8nl+MqZOUY&Lx(zHG(yIUbVUdY%Uh9rLu}6w6~D zm?fwcX+YFhOMi_kKY?GknEw1$5|a?i{&zhFKzPsl*e*Ff%IXf@?7Hj8?IO$|o0*mZ z!fIZ01?73HR&N<4y7+;HylI#kKRuzUzCW-fvZ@|Uf%2ROEi$H`Eg6s_Ds?O_bW=ba z;sogZ(ZQR*iv?`V9%l(KsKSl7XE7-ONL57O&@FMv(LOQeWL(;yAG4GZ(PB~;GW&Xy z>E20gp#^THPlf2pI%WJP_XHkcY=>8k;6cBO(0=+*Zdg>oR>yqfoXAZmE3$Z4X|lp$TD&)|7Am7I)sNB zzxQ$tw}aU;6=ZM<<(M?;rMAOnccsR$t@77{?9L&>|CHH$CCw*At`e7PL!X;5hRJ4p z3?*QBkE(|nz#p&UI{a3YJw;ml{YsucrgYdn z2JyHKi$+RjCqQ`PpZ%D>8XcEan$iE#=uDiZ-=Vm({SS@K5pX{yaM?2rh;TDx)r{}# zR75jdU|3_1F7H(1KV63W~-oMdt>J&sJQSVG3U#dcWKT-@K9m>iD<}S!i zlD_}WT}d9Tq!SF~rp=_KW*{o7JINnH*l?Xo{pvxi@^7TU|Ku(P_;sO~>eMQ2Vxx^) zqxD+^bV1TDgRn0#Y=vs;K>4B?4+8}DYa&giZbd8wK~_LtX>h z*~F|tm49=W6~(|;;-N8KSU#s& z7K9ERX9VDe4Eh{ReuLJ2iPWxmnpuNDk0m%zDojVPyFdeU(j2-2TqFC5Uyn@#++cF` zzUJm5FlxkbY?o&w=aQYk3@KN-mf7~?`ZBZ|{-Bj?>bZ*-D;7Hhjelmi-GH!)ZJJV} zt^_tjePt^MJ3ZPtnf%a70le)ucjf99d!$kQq*D2Ot+p`p9M}(k`!XDDoZ48Rg6GBY zyM7+aK`uf}YNP84m3u6`VGo8Y5ZL$hXHFEVtXRy{uYg=eZx^$+fKvxSJ5C-=(uy9y z%g=i0fwlTY->k`p{YVZY0^E?1v9v8%a`&FJCJx?kH6;3xidV}=crIQ&UakSwVt2&` z13B-ni(n9<0oT1GV#mi3xj`A6vq9c2P#^OvLKDdc#L|a$`mIWX2RQ&yGg>Pe&)fxc z{cb^eNjwlhTDU!!mk)c)#xP*RRsv~ksO~_A*C@yff&BTH^GQA<0DpQ7D7~Qj;_*@Y z3G(9w78buf7M|~26XrKZ)@C`v9?hl}!*hDqN#t&i%ny#0+YI{l62ba~WuSv+8`@u8 z-U0S`eY3#DuIV_(wm;!nHr}&0bG$(GsDpv@7fkI}#}z7}`M>a|i_W#le^(5TVKLXN+HIyuKl( znWW*M5;^9R2aKkb_+FB#X$IIcGst&1dGM2)V_BrtF@RVhzodDU zd!UibJZ{M1Y}1SG7A&Xu>(K9iGqNc}F>JMy@ixlG-NiA<|FR)Mm9$YC*;L82ArI*b zH#<`UX=7DTb&A^6L9cDEsH%3!*m6=}tg;ZEydVi9aR9tkobng7{>@lP1DRm=v!$xn z;2Y3YY(IQ`O6WB`qiJ#sgRNSGIep)Bkr!~Z#y$am;9g~;qN^Bc!{&Xy%=&?M55()EfTfs*JQha3BIKoVH5Tx&@crbCRQ;C5sYi|w`}*3MI=9j>g!-@>L$$9lVZ z(<7-^0lCqxWBL)bx~MS~{^Nz@!@0BSn}PJhva`_(VLHdW;K4?d`UaMq4{7>rM-b!W zYhfYHar6d9k{-{!nu|S9t)&J0YE*3O`MEV?FQ9L;2?aKRz_rYL+sa_b`sQ}5v~)WX z_xGfX8j5ZoBB}rdr$GW0eLtm6h?Q2b(oOX}BH-KH`hts351ZuX-Rz?5n0(a)$b z%&Q$DqyMsA1&5UBxsmShrOkpkatjzEY|7g9{#bYbFr~YON(2d{M4v6oXUcLQR>AP$ zED&V_e6`qEdxWH-L6rt;zeMA6mJ9J~yO`7aDk;-Sc4Q7JMM`Okb5cu%rW}<29wQwq zpp;A&`%qGb7gT|J#~kT$mmD^h83<+IhD6p3xfA8W&Y3-Oe43sw|CKQ)UhiFK(c!bL zSkqM{-0~w;80u2tL_0Ny7{?rLD<_nT-nbjYbPio#Rw`1(F9{{bROl-jU!Cd0vQudq zyNnt^F4-rJwx7S7LW{B6tyrNrkQY8miMad5Gg##-HuRvNY5Th++5eIz4-;^?20{gyUK-B9f^s)EqFY2Ykp1JcE^|Dup zv6rFQB!K=CC0Z~P4@AAxIDX@UWyWoUeLKgiJ7Wvq-{x(2&%W*LHw(oa=xwbGnLh$! z9UAZSK~hADPEYfpudv`CGlJ~3oI{(Pz!!yFllCZJD)6Re&1!9qy^O;V@Mp=N5bt2z z&2KA8-|YPvx;n*Af8G3=2X#;vC$%AmF!p4{s=RsuWpwz=3L8Z`>fcFiJXT zhWk}{e7;5Cj>d7QivSx$?3otr^WNf2jxs1n2rOyAD?9Ne{LCHnSt(h&AL zhZ+YD1+%1i3;j9}^tzIZ`v>#_qFnzQ^lD~h)A|SQHu?7r8S6iQ_qm>q18}v`7l=N9 z?}Yh88tawnaG&(l73N3D&RNZVJ13!=sby>^Eh;6opZV+xOWfB@zie5yP7s2@!4QjR z?vIlo7%AAx@$K4Rc9j#;`Sap>h`YujdKQ?X=JOr6?wO`D1K$XkCo}3OE~&?}vk>V1 zc-``~me*D%megye*mrG8sN+hTS~C`DF628zsN7jikD^O(q^>$FBIJlaOPf@2!rdlduixe40tZs*D#6CT(25X$IG)j zesG2A+bY{?jVx$JLH99r!ql;y%xP&}HdR>XBY;cYqEUsEsxOPw6`UAq+8E%qC&th4 zkW!B(c3_{s_?2Wr$D@=r$$!+E@uU@7i7SlJglbFnEw*y~K7SnHw&)DfK-HRplL}%1 z;MXn@kNRW5X005#gvxb?VT|J$F zm*@6|HhPvJNHKSEPpR3MzrlSg1gS^}U-CQ})32fQa5}I2^Yz1rSZ(Y5loO*sB&bID zoPM2A?icBO?xa*h1F^%7rf0m_*!sY-3m)08!Cnd-{mTQ0qp*>(9S&92j#-j{T4*Ib zR5$KhrdTG#cf-;j46*HA)*a>LNIgF5RU(3CE%N8Toz@GO!rz9QB#dHCpvyMlibVnX zf?JjHg~BC+#k#dSATatG`AGy%G5F;#rXy+mS^@Gn^v7#zFL13UcXrP&_1&&|$a8&P z>S=3gparFEakUb13dcAVvWl9Y@(J$<(_$3|5D&V)s;x9vQRitwggiSTuRU-KDQ1dC zT&$F#o6hw0AtF|WpoS(lOX{u3)cj<4d&k;64}&L&fnAC-!CA8p?q(BznDCer6_1Ib?-3k?*s+Fp}@&Ju3xU&E121elZ^xR0*0YF`p<`ch{D)1BJu#MoHJB0%yaP_aDAruNhA}>=8YYr9%Is z6C5z=q@@FRw!%ZY-^=vCK8^Q@^E$#7sY<R6=|w`P!Ya0<;<+Hh|WvGVH&!N?7m<5fDJHIHdd(35fmBb`I zX5I2*XV5z#{_E%EzO$&9bIOT7eNb&;-IqhS(^iWf^B#7#IorIr781ks8UPZpPbb&=-B&h=um&S!a@ZpV< z`cy370s_nQ){dUqyVUaZgfjp~y#M@^I^mU4~D#ght)$0;EKxS>=7a zH7GMEGt^vK4Vpk}KM^{+C{X*rs&A^`*q+jWqHf(6wO04sJRjJvP=^-@9}gULDd2ep>iT_Y4i%{Ek;8LkuKwUy7jW^3lwTa$$^f1Ca`EeFyTCnrTp7pFJ_i!Nvu*OjnH+_#Ok%Qk^U zXkBAj!wHJ9jrFW%+`aCM%UNgzvNoZNIo}zhPF`h&U2_)nyTk#>n~Y@xm(s*Z5L&$Ds|Q zC8T8TJ)Uca((o>vF0O?I0yiyFh3$&e^nE6B6i3>o^Gn5W|61F*HWhW>v?m?co(50i zZ590h;#Y7D@TIaPYd9#uc5?K&L*_NmUMMey_?DL{lQ691QYKQ))Rq@>f2rPotZ_J{=z%h!;~`+$&KlCZma7(jNstI zQu@mP$(7&I`*D`G59E*?IUMg%?kO9Q<+7*gbtJ0D@9ac$2;>IwD>mot2{<0T0dCdi zS?I^shT`Eft8;0D*7t9(hUW`9DA8S=cQ+|QIYL_y$7A*t>fNhstKS~b8btvlRND!8 zRd#LY)-52|-ocVe(@knA3o=Goxffqw+%Ignxh?!<+{fiyaQLFA9`!QO(1>>V@@#>(Oy*t8omEz*a+f)T;gD<}>0{J{Ao zw+DKb&b&z&h~4|V8tBk#b5JU&gKU2#QhSl-0ih9DwXg`u_M?oMIi3U8xwNHpU!J3p zM5BR^y_Bsq>v}`Ik*jAIv66<}gZ}ADP^l_EJN3n{Z5U&XM5-ff+0IxPbjZc_IPizp z9^pa%M@X&F!R#Z6u1^Xm=+3z1UWfC|lDqfYUYr*Z%wxMbp7W2@{`PKnKSVOJH;f&N zQxLu{Z@*)HuGjq(v*gms)Ji)F!FVufK{iXs34`Vq)KC`uA~Krbezo$^Mf0j8c`+w{ z4vs6V*PwDe{fMWq#=dn69}Dae9j~y~;c|6`=<#l?L}|7ZyTqs+xltJ<8^=e!3#g-y zhv}%gPTWS;b~*bbrB}1kw*?>yWG&>1TS!V4XZb&B=h|Up1=EIRzP{$DPb<)DEF24W z9Q>kI)4Pjk(WXl~?#(z_&2cs83tIaifG5@=o)U_m=tqAS(piU<8FS!_{`9_1ym}#x z0C)dJroOw4>nez=9mRWHx&FwgPd;OOVpeeVQtkLbg1hW3kJc`Pg_!-4eP<}}5hBw2 zo1u`ad$G^IZ@ac`UTM_L&T-SvJ<6J=@D=#}`Zo_SVuD5+HDDIx{14_2*8ehp{2!!! z@v-miARXxnHJB@h&@8Zqn`u&vAe9_+0@iRmg`^bnvxKjUm`8@v2tmrVZ zONL_+HM5+AzGd3A;MRm{wBBn+T=kw!d*@x1Z2I#Y%0AriJ^ZLYfzfkv=1?q_pa48* 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≈zE=xJ*x(Z>+sKEx9%~8}$2eSl?mpu@6zrujfzL%01?5mdcp9Adl@VC2f-wr6* z7d}IBg3NwI?3#BDOBB^`zc3Q9-7O`#;IpO4h|wvrd7NiZ(m&g%)q}Z*c(qt-4TYCI zu_FV^E0vdhnyx0Vve*7dp7+4r!yHfsS!|2Mq}Azt**3A-9U7nC+B#|9SmB&}ns^PXcYMSq?sD{) zW0l7a%NeVFJ(yT98}j=lEPEO~_>$|B+mE6_KXFKqYmqr14LaVh>FK)v`40HL+P7%s z7w@;p5Bm@O^_&0KEijK5@^>e)b^pGE{_n5%SHBXN=w9G zedC$dNe3$CBO3d555%3P)Lt0YR3pN*r#0`BA>)0fHxJR`02GnljDRxmo39ZESfA<# z+T2tvNOSY%g?*k3$g6ZD>t=TgS3cb@UVS&e9*&QN0g^xfvWh`M^$C(2Z-GU}N9vNq z*9XHD=O0ZhnKEBCz4p)MYwDAiIU1Ki&tXf&rSZ$=qoasJ#)mZb@gon@3Ca;j)(Zlm zApt*nhe=w?y|>*w=Zl(i-IvCBPd!tWGhhp61c%#_i3cc9kQL}7qeGQ3V)gP>^E}Gt z*+9U+e$U1H19sizb!dc%Sexl>p5xdGT8esUY!E!lQ4cuIlaCQ6&ga5&V>_i|vNiTQ zeALTxMB7ODVy7to2CTTL>ndESldk2`kN_H=r&r$N1L?P)5JT7MHjM9OW=LrA@dr8< zx6a>QC5dk|n-SnfQ{5F^}vCMCr@~w#Gfu{yuHCWQH zW_ZBH_!ycbN~2#Aym710J2yMvSA8LvIp~hw`AIyw4R;psTIHRJk4HpZUiVc>mN-bNS z2B_-qciJ-rmLdh!JP~Z4U34T|c+N*WfYCwBSk7B7t~`y%GpzZ-9&5kgHx2AW zLdu_06ptA2H&uD8NEXMfGG>25EL~?$$7j92PpxR76_o}^=Gs+q!qv&ut_*pp?}xj) z+kJ%@Ax`eqoweDIAb1=dPux`Kwax_z91{1y{7@RQV9q~$+?PQy6npwU!BEQy-5rko z0s&X7BN9sKSf%GAc*tD0o05h*iMA`8QS7H{%&gxMBn3@lzVItwg?s9&^C$z9;fZz3 z0O08o9e$Zp3Z<32#&`2o`@p3;q)oWt8hGp@y3#Vcr%b~tdA|3aN_*FOgTYdQl0iE+ z{AF+8OV-usx2tWg6WCpr0%L`(2aZ|4i7werNagArjGoOFvhK+a7SiDON>$V)@M}i( zl~*+u9{hluZNx6X_1x=@K5E1ZxlB}VCRYYv4B z$n14RWPSNN^5r^H*-CH2{5Gy6+%i83tBO#`!HSnfd#3HG6FeXEi@% z$IA}Yg-Re&_OCpqK|ZZY;Z~0gdoHtBMNi;X*{oF#-Oue*=b_4I-$>zdN)U-AO&;zI z6LOo^>6B5&39X33%R!Q_q?>@#n1`0aVk!;sw~c~TQ8maIMrt{GC7~V(+;I--g%x}* zdM50xCtDN=1(O|QA(cXGeu1j@KU95CTy2L$`p}jqUr|`kSBkkZhIvb(<3gd0)iud^k=`{| zPjL_l{7e*yc=h})({*L4uEPIuTc|y12{mW)jZVYuah^ss!+ck9PvMRtX&oR?tJy4+ z!8VV5N-sx#yCym>&%Z1y4EBxBb4qi|NiI|bwM+~8*sAsxb$_nt#+J*OX^CR4^yw8X zCTU1kupmuFFtt)e3?D%Ng}ot2`6Ik-D?$h*x(J#56#wq~B92R-4V+HQTA3d_HfgEXmrBTZe6! z-%>W6sug*}Pcz|s@ZNAQ!Iq8iqillQkl9*g6lW+|f8WZOLp(EW&av(6>kYcqpi;$< zdQ#(d%dsz>KU}{cD6@0mC-aB;Q)1K!olpcdAyG`f4zKbReBGNBQ$Ixbsn|vJ%nPa% zb>RW<9h85!J>HWA;HBBMp^toFu!?EJ(YBy>mG zj@U$o*5biw&%wZ6*}s4IGYXKQDq|w?`T>pdI0&!rR1mY_v&@Zo$PU&~-cXf0ZE*Xu zYd;|ADK;q($<$dz-i&#RLs99grkUYf?4vtbGZ_SiU)o-mcVok2UaSUFlg$XzJq0E~ z6zqhwC2IGUl)dGilk_W{XgKT58gk0cq}jrkV9_8LP=O<1cU5tgn>~{02QVVBJ z>oE>>^DWE3=Gm?*-zVy&T(tZv|MQO0zvwKqQhpsC%@CYd$$>+`#d@Jfg5?$_yZge{ zv20^*+(#!KUGXN)d$`UR&xbqpExNdG?TJECC*|!;5;vo_?vqe5`Uc|^lzXp3cA#@$ zCa28OS+I@ z7{ThC_^JA6CN{cFckIG`_7@|bWi06a+;Ig5ou5pKDvC3uWvv+TWab9fT40;F*pj4G z*e~=sLl}v3(qbB6!7BI%?O~i7)tVGfd}VUZEikW~_)7I%zTof2~&~&5vq~A>>X;MXVfI>-yOh-p zftZo97GC*ef@wwN8ICN6>~W`J8T=m5Wp}b1KioZnw6|)Qt@y4!tN8o1|3AKtvLg;D z)lt06rWBoxOJMW(Xm?h(1+sO|NVo^1BI0*3DY$Vq#!A<@DM7m6i^BX8@tDZ$yDSur zRXgU`h$SO-$svq!=r@j&2N{PI*dw!6P7?-l!}rGCK5@%_$MT)H8Ivzb`Cj66(Ta%z zwV18hgjCOMmcp5Ig0+?t%T#nndAQPu$6C6T#^lX3Ve6R4M$X{u!O<W*^N?U?@n=1``cpp2e175zob@x?D*x6 zR}**TI;dC)#PdCmLmlRkGIRH8qs-eLQN`n+407C5zT>x(Etr7x#TYxS^(cWoSU+vK zUD3WpF*7mx3E_KAwwXOn3o_6~8dqWAo$-i*p>TdPh{9>pL)4N9if_Jr>?2ZeBE<|ZdV12xLLW#fIhnP68P6XFxUR+7Lvw>LJ%@@$I8NcRCNcF%LJSVq zh&p}xT*N@|lk@8`&eN5~ik2y(!`jZK2&3WWW6%|%Ec0!wV@)^u`R$;rJVJuy^QLmiD&pJOk_G{3q`TBP+=h; zttz}AK>xmvkZ>YDv_JEg5&XZhhJODgaxpzNrN>h&@s~o==)1-%#Zk1pdf$pDaI9zv z-!ej095*4yR8)+O^FFsn3zFC{ti#)`^59T%jR04sP!R*69gwyvBrssE{>05UcU&Xq zSTqjE(Z1$!o+wnXvS63d-AT%9zMnw9<-Z=hUxx7?AQ(o!;@uome zM=zj$_3u5k*izVTs!*YuQP+OcA}`g(yu6Q?JmsGZ~3 zGOT;9n#Y$CtJ{x<&&lR0R5e{wosgQqIr{}yKDx9@H)qPzpiTS%=?Dp=V73SE#Tqxt zfB3+`!|qoPr%;Bgo(OA`5Y4auKzhAlC8sbfDpWZ%`MmDIH7yc0UK3s-kt&RB*0|96 zLd9JE3g2&|>h^+lg6q6?EG;^@>`BpN1x!+R%2csqw8rTbMr~8Rj`YG-QO=L;{qdp} z^PgT9gl>hYOh{=sk4vI6VBNJrVx*i=9~OQ0^Im_kfz7{zI{S^^-tTAtH$Ty-$M0?g zGt9(mZB^E=ljcU5oWsupN*|ur_u%UOc13~-_l9{h?knZBS!%Bn&;Ncdu$(%Q-QZtw zOwbO~gYM{SSGe5JmV>@=Sr2^%$)z8HkZjvdD{|LkjH2x@3_2j$)1TE(M5MP&yKAoF zI$Q;tJKk5I34W>)uU|rbS zjT%Fa?={jJ?mY_z@CX~CU+S`XdY`h=Alzn?{=xv^9#t)MAuz*{0;Cp4GcdkYl(ob4 z4s=cXhs_O|HTTEW?~RCqW4$~%c6Ok^u*%qKZIiRs!F6SyYQ%zrhU25sB?m`#f9e=NSAY3mQ0QdDJ^!!6_|t_3;-tZLEZV;6 z3lPjYUMILj3)sQ>`{|>(;_Ck#3cz-m=ZLZn@8s)Lo>6FQSN04QN`G8X|SEcQWlVsm}5s43J4+UmCi)TA+^=JP%S@@8G zY@L%_^dSB}hDOfNmlWa)fS7eSHtvTy}u(B1XX>1SnV&Fvx@%SQMFnb0N#6 z9}3`b`VpIhpd7db*YhiWgnrUumXA>_Ae{N6mHz3W2;CTn|E}6|>B*kfb z8zG9d!JlWhjWB)MkUoq=H;49#CqUwxIf6>P0Rb#hC~*@Wlvtv1Aq|U$K?FC1exy7o zlS;fN4XLK`deRUNF^?z*<>x z)bV^97qpePV-hg&|M2WeGr&IaUwbx00%H3p4K1N7XjtM4+)`aD?)4pgI#-&qCuzN9aPw)f__w|VZdRs!-wj3v zZ+Zt%+Ziz47w@oOa7A+c*_8+IDx|8-7TM1I`S!btcKN%rJj5H7PM<4wwO`pCc~LE& zo>k{$7*iB+>*nnnsai@r`r}T5U!*_$d00X(4?LG9b$JIXmD2ZK;ea91{a_9PGteQtD185Dng z!x>rvza#8ljM)3>hZSg##B}jvvo%2bc-iGY#aJW3tRF$o?w#5fAs*32k53eU7dy3J zXEQ0MzPPuNzCS-P#=$jY`mHM?O+MT+Wu@%RkBT{7zazG96`-p8()Kx!lT8vyczlrA z{@A$_dVo*)*We^eNhMBsCEkIlNaAPSr$7#afQx*NM9)r|oU{`W;&}f+9iy^|dmQgm<~`DOBzA0OQ;vab^D(9=IV2HA(!f`55_gu* zJ2<#DwF(@UJo%;#`u>+0@{MuYPd6dl6sdb-@KQHc=~_Q6Gen zHJi!51^nq#qn%#YTVHjT=Ebpk{V2}c^sMd>gn^`OY)|=vjwO$DL_GajgvOvgMD+M# zvyZ8Qz+r_kZJI>}^ufqmS)Yjv?mgkNB04F^6Q66c!x@nM^?o&d(w}nLM`ajg`L3&H zbcj%GI2r$xiInFOY2Nr=xQ-&mC&NXZg7K@Ao3$Rx4}wDmt2|2dy_Oo&X2LG3)rYHL z4{Lk|+2%($;AT6Ft4oda?Ua=#1`LqQPFm}N%7t^Z`VtX^>g2-qR{31^2j3>vWdaD!=(z7+QUpnAa+$C4=>z z5DlBKw_jnq2eHSvI9Tj|5D7+%fggFx9VnegoxxUNFE)TMZlkVCjKtIP;T#JWy6)$+ zd(HyD^swLnC;0AHUAu#lMhQ`BxrZ_A2u-Bqp#~yT1&@ZGEZRX!zh{8_kH!9v1+DcW zObV=J&ZrzzB?_|ciN1kiS-BbTo z+QUm8;?c>iiV+T|*Qn+&Du1&r+=(SZVS94|?iS0qlk{ry@%M9u^hV+x;#G>n3bo-8 ztr847M)iJ0iMBf%OABR9*6p7Ce*7AyJi~3Mw}e5|knq-$a-R*XSyO}XBDO*d3a$m2emg)v-bgE z6}B7se4@)Yk;z`FhiF>RL|ifvkdpodo1X_v?-Ca!SvE|kFxcWQTiV+I=X3qZL5VP` z{ࣰ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

5Uj$0eLNA@miB24#8OV8s1PFssSW(U9p#O?2*}# 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

6ky?*uxXV6YC6hGPL7; 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

B7I?^)2E${m|VjS^i|LnB%D?4`a6IPSds5 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

o& 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 DahKM(Sz@BKS4xX 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 r@U2z$s@!V8`hSu3Wt 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

AA^2Z#}_5?DSkYg)dXt!&Dg<9E5Vles0#yp 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%0Drxp8W9{ZuqXqR18- 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

_zwJ{Y`1e+Y-^7=h?SQNVE%K z9kHMwAU~y5bPUy~h34{p(0CQoq8}+|wOV9uyW5OF?C+oEGN{9QW4Dx~YUpu-tmQtm z^y&6T!YC;ojzn+JSq^I!Bg$n*+Qig1EW$Hv(J9*x0s&mh6>&np@ms}}(r~!-^>ae? zv(PXRK%ej#Qv$N4-LF}MwD6{AZ{hJI<%fm7#5qdXY}@9+M$*v@qhX=FOT%X4%e-Rf zOmKRNDl$u@R6U6!sN>K8ZJ1~ML89iF&VcIo_xszzdn|wU$oVs9(6o!)BAdvx(#ZhI zeRU~e^SS) zN=oMBJO#k$ss90BZR$_)inv5D0LB?~I9aKJ8C0Laz|Jt`C2$xQ!cZZJb*WU6gNF_w z8#a^*qqsM3`+3o_sv|OqPW3wnfD!rXFYvv?xa;X&cWXw@8Q-kF$hs_J`dzpnr|_>y zNbz5KFDNdeq>-{#?4BqT$o=XB9NlE^F{lbYW}1CG_0z)S2GHFHJtYV%Et$)8nGlaQ z2)Zy)K)7eoQqsZ{bz2PT9ne*6H`o~wGxzHa{x#dMS0_nf&$k5dDRuG3hxgtV>{}DR z-|H}(b{-u37%Z$-i%g!kUJi%HH+FRXgI|Q&2*Q1&d$~4_aJH+Ny`5`cJkSItRMCB@ zVGPw*=3TBp)9I3(|7!>DatC7F7oM)&C7ms3fT6ptr>b2%zCg3jlfv&D>@plaIQ3KJe-zBf6X^NOXlP>0 zsG>^t$nk8118-A)>FScSUyYBAj*p&nA8WG<*qFL=k1eqA&CThmUMnqhiQuz5L0%(O zj0J8VE@H5MdJiina1CX>taP-Gze`HJ!FuI0^DpqcY7yi9nzZxbePEr~6RI_&lEO<5JN;Z#VTaPa9#SjrzohQXP7 z3$s7wHLQb#jr*uJ{imu1J#Jptd9y&`;rq$%P5MOb2a513(j@<0Sg~Z}(8rtfDq(C> zCtmL{lxDoD7@>8q`vRQq(73ok5cjFNY1Wqz!fBbTf)%{QPh$s8>lT}K98yWqSLyU2z!}Y^T`fpa@@Qp(q~^! z((4SLF49KmHQAOA;)D>e6~KwmY{M8n9U8`V^hi6~Z#;2HNy=KNuYH$>9b1d+kIQ9D zL6U(;cUyLAu>?KS+1?CKIiw#HL)u?$ilv(Z*p{Y6I2-SLqhLuc`AD<1QTUatmY%#D zr6Vsg{7*c*+I=f>A*e5x>@>bjfiTX?^#^`v^0j)xPKemFQ7Q2|-~1wisv&rL*JbfI zUGO;g%w6>a4*`J0S_BERpBNkk{R(x#45WbS{f!H+tmOeL&F=wo4ZBFp5lIA2Z6ph8 zpAswhXN%$}bQIj+)qe#R0GBzjXJ!QoYuAHK26CyhA% z3yuxa z2Oa<9uPxp9A-g1@aFP+*d5h=?zFzj2#um!3Oq%ZEqJvsw8@!UVYL?{U8#_2c&J@ws zW?LTWxE-YD`2DL2Lc56ouBmlBQpP?()?NJnqymRug!P2 z;}6uFs&2z8!%$oImpG`B;*)ee%!+jHMKM{Ajm^imJY{GuCG6TN)ro62?llG-EL2UnAM)ya z8CDf7BcXm4;yTi2S{J$+=|XKp_sx2?LS<0nqEgdO)|#&kK>r>T^A)iiqwCWietY^0 zA$xdR+o>P6oBFmfFH+nc?qZ_LT5NiEv*9nv@Ajv_BFui@D}T}UZ!bCA5_Th3+66*t zUWa$1EInye$O6@>?REmub43R(zkae6n^uYRZ2pktI2Zp}w4~SyC6wJp5vxoSM9hDS zI&63%sxl{?Y^rFsHJ>qCYA3T?+wR-AeVlWYabKUnISSrB%Eeb#F19`%uHVc84}T+! zn5@^o3LJ3%_|A7nI6?-ggL-+G=jb=pXEm^br!u)=eX-EEg(iqO0$L@RGW=pfo^4MJ*1v z)2yeB+bjfU0xc8#E(}pceXSdgI#W7>+X7b`g~IE;Z#ReNWu7&AQ52*Xw1g?@ z$PN1;fm%i>&=Ga9oJ@g0v))WfRm-hm_|N=(jb`mP;a8d>WJ=Vi2KHZ4S~&DHhp72g z*Oi~uBD`N(ik!aY=ypD%4maOs>*tBj0*A>pnw%Lx0J;D!34_UC1zt+ztqG z=%Lw$a4XFLJiI~A_u?j*O3b5~BA(`#ATDkc{*H5U+LVSB41m^zeNtU1_(n)shjI~N0X z2TU9n?LNBoz{g_%gDE0{7=s#nQ0B9v{NC!R-x@enY?Ouvlr}TD8%-fCyV0}_HDwSFv8Z{V)Z2~s^p!&uVr#cf6g+wNu0|6A-X4pw0 zA|Q81Lr+Y-EU6uaz=5VBx5Obu`5E;CCoCd=BjmN&MxqJRhN#=piW+jM5IbFAEzE&M zJ!6VgKM%t9jT#Z_w2{$b(S{j#^O<3+**0@X4G>p~vB8dVbx{n`yZ!orc3CEk2EUFRZmAShBQ!RmAwYHI6?Ls`f@=t&OxK!pJ|`Jvlzlcg+ja+oGn&QFEyQ)PYzC?&7W-iq1717A7e6}CdQ!Ilut>V zeyMJrK0Z%HTP+VVm3xawwGHYT@9>TW(OI37Q*Mo1thYVRXn! z>R!s)p)s|?ps9cA zKZLQLI3~{d{)IjL@Pj!j4Y666Hy5{(p%iPQ2BY{$rB{xVBhqR*!69Myz_$>EZSXfw zQ61!go@424V@}5>?EoAptHd&$c5VjE)&0fjOQx^=6}&j4 zaPQs7MUHFdGVYs;6cMC{|Ej9^HRgN*tSyW&02Y*Q;ErY?|SKZauM9ct${e%Vux?2gA7k+|6NK|OgN6F{_j6Sn zzOr1`A1(U33A=rCU8CpA)hnXGF{Grhun;wZdMI>XTx>RS!@C#rDuxWnTf82fu~52M z-tUv1th*mpIBtef(_Wn8uWLCD{j!|>?sWClYyUTlZ9zp_*|BD0X{Ito#F|CDfh|l0 z*3c&()wh0nZ6Pw1&(8~p_?*8@mwUst*GVNbIc*Cxtho3X+R;J4tWDC|8hG1E70OVJ zd15J9Mp?b3EuDdp&fo4vrIA!I2&-MHTo0PYt!Y`FEhcF^ecnTNFAQ6t6QV-V3!J1! ze^EPwL3R#A;Cf<$+s1U{_KW~2VWEN_fh%|>y!nNNVQqxfTNr=-)BY!Nij}`0m#E-2 z*nV-}e#Bo8Pc++RjJ|X=vqJeKtK=IF z&(Mkxd#S3?1q%%%F3%!!9BX`UGQn#aTh@H#M*YSl7Er8}*JMD>`>4h$e&;@naKJfD zl4xgNMbKSN)??2ytX^&ZIseFB8x<7_9qMgd3Pyfje(IleBU~`15y@QemZM(ZfkQ^U zI*psNN`!q;!_MjEP5eOrMq^zLC$3#U$X@Q4r8x>gWSMReG<(_C)OqW%0=zQ&V*Ryc zCCQodhGe@I7gmOEIR(lb3IrC>zsm3P%@qzUp$b`$JaeeFE(WKzfdYzP$_j&@Mb#IH*I z1at50{;iZhNf$6aA1Gjb>s>Z{h?RH*zI_3u{%VSHk?QGw3vElJCw6=g;dXICe*F+cug1_fXdH>3l@uE>5IbWOGgiOD6 zx>y1`ii<%uc(UB^r6p(7Bm#>Rwdnk$g|aairHg|vLwlv>I$U@?O!a3stEwPf%Ckts z?u6>`qOQ;1;EJ{i$}lQqa0DL?2oRy(QbURAI17t!{;?TTsIcTrs>Oo@hiZ6$?47O4 zD*4xR7{;ZrqyHsQ7O>7ofswrk0I|7bZ!T=#afH^GavJFsC%M$X@OB`~v+aTl#osq^Ym(Z2{*p3o2#I4! z^RCr`!#Pe%AEjyltL7a3CV9Z703m#l8QKHBM7xN%Vr6hX^41Xb+1~1BqXw&Z2`L`gMt!{z#!9s z3G0w60)tkTNIMTlF5*tIkluP+y5?wxo*TChk0$eaoXA|Qg}l24>s&>=_@$~yshu$3RECd&ul_j^dbaW6M zHau7tF*J0Ty4Thj@W+9Bfiv_FwEzin=cd#FH2xz5Ig=&jw(1|{CwePzaWUIR_W_1c z;1l51+jcQB^dfn1+_+p{zsLfqFe&MUz1zNdi=0sQ5rw?I96uIVSp{kfeh9Rlfr2K*IQg6Ap6?{dzLPJ#op`4pWPpz7L>=t1rH_f=*YK@aXW}%?Ns9U0#bueG{ zxlDz@$kOJJCTT_y&EvojR#5@IBo?lp=fXvyfHnyTMBoXAC09;=g?n>3$D-^x8HRo& ztXEQFxUsnZWJVM(2fR2kAwUGlr=tRsKi{7LLV{@a$APj`0UlkWe0o27v9k*FNdIWg z;K-JYo7-rEo*QSFSx+gJ6>}x6^6+4`r`jhIrs<$^OX$>QoeJsqc&d8mz@l_tZ}3|9 zVvhv3a-~MlJuZz>Z~vZxbCKeVaz=?e7%?r4Cq^fWg}0G&Gv{OHg}pFFBs;MXW|uJi z{N7L%sXRaG;OJ;>|50#>b4IJuPpH;{k>tq(5T!7XXF;0tVgh08iO$EiGwS z7(WyQOM2z6RX!o~33})*I{-O%xxtdItcUc8QMV9 z4GY~jMROR?`ryiV__|a2{xym~0fQLUhdOVHB-5T?q|)+(xw5hcJ7iTtSmjcsuiKki z>rNrgKZjYNR<35lff|L6*?MFu?b^%BmTI<>MHXu0Eg8kd1wZ|^B=A{}&`{l$h;hOI zqvO{r{4=7BSO0?KquX!$xRe%4F`e~WPoQLlg206i7$pzDC^Zg<8T>IyHK>ajx_wM1BEp5QcRjLTsW|D2e1IiX*4dss(6tfGqfybz1gZtRBc;niEvrPBt zZH?>m53k)E1p7bn4`9;%{t+ZZD^{S%n6K19D}5VipvDMYqpHc$?-qs6E{q*iRx1x5 zF+hrogNdc72D%Tv+#9BwkOyOKUq*Ajq=1Zhz~H0&sl0(p;`Jj29Q{j5uyB+jUGA_EOT6;{W|$s8GY$K&@hN zo|&L}F|{d5VOl{AM?0ca`FPMB%saf)7&xF;g6L>wd^_i|gdUKf95dx&xOlmEsypBT1e_#4P?=JZUN@KpVP-Cf)1|!IAhHzU8H536M z;=5wkI?wmUng};+0uJk(AIC>60WH|j3E}#C3?2j?@ATt9`fD0WLBOV32|dB7 zl)esZLgZ4e-OfDzM~{7O{Dz$c$lzdIw-#x%NEF-yg_{53J+H=xiJ39g692{EQX(Up@mI z#DF-$W8&lleb@V;kWf+4P?T?kJ9w8KKOO%eKx!a~_Wexq@#WIRGI42aVwX5gc(KiM zK(YGe&eiS)hT3jh(DY3B_s}2GK|D*ZmnVGE%r)8+hbWMCp?(&&zIdO-3Zln4o}WUP zKVh07^WFdTY2QF-=p4Cw8{oCE^e>#XkZNG!R(9`#bWCfeorkwY=+c+s4#{jJX=mp z78CTo@wLQJlV#d`)&hv~a7aSYPETJR!BU+6(&xXbk&Q_D# z3-^QJ0{(K}01WqCQVP(j$o7yv_}}00vyTw`s{a;zJg6^b(~Jt&%@jDJ4RWTj0#1-% z;^9_uqS7jlDOG-oS5zpm+j4iDX5lL_EmEnseujRy0A-oEoe&Qfuf(pc6wn&jy-f%% zQ=)Mmsxcfu7Sjsu+a5leHoSb0sdt{UpdF-R)KvcF`+A3EmXSsm2uE%7H=OxzTi|yQ zAh;#&1e787Y~oUgeB;di#T+zM}~8RIir)uj;`< z*okM`yVJ4{mws+2tsOAufNe@=z}!7qENRC6<&j^cnkzn*CO;Qhs?-4QQM|6`$Au3v zzZ6*ckow9rwjy|WG5_`E#Nb5YNBUujYv)BRY9wD5ZPSUo@^yjm+ZUYtg`Opyv(PyZS>Irb|| znHv_1+w-zhViQ{oyz7FNIimMFjUo@!?m!Gybf$l*?ERlS_RJdy0SQsKF#ah|Z4}iZ z3hHuWqQ8ZmPe&iNyZH!cIzMFbf#-4$=F;UsjcaDZiCHvUP6U=|F172eY9ZRo-!Pu- z%@5Jc|Em`8A3ZRJ^gBqJF4pK%Doxb#qh*Vs2)M^}I$TiAEKmfD%f$8;5s%AM{}G`^ ziwy>YE+|K7y;;{y9k#!qmZ0G4zm!QA>QBNX38&u;hZpw0Qu*hbNg4qWitP4!LL-n1 z{lilB5&#+RR#bK3KgsqbjU9yjE8jl`+Zn9?`J`+_@?Su#;15rBOpA^02HvjmaWWYk4ivyf;rJx7@n?6cb2yd`487{TG?U$9m3Ce$a`2g5I zx1nIlWQIJ%l&^p<-fQU7U}z!>tU-a)6V~V z(l99mAidPEfqMVRbpOF!fO>K!YWq{Ef02#~wHf6*IC3toHvCW4{uL6S`Xvki^{yxX zOHSmW0SYI%g-D?c|Bs;o;@!AEFC6C~_b<|YNl|S9iHqj!R_ORAYyAbuDS!+U+ux4- zw((zb;>Q~53j}3w5M;PK|HqvJ#imH$g~L`o{!KcRpX(oqYeP%E_$O=s3dvu~fzi@b z@Gm(@6#Ax%aXI%zk$Vv3S{RuO-5KK@Ao7V?m3s;Q*tMT1&uW=(u#O z*}^77IuASOiWY4KOpY3xnwD{;bWG<4UaeUobZ|M~_n{-K z=!NcKUJ4H1&&(;TmGB-(;wMVwT$yUo>MD_vni{H3=npucFenUoUL9F8f4c~5hP~#k z=saKsPQJbM+Uz;_y54Mx{NXGB#cU**0dC0;TrfpLQ=-)F&h7*PP5@hw&78K2z`^y= z3p?L5vR;#wDV3m)edmfeO9y%JIPFbl0tmuS!ii`50Ia86Pq3HZSQ=;E)m8X`cgNEO zLhH%0CFI6RPP>O9$;(EmljU%6noyZaRqnpes|+W6@g9i7bK+vmlarxV9~K51!^PiG&~IIJ~bqdQ+SWdSZI zS)0uiI(^`u7NTDt^L~Dq3L!yORrY!wTW~yPUl1)-sRZVEkpD&#g5W4UL}P=#@V<>N zJkr2w-sTH~+v~IbY^RTp@^ct+L1lr43`p(uKPZf z`%#Sq-*!BuF`OS2{bj)gq51W}+-#ZZM6IKx625VkC@vGR+tt@rvq`Z7_2%<_g1yTL zftY)T^D3T`Yy_s}Sc_^ctsLQZ%XOwG>^8IVbHL@`pVbB77OFLHeMMxzHV2{Y|V z)31XRa2o{mZU?g)`&WLD?M4Y7JaLj^povlrC^cu}8*ii;u^wl>7!(9nfy zeuI?$TbA>(pv6ih1H1WZpnc=+SDjRp&`)YQ~^ z12DYC;4waMhp0juH1G0ADY7J{=QH?XjKk;Sg6*jNQv6-I%e*{1XMNqpLF_cJg+iuKQz;SNHO`rZ2o+`pj*OQOXlXTDc<4iN!<_*i-kB9ZMUY6cy8qBy6C=s8K-Zr4GMx7sd!xoR{NeyD0)>9c~#tF2B5P6vxD zej3CrB?Vt^qymA1FF3lnennZ8Z#oXgc~a#cb&RUL^6xrdpF%3zE=tk4@Y$`hH+RO; z<&>8`Gecn0w4VLo!zPRWaZ(T+N8%&x^?=D_L+&;6K57IUti`0JJ|lYIV(HGs)cz;m z@Y)FV=5j|YfI5Yx^gsIjY~x=L3Fa);X?MSRLSXvf_J*}yd$HP^FT>@5U5!pd20bziJBXG6|n- zKAXzMrQ{u^uuX7B0GQTcvFFs5=FEtW&rS=|Y8+P-WQ1=OC4ArsO2V(3_~#FIe^)U1 zn4VAj9HUTqJ4&-0|?rhMhbu;wNL@(wm)h8wG6XTNi>&wLK86M<9R2#^F6f0KGukP*rNGx=y&_F@!!{sF)<+`kKvh@C8(>G{!#Pt!ExY zD(7-oS$hNCMcMBD-fcG5&0!#Sm+ih{SO=m1TisN-x#B=Q+Y+~liVBOJ=NUMqWEU!I zcQj*!hqJ8AQzhP8K8FGO)Py%F#P}Zc`|izP5Np`qqyy?t(xFKBIu-i+qvM|Zttfw0 zzk>p|-6o|)b;{j*sc{*4CJf*g9^2NwQ!z0>ZAsz|90eC-qr<{>HA7L_MM(ypldn?- z08Ne{4$ey5&ghPZ3p$PJZ$f65L!mMJxjo2-MGwDu8f#tpu=?gB4X0Ra>>mUh#h+F$ zC(0~3UJfkryVI>J-X%OPk5{ZQf3Uk`;G6*_^ftfKCvUx7_nVOL8m}E9 zi@r|9$-W)fnO3uJ=niuk|s=uJ+NubJQlCuZY;i7b;&#D+U7%{kC1eRKT@< znerPFz$M_V7L!`)it$Q9k?m6E!i!~dX zo>IG&(JzyNd)m77^`#(1r?ed6uoj0&LsWv$u9-h-s0wFXkWy>lF z8}|!fnL=3a8jVMizt^*+38TC59SV-*pKFao70OYazK8+Uf*nGgF}fnHGcgkS7!{}?A7L5fm)yMeG*o(dsBHZz_bMd zcm~EtI$a!y5*CW;&9}tYzuq*W7XtkqF<|`%ifAC&O$GsLF#{eLJ@zesy1m-hhqt3Y z>3m)HxB}L*6oiDxh#cij@g1kcX3LlOSsD8qI=mjwqI!CgJCOK@r#(^c)m~>!-}?8BO`3NPuh3r|FbKiV)a6sx#m0joned@TtDep?FzEB>dZLini7-yeD5`!=mMf;Vg6?58k9v^hQyC5Kh;pH&}c;ozdd>IO*q<0bJV51K_vQ1aIbk z-|uGSQ7^&gvG=<3-u)gRDbWVqMUN~aQk=&aYF?i5d~;ZHFi?F7C95lp<+T?IC?eo!;}Pt8LI~t za72k*?YZ;JA3=mTCbr+=7mOX4>wEr$D{7=+gSQUx!(c=-P3A+DtDzOYC7bDJc3(uq z!pK+KzHqFPuX*D1K8*+o5j8bPnbYVD&HLyW$2ybia00K=3`?QWc*qB<`t4M8B!gQ_-~kxoMUAWB%&1`Rb>}TA~h-TR?Yn$v9V0haXNrr<0wh z9XyVeDA_-Qeb-OVC>$}DXu<_d4)NMOZs7{t?s8!Eu^Pv%ajHkq3FzxrI;p;30|T&& zx!<+jLCw?ElaL4$0QS7nn8!(r={|sZNk28a@_NnGx?h;yv-#Tu@`R)O_fg$Mj%k*M ztQeDaYv2Qs^LO^J<9k2M<;@aa`jHK!mFUDl)`-7eBJ@I<*;zqnQ}YaX$xA`WV_%`m&mpb@~w)$DVcib7Dr00jrBRe^IQ99IRBWRUmYVSq_e;TZaYA`xTK# z)8TAModsj$gqGK}^3^ftMxq&iB#xdf!mXVY;f^S2kYy7hZh` z?QdQ8t*zA?*j8p>5X*)lcsNPfQ%H!PX!f2|(-21=51cbtb< zT8Z}kI&l{mq6xU}FsFpws1*ueM8vzEqB20bDy!EA`+w zJtYyKOg}%7S0WI1k?cg2kYb7y-1;+VGW{2D8AD_Zkaw2#dI6gq z1Xn(iZ@vm}1x)^fO>yZRHeD;|lKDi%d^kB^VPKcbW{ zTd5=>au{U^A2i$LKp^>*$>&jvcXwk&W(qU*gDc_X1+;h&LrdD71xy^U{XYBFEddFd z7jmvg0NP$wQy(*Qyp9`U-z^knxwFN9THotYLm`3{yEVEa2GNyYL(DAInM_fRmt|F@v0K&_>?vJG z|I&uTZ*|-+E&pO{Y*M=B@C_!;LSo`rUwh_&n4?iYoUv3$jM@KmVv{M*3xRn?*`< zr85?XkGi^hkx?&luj|70a%U{*=$YE52LNC+Nm1%^%Sbfvksrlq!2H@4X+!5&F$QnIhooCK%95w+qgOE|g-l z3Yy339>4!P3y|Aq`W-FrOm&_XBAFnuxN{Hi%FLK`Z`lJiV{@1QLp>d8odtd*+K#l z^Y_U!p3EN@ZH{}?LU$Y3FpTY8wx_GgsV5yot0*BO_qE+Jr&=6L!C)Abr%}_9a@~;u z>P%Myvl+&=z}03KjDoOt{hWG%dR|$1Ubc=r(p=gxBtV$MkJNtbtb7V&b5wiwsM!H5 ze4~4Ac_lMn;TU`X(G}Oe)3#a74!rYVWWDZ}mfsNpwY1J?m6&m>k`Y zPWrMBd_2$fYm0$TA$6Jez{rt`PQy_f|NR^WOp*&b_MP+H98aq2{wczyG~R}EUQEN& z0j1)@J%8?KHm(Q>q-9HL`Q=m6b*$`z_v~*g5y9+pg-t9I3HZE<@d3M5Ji4nA(OhOu<&>6#!$(}v-+9Yni&$_ zp6?q}Mft^)8=jZ!+FodeBW}1o2uu;uJy_1IOqs$u&Qc(a*ZN! zm*zC~wtT!+i*A4hT~lAxWG3k8SnLiBpEix#Xuoj})j7gzqNt*)(j&s6Z)mL`(>U!p z=Ec4=64vVKem8|>h%~RL*L5T1n$IGkKWYi`=F>znN1m5Nxg;o#|9a6ZgTQr4#DXt$ zreMg7T5oL!$+=2ZJSU)rxH=I=zX7%hV#v`VX8O$Dh5gK5d5Ei-yq!@a1jnkj|F8=e=83{jcE_uiqE0 z&aIm^WPvR%FUhX_Euq9rPM=H#j#PxJh!lD_nhr;e%i9o={^^1gEd%kXngQaGV^@VZ zf^Nn$xItJzg>`VH=F<9)S8X5HhNl;#{aM}UPm@OhyVxc!_cLE@H3TPJ7)?I~%y+tE-Lf5t-x zL-5h8IG)pb`uj`IJOX3;RW14iO8KOY=ag9E?bC$7NRt0lE5+c$)25f}@1WOUSkBg{ zl}6(ktbi&~&^zdS^HGd){iB2V1Mj!Z(S-MC&k?8AcujA;>YNU-4|<_2JKs)>1HdR4 zwY)Yvx^1p#+C$w5`=7f?KXA+(8d8@vJ+!{C2O0Nfc#JQ7RxhqvdDg(1Xj=8Gvo{Q> zH~ryO*o`+(?YoKwuL?tsIZf)D$iMSg(?|W(@=zX1h%ankg_r=b_>5LeiF#<18+Mmo~ z!@GIx`u8D|rb*CD9*>+4uLUk7uge8dIYe~U8Qr(zB+RJfB-cF;t(}I3(!w_EI0s#N zY>9S&t2uum}RR>@f?{{^x(;6&- zzynQ}aO zs)2pYcD1}uHJjFGn|!);Fj`#>b%bBulIag#i}2by&VaXY5Z?5J#AMI6?N1@bvH(D_ zhBuCOAaY8mB#p)!2zx*3CT{pPobZ{-FT1jvfom4e-G&1)oEwm)xcoa>hJTk)mZ^!rf>S9C_1T zlQ7fy7|nprDz!}W{j;-`?9^7=%n#VhodIGG-j6BFBVy{ePmeY$V`()9K8b9<65s0E ze3*hBrONW!Q77JtXs`Z$d|@By_Ox=^21vc(PM676(^C3E01B_3_@&FNM`ws}VuHe- z5rMAOfmt#=t?Nzvd8tmsd%VnQR2`4wIrP&^o8P@*39zip!X7$CbCeuq-V-tc)UY09sq&mKtZdh&-R2yc=iex>VEL6FcV*o}qY2Tbt#O^wtVlVvRy{y*|1D`Y3uaW}GFOz7a0C zFOy`+TU}w)8NCkmoJv!%JwU|_ot%8{;mA8D9dy5=IZJhj@B1eUG`sR3rD^kXsxpkB zV|n${dYfA#HQYE)5*118_!7)PI2u@RyYA81>xs9Z*SoXoFb-Fz66Ffj?Az~Ir42H; zu(q>0-#C_L?$}8yGk>}}H*wtily;LFt2X$O)4xcV*ni%Wcpt;JW0p2TusP~GR+i)H zH64<3+Em`_bL?LSYntgVV{e*iXJQ74^~*2PVNO|<77s75WBlm zBobrcULFqR@ICMKbWk3+ua5j*x5R(U-~NX0E6tO#~7YB?0gtonOdK$70m z{cc{OGMU%f$pR&L+Ja19F`g}PKwH>5ck3Z&9@dXbOVUL#K;09jb$c`7nnrVLzZ4s# zVtZE}g8vO#K8~jN#bXY_w0E6Okzs<~(_vL-amJ1$&kpF+?CjS_M(sIc0SYXJ0~D(1 zT?3L$Qz!wFEV+tL0Cschk?$9~`c9#mWC1+1AR z-c7!C%|Czq4FzS??B@VaO50Ogp&Sd;z0)U7$s4>NkWw0?yG6Piq(uP<>1OC|7@DD^L8MCr z>F!QxX&joN8;0(9eqR6k*~i}RfH{~szh`{bTC%n6QC}R=l+0Vyg;~0ZkJVZ{mMw)A z*mE+v%u);olyb!B@?QY_%)3-gbS-_6IObr|7gqQ4HF_Mf@3W51 z8kvGh2NpDxg93hGix*83;IX3pR>bQ$=5-m2ZZmnCGN{=eZj<2<2=Ws zOS~3isKM*&P)+^T)gJV}C?Q)f*YSaRYxQSg=nheFyfZGY8r6kKXY&}bFV z8?@t2fJF1Nb>-9k?E$KQ=%@Q0^jy}-4gn9B7KK%G4Kwn7VRx>ectIAuAhvC=pd8l_1DM;AI zDoykSl3SuA8k5Il3l_DJ$-vDTjHryny*R~Ax`OxL2#-HK#!aO3_>U^xLz@-j;dHOB zgR6A{w0ooRcYW5piMb=OlxxB}40U(jSs7X1pp52pQkxlX=rFz!dvvSz|FQuTuAhM` zRiS-*aIYf-8t6v1eA^mu_E>i>YIfZz!YuYUs_r+*qjt*>&h(v%;LU1h^TM3mzZR$J zJ1`XUZqaPa-0{+W9&GRuh?bL!vv~5DlqF&j`fJ~TAvNE;lSL+{1{qKvjAIlUJ?_r| z-xcG@)LAV=37gW~FV_E!W{KHAg^IAZmwAWX{;B zzw3ZzJ=M^A@7H@|*>j8x7ngkZll$Y=6bE9L;L?@RJ#k0}UBU}4cgn&n?~h+|Aik29 z%-aja>W|xZ;Iflzp3mJVPP+m}5M5hy#8bed@u0~+5`O)D+wT3dO&IlAEEPp!#uNI{ zZr|P1%U>XF=PD5oALyTpg2RJ+A1vWGDKSQc#j;sZxo1O{J%>hyDYhw`T6Ur)5i& zN}T-gzb)I9BVR3+QT*(d^Nkzu&qbU>0~w@LAY2{Qu$WuJq@Zi`WCN3;vx?T|^7SQA zs|--yV(VTwk8yaZLZn7a&8@3fXYbtkHJ&@eph!tn2=dlY8J+tED^2;{QQx?Ca>c-r zz~BRA#$c|aY@jnCad$2H=W~=4;28SZpd|-WP0BN0y3B0q$NyfE*YD&}Mhg#;V8;K* zT6~DHsBstbaEJ(X(2J=i=RD)x!%=grjuvWGO_Lx?;U(Ux5n(pY3=v+H>)#6a))$Si zcV};xJ~fzmen->JB=uS-Hj!H2v$Nmrw5yjxjUVNV%~K%x)`R1s-mgZv-$x~ zLNUr>TW^*#zjjJ4QdJu(8{^%)AL}2(XYBxWlM*H#ex0DkXV-7~@G6^{56E@*Dq~L4OZ2`fi3}r>aOcDrZ_xT{OQfR8cs{(>uLeVbAXRLCQJ8 zCv*HY?qOLE7Dsz3u*$^SZ%nbO91-xOTWb!x=R9nIOn6L1Ffos)l2UCtBC)Uw$7n$aOtZH%s0NfWJuaEP=^UX>>8#*fS)E(C}U)NmFixK2-F0fE~ph2syRfu_?$nlL9Z(jnThw5Nxo9*}zUwb`X+xY?oa)pWI zVu4ad*-+0|LLoLRK)6#nJrhHUoz;o%4dI&*9XPjwW%|;KpS~t0xLKmBX8tR!q1hZF z5IgNHex`p{a{RieSF)NlKu*IwZI*vO$vYx_3RBmw4a)ox14cOVZh}b>NF1GNb~ID5 z+Qv+84%!MPEbyY0`U_(6TtOV=tSzs$2)iUHv+d z+tTIvGMcWucJG!9&R3rQc(-k|Zm)EF-pC&_RjSpBkDK_PLs*%6Ah??$+oO6#Z8zc| z*Tp8PfG_BAOlJ^F3yaf!lDBr=7rT@-Jz*FQiE7hQZ^~W-09Z_jGY**piV;_;u={@5 z{_jTA6&dPY6UiH1O;%db+s#Cp+cn^5re^5h5&0Zpuwp-7BTFF?GucFZbUpguktaIH z89%wkSgN$x@G-4i%<#t%b$n_F;->R!#%}GxAc08d!{(RVJ-Dne$%@&G#FH4vla|EBf@<6gYkpdh%3d_G5zeY*m9t_-&I05uBE&b|BhyXRA2P9$WG){TK({m)wO_8 zKyS@6@ud>rB3CK}e|dc1YgqIIv_?+5%&Ef)Y+8~IsA(^tN_^QZoSiP7tUF>>R4WQN z91V`+xjf^dEOpGUkAgq7h+zJ71O`Aqm~v+U5pI6a*#&S}nf%uG$xD5=c-XHg8@`@} z@M^)<>E942+1VshLPbW}dAq$BFB)@-k>K#j=BRxmOV zA&RCto8@$Y8%q4M3kZ1Ab(}!&&Y;!8eo!QitecqqTkc$#KLWx{N%h6ftKmmRR(~6~ zHu0y=>+p1INrr`|&h2#DT}r41^$*|p963L($c36v{=qeG9-fMv-)31PJQk~*rd^MU z+1x^P3G@jw^thF5d z$)Ro0eU2{FYQN|~1ICl1HYU&xw=%o1+Hqu@B)5Hs%@aY8ukQ6aM1YWOM+Xz+3-pq? zm`SOw%Rb{`7b0=FC;s3yWTL5VV9~zV>x*-so~}Y_?*r`6ZI`nAKONkdc+>F-^z7bq z4)uPmrK7RM{!kFQVb$rrEfVg1dHxK1j`c6)%-yw-hEzP|55-8hPrrfJcC@K9gD57O zVfX&$0XtjgzfzR29+Spb2Xi(uwgCwE}6C|JJHX&+b3m6-iMGjT$YLc7g^1fejPA z+094`dz>58bF4HQ7ktXDoWsR)u^fVdvdrDYWWQLafr58&|C$niu-l?)OfnZPwZfdp z#PWCxAd!`#A2Y7^WjLW*cLt4IISAhodUlBo$pVAw5bR`d#*4Ez_JkpL(J<3-(8L8@f==l$T=*# zB9Yu&&!`GomFlLVnE;5yjfX_hnWPnj$>7+2TL9;ip4oZ>8H0lqIHC6Fw25*&98s6L z6&-OuT+AkXTMTb8!~QqwZ6l5X5e8nK``z6W^BE(;H@cw&22Jh)#7hE!W|k=0t39T| zkjuQHP$vwOIli#C5R$49!ipr^GBB=yFW^>a*2lHv+0k3DR^Cm1k*g@)X4Dyf_R_li zHAYh%gn*8NX5p&!uL)kXqj6(7H5tS!a&;3CyI?uI=H3`dX&Ye4nEo~=8JBr#OT~xw zOz!uPC1+RRqj%f<9V$_2aBW6m=%**NtK&p4MK7b;Gk!;a3oJ6=Q_G&qzc@;bv@t`@ ztJQzjFRg%$9c(DolFgc^`0PT1C0*d_yhfc_y%9zH@_ zjr|$JpK!9d5&)+mSGTLo=G?<7DGb_gv&OopqJFE^!|$?F+Nk$9bXpV{`jlH^DTKcd zTC~h|$sV{y2qw-&x#9##n4^yyzFbOaA8q}DTgD#a-nr5Icayt)8mp(&+F*=6A%mV_ z8OznTPMN=s7WX5n5@%Qvx#&IGZrn6#wxMYuYlTpI2BQ!uXgopw3Y*P^hN@?G5~ga& z_<7fufmmMT*!$K&Mlal<6>wQN{ZE%OLr6mm*Sq28syVjeEAL7je)E>+?rKlk7Fzbo zJiG?U_2Xzrc7kkZHMd$$Wu(D!dhAAheX`q%2dC+*E>uG=CONpru-6v|a1XG<3V znSbKy7Mu|jcOuOLo%-=48O-^HVX7_gAS}GF+palN7!gQ0jeV$A9K6H>%D!)5>ltDp zI4-{WBx{CDhmgY%prib~if*j#v5;kZh#jUJD7-UDrt5fP(9T7Q@J^_--#(3037?`T zR`Y?|LE%^XBwszo2#)+RTtqsana&txOAj<%*Urz!#q-D<-e$}1-n-q^i+j%f2#c|? z;2cu;dQAsd%>nOPYNhdtDT-^i`Q^UGjBBL}uJs>r?05I6?mBTvjjtK;4q_5DO(hYQ#MM_o&TjTF9gybLO6iZ^l=cklC3un=I5xC^%}r*Gx2y z=CZ);eD*FQ;d+p6IciwHR?`CQt0*?>8VPKH3z1#VmuuL?W$ss+hW1jzNeZvtP9KD8N@TClc~qERXTUsPl5=2|+I!t<%YehXa6MW0na}+Q zTm0lj`<3o#ze`qc-HqA)bl#)5ci+v^J=N-Hf>zPCG4SlRsZL=`fZH#jiy!@U>RlN0 zL>Db7pbA%2!_ks%&XZSJU~DMp{NCk9ha|ui@VY_|Ri+>I)uc(TDFOC~^RnOnGJj*> zGnzeKjh=K>gFy~(@C!yi@Pzq%CX#)=9e)mOrszjjcL*%QHq~@+VE0)ui*r#O+%1US z)7o)5=|-(ZNSQ2Ijz4elU}Ho+AS>3XE%P?#+@HE}`{HUdDS<5L_;n=M0brRGz=_1+4|?IqJ*b zFVq^E9%A>A%{#~L6nVm>rTe9DEQiUdKiR-Fnh0asf*%as6t^2!gvYr%H&CSpLVTRi zw`)<_k4lnCBNMf#hfV3Y__X<_HVySTF)8<5^0MTYdovm;ny-X4GPC5R%dG#Ti^<0@ zdkBAYrF^OL>W*C$6>7Xv>OKl%?FF3lL^b{xRdIe~M*)hnjBnM3smw!^689Uohw(d-QMDK(q)t|kh!c9bq ztf9laV^qMsMyR3wE(&#;RuY&#dVbf?u=^PjXMV>-EGG@7G{++^8LTjcy=<}gpkC)IxOe6x{YSi_9$ zL=UNMjt9vn<9u$r!PGXKsFNOj-TbY9*DekLl=wbAupn&iCRR!-$1k z!h|pZbyahQvHg4QEv8BbpM+U@VvwN|eQPj(IsUc$kXGHb{qPas;!G&X zY=dc8gBl84fhA=>Ki@m9kb}Pg_*}EXSiQpsUY@S>@`ltc`D6YOC*dn$cs2X>{uy@fJG;+^L$NcX^v zjy=s)wlvC--3yN&X2^o#9XFX%nlYd@KOUWs22Yi9zn3<4u3T za<6U79~{vKG`B?DySPW!ldQ9^Ky@2{mIH%i=;m8_yP>DSscFl+Tp@^QKCfQ!)L(Rqxk0a76ocU37jN##Vi4m=$x_DfX6N_1LMnN!u zeGqNQv)s$u7zF4NdSRzo#$AU(^Q2eb^CAKMgGM22eY>Y z3M58rrThfTyUjav7L4`A7?aE7K)mSyJSn0x2OK%ATRo%|DA~c}wNcL((viaNOJb{g z(45#7>;{x`Wu%R%AE26*(#s`ZXxVJp&Kx;-*1$7)RX|20t_BM7bQpd~o!dLrgjGQ9 z0-TG4Dn^0HLyq&R)dA$q?>t?be(=)D2M~ZWKWpz~T1dR-7fxu;)(IBkm-7}#m_@hj z!qobX8(|#Hn*f;>v5D1C?&qgT>9S>l3Z9hjxj3avph(S-S&Ol#E&dxPlsK_~VM2r> zYCzZF-_@w&!z0Tq-G96W8ss$i@FO56LoIF1;XlF_KAKrKc%86T_1Ofg<3DN7JaVBy zDxZ(XpfK4I*J@t_y0;}tMYG>c8MwL^i~S|<m&0+P3W-sx%7SKbG!1~-!;C} zNVLS&z=r~C|aka}*hxsAVEpM^o~V(|$2-&<43- z+jfVm*7|^Q>!UFx({jy<`CqmDV4YnqWUkV9$7DubHCY;BS4=O!kHk=Y4Fp) zZL%+fOS%v4&hbi8T2IJnfzJ|Za>P^q0jZmKBYef+)j9?%5&NnvYvGR^y#v3DR;+R| zxj!|=#cls&Qg1r}WyVIu?UT@}4GX=)Sh~L^De~(`LE8Vp>?NH5%$~)`wIPWl_SCc? z0UhEywqzA2eFyR)~J$a(!E zk6Asimy4W1y7t;_eCDW$(YT|TEQJ4xXu+Q{2MairtN0dUKnB>!Zg|6iuw02`FmB1d zeEfLnpl#p?{1@JOIgi~ZukwVNyHx@Ry7>d~K{P3Gza66|EUdQ3~~_L)xH*$7Ez4o1YGle^#VONSkd*Xd+JX3mD~3 zJ@2!+e}23Up9Dg@e!c4vIj7MR??z0gm;@WyF2yPS>|EY<<7sT>v@i|kHN0D9{S^D@ zpAo`6JV*N=1(>3<4}RwKXQhJ@i#fPdzlLTD>Vjv#k7kNmrrCQ4^Ak}67#MC1fB1zr zF5ZSo_|=gVeYaI-oFS*&qvp61wWav^#dLOCl+Y06wm@gysK&<;fx!zT>%RlJMh{_t zY_VWP`#`9@VW@7{TmbtDVB4}X{KtK_58KFeN4UrH5++BvdW0J}54x(eZBvC&rv;Ix zjK#M03bWNJ=E^tu^#y_z-i$4GWC6Dd21b=m6Wc2Jov4QP>i9=@y-fen4p#dO)CIdS z_faJpU5hY76V3xj*eN+`_tKBTE%)f_g=rJk4tH;Z7nedhXus=S$ArSO!B;}$Q*iZy z2@=c9ideeG$#Dnz=4I<_@+fBkQZe*nj=_7pS1B)@4K}xSRVDU|^5)<6V7BGv`3$yx zum4guPv!b&G8c2L+AD0--HGX}%9?j~RAA-D^L^)inG!nPY#OZ93YLIJphJ6c6KW*@ zamMj`J?y3@5y$uBzs;=a=xN2$gDvqin2obg3SxPdmOZ0-6pP~Z*uS`&Ra%iGRsXzM zS3EqEmwHFT0}q%?({}1ZO2K&H8*nqayiwXS@LP-ixj<5XM+iJ#Z0b# zIAv`pVyN|`>eb2S|9V@alr=`9bZ<3v*gfy~)|eRFS0f95kBTVily{}7pq&GdP4&KZ zDICkvFo5#;o=^g!wUTI>Rk1*MOS>x0{}s~l?~CP^doIgPvguZ@`jz2t*VpzC5w6ii z>4whVRd2;nir^g8Wt$J-d62sKQ`rI^Hf`n*Ms3S&2?D^?yi8z98R=} z1|EbK^4IT|V~Aj|(2eryvJKH$1z&5`ceXjeiM06B4Yd&R`NjjV&aQGVT~}b5+5ou@ zF{DiVV?{*rMBZ{czYF*DYu@LlO%-~wDz)$5Odb(&UH!-)7!oVgZb@acUQ{-O)ojTsZoWmR6m1- zRI6N>>>B>o9V1=y0haHt4LmZaL-Cr)0o8P&n-$#D*08$j=?9U3$}g(YZV#nDgGB}U zMF+P2$dr$E)Sd1wB_nnBd`Ul*(Z#l#0BIA;qK>TmJTyzjfu6UuA@F@zmIm6w))sJi z@2POUD{5M?v$q2j9{a>njBf&P7U~IvrV$&mK7BNE!;e&w{aIoLrz%{owIGe@Z2n== zV&m4MnSu~?R>c};EYBHhvBVduP&kCRA5(y}nL_>lI)~fEVVJ$p)}`VymC=SY94#;t zc?nNN*+tZyAmv7=Coujh+Bh3wFYE}vWY9(ca@)5YUyoRd_GffEnEZ{Z>2ipcYp%ZO zu$E0)6m;}Yl5^`C0C7 z_`h3iNwLa_q^cM5HBUC5(ra*P`J=we(64tf#qR~~`ww^ucl4{99Mv5>UFz-dinMBc z5lf2qE&mJ;N2j>_MdD3QXATV5;>NQXSAlt>E4${IqSoUsl< zHvhj>$2MXtz8ui9_#C&VR5Wkvx@S1Jn$vT#eevbABVKlvubwTmx~Fo$?=&yv)J@4J z?G51cOciisZ-0d9*#y_eUZ2^vym7xr$z`3c$#KW8P4T~;qEt{9{;xxo`2TjO#Fd;5 zI?}8czbA)V4KI|T9*bEL=ZCe5hr(J0+{+;z`!f*&PJWf^mgCvK_&@DGO!`x`8%MYN z;K&-h`*fuGX%-ugUUabQYd=7oXqs{n?`4`{t5bR;k}UtX$>_j7aJ0TfNz2%tkYj3I zUhpqG2kP|XZj4g%?y@H=Hvs0>s9yW&H|k%Yfz`kFu$Pv3#3PuKk)g{QFnt1ar;d}S zcH})6sfA@awdst}Iq%0s&v~gTxj0IJ-;j;rQjIweVB#K=9dHbW{ILtOS|mfChuOs~ zSI?*XvVVB*qomek9pgB*)I7{x!g#!Y>WrbMNFjRT;$A8|wzNqW<(SpXKGCc$zffZy zMN#*q)88+B*zhw>Tg9h;2kj{5Szq>teI2Jx$rYka7JEs+j^PrmLx37J+ihJzkx@L1 zwANEZJ*CxZO=^F9We&&m6eHtcRoSIRfs(68EB!3# z=Wwudj~?I$Gc>bO_n2rg%QAYlnQAQdnVE$QiwweL2R8Gc-(d;R)|E^tgvX}R82UX{%MRiK8KXfaxiXq|=D zpWwE>-7bt9z3gUDpl?yJ_;9l!Sl<9?NZUXfEAQrgSWhvwbD>aS_rgI&MmEvF*bujF zOo@KJQ2#ttE6TwioKiih2>-tY#F-Q))>*8_;aoz$uY@MwY&j6pS1oc?lWm^zc>p;J zHjobVxRp%T zyF2`f4oEbl=y$H$W9o=#9x09Xizo_1fO&(bH@wO=8L*{zSH4IE=+ynLmp}d6=!32% z4;u)NGjJ4x1~aMa9R5ye7MGzLw3#UYv=q+|g13wjxZpPNPGA}obMC2KZ6F(55_+Rh zG<^+${Zj}w8%k_k1YH2(Wf>{Gv7J;R$r0BS8cXp9m3e^lF0`UmDPAf}XqG(|?M-GMvr{*s6lx;A#O@_iS}!AE+3FY)db_n&jo`8m zEkXQ~ zAaVis<;tXY?)Z`J2D!g|uvNsDvd4|D>6E*Vmw64mdT4joL{Ws0T}@ygIb%JRF1dBS zHeeOrfAf;0PX5o@YM*@^353HbX*QJ$KHqj5Z@>S|!@~Rj_X1!Q!VtVQgA}6hTmWP+ zBucPzZ9R(pr}KvYm-!{eUn*uMiJ=eB|&L) zt~1~1SGThNtHu4cQ%wm+%C|p|Ku0U%-s2wEg-PzD(yhEeidXuzU_z2gAw{>KW=-6( z*q$KU^V*XAbb&JbdRDnWnq*sKn<(XjJ!iQo5U%Po%w4UXJ!=?{wKavX|L<4o>^y86 zV+3qrferWJ3el`0m{%9QUvh;^KxlbnJr2KnZYDvd=h}f04kWVTASX4Oa1lPnA-8K8 z`67Hd933}!n4;}-ko@9s*|dKp zH}<&*U3ePU@Wv5^`lN801szPV#XNY?W42#vW`;o$4|AQbX?cYA*4;=X@7ZTQj7VDF zq3rp{;E#*#*zv2F!tJMA&>IS?DY5-?g!$@F%yeaH%a`z8jTm?p;81#>ASBZm*5_AA z#K?6PR{yTu_beavoqZVI-99%9(7LKF7(-yD^xma0w^rV;7!Acl1C)s$Q!icfyLA^j zpC27dG+G<@qJ+a!+G@u{={D!t7q0rHt{Ux&aEtG2cw?zr(iT3%T|vz7JTFD%eV!54 zT6r89_ZBX3dbVwl61}K^GHgh6a`s^BOQ)kTb4?lruDM-8PI`22b#HBZun~(=KDhRq zy!|*`37C-`VEP8jMc;hYt#_a(k*F~zrw}EDIJ2%KOvEgbrwU{LUn5-NswV+6 zx;a?9qLt2|7X(H=t4)f!$*9<&2xB{cSFHS41(5yq!Bv^gw8ZVEy4w?SpB#~rST6IT z&beS##%=YhGvJX@Z(%9CuxJDDB$#|77~|}}o1_OzuQjEuc#f8VJA>c-sDOoQZ>$n} zDNwW;t7y`58<#0Hvlk<>c0@Qpc{&9|V}WE9Z$DM)2!a!_?qaXtFp14>)4eH%8F*Fi zp8_9opo;!WmpH%I#)}Rf&fji5@H9kGTyIV$`x1+h&Y?y%;%@n$tWlD)LZ_Bd2{@v< z%_{fEzm*JmSs7eeT-D2-@RQburN6kCd01ErU`Jx8p4Gpm^7{eKojRq-HkfZ3RP0#w ztKy;MdY{Pn?eYPK{VFnuWm2&ZeGT3PE#}>}g8|N&p&CPPD`lPdE5T0`h1JNnzG|7eE?rzR&zSTnK(QaqG{jm%52sRbB#*@Vz>(Q(E0l zlb7~OO$qPc`GYwO9e_z2340pRF-N@pm5e4*V$o{B2`}4cE99tmfzN`>S?&J{?uL=h z?LwK3t40hN!rYg-mRDvi?RT^EnDVq%8RMz-Y!3MJ1}Te`)(Yd1<$B_Uwp7*ku^oO< zp&2?nmfVx~UWNJD>z59S^!`A^+a7Mi{tiQGt7qH02DfIQy8dyl6w^!lGc;dN8~)hy z>s6TvotLU{nE8s&&!NjjR~M_Uz(i|N{5YILR^<#$?6qS|FFw1O4{Qs8PIf!|y-IJP zkuo#kcTpZhs+ap|f*K(6MrkbPHqTbi>AH_GXA9Mr*o98OLTUO^I&ug@6Hw^G6iZ082KZHUe=Q$X`Axkp-*5L)_iQH00P@KO$&utHG~|qi zn{{61zTY?>g(!Z+r;6DYxcI#O#2Fvc%K2&^@Xt_JFjeA=?Ykb0su@vG{RLm#1J<>l zw?=ge&l%YYPXOUe7%SE;rtb6jihH1rs_k0vTMt}Ss>q9i3oLdDB-X$mKh$IpR7+lK z9wI_`(IZW}5kFK1z5R%*;|*`8Tg8`^&E69GeRj6+On=y_4 z+>+7Nw;qcJTE@zp~VwEo34oPO?YsBJ7Y}2dt1+zA5YRD@WI#<)_2dio5@0X zJ-T(JO>pnvXI{olv;3)IJ*11;#Zz=gOfsVG^qb#OmGr|Oo!TPBv>M@0I5nYKX`-VF z1=1}!eYl&hw1#vmEN(yxih|)QXUPQ*)ARR#wpgP8H=8E_IZzYp8_>$EVJ^^RY?jDR z{>@vO^cJ?NAK6v#n3T+8%hQ1v<39?$9+e+Fd{?~h?QN#$xeI$eF^K7Y*FNWtw49H% z7G>9LegSO1cr{~=qTXHcr^9@sofe|4&(^#^2hibC=m!dOCi1wWSu=S zvpXt#*V->u3t1~%D;o%n@lD`!MjHSD^j4bK^QEJsC1oKx*PCex%fXTBZ1fqY+)~`Zvwdef z7n;Za+SoT}4b2ORzPREw_*5|JFizB6Bj3dX zhPPj<6^Ol{=C-8nT(;l$PQ0ebgCMJq>f7+K<#**fY-4R(2;hqK0xnG!EG8c{8 zK8og@2wWe@hixM%3&h6h@H9FGV$i{V#Q3`@I^0#36@a)?&+}$$`_I?Nq0uHmL_zqZ zy<>Sz{+Q;VW$Q(#z1w>dk()L7`r|zQ&g=c<#r1+YcN70@uD2;LThUkjnO>up!9|Iv z+Ix@QF#o84H{Xr_2+*Iow2#pU94$7E53gI=)p3_5UNl(@9)z+?P16w%+{K<%N0Oz= zWJyADE?GObkkerQz7sL8mqhRv-e@vn@^DB$M(B^o-lA0xCsZ2}6>B`9N>UfKWxhcI zz32*MaA;UTCqFdf7jXtyKsmpe{5Re3)e+QuXt`tlui?iun6Z|c^BFToFkA)uBj>h^ zG}AY!ltP=^Jh$*hG|vS}=({AAVq5>odHGo1 zp_;A(Ey+-HAt6>VHAuUGKTxFUv1YxS5fv1Qf0b4H{wTe9Y=qVIIs5qSJ@P}b5**h< zUO~N2 zzEccrFAH|95oRJD04;67%M(SSy=Jli|R z^EVcoZLcXG6Is#}TXOOi^S?X#LKHFQ7btJokG=4tH%|S|^A6WtieN(MPOC_uRy&)4 z2>5pn^}E-?E}LIH{*pHU|F@jyH*9L!I`a>`hV4)G9n~lNQ)hRCP}e@TPk^mhn$2uQ zp1^UP>Z91>ImbnP|9&-d>MV)d7(tw6^2pICBeAO^lLIAD;7b@Wk<9V-xZWK2Gr%M- zP-tFBk{FsSHJ#4GLOWA8%gH3xQbNnr3hpY+Z|5+3Ye?3Tl7`Ab^ z+XA@mxVww?&jOnpapF_iqnWz(05vCkpXus`#}s$>_w$C71V~-<;AgjQtNUG4&@ypcz(f)zrRZFZu_KdI>ky?5xT5Etx3*Jq zskIkD_NlCR>2)EIai8NKXLty;&`hb`Yzuw%27Ft6PUAq? zpNiwg2plYB{&C~XNA%c+anoR85;4kifkJ*7EVGHiZ12c)-u8vzsVYgo5z=Y`YZ0OQ z!`fG5a>Abbb|i@0{qK7k1So4d%bTtJEw)a3c^kYh_b*Pr7vC`rR?PC*7Ayz29)xFJ zgp3{wEI9?QP&*2cM$A0R2*mEI-UGjC z^HDqrS>ScS^co;79%V-xk0H*D{#$m=8d51w5^Qkl74|qdWP;Wo;VqA$E$0{sBT?cU zd;2ijewUC7Vju=ypNW1>q>Zu)P|qV+%=SYg>ext=6v;56CC#De@UFb-Y~a)5D@vjx z1jARWSueWTeeTkN*MXx}vwjiIKJY56Wol%y`8EZqN4Q;b2&U0?ww+Xh*%ErIn$@hC_sgu#O zvmr`uZROJtU&AHdbF{4|=l&^CZ%tl6s1;yC902jEYUtpM<$5GipY+*u26IrkwZG|e z+H>9em9p>6|8}H6`|D0ryVGYsjl8e#D|jfLEnx`uOsZ#hK($FY)ZDzuCkv5p>ImTz zEDVghVlLdAXq{|#;+gHwdn{lr%ma!lSVDcXJCcB9Z$vK6KMAk~tr$Ow0{KFo`^hTt zQOuE)jk_;jCjA_vys6+3i3mpTy@}VT)XeI5eiHG)O(%c-?JZ)NTJL)CtIVP<0tUuq z@_}e@RC-C)6FN8(0(5U`<=8M6VlEAXeI1qxa@fjw5J#{}U z%z^DkP~8BK0(z>FU$OL8`%R@n&j`qo5gmpmB7O`fwOx7k+Gqn6>(ZZTw@ zAZu;16o2gx(+e3ktc4O~ z7q0b&fs+TSW&4#IVFhK6V^?iqOlJ`ctUg3+c-3a3=T4BOl=Z_S&z0Q%n2g;|M{q`t z@q;$oS&_Y=4LI9(IB_LcG6A#NoN5*SutXw}dFT0+9?}T1a`&gV{N|^l2u>#aChPQ3 z-;d?uJ@s(bFXuyLrp2|nv|Am@X(3s;d4k=7lp7A-uo$lylVjOf!0s6r?cGF6y)0V) zBob)#;&ed0$UA0Gsw|PIpjtzVM>^Q#4x+~*d0UpDvDq?v1`^rMLXkbE!V^)rJ_f@vD1iOa1~UJ zUQE#D#z$XmwhmqUhc(!j%{5KlY9X{?;gFKymYMEg)JvhKQ%9`{A)<;M``E3H<|Rr; z2v=iZwb_uVO&)8MaA>oudU1$%Ar544S$_pv1RfD;Os;w5+yfbq9VPOAHW)f1*cGU+ z9;Iwqaz+i>bpIHuZgn{4>F0yuOvZ8J%SotzcvSn$f4OeZ`H^j@`?6K+{V5u9{;N#m zKLiVguN9*wiA!;Ryj)FgzG)kX$Pcx>ITtY-ti6~T{Hmd!AL{3LQwuVBvwGdAs?*Zh zVy*s#gkXu4cxNb4UPomi{~QqpWG@MR`}hONFrQU|%n$c_R~H_Q-7{$N#oFMw!~rJt z9qPT7v|q4<8q5^w-oiAQZIqcQ4nXnoW3!7nEe+beW45k*PJUQg%@nC>>iFL+53@4q zPy!e?=-{W;f9|byPwaj7qLk9vbFV<^FyNO|9#38&vK32TW zU05xmJeBgkI1nz;7?W}&lWxfEj3(IC30>dOs`2o^(r$C>ta?l-d2Jjgr#0QB4Xxh< zrb>68%iee;Ntu};obuj6{Az%!Jt2`Sd9$Wv);qbG>YfXFE7oX*Nhit>NmNTz9&mm& zztvO4Z9NCpp@q7DlITF~W4LY+7$NUfz(Uq&{lubxN138!F-0HRT(fr!t%U=uLk#mh z^|8_y`f7BJmJfyV%QUwXzW+RkH((jYN#jJ9iu5R1vcnLFGqbzLHwtF4%0h(6I0s&o91;|XzmXqX`I^u4- zO-93=Qd%<`<{9v+gMHs}yPzcw-V|`2+T=~Cw*iZlYghL~deRX~lzIqy?mCr@?Z_y1 zo6-|*d=_B?65rrd>=<+}vvbmIaN}9Z0&gL==&a_|?UWs>k=&VIBOBkYncRHci7yK_ z_`yBQ)H*c}KOcF8nrR$8+%)9-w$bBg2|(Lrky7|Czw?zL+H@y{Q_G;Xm9}~u)l@mx zsA;!(IU^?Yyj96MS$l1K-`c&n?T+;+hR0&82C3t5I7UXgelQxlU98UL??>FqoW|^^ zVw)Xrj{4v%R0lESQ)RHCzjjk|ySn9hVvC^m)>fjP*##|0u;A&%^keziQa=()aPO;- zEWdkfZDwU8j{Eza&HXWDx2u{#OO0)(9wti0dE4mq*0)Oj$F!rr)ACYO>_YfONFw#d zWrUPBIu=`p26WrBX7!i91Yj%rIQ{OC{l25vOBtRhZ;C<@-rJ$Ipr?ASNoD; zn*zp}SF*41K0IY|6MmXEXZc;OQw!C7Lws!@r zNhIw$={V}wmpV>Kw6R(4P@S9NvO+mWQ;bE=x6|1DgW-KAx9EiHUmTx8T}566isYVmm%8f{BA%fSw^a(%5aM84w0=c=NxqMbYi-O^F~-rhg2hN6tnVA-M$t-u1KH0uBEzqT z)~poadjY;6t+HrepK9hBg~WdArA*hYNhOqW{$vq2RbSZ=Vg>^wD_YoF(#>sEJnd}2IT z0utyumF8!1&6UeMPbrZ{6wu!58!7QH1}kEmw}owy^U`zhJlJVK>%MEPxQTwydBgi1 z?AhLUzav)$fqA;pagCZO0jq_=oD$isuc&CEMA%CKR7&Z*5uQQf154J2P0nAGNU$Wk zJge)@o_cn)P630Ya08M*#M)pz&A2~b z%XI0pshULqLc{1I&ZFJ-R&Lp@aZSDYd017`X`QpkRT@WCu-xAoH;GBTQZWmN-Bf4P z$|p}mm7!NX{s(_r06$t(5NE+=DBXf|Cj!Jb|IYv* zCn3zp@u+37pNi3MC|_wAV-z0ay}FX>j_e@A2225eoT(l2C|f5xPB&n5UIbj-9sHY? zSdq53?F$iA{==(g+N~zU4yicq-QP|j$mri`;&Yf87(zc9sV=P7QB%;Mb*GNgEUviJ zvWuuio(D8O`1i{hntEp;Y|k75r`Vgu6!nE)MmxWWzw19OcdV%k1$aE$HS@ z$87CSc2fyKD1asV@(hSwFDX&^-O#Y4?XHF2t5&YGmkV-0xVVv%6ne)-@T!x^O36tM z+zFdp@Ob_=6}-e1w;~Ox3cdv3Nv+^Tgm;A=i9r6a1|};rp*7;|;c*UF=v+;`xV`3h zpYSlT`)IL2b-(S4@Xe8=60Ji?*&gw?&1|vOB=fBWO;w-Hr-d4i*JtqPG#;yV7bb|p zvqnsYHkGq$P?pS)!4b{)7=_3iW-!*Ms^;g>)pUsfe?*gBoXqM(^Pwq*yWWt#azOfs zbC!x@*3D;kuau=M5B&LOt^x)(_Dl$LV=>119lqeZhbWT4pDziIjQNfvhDW6zy)R#( zKNgI~cN_8(h0!tKn5=o`(yH1mHY5RNuS!V-YcD^3K+2b7?o%lB?f&~c$iT>``01qy zvHe?(eU}3v0~1$+NZaW5$-pr+q;G3POPk(zTFxKo6nFex)oUqW(d9L;qJji|JB>@N z2#Ifh?(*My*V>@=Q?u?QICSR?U`P+=@8JWm@I3Mgq~DHjWeNktvj|JBQKInw&Q$QA zy-zXnNB-vip0cTCL$gDXRLhtK3%+Ewh3E@h$Gmf25>`%jS_Hp5n-dVC#zJUyhL*!{ z_y}JdV820FVI@pqRsH6mhL}`c6L?VdUNz4Y6^WR9VJ^wG?93g6PngV@DgX& z*iT3Ux99n3$I(WmGl+38z2lNrC*!OwR@)6Bq9?>eIvme~OaxgRSEglIHvN&5BX{mC z-VsnyO!Qke$gg3CEw*`YzB<4e`$Li#%htL)A3X9xeZ%A z*hbTM!j&~b>QOMsbkSSh+CJPkUz|A4_T3!uGxsr)*dx`5@NR#+;%84VL1Gha|m%A`m2G+A?osXD2JFk6U`VMgd z-Ne^_h)Pb${(qc(WmwhQ_O&1qB8_wjB1(sVbc3W4(j6k*T>=u)NQtC0(k0zUcXvu| zVAGrCUEn$Qf6jZq-A_CZ5A3~vd#yFsoMVnT2JwZ$7|BcHensTM=vMRX;PpBhJW2~* zLvr2a$IRqQWX~2$knBziOtl?jT8h#r?EreQM)H>V0?l&eK?+8@kF@KtLD?#R?$n4` zSr%F^$!g$LzXrT}#Ma1ZWaGoKyh#0EUO}eG-C!u~HR0EZrj~TImrbwGg%b$ZZ9>V@ zawp)WCt>Zep$bmXv|5TrbuC0pdMd6c|d%N&*$Ca>N>d9a(BbG zsV{y(jd#UbxEd@!iMxL?V>J@CGgF}f1C$^xsRi%L&(8<~#&9}BZf_=dJWqHh6|)0_ z*|yV7+?Kmq#If1|XqF!NQGS8Wz$(UFPPWH-&ckLfiYqk5_)ycr|-E{Es2tl$ytk!Z^)P# zxZ~bRvJ5V*?V3l?pDX4@tL?_r?``h4nny^eV?vfY$^T&c7qD*VwBuLU16WFoPiIfb zaeGL7x2w~X?f9=j&R*#x3A6FSA!1q6@toWS9JEcHn{MOP=JOAz#~y4?w%K|c2P}ER zm=O%h*~XpPX45AkA-t@m~Z>R@|&SQB&I| z`CZRkG)%Z!HeL`J=l}&cW@@9`GrO-YxUgO%K7x6*e7I;u_oVi2=f2FimMM#^x`L z7B>Re7X9eD0iI69x6MOjgezZgre{Y{<>mMAvC<)gJNl-y=WQsuoLv?LL@kTNv)l{S zrx%(nBcDJXLq-k<9m|$NdX#k37`={5U{X48HcUm3o|wvN^7a49AM~%1$N{(2PcCx% zM?__DfLXl=qS!(t#C_%DxFc0&JP_86ZNIk~tDF8%UqF`->9@YSrc5!^mVJK>nHnj7 zIoZpT4D_l9MD!5p^u_n}3KQ7YrF|}RaA=is1XFS!(8+ycH@W;!`L<&uvA-42Xk>8W z$eK^Rfyf6?Jf1LAsU=O#+03jgay@6vy5j7Jdfo+ zA~h^Ngn#C!UHf1ZL!TGV)5Thm`@+NX%+9P*H^h}u*^;QEj@^IJGy$pHAVgtYAUz*1 z6|Dp_L|%KHQL8+UOZ(>)2^1|~#14Y>>H~xA+OO|8V&} z5=^x{l>LnzcfjJrcaMvg%2+b}i&KNj!o)TB$4jCiPTlK|VdoGlRmPFXBH=UJur|w#X6%{ydL0deBrOwfUS4OE zU*eG)qRira#Y6#42ypNM99WkJJzhsvl}Nf+Nr=U76D|oia4As=-XKG5ZR=t1uq?|I=057h9%9ZaQC_08tFa_e)c#~ z(&}xZm?qCxebo^pYXGxK2H8S%HLwDb6M6c+QtVbT{MlsH503Q*K-H(n*8@Uo%+FXW zu*zcPN^wH4Oe!xeneI215Uv2i-cOF_3A~zH3qwec6gqO(Xd%aEHSTOW1$lKzaI>IVAMh{BQxYiUbaHl2C$lO#Bzyy4i-L_(l8o{De*dmf)#ctCd}O z;SOE{eQEfpU>g_SBe&Tf@fsQ>CTVJAkl_g4*3MgeiQMxvGLzHVjBWfuEgh32+bD0( zrwejt!6Ht=bi!xzp7y0{Bw6*(1weD5KIvpZ&E--Mn3c8+2BIX=8!TJ@W*n{Oi10rf z-*xB>lQyMOf?j~4aMH*D~ROJ=|YNsLTLoU zQA#OK(Rn|)_+NoWSQ1qTUh|$e-(Jan7-Ld;18OHRgh#)q<2vCk{)U`9CGxTx@HE^2 z?F8pep3Tj#bw@f?1HGdxgo$%umuhxBtt%xjegdyjS5p6u72a_dC69`wt2w8Rnyp0& zsO3yUAL~)b-Pa^}V;1m39dFhBa-C$}e}{X89*x}eae?@m1z zNSuD;cQW|BH9!1YE|SFdG8Fb22(rEAorCb21M$S5UT^ zbFHMBgU9Y!V5TC?uK_!te}J+%n+BI08a}pr1PmPpCoWDPYt57j)J9#M2(`?Q{Fw2| z_ahhKc;+rnHdi)$CK?t2i35fmNL9!1+-$`kZ8UdeCw7cayJ2eoK3%P~(0iYSb*D62 z43%s-Ee}FR4k42j+>h+@xtC{$Bj?AE$KG~D{r>A@1iyssnU6mj&Q@A2yfmalHZU8r zREdz$otk=K{U~W3E!(VaIhB4F)=6dJ*d1?{>YSMCxOTEJ&(|k9`FlxXy9%12iB!K^XVky!$SF+tRaJNzOC1tKi8cu(1dn2uit=? zwb|F}&wb)i;;Lsj-S%yK%}ATEnrKj?&qydBZ=G zA}`5BQ052Ii<~=ISdn&(=TdY!&h5o3mQqsZ3!%jhdneu16cNY>J`c++EnZC_w;zrQ zJF!$u21O)aw8Py;d<&=#_S)`o!7r#EIAMKb(&4w*B-k|$ee{DZ&uelU-ic4nfO(-} zX1fM*1e@0k5UUQ4CQ%kwGh6&)zNGv{>Fofl~{Cp%?(u~VrCBjZaCG)~k_ zoF@qV*>>*1_6b$amJRkk?88EnG2&(l4vkDI5?R&4Qx~#Yy0ev`4$9ccd1c}zex;!7 zp>!Q-su^EhRI#>;pjil>{tl0#wktt``)TYW^8Li?O@B$D<4`{s5<=$^AkIjwR0z}j z@X}k;d`>lfu_pDN(}yKlYX#l|I?p%lT5eLALZvCw^2H{G_FeisP3My$I=XUSL^OqD z{)QnFOUuUkEgRRYt6sNPaDj~yCp8=v^D@g5EgF_hlN2OT%AuKtMTz8=k=J~kON>K3O1Hx1WBFk0oCOH6>GZmT=oH2McLmA}ro7GUU#&ihvI8%= z4oaYBv*L#xPkoDqxmSJ~V@kklni;-VA-T}Ng>lZPdg<;m+7s)9Y594m$P?rElr%vm zL4OQ~*yU4rb(V~s%$s?%G$&RgSJGrbYOC>*j-a4P-#J z=k^lONR0}xoG*;)a4QwT5@z9K#tU?rVX<;q>Eql?3uX-al0HZtfbQ`I*ko8golOm4 z-uZRBA8{ogrqbCB=A!!e2y6NTo~($BOPntH!g9maRqRkpJRzqwf%@+U)I-(d;nqQ|XY%XIKE8{{@5V1gK4y-&-fM|rHyiZKj4DAo3~f5qSS-Di z@6uaMIK;MpKA4hueO*g2UQC30gUHC}&k7T>Wb%%qi;!aAJLvDKdIMS!nsSQveNq3&|} zaem5qX{~+#5hGbKdGJ>(v|V%eF-FUCvm;h~g1dxill4P$o$`Vu%z zRJiG-{gd?TUdxYTNypM=`bAfmjps~_SqYmzf}tCx~YzFyD;$XP>D{VU*HTG z8H-7vR-IVLr!Q-<05IH7Xp8=KWzvazot002^;_l1i=UM=$&Ervg>S#7eVbT)_i1(K z6Y2K;BcXM^{d{60zZj3pawOCXVDvHqZ3CDKU7c_LM%_Jom3hLxMC)t!u^r$k? z?e)4P2zJPr<`hLVQZ!$Ns`Pl9>h*T_eJN2$fhD9h4s+~M{H^xyQKD5DWiL5s-&k{% zXn(A>{v{P-pF|;&Aof|chiyVHiWblMA@1{>db zNy(v7En_4N)|2-(wz=8l-P=8WaN?C z)6P`k|cngTwi^q*Hx+7}M_@Y||vB zjXHW6w;_MPjXZH%Y6MN+<{6@*LuU`jUW2~unwya|a=W-s-F~n|f48rYrju37K&AcuVmO-)0Xs6O%~)-yYlEs&|}@F)Fav4WDZN+Y3GZ z_VSGXFE{Xr51^uxd-=B;cvtwn*9EtHfV#9tWW2B4kjfUO+@P|luE!9_2WPYZm^I3s zTkcaH&?mUHZ+8oqzE}wpbfh7;&%E2R#AFod5?o4FrJ$z5Wxs*cQuy^*x7dA0^Cura zJ)*8te6!->%O`RCu8W>T&w7k=rf*%d?*K)6NMbqHd)set3SsXa`Ncu2P{piew^I?#13Oc84d0#nFkNmkZpDR#fB>A))xh_3 z>kF^uraqm-j39^TV>IDlBaA_JK2xUNNs{%z_`k$gvB+`{uI zA!fy9`iGx9aHj9Q{aC&K(O=H=-rL?y5AZbwb=+Be4|E*k*U_#(d*x`a z6=TS4rNiy-_xkd{JN2LxGbAe0I5UaRzo|^b|Luk2j)RBO!dya@Ogwhg?&zqCQobsS zhZZod-Lx`#@G9>?L@*HKll`Hcj(FQ_RX(I3A>}$?1EP+8yW7(-=;Zw7nO&d%wtSDk z`a{Ni`oC|LDO7LIE3)qzJo8fP$!=t;osq3ITm-*oDxqes8_h^2z%5w0F7eLGJYxHH zd;94oZu2qj;3F)56zosr%5^_`cm&KXOwE3&MPiZ$%tTXywGjln_6ve{Dty6=1@L`F zBm9hiyJWY&zWed|{q25Tn~(a53jd#d1fJ?C5r}O#p~ca6>mqm}mg>B}9L;H^tqyt& zw~_N=K4&%_{9)qgpU>j1Ai!vQ_|KOxdMTWf4-8T$lZfrBLC0d-+ye!!M^^pa=rBo7XMrc3Svr3rBnxB!T*cXW2 zm?3i!k>wO`O1BG!ZKykof!&x?X{@x}zZQr9ocMl%M7Fe8&1&1B zc;jSAi7=ASKN$1nIDasoP?6Qli&liPE6V-zpOF3jd`sUKV}t+sd+_Fe+LG5%U~qNS zIGNYwB}wDWb?q}z?qAhQF-a>y-3o5s(pCBKMVQ_5dFH2f3Me7kZ2f`!owL8gwIr%pqcYl z=v;%(&GUZedsX`jApf+Ho#Hth2gZ7*?Ar;AHx7X<{E(Hr{8iSB2>mEAhP1cnx)@NQBV!=?cdAPUS)xQGnI) zQfol^@~mfSBE^$>D<=@pH@T?;VqYl6g6vj2`!}!ONsi0F&jJk-@Qu{eZ;l~NHJ3wF z*i(QovCeR<=R==NXFGa;_l~0wF}~LCGGD*2)lU zlW>X%3(P;){fvG6Y~a7*%l*5HMk~b}VdbaA%y97%)k_k<-pPPyl&7|b5|7M4>+)8L z2WNBSML4TU9WJl$FMPmm9}pnVDmCg>g#pqs2e(Az0jB3G`#@UdeBI15u1(tx(xY2$ zSAM1<{BXup+B4o8aJ?Rjz^E!|w7ArOAiyPh{~0y4m?f zwWrHoLtE@-M`ycpwK;{9dd6dzSvNnSlaj_s4tQ6Yoplto?+x$itwB649AYM!G=C5(YLC zbSq2tLwYyPOMp`QjK{dH~Ro=o|ut8Mu3 z6csY@=bw$W&Bb|+TA#>n*Mn<+6AWidM=iYJItjL{`~H|g<7Y2f0VgLqF-KydnImbE zqk7@X&A^YBvD{2Cw-TP(qN`xvj4)WtY_k3|pOOhJs_8D_{fztf9sdRG_8Olt&|HW> zb~)2Gr+egMhi-ZjHt!{?HZ@4 zhc+aD$yvQQG=q)?>F^^++*pn1G!?QT@t=U!&!NS{N%_ynd?I+;RC1i4A#OfxA1~Pa zg)d?HDmKq=gLu@(9-#gvmu@)rv%u>-=QAZqN=S1AU`DJ+M$stlOk>$@gfKOv^6Unx zvT+bFXxDvW?DNXKR;yFBF=9XdDmmOC%~<_OIX^_T!f$M_)JV#hC+`OhT{R|Yol6hi zEyz|=#O1;pAML7l&cue&e($P@^JaXqmD@R2f%>@GB`%!w!Z!$)F@L3Wq>&lbzW7HH ztOb>wWVJhXXdE|=QA<4T@$=LbB95FlGnG~tk5s-IKeskg+x7ux+K}aSCYKGcT3CJM z6W=VBNu!fBLE^md@!iW$BEX>xK#elcFHsy7g(aNM7<|4Q6!Zxc6jB>y3ujEPc(I2}2=HFqN;-=UB< z{AZtv2~B?qKR0$dSI<9vR4qW987p00+OG>@4XO!sU_O z?b1{HS$e|wiGf6Rp5xCcPSVKjgl7m+S~P!^Cn?)+LS`HPdF0g|-5z<3!#5m0`#>B} z)+)?Jx|M~AJ!ZPnO5$DgOx2q#j~^?_McQIOIo8RSPNRcZAuS1L9JrBk&q{e+AJfP> zL+f7>m`~Tm+phELbl@{6Ob+!~cYUFL9DgDHjoAi%=i(gl(&(vMTbB%DZxRou!|rT+ zER&8L=(v>Du>M)@vRlEOoe3RidSZ66)a;LvF_x*tr@ioV-LoWZqJL`vyvuv8(;)rw zVY}-fpd!Zf90eX58;rerE~A(HJ=MXe;&MvwQK#uwDYxYSaF6e|vZhNPP=S@s5)Um* z8#XnV(J*Kq1eI&7_DK{6pGu)-x!ZuY$BjhTrHqkO9D0af5&>_F3mw;LG>NO-n-cwB z`Bu!dACDI)#U73b&U+9>tO9w3k9_ z+ULPx?hZp`#tW`U3u(o8(WeM-0#}JL=Svh6MiUngeT2l%&Tw>g1ImvwxIZvMXTlk>4zCDKYTU|j>q2_BxMS9X-N z=gkyk2$%xLhO4|ZY}JDWI$tDn@w0ANlXUBD?ybH}xL4)SKIeAwwoo&B1SAA$nntm< zkhF|Yj55K>w~>oz@f)Qpu@lDq-^7f%qsN@1Y1Js7VXK3KYr;dB4< z_r(y%pevFo`I3A)S_bThA)ErAY(iMcYkIUId3ov-uj=dka@B;sP#XL(f*VWphI;9{hje&X;H@AfO# zauAt1Zos~1Ytybt;WBgF!V!SR0`F|EIciH%~!UAs=6Aw9(5pkO4R{ChPr4 z$!9Lhx8*cQrqY*x1&<6!gbj`}Xncq%&Dq4$?E|_QOygY=N}j3*!h&4DkXU8hCwy3c z6??Mioo-ce9+>Rc0yZh-o>#6G4ky4JzD5RgW^iBSU@QSUz1z}s)9$&2Zlw8q-I@If z*ZM|PG@Y3`UPzpb{pjNT6M`VlTYS80yAvGd43me*2tJ%jtv|?g@nH^mn81YcC{nL5#nM!p(Nt-R$hlWy3kG(~q%EH)Fa~}`_ zOB@V&JM7Bum7>z4taIJC1LNqpSdX~|H=*A>N4w~({P1z#_lXz2mJRSrdyUBO>@ir3 zZ*$*X#nIeM?4jmp@pbvul}_BTc`}#8q&7F?|>QOv~%TIiDX5Y!vc9%eRmf!W^)8mhAXMG01oW z#p^Fwdm>M8?S2du)xW1c+L#XobIk9r+PgqYSA4DpHfTeqOrNbB^p#%d@2J{|e#_5m zz+d^^_%Tr#BowqNg^9y9YiR`Rm&HS|3Y`7pF+)=Bxec(_FVe~-PnrCXflt^)_kTur5S$=|= z{%T{TsAh|Hy3$L4;oZ6YM&IQp(M@c9hKZtv{v#WL`g9zAq4OzOfe_Zh+Ffp~OMKIU zc3ynBeXYq?t#R3 z?OkTfTICyS@0t4LTFjnrnPbRtQK=C1x~~*4KS*y?^8{z&c-tlKg>)QaNivEynNbYky2P3Nmo4{~sfj+> zth6gM29S>%4w3RWZC1SzND>ED>%oYdr$zi8=Wjvpc{9JPKS(OTZDEJ!r&&*j4EbBvw5Xem>1>`&%0C`-J9R$_>ePo|@V3yM1c= z_kDf=x5t+y{hGd1uN?vJ1&%K@y20&acPwKbSUAfVJ%(%fWQ>TGHe*?7jyC0YUqf+61ur2HfV1zPS8I(fY2p z^-jjw;hKD{qlF8HhxS`6Ve4=e&B*bcqh{X)g#j`?+$l%3ZxBql)s}!D%<%ONRd+T* zz098)m9@{=*~di1NDtQsic;!_Gv6HLc7bB4c&YVPkC9n^JaWa=EI`9#I78AtO#LbI zcRkUp2MtObL97{(P>j9$&{^l)E=3Ee9BAD0`AJ~_rK!rRTU|?F z_(I>^%oE^8^=Z1Bx{`S461bbE^Ls!?&c^dU|NK^I2D99OPt=&5$>(7FNO3&pgp@0_ z+I?O_akHp!oeAn*qsgL+{Q&Z#!+J31;D)_#{H(VYd0Bp?U3QokQU&9wba_@011YprAOBg2pln%78(bVgErU#} z^9_<1_HNX__%`v45;Xmg%ketCiSx(pG`$7?rH@oh4ewTMnG=+3r`x6R%f4X5hJdc_ zw~LRL{?H_?>yED@rSIsp=6pf9i0_PqK?DZL#O%p{p>I6dTLO z+b+c$N0aH{8Bba%Q|i%VqkGI5jjiVEB%?B*)$7`BCGw4P4Z-s9qu~^7y1e+X`56iP z{nfa#&663+vLMvEnCK#=Mr%1lIXrQ54dYbOve-Vt332~ece4J#27~vMf-qn1eK=>6 zu+N{IU+_d2BsA7ngcw(1K%+X>xJX;QvQ^`L{jY3O5&I%-K9`p}0=r$bv|p|!Q#nes z?E1#I+aTMxH6x>FtB@4C%x8%Q(zDfM&z&izCW=mue9G_2#sdz zdg%Fuhf(Z2@zV~LZjnbE#FGv~9bs2ODIVv9$GdYqEklW?@k|^hvy+BSe25G*8*IJn zdX}NgcFJxkZRh#llT%k%3rmVtnpF{}F_?UT+XkhnY#$whOXW7g3K+%!ObA1N%Z5EP z`h`F4J_k>41JW;9x-{_cLcU0f9bu7vH%~;8Gvma=GSb9?hc6$X&IOGCfA$HLD24r2 z$<1D->!Y%P=uC7g%BT5GnqxUwjWQ_-k^+H0J8;!{3sZmNhrBhM1^`;JM5bGq+b>Hi z%#1ns&IJkz%2!w+C5l9bv9r|!PISW1XGJ4wtIbS2bDkq1zy;Ja@LsAw6}}uYUq8UWx_zFtAo%8yQ)w0vM%rRX%9k3Y{dC zcWbUJ?mHXVO#ta7Y}Sr5ytF@CCjLhOzXldMjR#PvQ$+pZyYo~v?7TccWW+GeR zS|C{&e`t>VBeNm6J;?g)*>HhoTdM)`Z<0DIodCnEmb)R0%dC94m*pF`n`>JEYqP6rjTeFcN9LNuBxkq{z6iKz~8l8gLH zV=sa9flK$bDs$cOIJ!wgR~=de)^-93C!Nne7`Ms&9pvU5W76NJZ}AO5Llje=8TrAB z7Zvs>7<@+*^_-q{@6;n~^MfZpPZ|2<3>7s9-$z0>%-zkVh{Pb~7dCEMi)!guWwd+1 z@r{Vi9Tl&4;S+$zvqR;W=88ZeliTEf|V8SV!AOb`b(5}mQC!D%$I!g6XK8KaFY|Ypz?mR ze#qaiyY_or1F6L?cLFliDklknLoorMIlbC;@W_C#ADS2gll*GT5NkvD>d=9A<2REc zV!*4-1V~!s!V3^fz%W0tbaA!sL`P2mKdBiufv-zo<{N9i#tGF4dKVtRZO=FR<*M@` z;EW@y^4S_}YMnbMVY=MrC8i%5t{cp=z(HVee=*_r#E)7WM{InrKPX(77y0YY|L$r$ z0TAtA%{zxutPr7}b9uA(pIDdX#=mN~8YghQ-0w(VtXXO&t~gf5L3z-8J46O6oD1R| z6vnd4Q^&*9l_bCs#Cf{_<~^eQjYZ!+Mrj+2z12ItP@3vN=kM=Kp{$}ulUwP z19@f%hD}{zXB=Yh^Yf5%CnZtgpSOV4ajx7>Ahlc+dE2LNL8l)-qR?ux8o;<6t6J02 z=SmC6eOR8=PmnvI@tRLE_jI@4hb>4*gx5mjFUC}2#W;aohRFhG0eqk1*gt9hG6TSQ zv56NdWAA8HN_Gc6*O{I7MHD;GMcbBe;Zu z9rR@5;Mz9<(%xNfcYTQ^{UeLljd+Rmp|WQ%?u#E~skzmH!>LW#3mZF?hDV zK4kLtL@7_1Jt*S0nFfFoN zP-kfO7v|&?_U;;{d@KrrWn5hMW5~pajpwy@be-iDqBJ3j@Nftrn|)&(t(ug^D2sBP z&{L%Ei2=n>eLxP+U7!kA7i*zCq_248x1a73yry(J9VdE|im(E7mbPqgpx;Y~bn{7< z&&qLvmiHfZ5$HPPY8Ur(vZN*)yxyB!d9#7|kw8Gd4f)%7mlAE}toTobaWOPFOv1u< z2#v>5Pne##JpmAn`4yofZ{upL#)s2DoP=cNWboz*j^+z;DtT5;N!$+fQ&_ed0C*@j z$5U!Js^J03*3sU6=_oifgXazqfG8WhwDR-`G2i<5YZXTGMwvJl-QDs=VfKc+;=xBQteMIT+-S_Un+Y7z7gorJ#+Ts+V{&?dsd>pGnmY%xa zAmwt#tWEu~54C#+zoppaax=jt0(o>#~CHT&)3vEPx)@8$=Y+33IA zs!?h(iKa`-^_|C+9Sy3YQ_3?E_?B_Utrj7K4@HR zJAY)5yyn!uHA*9tQlZ*mv}o9fXEO*hh-$4lhHO9^uhW2D?UQNtyNEi8i%ccV77c5# zYB&=w;NkeL%sH#ecONyH5suhQHn8H2b^S;^qE^|<9cylXwTXvzIv;|sW;TA_h1V5) z9sFfjpTmdQz()gA>+!*VAkFw09ff~&&V4?j-2!Yowvcs@kF|#yeEB?A*O()=BM=s) zm$V$g8K-W&kQvzK--J3L&beTZ^CkbD7!o}$F>0k2w^Qk?Oa0Msk1J((uj-}MU}}Q` zH}q%WFO-4%el!c;O;hs0J`d)e^K=_MrZAC7e5uy4bPgYvL{Vq!B-W{0iS7StH;bV0 z3Ns{f;FD|urv}1on%F~)uixxRlA`+qD=RS&RzKs=P7Xq<8;j08IMKes>%k7#)3~I9!z++D$L;1sinZ3?M(5SGd|ofrN`%>0!Pa zTdrNUoIF}rihuxvdfnugzQlvmNT&3M6<2%G% zIXg`$Am4PYeD{U*htIHBTX*@~9HK{j_y-`4{hymV?^BkcWWV5AZK=aoXplZo^FW_1 zQq0)c39|3M&xDk~t&xK!uD!Ikl)|8fpl!fm!T$uJKY|&jSl2D|Ewb8X{>SR^^!-Qu zST&CIQOQcIWIiK@KX87h{M{>x_;ib()r~9z{4CjOy)Y@({H3IYW9`lLhazRoxZfGR zE<48)n>7$h;=YTM>bQBYo2!?ct;bl7F3cgl;X$+Z^{;ESHVcvX*^sk?PPezOn)597 zWBtfCC&JsqJX9(>E>|*`YUN(a*L+g#K}#<}&2xI`%td;2RF-s9ExWlv%-PV*8sTk= z3WRKfM=QOXe zFGhWM;Z2Hci{*J95i zUKA>M1b!3?E`se$tiM%?WkiF$zD7>JoO0V9lGp&wGefI;UeC$LV}yzWR#$=^)2fR; z3WJQvCcLWI6;}f@SdNg{EYi30%?zhpLAb$#Z?WRhrVKAnVf4Y2a={Fp7(RXD7BlSE zO*w+zJ(vX|yypYatB$`B448gBaax6S=fs%|rgjRW(*Kxumu_>tr}@bM=N`r-nc(TK z!<2Y$jZwrYLQ&nnfbN*M7)T_J4!+i?Tb9k_lm(?z6LAp zp_@BSl%hxtl0i%%!atkWxKt^Cc2)F)6#(q3C6JtnQ_myP=X02j4tiD}&kX1n#7wPz z!tvEARUK-)IU%02gYr#N`8{^IeEOQJ3L&AUxEl4lLT2~0B2vG+MAsLZx;6^N`lfXQ zM_9MJ9$xZ?T_7}j6clCupOWmwZ8GA_`AfuWsL;cWh}-^ap?eA|{k@4}IXLZ3iWQ2< zdbYMGT@s}L-;<|7x+GR=&T*``@8Wfz>%+B@ug5j z*$wN|FbU_)&V(H`iOQ=(XQrNdQl5G75BG(|u|v3A+T@gf!#WEFn?vopuzwX8vTasI zNf$iY`V9n0)ONqpyh#>?y~r!}^wD|nD4%g6SK|$S7fQS4+3Fa-=7+6PoGvaQLdLo! zDYM?MoD60aa5H|d*a33dLo_YqpZz(FUzZSr8vGYoRFQ}HRt(+=+(pZ4fI1({K=JEF#8cqYPMd=02RJ%(8Ov&5q5tc0tZe< zHX<5T1~+dUV2q_kQt8+~-BQDdNi?JbE%C4dp4O0cO~>{u9(TG~pC{B5^|qN(2ww_N zG{x!F+onYPyCC+zOR3@tBAqgAe4s57gq9+BrA9k4qV z)w>^GpDv@yo`l*cXRXk*n=;-w9{du$5H7xQWel*%v#&z~Qj~s(=p-K+N6-79)Y^C< zOEEr3E1P~DLO;EYG2|LR3|UkDc01!fB5)(DqL;$7=Q`J~QlKq+bFRXlWFBX8s&6;Q z^eRvJ5q_vNHWa$2eaq(G6D&X0AEDL8Ur_Zsat3jQ#B_^Y zLc38b#njM+raHK%%(6|f5Ov*_zLA5hw77n5ZQi=vo}a__!RKM>r$02AJhUi}!|IA= z&*P)`lae2gkpIO5FZ4qH(=;pP|8rp;UI>e@iL7VB9h`RX)lC*mAjUJfDq*q1WUb~m z--S)Eg+PERwo6Le!R-}!#yua)kdV9oPQ_)e)c9M9Q!q{lpiT%e6gAG5^p2U0V-^eL zWY81XL1n}6Ny3k|a6F4j^3`0&h{GKiiVo^`Q6~sJR9(&Vh322^MmFuj1s4(SJBSsz zMU;m~{2{uAK&f*7!+*FVHaFcd(KO_5nXb>UZ-7{c{n@I@2DzoO?wnNBauD5zleoya zlTC*4O7p2N+GNK;jHY0GP^ng#!K0rBg1R=4{?mdgR&K|^R=NquU8awYDkb?rPZ%=u zov*U;UAX*Of&^=yds%h_(X&kI7oAzZapc+`pLa$&n ziVOT6GKX5>E(gDdVn0VV=b2{+>@E7*5Aea3qpK)Wqf5J)jr&!&K};)mLgk94*2dA5 zZ&LlS^4lsZY-OocV2D;M!e!qNe?--SQ8DXLUn0AP@tdNZIvGz(>k0u3UW|UO62B>#aJB%J>sFzn4y<1G&ch@!@W z5fdp2u66F6m)z9Gay{?9=Pt-KundGuu&tjk9v$&6w+I`zJH#L-|T#+ZzF;c-!n|Yl{*%ZMDBKJvo&5&+Yh0> zp=t$^dEfJjs>Rn=lQB>A@$0B4`WQ~t@*Qf&+wAoB7*}^|wdXn!Wuws5$P8>-{X=u0 z9v%!%ivbNc$$&Gd?-IDQ+EmJpw@}woRkD(g_QBl%uMkB_hV$^Trkh9bntFdbS4(Jt z2Hlx$2LBD18$`hiqrRi)-_fn%K)UY>)8{?HFKfJ1=n~H?=$^CJ)>J_bwdz<(olu3=lE4tH@#MfQa7jO)K4}wQw9=<&X16m&q?O-1 zQ2Ps|UE39@vVwTzr|S8qg}k_aA1|h}Z<)C>n*`u|Mibw*Jkl|wt#0qh@O7t&!nyPM za<{$Zd(bf44UPO~0^#i)UtAF9mM$m0A#q7H_NTf{~plV@|)K7rhv8ZL*u@&$d0MJ01tctu~G-LCuDt;-=*fZC))E z7L7m}@w%6f=!(SicWr%Gybwu#ScfhbE=J_aCM0YONswov#?YB(-|ML?u&VR^X|+%o z1)-yRz7oTZi@@aft$*=g;3)LUrP$a>QNboNIj&YBx+BFd;=0gu^tFn?v@Uo9m;||J zPUpN6UC)ZchvkeeZnONW^>^WtYzPL=tGV{)G7i&$%q05hAFdYG0W%E}gJyZ)L%LOF zVNBHfb^R3U6gPDjyQ(dA5E>v6P@ha#=@eP}u=e{qY4ry8YBQWyPZ%Qq>R*Z?x5u*} zf|({%=X8li@n1psobvJ=0@tskRIL*;c=29$dfrxI8Y$nP|Btq}jH)VH!-Ww+v1k;f zLy#_Mkd%-Vq`L$}x;s?5yO9!*E@_bN?p8LP(z)Tzjf$LajBkv4#yIz{Zq}M>&iVH9 zKCc`#ggq)@5T{qaJ5d5Op!El=4;SB-NZ=TLS3qz)(6Me7Du>h}#kI{=-;t*RdgLCz z$#b$#cwd_hE8|8&QQ1wV6hRwWqe;{t$-CXxL5XPD7feH*zMPxODZ97S)+cK80bapR zb8Z4D;=4~hm`mhhTgEF(WV*rlIQ>U;6$+2SHf^Xgry>9ei+@Q+Fp|5Ibt6D2t9S5MJa@Md9H3PNl2qFA$W<$P#9VVHrQ6L5CCq|xDUsH$A& zQuD34N^ea*foJ60GNu9zlY>;f5r|mp8DY5$^8|N-1oP+pe4=C{;UE z6jeg)TrKC@_@=&A==?PIbz0jf%MuOyB5#;!dpSsfMjQGIg7VP@Hb#M%8;3Z&;(IR> znNoj+}t}O3Ze~ zKFUHsMM~)nT|~>*La6;W4Z6B8jLYOs8A$GsKgbZyQ!6v!Ua0xSKP|%f7%<$dSlcRr zjxGGh5vH*W>i5|U?fO$bS?x-&R?JXd*jO@J1UJ+2_?6~8U`s>|$L2bQ9%jksdhZvt zhmoP{@_qcgfSW(VVfLsa-`^qT)`KUy>Gla`K|}`un&o+BKO4RVpvi0t6F6ticfZM> zBbE3ITM~J4=`G3uZ_!LF29!!ZH@DVwu$Q(h-?Lqx;?r;fq;F5F(EXWY9v%>5<9x;d zr7;=WsN?>;&nK0FD|pag!U~t@e0yxC?taihDa87|L$V3Fd)h%=Q`V0Ic~NNZGCg74 z@oH7_t6trj-D1Ta$BBJe1G+!RiOf0% z0J3QtHL5P>WT~^|#$Y<{9>im<*T>U^I_6)wnWtSQjU9B@S%wMCQkgjT&-Ez&7!a9h z@__#|Ah1do5gDw>jClJp1n6kSY{-dW$^-+4Ll6iqD&`tD-*vkj7icwR8CQ8vreRS< z%4SE>SVtCwS({+x8jW(MVD?u(NT{+(K8N03e#RL?4G2Ib;mcFS^kW%xZka|}Cx*)S zeGcX=pxQXQloxqKTJkEJtr2;+K377<^W2;v4n)aNFihbYz3s+KD&4lu&ylS6W#s@E z7q$JhlvX@pk+)>82oLk? z>M;plVEwqk!?SPZVGe7m2a_=Zqe_it6Frgfz6=7^UqRMVLyU-^sz&(wOu0_^z3(4T zR=K2j_AzU=Th?A5V{A84=X_qj0X-cw%1@t`uAej{*FCX+J2mr?s}lwUnH?!HOp*qT zoOq@oVJ;!{YZVsMgqpfz`XViE-iVOB6Ux^*ZVI*^#1G8symBSj;#f^n$O3R2)rbv6 zy)Ti0%F)|S4Ih2pl&N#8Z38|OnIL>_RU9oYW5N&4VaQQ8d>>NeJQTk$qiLle%0>mn z+Of}E%<*H@I;PpY3>uj-esrpGAI^&(f~zI_a*#<6<&{t2tTC=AdcQew0+K z`w>y+`7fo?l{^726>Al~uN43@v~REIvE3Fz*Z+WZCbP51ba^0z_CiK>>Gd{xNVl1! zMQo=YI?a`_;J!2#4Zv8C{T?BqyQnDoay&vaKBTCi|3i94*^-nfNJOYF#M-3b6)vxt z;f*dei)}4?Av})UYhU_Qxa?`Zg|uDk>Z0*%R*WYGDdEv*enWv!3}bo(n3dLtNrm}L z+AWe=?Tf2E3oIO6*YD{#B?Y~TW9H*q9Ernx_~b4#xdjLidgr-AbsZvXkYE5sh-Gx1 z6Z%Wz;PMf#<9ipZ59PIhAAT=&X+VvQ_p%W{ztSQGzYX56Sy1=1A-C z^UMGqU*M6tRY)K{*Ye{h%rINTD3tSleYr`( zM2Sj>#YTNFxtmryI{DO)CA#mZ_Bm+h5dclS{mmBeEW|)CDh4)w2RmrQsW2+2c&;^} z9fY6e8&M6%WS^wQG2@sBPNSwM6-rsHydE-{;FCLn(n{%fr@etTQ2X7 z4{VZw8jr#%5&T1MP%pMmXu0@_59U1b7PNVMPf7+Y->-qmvOa4ia26yi;rImWCZVm_ zlSwGyL$kks$ES=27@My_t>zxvvCP?7FevvpM-qb$Sp4)+wqQ$38|U$|?d*B93#<#eM;cyUTnX~*z-7e7+#qa&EB4T6m zvzV7M8Iz`|so9TkJg)yi!QcL=7`Fj;Yme zpWdstg9w%W%rl&LV5_Rn{d<%^$jJ*}y;uaFbJnxLlK&k6UbV>I$@sV0l61;k7EgXg zizE?QH=ZQF`VI^iKi=cq-MOZ2z&Vueev{Z!rwcmQmg}w$W$X-^XYO2l~L?_i!P5pLX61yI`%(>81$cl24WVH z)5rF-b=Bc7wUIfM@-wL0YBI>al9_eBB{TW)-QCJD10ym9xUv;SORwqb#6jO0<4YA` zz=!~30v43W*TPbJ%l-ZGvKxNqHey{`BJ}djwB#g0{-5Ja4YOsF-`5H$eJ(yEIH^_K z#z-^dthYP*_0vjh(wqMdDTZQONtj?>#euS3@_~dJ3c2mU`gqt0_fBRYkJAyk1Q)}+ z(x9$n?c&{L@+1deP$U|B$2n#6p{e_3*=J1!-J^OeK;7#7s2=;M9(oLV6YMYyTEt&g z)8G)z>^KU40sLNrM~7sJ$EVz9^z~3y6v9Vz0C8-wz@a9rFN?KJy$5#6QtjwXi28*P);H8 zi>o}|^(ePP_h%SMaS;eru6_S_+Dw2-w)90q2lK>tffPUiZ|A9d-+NC{DCh<@j(m=4 zI#nyvbegEnMA1|J6xLo;ayFCc%1XKvM3EVvVc*6qBFSth?zn&;l zuBVM!N~8lC?}sWSepJ6gOW#$uOAg#6X3r3&U(_|k94X*~J}>$zSJ>&Jp-unLQ`p}w zPcF`Qc!{BZ~j`Sy#WkL1Tgl7a2$D!3{HNiU)fB* z6pzSDVeF{(OvZvM7+TO6Tq8dzaqq5*lX{0w? zkXTDW@L+6i59vkG{oj2w`Z0N7o>%FbO9T}_rh^Xocd)$Sq97NjijzqW=<+n3gHYq6 zTANClv7ByNcBXc^Z)DM}k6fs5;%+-6av=er7wt>xk8?Yy=l*jI3h!O$nuf#nq@uLI zElw>u{4i@t-j{e)Hk)a0hR@^KrILldLJ`CFneaW({WGL4;wj(cWctDR+(VE#tJ&?D z+{-Ph^wT6ekbFp7!GFJl?U|bl*2?^r>-m>k`#1(WwBC_OvKivZfK6!Ca<{iPZ8iWw zr^AfXqq@)npcN~hpO{XcSeIzl!vofi0tI407pF4@0J-toS?ZMnWV{j- z_p?>@8ygOi1-x=*ndE92^*UB(m*c<~>wbXllmw)*X%nSu(&wGD#XEpi?{{a#!3Qcv zFk+5`ZlVBm2bJ;CIi8BxUswn^D7o z5|OZeH`=1d(Uf{2u4E#7$w3_m`jsLqV%}V^^hJ7i@2f{f3)dYyasS>R(5hmZo?pwM zXI9=#@?DZ>izJ9@h~;mrw1@Dleb1D=cS7kblO-q`swHb+BQ$+=n55iy^T` zj_urR`8KosNGfA`r=qj*lTZUN2PTo|@lA14y)*0r-FBHZ94~!`i4rM;6a7K!53ywi zc_Kl^Ii{x=Qe2Xz0go+H3N0dOF0nc$_c;>d zD0~E{RKoJ*(kjb+5)Fsx>5Fkrl%r=~OHt}j(O(%P3p&sZypGkriDSb@P4KE%txCO+ zBomWj#4&fu$Tahr4JIZ6ru0{lE!4_nv8uhTYVsbAs&R>;0A1Up-49(cgNyM?U6PV- zFLskWNa;shRvQImT@s1Kx@S=`5^O4uRW@}|Zg$HaYS&1z^C2Qp<~&m_iIx~(-rLh~ zEnSm=PNqV$Hl7Zb?;7;oF0qm*Wg%(YTno~yTOYVhnV@6HW3`cNlvjP%aJoU0`@D(3 zbtr%wlS*A&lHT<+bFGN!Ft!3zq;?P6#uF_zZRGP*iS%PiZ3^lSH?Wm8E^3dPoa#5Z zo{fEWxmhv6<+S9KoS_%4Q}u15h+8w=ez*H(N>8lDg*tno*3I6V$+1#ya0rBOH;|er zZ;W&%cdL?aYAizuYEb48oSzwgRl4YALP<-q(~j>jGB-j>FDU zX_tHcB<9FV2dvqSlKg1cR2gP@o%T?Csh}{GwoZL2Rd;hX%h1t6PfB|E7s)R9SUu%? z<@OZ>Ulu%SmQt*rcO7rA_FE3$ahT3jDGOW*h?nG;^ms`)w$BI;@nCk{y9JN>XB$Yl z+%+GSxVsV2BMY{00x|@XojoRYPPvWgVqp&3TCO;O6kkF8uILqW>|K-Nt(pu^6xMvv z^TXLYWDk9KM&zcxR5Z~AnO=wK5LnHbl5%Wj1{nIl*fE@*Poe& znOV+-IWQ-Xo^S9BQNxRy#`5AON*nj#*&xZlwu024Q1yv#CQd15rkl=*|B6uG>-L0r zniubeS_hV99BT%48|0|wUux!fL=EV@5*sf9GaSvfG7F>-UCupD--g#YNyysrU_Dy9 z3Ac&rb8K0*gky`)Liyst`Xpce`MgTYxJIEVnll{eqIHsy-Q`9_K$P{%!p5cy zpvR*Wo zQp8L65UD^N**TKf{9o;WfbbWs-H9YmWzZ>4)HAGmPEW?l!A%nIDsuk(~yq*(-{qC zXlaz850j)mr_qSG;dEudbhoLyIcd+&sq?qiy`q`$I-jsst=aQuA?&+hlPqPu^5yUl zvqjQ;9cx#UDh=CQX6_E-DM^>iS))%(wA?o8n_h+$np+hHcn?5F%4cXEol!4R;8Is) zC+$8{Uaf1P(P;}NO5{nj zT_2KLH-Bwqx~go-<`hqzHER0PArO{V0N{1)OENQz5d8dYTaGzy&4XJ*5 z9|&ouRP1x5)#2XQ!H3;(?SSRuJ(EMv#S7Egfb4<;U#iNs?6*#<6HCY(b%4jwook{j zpL3ilkN6l6)*x2Q4~U&55~K!vKP^0m-sEV1seN9}F+cIzYXx11HxH62TlLMp`v7ib z`qY6gLro9bNjEs}V2QuUoa7$guvOQ)%jN%LD`J~{I6zQ6RVcteu1k0vfqga6c{IUR z6pUe+2QA8lUOU$DJ)P`fQN1Y~VVTA6WkQJ61qON}6W2~eeK7xW0YF-V4$DmmP_B#n za_RC-%V|?x+|N$ESyOp6>g0r+45DuP76yY4v(_qn{ZIE+!ZvP@Kx^1+H%%?pXv*3= zAK<{-FqZA>efK3x)$0tK$ASDv(^|a08>}2vM<8SA`dT5?fw^w2b6CjWD@s&WoGH}7 z+L&{bppr$Y%A`hOfT6@FZofH~?8v1*O=EHOgKw>?!19*7^LL{n`$^HyeLYA8Nep$5 zj7Iaqa@zpP82~&8c21uroOUW4#&W5UxISHuvb}i=IXF+jDgxl(?R^*IG@S-S$va19 zogi6DbSc`aG%97$qwaK3`L$;Q5Wr-=WvB*?iIRI)eB)ZO!fYQ|@&_|o+caC&^>F9GOtW#K^A^f&Ms>3!ln=Kb zblC)PO*u9qe-H_nwN*W~o}HXMq&Sgo&|iGu?Xc0NSk;59rq(3IXxd=TU*Jl|vF}t? zUxKm89zQvoQ)`L7TJc5a{z7H^=+?H=<69HG8^zX>#%1lP(4sEo8He2mE2gzL+mGO# zZBz9G62htjnaj4Qq5Go=4_6PBlLN(q5~5}Ulxd?aH99$y!z*Ts47SmG53N|I?LPQ3 zFG_v%koaS|xs&#g|Cw&wOVbSpGu>onmA*}}%tmCQqN0qJi{e3_8O;LfEcg6Opf}4L z_MaRuS5u1jh$?Q|cDFSRy)1s|7b%m>Zx0cy?5d4qW2Dh9mH8T8ITXpD!$}Gfv&fZ( zHA;%0`z}aRuI{^na9QeNiy|M=s;5nn{ijmT*>0+P0*_NUlv&>mja3s@R@$o_B(<2E z1fo4Zi&^@)ax6QGFUYvrdDF1Q5ddXbtE(v&mFbb${~59Hx{hK&#r}e)IOuRE61Sl>H0o zk9SY*`t#UbI8PS2{Imx(rFJ5c5@`3C$%D6eS@-w0g7)@&4{UdcNj&?El%9KV@Bo13 z5SRD2&hwxahCtgm{djXvHHGDgE(2?SHm6)_)q+0nV)8|MZos@jL!nfZ=3KC6cbEj> zg9!p0Ldr|9s3Tnx>kIy7T?Ya|0{`LDO(2#9VeiFepmf=tDxN zQWw(1eWL&F&oW`|v!KtVEu7}n#PzXv8`On}fyo4MGigdzWRJr`03DHINP6K^joO{?w4v+)7KzH+5 zS2~GU-5Tx#fa!Q{D!UqGfTV3v4NSAZL+qrPpQ;qPsNFH#BxHR3hQDQpgK#HrsHnbWPa%9@rstn3^I`Veb=#-?2y{zFV z1;8EG>hfYFCxRS&wL_z=g9{j9Fj4RY-(_ezL%?=GQFg! zTIx-r@ja$oABRm5FtmQAGQy6d0IA&6 zih$iovBe2C`*h=5!9*JDKW-rDq9GmJG9xs}iMkm=G)>^H)#%k}J*uu>yjgondwjOr z3&kS&yZjqS^PJ!o9lt=df`fnkG*)90xde;fL$rT{z(%Ew0XSpNNk_pV)+Xfo+yc{~b@T8|v18krHj z9AqQv>l>b_SeOF3x71jSC!WDnV>Zp@J#lkmb=Ne7a~wT)4BFqBrS`ri98D--soP9Z z{s{2rNTesut%3w~b(S8$;Qcs4&s4}yO#AYs zZ5+$Mxl7+6%}5g|eoJG#uf*gM0zEzOoCweL(j=yKdgJ-;4n6yf z;8Ak}*8ux+WAUyG1}|acodWg1h4Iv_D*=Rq?hZ^|ZV-i0C5do2do*0YsNzjOeHw!QN+VbU=@`y;_uxWx zWI<1>Ylo^x_T7O!Qa`8`CenYFDj3IGu(nWu(83Y@DkA$8=zm@>M|~{p=wL{2^_wPw z8^WqNBr3I5h3{udh=@N3(xajIKZn2C3qtAdNH8grK2(B98OP;Cz7$+uY7F4VbQTNG z68$^06qx0<7=zcrlirUlO_$%Ov;ouYj3WYYMmv)~+)m||pYZy3aNb(*?GzLMZO06| zj(E+n!&G`|Evw!ENcDnE(gUd1UUq{Rb^XB)UN!xizxwyjrWA?;F{kducfS5y7I)3j zPBb*^wa-KC<%#Buw0omSat75#OOoSNrYPDFgIIXDGd_vVE?}BTUd(< zo=Z2jyZ;%CW(XGWLT(3CH2kZ=KN~)!gGO%P9d-q;%HFxU^0+9!ca;49enUL(`3K1jrzYTrXU*gdo2h3Oc7m2FWD2T2;XG*>GyPj!o0)qL<3w-v4ax6q|2}GYJJVP8@t^te5b1 zj+c@g4|X{Ra#dLEPh#|qS>N_1K8*rg(eVJpvokWeHCB=?7TLzW6rV6VJ%99flW=eU zUis7i&B|}y@#i@?(qV`0F|BX6x*R4Z)AT zilVM~=E;^IJkGaGodJ4)PD)*G$1-CrLZPGX0_w5R;J-4s077jMFJ!!VD2mWT3Ct5d z7BUn6tL6#MFP#fiwEx-i0d$CZy6P~vQ5dJcBct(jIER?*uJkXCF~8o_S$&Vqu*WC^?F+fKbG z_1Gk}`LU~g|E;8kX#Qslx8yWaM`)=i4M{rQm`ox|eR14mQ*Uk{&$kzZK|Wq$IQXSw zSV1k~|G^>%`w=l{R1!%gVp&1}omwYAGwL<_V%aBp0rD_W&?}kl5b&f(tMOLM;prCp z2%U0CW?Fjs_yItq69Y!x!fl8B)%J>|L@J}v+%OH-MtpmQ1>D zR~)O<+pcJ$+sL>D*5H!K%E+VvQs42D;6xV>Oj=bDGO2S>8L`Nc;|(e9W{75dObmr^ z5Ps>3vc_b;4yfWaemOo(h8Ry*md1}|hG0^@5s9Qzd3#z8WZAXZSQ${sJ!NNCD(M2n z%lEPPVhKJ}UotuYwo32(>^QOZh-IkS-tzdMs*vTlxIY!3skcI3MNqcqj9b2+_;?4B zuF#uUJ3RK+whYC2jP4Q0AeK-|<$sxgLtYL8almA7L6< z4VrKVD#RYeo&WfNA~IcRz2J#sLhmtwnO_9zvLS1ERq|kT`+CIYdZy+!kGG==;b8`tGNqMaQvI-k4g8R7|x z6c9R))pqU3e4YAU9(0R|QpyM(Y)q0rSRL(@=c1qxow3`MU|(9dOq2fEpnlxyFJk}I z9Bp$v)l0Z~o%RP(DlB!l^tgYYRi_2p-AvCGt)G3MHVB)cflAHx-B1q2;1{U&;H=}8 znmxz|<=QzN`$n*A0KSCKNt2r4mg5_LEG4fK#--E##HUgnx#`1opX-Pa_*^d*LtbCH zL%-bwK`-EQ>47wF%x&dsoj*x1OWp(R?2u6?tQ(pj-aQcGP zsl|8nr$4<}o=g?CUGrX-bX|y0m@n$&oJ@N>m?5SzDF6BM+;mIJ@!_wZ0_rb)F-0R| zTACH6oo;@LVbaH5`oZFY*dpMG9FfTFIR3TK3nlE4h8-UuIws+Pay^x{WPx5*CkUK% zAr*K0>&_Q(*jLiREZ>{9hc;VmvM=dUL6H0p*Jo(Fy2b_vil!oqv7X=QeX(1@1=#P@ zl~(h(OwZxtShSn68SVNAaWv|*Qm0|f_7)mRFVwAn2V`K&2w(iZpq~U)>27QDUB94b zsNjO~ShkD&wQWGv5=;HQpl!W3X#Ugb@ga*YPcc%khh_5TM|0JvbXo%})BiDyMCfLKUQK9`k5}<%dg@oddy#VW6VwfFmeBpk&6?XGB z%ES?<={<)`YeCrW_ydyh(fJfVx^D~d=gvl|-Y5hwh#zTK6qayQLeL-fn0(9G zZA8Q7Je~Yz!feu~0g#HaX?%^I7O<48&(NE=+_^O&^2BG9w`@Inx?}zCSFJrHGFNiM77wjaO8e)gAQ zPfx&QGy5Kg`5y#_`>ERx(PXn2kopoXWo20q#zV5hZGmIrk_0Hq^TlwqYbgW4z~728L`MqblCEwaqBk$`9kLf^%Ova&f9ls;3K}j% zWwS1hiTWwFTQiJD?L^(f1Ew91_3PK4JfJ2lTw z*bM%1j%B=96;%8+J^W@-C!4%ueD!JzHK~3L%(_2MzRB( zh$Ca2_Rw^hqBj)mHtW%E^5utRTSP}cdOld~1V}(``%Mu*Z=l;TWXQ5&ch_G5Cu4Db z9@B9u{v;|qob<8L=(t5KzqYVuwb7`g;XrwzqhjKb1nVrd6c@wy&7ddyg?kl;>QeY< ze?On_2P!!H0@+^MIFU8I*}~#~$rM7=I#_VLHO0ty^=mlyUw3{dSzlNx|2urtXKt4p z;CymFOPQt0+O*V)bjb@$un|qXNGD(N8z)(}NAFvRU(tZi3Tk zTZ=&n)`@Zz&72e+EP~T}fx%-6n$@5+pW;n<0WR=uz?`z5`CrKauSWoj3m0NbAR8MU z)Y2~`TP}BQrEJjCw2m859KpRX?$*_r!e6HAKHH!hf}F#R%bf2Y)3q%Oat>$R6eQOU z52Qyy&fzsEqSA#>Vo`n(izzY;ja8Njm6b`8o^KJke#;p|enhYAf_z8-=LY_GsioKZ z=}?N(!(-d80ZqSPS77sWD;@M*Je>T&cT=y)8_iy5`QZbp1df+^6&zyk*Yn+3XC1_P zcPw`b0tOHZ<%8Juhd2Lki_XeKA9vPY*;toa}RroAjGWLaAg(l}2=R z#~f<4brD+d;|2d(Z=|rx8;?gD0s;-}|Hy{8!VY{ko{{+4fw!T-lEEM|an}#f?a-`{ zzww>&Hux8n^Aeie(LFCz8hM)&=-bB@f`9=gnbulyoxXQWbmB3|nKEm9VE;lNlw&Et zP|@NAR?`{MT$R$hinbj?Su)x3#&H+(KlpZ5v-2nHKs9`;7KaKGe_HiBVasrD13U5(GC=2Vf*R9CbP%#Ng^?l zKld~5D=R<-OMu?yQ2j5g0J}Ck1eScO@eJUSYzCPy<{m3fy{%gAkt|vZfwZUBc1ZE* zXVY&YG_MD$S5k7q=``w*1rh=jsMVe{IhXJ=afs=CSGS2*g;zMy?seoGho^KKj$$Q>gF4e{U&P>?MXf? zk^PtzBJxQPT^y4oWi~>HJ}y39dmD^E5b5DORHX~IUL6W)4|Cl?`j}t!Ep9yNeP?-s zkL|_;1$mNHD9k62trH2+jp26u7M>sc^zNZG2eN{uQzY7!i>6?;q*)aSry&6RM$U|0 zY;@t~d_O9iU3}HNXEiz1NmoM(l1}Ea2k$}n*vkgFfBXwDT`t^0dGZW^1b(d>HEkf| zp4LisA^At#z46BgxQoCPrrBp5vH_4)yLmmUHWvi4YDaOhLjOLM5S1O4Rcm~Roo#9E z3{lO|ny$P*9(pW1FC=hXub4}H);_r-Q{y1P*|UIV#VGl_{-dv^Fql3K;?lOFsaoeM z@xvQ`t$e zckQ7pTYbqNQapZ?K7K4|eMdnv=Rw7^tFR}DMXs|m1zt(s9zMXr zwh#7l#gSCO(sfHcQJoUevXcN_RO=^Q`ZnjCwCh8rK+@}ZXnI*+OBR<4XXkk^?zU(<9-&1U#Lq$@)iZl?>(?M$lBCB5c5g^R^}@{#Co{RgIRBWcx956Us*=*`s*H+Mi+f>;H>_h5hB z{pEppZ(f;%AGix;3W>#od1{>Yi{tv~HX9t0q54%W(;UDEd*x&okZpCtv402 zl<2AsCe_TDf3Vpp2?F;lcgnsM&tk~Gmz51FufMX`eZE;%6@Os*D@@@1fES5y$4!)} ztsb&}Icw_6U2cfXTwCDf68W2I0V#NI6!@Gdhz|Z^#A{x>6|6jr4A7CA&A9=Ng`QyC za0jfi!9;vL;1>a7u_!18a+Jh4N0iXa7$mLg1=C+e-0yuG3LGpT63!5uCf`?+VVOPc87wKVA3C z$6#fnZ%aWl*Fr_XC|KDj7_nv8Xe1Ko-#K;M>Ekr(s~Z$7jez?I!kn$pQRzRd6@XVS zsCbll|4JS}s0sJ;G{o;91Z&T5=A`B{vyIo~n zmjnCyp!=~iOU|Fla<;;;v1Yvkd(O&bZT!zA zaU+0F&H-@4(;K4K{xXV*6b%hh1TBefaGn^}mH;$>FnO%LP!i+U7F$ z|5q#LCG0?mALU-tdfR>U@?dKcX9R6mMHB4n|L4Uh?$VVMr#1gZculT)wV}LQ2Z(>6)14TV&f^Y33*u@?3e%MaCp1B7>U2;d7gQTpe*6f+PgZN9 z=J~$;jKpNo$Nfs0Zy@3Fz+(+c1+NYpbud`AjiZ^-jU+xoaA#OsfY>6NlU@lbYA-^A z60Bgh#Pp%?D)e^8CjI?#2D_d9e>W8MCc>Ov&HCrOHx*xpOvlT zCoe?NT{@&~M#H$BSRh`q3EsB|926wGx^Zs2v|p<)xv z?s}&FTa6$QD&3mip_AP2t7Q}hLoML20vN_^luAF;Yueb&?UDO@I4o%&3-gY@TsnPv zIR}&&J(7H&)Qhc1=fxB@^e^k`BT6U(%fRU7?qX>!{S;@H!c$IZ=4%@2}nlhky&;uMDn&4N~#HZ$y0tMjpcC zt(-Sr(hB}+#Z7oH71KK1L{Iqdd)>>4rGY6jM~tn%CIOfR0PAyaZ?BL2>X*T`@YZWX z51|@0%5pHH3C@QWU;_^>`csAVP7m;k%m?2dlUVxYsFo^^=;m~T>9&Qszb|BKn5V$M z3klAPZfyY}meKR>m8cV^My)gh7%slNm($((*3EcO5vC=^IN7}F` zO}cLT8+Jf>nHkLnDnNHZ`R{f&6$GS|^anwE9@*1Z;lXNEHcI{5wa%vtWwT4|dojg& zlixO4^9L(%Dbx`#ko+xU42rI8C;#Qzf^SJ(iyMJHAP2h*yz2WisWxC%NMegeF{BC8G- zcJ{Iz81pV~kh6e{%cj|BpajkDX#qYG8T7ON6KDmsY6h*5CU9cOtE87P5cSW$6hnJ8Rp+%x!ztxn0g^S%HBbp?^$q9@r_gC`n^2dL3B{tyhHMY$QR%Lu@GN%rK`src zh9m*ws~)yTtnFZ(R`%;qDW649YaoPdkS4)Hw~a1L*Q}Oc2yfRNe>v)@ zG$S>-kb=8@a&Oj=d@UjAJ*`hl@NA>m?A|6$nvIhDbC*(H5@z)=P{U%xga%sGWq_B|xq0Z1lVK)rJVh8*A zwHwxj3T_ya>`UQmH!MYja1o(p)PH^clfb9udqVlYUUjYo-VK;0*1@8L=*BBJg#Rst z5l$f7jk$>_!NTKTFoyPM?Ev&&Bv~`S;^A;=r2!j=$35C$WIPVV!#U{b;pEP$dVEL- z5kO2nl#uN&tbAm|#l$qY2!H{@cYWj(dp>etR^j2N8Hw?)61>*wReD}KkH^S~6cpo)8^RZFm?pS{ok>(7%wdOeL4 zE0h$Xp2PRDF0kzg&{xaD<@7Xz*~ewHEnvA(V3w@PjqOMpl^kisPi?C*)jF-n;~+n@ zK2h4~8z!fjW523h4H{tATvXFU(AG?xz)-XPauRBrZ=x?{(#$Lhf8CDodiYyap@d2N zs|0}d-#fsKWnXre{hRE%l&97ZU<@EgasN#14J1rOcm@*s11xwii0V2g&PqV1Xse4c zS9{3&$-!sfk%V86GW{|tJ-%WG!48{{2MLq$pt;%ijE35#sd*v_rU&ZH-o5)e^i@u5 zqQsD-#_{mmin64d@BT?Taw{eFOqFduz#mEs^(!6@_bYyCtW+y82$^2BmipAJTn1Qw zSTuqbko-5kiI_|D&1ZUEDuTdOLw?AWd=qM2evTG-u>19J3*iPr3j>3M75dfT!D0|? zAx)?5Hc5QUepI;AyU{$gHt|b#$%0RwbG?2y`jrNYQa&7Hpxb=0I`x`&^hSv2!w)hs zUbus*swjj^B3--L>h$gr2(3FUn8;PW>3YuEz4#^#QUr$MJEV?z5wvO(zU@}xb-f8j zs#H2+xRcq34`k~21eEGba{cZ07o1X+!Eg!tG*ed!?IxQrGKui5R_7>F=k|^76QdZC znYv33RcI(2$*&^5hRT#==BUIGt(vVOV+{^I1t39A3YD{HbK&kb#W0#_(Y{{U51s*O zZ@XjVqsy&Uw3$rT1l8oGiJqoszR6M^P6*d=YCN%)pNiHYVk8PCL!Vl-F!> zsEt?a>wLIAPJ#vI{U$X6`oqaHS_2ADufc$-nE_X0_te-Ai^xcI+810jP_V(ySF0L{ z?1zGp3X{%Q1V(_(zEq%-t+oF-xjJcjG^Qv6G31%o@59;g;otptIDD6f!^;e18V=GR<*cp)U9x{kUzRu_=QN~v!vz%402LS4JMdJ%>$w6{dJyw-lf zG>1h34;|ECF?>xJ94Rm9a8NnpO)vFp@`MjEbkw6_+O|5JeYW^$NDwPh-BwKsWYi_U z(|+aMgC5Ql_C(yc_bK@G4AR7_C+@3>HIBNIBe_H+Kk7PY%4SSHT9lG9G0C3qpD~@^ z!}A&fyDL^^R5eLr%nWhd9M1@Bd@aD)1gd(}`ib@+OetT8vI#JcnO+V_OseoGA@;r=J=v zMEhG1W`>mWwaUXTc^2sg71LUiPZ#bxqF%hjXdp@2gIcZxcvE_-(U}h8C zNk*q5GeDsgi?y6xRd_c*PC6&a)tYp~E8%&bVQj{n4z%l?>L3#%V@{i5Q1X5PWVu#F z^Sw=)NPj$mbRWmh-_nG9DE|4%j-$G{@m$7PtSnb82C$Thv^21*w9lCMc&>ReJ7K)y zNdBoC>g(dX4iJlhLJb^!1rKWmlgUlYm8s*qQc#kXcFQR9o8pp^k-)LCA3%9b&WF{X z>%+j8tq;e5nf0zo{-S)rMwBJrY1C}UyJXLLTR0%q=rKtLY_8}B2EnB0(rp0 zqtEcOAmQBV+Zo>j23?N=l|7|iG(S6+f3xM&PDGSOFpW?NPS&qp$E_$UhzE`#kr{|N z$saGx0R|tHfsQZjkCK8S?RQ;*Fe|;wEZ2-}MFO5M>#f_)c1ZC^6m6^>o6kCav*DrDn2EO)QdNEav^jFfQW9~Daz=qKD z20$06icoXwP5iB>ZoHvExR8Q7m@J#QK?jagchgG>BS5`Cm}K_QV%K=^TY{>I;LpH5 z#p(3n{W8MaSdQFBzfxtsSQ$=AU>(;2mM(n046;Zn4fRUft*2nbbdlbhH!MzLVHQL2 zwjoH{wDf@psgU6oh}8We{@thmZ=lll4+=IU+2sHaj2Q2Ya)?PzVC$+={Agbz(kGn9 z^#z`;D)SeW)=^-8CvU?g;&SmG;0VjX zBcLbn0(encFdDXzbYTI^hEfPE*9~$trA@|}REmO`?Qf_3_itce-Qo1mwx*W9QMhST z*|J~v0@tjM%dJSi7avE%G>-txA1(@PIdN>Ep&ofrei-H#89blT%*_6d=rUGJwejtv zzjA*>3@$@@Lv+6=k%+rkg8_WJvG#s4qM|IWrIK~h?}yQI6jLAsGcr*y-&@qVwD`&XWGJkQ>xGSuOOaFSCfy-Re}M*5zk|3-8q2OX4TDiVLAgoR`@fruRtlS1t{wc^Yab*RhRy3( zatT6}O>DUQr8UmVIhyS!76b892OAW`mpf}Q#&!|NbX7yEL3oGdk_iW;3m;>%VZb<_ zUfhSn!JdXNh9I?=M({;ZTn(rk-CZ;uK0$YJz$#CmP_QWcwUe@5Z>zhwAg0HQUb~`h{`iMQIT`WD~(GJ z?er)bCivtZKISyDqq(K=Le&eRy~cqH50zczzmyyATR?#>ZulL!c4BWg45X1V0xPKV+;~#oTeR2COR)pc@eUc{nQSNnA?D02=BNUnRrYbrjD?bdUR>X5m(v~2jOyIN!B%r9W8o27X6_WGSSYXLkGmg5tI#@{rqNtOM(M`_(viJzHP%qoXXhk zMXzEEuScRnU#Z)AsQY-mYUlCZS`za>xCWO~13DJ+!pz!3F)#(28|MoO-tz0EU8sjh z9Syg$Ha!Jyr#@}o`y@!{^=Q08&jcdtEtKVuOh!ruPin&b!P5i>MOOR`ihN43JNSp$ z54?L4Q8b}o7KigVB0xCHm-PEpDgj^A7-Wa=NEfog#bJhz3`JgX|M9q_A2~p?=--IN z6ZI~8yL{3+JCRRyjL&kwhGjKVF~$Si=&(SvrMRY%==Rr#KJaQIy+`*r-!1osOP02v zj-rd|kGt~V#i7dZCcpE%o09UVf1_9c>V5zykUWTEaX7O?w1ojy5~y_KxRDV(Bj~2z z<~Ncl4MEv*h>KDlV4I2xZ|z`b(C;^u!NWqHbMKs!AM<yWP}gr6EVud9tq**+v{2vzH~ebrP*$;kkbV_OB3eIH9U6m9+cT_vD|?hKT=miv?!|J zI*gNS3gcaN&!v?sc6`Al{tPcK?YK3>pt>Fq^whO4_wuGT&&X%3q5bkj+HP@IqrX## zM9dwCQSl)a9Qzl@R*lDBXf!HDjpp2Bh~*gL8W}9670*|<=q;49Z4$zp*dm;U2IB26 z@H*xWErkO-h3Y!>{Y!FW&w(KkFuC$8UIaGoKQPkR^TH$mOHy}ovF zZk#l*D&z(T@nUwQ2KL_WbjWdobr?YMCLW7|^U|w=O0@BJOTZ&Tcu9|Z51lPZ^-^Vv z>XoRO{NzfV1>e9Q^;M&VS~GnfVrmVpCcy$%oOt5@%A$;J4O)g)?j%Ou404Td zpzlqUiYVu+z9;4w8dL>}bLjy2vDcY9ohZ_w*QhWrw#Y>;;UP%b?bx)Uo`${*}oVR$)dy^%C!qoVl8YhH=QUKqoSFwf^etmv63wP z&9WZAOd(`Driw?J5~b|l_2?x)-UKUBf^x@rZ)mL2^gYl_5R_c*e0zhD0mWdxyXy{{ z3|E$4ZE&q7^MG*;~hQosVMNYm$|)`#Q_Jqp0yhV732J>n`@Tn{!e3 zO2Wo{PhdV#Lm-a3+tVJu}JL8&8n_wMJ$jAryYE(M%H$XVS41J47wg?7i!vZdPg$1Pw#c)(vjk@pXyVQZ$+$h#?|Y`b!$AEKLh4C zgMKRG-s<*Ls&~|SHw%_+C7WIO*W)(YpZp_2a3KX>WY;*pHL;C4Wm~Cgd$dYb$iSl# zhV6B_8^g_PqPX|G-T_)rt1L1e%SyVl$31zVX=uD+UJtsPKhRG#ZDuqr@2iLPH1D$1 zznU<`S<0qieex|0Lz0%=ERT77u2TAJnz7XuU2e z40{F-pr47&&+Bev(QEyum?dwIaX>fspiRMa-f7U!AMXWc18m5Iy@XzU(_H@{BD#$b zNNB9Ll45ef;A;s;y^uq+;f&RXVF_U-v&SHy5jkvX`grJ)8KVXtPwuRB2B?318fZpS zuJuuQGsO)%e3j1q^6!feb%ZPctDj16kK6BV(_T`evu!Hm-StF z`C8InBRL)ia2*b8bv;0AzZMhV}6o?uv7_t`q9Vbul7iaIzhf=u9RN710pFV|3aXayyTJ)ai2Y za?Yq&ul?2Re$LFc^&1{6K91%c#Va8AlJBX0IGyk@SJT}IM`OF*VF4S<`^z(;ozp72 z6D3G4M@cS1FCtZse5bNq+W64kuy4VT1k`eW7nXE1o`I)U^)R&IIzur>{>1KRkc(Rq z1=p((<0z8ncH5@$Rg8Z22le(5{OJl#VW5}Q(y_n{RS)xpFn<`5b=L7nD>y8N;NG;e zJvFmF9d@{3ZWI~Z%8*OTr+2vEIY=gVYT@0hUqBjH>^do0OWIF2dlg@e@`?e)j>z(+ z(_%bfLM400_UyJs%UGy`cH0v4ol$kTTz%!QxH?$rT`pkNafmI^5UI=KOmgQCU&Vb` z^f=*70_W4+L!nb8hS?NowK8S4G_=;?HmBPON#=>GynGsy{AAvWbe8_*lcv(+Jxm=x=Q(p%AJcDSVd1sew~t|4x8k=<7O$Lj z_8rYvQ&3Dlb-Zox@?ZHrpDm}qWsvKW=yGC0dNdVQa3zeRLzR`}{)K?i(&swp`xs&{ z?&O59${{_AfM93)8RH16os^yL!%tsCOProwfVqAvrNc>%CBV*Kb*y1eJ9C)6yuRRl zPpCU~eBRHhU8+VHsK0mKQLWN?`0hb%JHq=RpyxOwZOS3wTwDx|k( zodqn{V=CHAI-m2)A(f7&`<+Dnv7mqvVloG;|h|9p_9;VrCRlNJ`nlb0rL!gtunD7n69`V&c z6VJXB$(~4Yw9tDEX!`VUS~dQ%T`0AyOaR_shF_h~-(h$5mr3tewoXNd#o>1b`OUPO z*Pz2TKdl0KvOS7yzr{t8ytLu&R=TP(BWrv>E*0yqVZCR0DGv?aVI#?r8;<8RCJc_`B+o?R2%A+}sYB||q2KesY%f<6YX@z|#b_+*F{he=na zmi$vB&WUiFpr=cWcdeuwh^VXf(FT1)aGPp-yPbh?T<+9wD(>}q5OHizU;h}mC;;5isB zEc(3wR9@0CV0Nc-mHNwTNfehT%{2%r43^oJUfCK1m%}2YhVy$irDMIcDHZ6b3s=#O zXXUrS3_HfRVS-x3@VGc?PeGG+WOulG83eei!nQ|=>sBMPyr2z%j4E?1d0=Fw(#pno z#_@QQd0Tl95i25(k0t_AJs3yda3*Oac{^6IbtFe=?% zxDM%A1}@XM@EVBAB*0hB{6^&s4FAe2ZC$fhu7qQSHCa7KOv~WdWxch&l{f(ys6qp5 zP)Usi^l%quBl~zKh5g;bL2irE-YBUzD2=FUBBoM9zOXEos`P*+9y#@Hb`RTX2Fd9x zWuSMnsm|@vUJl-zf(syP%G;OC@O#}YaEA#7gUUXqo4*T=wcS>PL$)du_`q%qb2kczr%l#b1wJ|~%TXwaJd~0>9d)^JN|H*v*`hyKiB7u2 zeoqX8C_^IF_lUnUc-pLy{t4D)E~Tmm{aq1pH0KORVwYHUTr7UR*&V*U;1uuOT)PgS zZ(u-e&M$3wUjRk;a%_{Yw*t72UErFqXh4c4#QB&NUpm%+Nf-Z0OjyCK7HjzWpZdYN z3BUfm$kyWzqES;^&a&H%zj`N8(>K$LaPI*$gh;*;Co`RYR7e1obHM8E=9e9W-TX@$ zd5CaE3TR&JnXnyBc9JG>>PV?A|50}2C>Lq+3e{zt^8 z>9wSma`V|CV_$!>#_b>kHeMYd$K041z;%S0zEOuNJfQlL50qG<`9^7j6HH-4^aFo0 zPFlx80vaZ(-kISV5GbFof7vv)#Z5@bv=%&$zzL!hA)$}mLFwcJ4By&fiWO^WK zgW~=Ax8}Q^kh_$s`d3Gs#a9#1vJKiAH?qnc!bs1?MnQ*_LKLl*9`f>dCqN^+gIKRy zqn-i{qybIP=jh9U8r)ihqT9#XLFQ~~AN`@vC7M25WJ+qFTATZ5TZQiVAB<24bkN>2Jk&gj#6F)mO3iY*=KYCBL~x`j3xHC^%D{8M5<53W=uGAioO_CXg%?wrYgir8O&k!u>_%#lL0`2!Xp- zde6GhZR{|9>P>1-K*v2a>{$RHk{*u@-VsU77SCzFXaA$TgLAs{!zlER2Gjpv#+ER_ z)HDC6o0vK%4?)Iz`AO4Y{$AC9I!S@n^XC#4gkYi=CvyC`ihHKW4>nzA57NU|HuG)= z$Iovri~Wjwc9w&T9E`&gH1Yq7jq|^3g;c^!RlN3idb7fO`md z?$B{_oit=loqsXt7j41yo!F9b4?)4B0R6-HV=UvR_*|ppA;h=!S8Ok~0upB1YAqj@ zjnA0EW;Ue!Fqxt3$*(f^f~0brYFZtaA8&FL@DtkVxUG;am`$fadUIUr}) zZ0Tp;Nl;EFfoss|H^q(pBl(osWC~xk%K17r+*)FCgyn6GbkP#@Rl<_gdQgV0Mm2_- zn5-fA`eIykC}LeA@+A%&-md}4 z*K*=Uk{Sk3L%l)aTE5J( z{|GJp6T-cE;#FeUD@LfFnx4sn?4E=%UZqC=KWVT3H!HYre3XCEZRLSGN<%aEpZW@B z!t()8gymlBoCrQ7V9oO5fa78OEk=#0m@@byMP_xq>wJjxIz14AYFmrNYBDWZSX=1J z-8Ulh6e#6xciDGIC(uQda@h8fUj)E;LCQL^zFi>(GG8}b5|_NB3TnLAlqj*>Q4hL! zs)FZrCiaf9kbiA&kk>)Yq4S}UHgh1JK7nWGo;bhgvjEZ;S zzdJIz+eTR1T(c&h^OXXVmD+1%p1S-*I^cRB*|zfvgjbMKqy7v4s9InMCK6D(oNPl_ zacni=peovSLF=uL@ZaHu?rM^bKgAqv*MzIVFKoz+o0IC39&=QHq(JS5t``>d7PHD0 zdy8HIa%Gk3NO(YGgn&=KAcNc!U~)jAsy+O3=3m#u=lu*}1t^Uv0-v<#Rmb<{Ke|oX zfD-P-1r+KM;YR;Qb^#nA1R;`$AmP!;rrW2t z=8mazV=BM|dIF@QCMxRDSG4rnobWqBZkyTWZ*-w#fl$lFMgj+wLiN{HbtlAeyH~Oz zE$~E})UV&2rRlxEdcpYu8>l1TCox&WRyM#4+h@g7ZL;P4@A*oT?SSf_Ke74lPo*8Ti=;y+Bw9sxC-7?xI@s@aO5Zq zFnF#FBKl(9^eWI)@~i^=WKDRk`N5IQcP%ky9zfyv&8QPwf7P|NxuyrR`9g!%T}6JX zgiPTm#WP&mluWB|-SqItcklcS2)HhXn*IS8X;cots6Fuo5#mz2)qw=+G#;XjoIN2$ z*Su|&B5g8&(-wEHB~El_7U(oeyE7No?1)8ke~0Eohsp>(ue#d9W2bP^6?!# z*V8!%i6ZU#eEni==xDWSuSpDW*MRY-kWZopcgGJvFX71C+6w{E*5vJU11W>@1r_=D zA~r4#OUqKkvkVL8w;pW)P2W{`L=I_EEdEVdzrzYR`Dl^IpVKn%)VEfrdf4>=F+*9L z`@CpRz9HD7n*&A#v!3*P*1^YfO*&YB*DW6Gd@m$}i@EDi`HqH5ZCx1v`LVQ6C;44N zGk@i9Q+vBiYZk$cXk%u9bQQ?BWVixGS&7>Wi$*%&)>Qva4OnTzcs}KZ_4va7@(<$R zCX0M!q$%kU%QfuxqEfWp`FMqiG=f&8Fuve&YF#Gi_uk&~y<*pSjjV>* z$ZqB>r>hv_9M1=81Ji6Hsg!5A92cR=S7#1S^#Hwu-pk<7wd>cX+fvImDkkNWqC*{@ z*4Wk0fbSMJc*8lKz(z{i$|IUGfk4aZapS61=U8n1Hc7%Q`yH|6aPo0wjNKohLNKF_ zXhIK*k+T`XWZ%}&EgT^6arl|E{b&VnxBqKK`54RVQAogqx{CHc%;k>Df=2bQQ%hiL zFm^v+d!dqbG}FBP3R^P%J!}U)8m`8Zt9va(erR5f)pzYb0u-?Q_xSCOf10J=!078d z{N2|4hRkNzzNp!^20CM(4P%70JLfpU%e5rD6XO3{F#?L9$}FX&v*5nklOq2W!c?NJW6a{74C$#qz)$XqmKLiL1X zlZD{(X(-!P`j)bAn#FXP9fec7Qr%@wFTG=1d2CFaw$V&(?J`Iq z^))GOk9w%V^n+RVPAz#Lr(R^sy)X;?DT$SnmsU}+f@3V0}s#f(@qok#7hX|1Km z^dIC}bq3Xts4UTczea0ju8Kd2vb$q!1aWhl-E>ssV7)o$Y z0cj1UrR|xWhD*(T%)2gT15({6RJ}UConwunUsMR=gEciz%!b|u5i_Dnf0%FbdXxd^ z-K+euktYvfueGu!Sh4W8m@QjABLZnXZR(pMBZ79+SkS*5%xnb&Fe@yyO0zGE51af* zX~qj~=(S7oF@Y}RFiJDsheyX0jc^##MPGtq#V-&e1HZfEsa;-QqbVfwg#Sym1x=iM zumq<|eY`BaKiiREuzGEr-HW2pC6}FYDgW(8AVGuufAjJa%c8uOY$V=^F9d^n)3fzI zJh+~Z`(xL#K27Qqi2qN)jMwVctkWV#iQSk&Wsz@ig`@s#OCUCPtn~SNu~AUn>8{39 zTcR{OR&ee&K)roU5+hobM zJv$6Vz8-^Y4VLqD-C{iz+>IkXKkJ;3LjuaMWf`Mtkf~X*^s7ISeo@+=0QqlqX-PYM z)o(qM>9QD=8IHApK*Z11vYya#D3O;;~jz^3U+=gYeM3$tb zTfRb8;jHZ;ZN(V~hk?9n9o+Tiw|oKp&ZlQMHZ*qf_5zePJ8Z;x8b^({$N3`>#?QC8 z9I0-wa!g_EKqqrJZ=k|jjh$HmiA;M7)h1|mR`y*@a*tgei{OaLYpMawvx$Q_*s>|R zqpx{;Z%ZABe#>E6;ChT;h*Eleo{v)ur6Q4{A)zF>cjgU&|52gosdnTt&BD2WG zl2G}*-Jq;LMM;4Z72WGT<+0f|va*Su&G@!_fWm9(U~Ft;d|O%@6X$XgqeLCOwWLQ& z3fpZ>jY6j~ApRlH%wQ}Ri=}->UHkALBidIE&VE??Yzt<(xb>i}rTQrzlOnf9NzJP4 zJfVYavdd(Gh8gb;u63LC$%H(0w5>(biRMtn8x8l{xk}sZNjdJXt2Iy2>#A_JR1Jg? z45UcNLgf|0MkOAdX*>$07wTv~W5>k9%h9$+Kt)yAx0b#A-HIBSjVrM9;|Bv7C6D88 zlIAf-a2z(R+`GfbrrLS=R(Rd7*mzL~)y5vt^YXdo!$}!DIn}e$kysF#iB^#?<}5qe z1c?*kC^B6~|5Q7!0&fzh!xt?m{S3g@kRQGvf&J`>h6W?Rhk)>~7S`LlS1yujY?MoY z^J8;8E_~14O$h?|HcRF9|3C82^IZ=gs^IBF-F!r$gXyNa_YE&}qdiNnR|LoyI@H!O zyC%0a0}s}?D+mGz;Qc;PtK^7-2whIvD@!Ixk6$cXVMU+~7Z+DFnoe7B_p`Ji9qd=D zlXLzLn&qa-mwtYz!SFddYB0j6 zP4^cK(#R}nX%F%*m6aYPN=i1>uUaptYCn=i2&giwe!x>BBrUz3pXXWL*x*OYoaWTF ztSnF4k%c=Y3Gh`=ji|I*n17Px^>LnvSMIAhs11vF&}+oLkWxmknt(j1gVmLJVo8@~ zK1FhHe5fR_28JxI88=CwGpk9Wz>k8lUO8Lzyj!H5*f0W3LY_KoV*VkkjY_XK@$$Hh z_rnl{n$VD-J~&(fdiwesU=&0um{zO6a4Xg17SyOxYrm69!N|DEe^g%KPbT za44#WL|MuHQmCA6ApS4MhMNo}4uz+O1|w4_1@+>~mAV3;MHDGATe|+jR6(c%A4?7C z{zkHi^I_nSUNhe8x^FBwiIf_}(luW8zWm-*=46odzrDWONIn+Cs-Clwqv%qnhoUV1 zZ0$e$>?MiFHlssl3!`5OW%$t4jr;z#1!@{I2H*2xGAk!V*t6sZajHSxZ*Tn%1MQQ03N)TvT=m7y3f`rJ>MoHzR?VM_wUu(mk~f)6 zbF#r4gP%UgFCq-A{aG?2?e4$p!xs-=wCCrqQe6yL7%1~R<9Y172NKvL&8!b<8)>}1 zYMP0^76qr{?`N9$nv^=CGaAi5D5_!ob8`OqTNg9Tz)3W6LX#?~p*_<(E}<3`lrMQ1 z(+w}Mza-;6Ox63mcoAh$-b~z8Y1G1Ep%4WYt_tCy-%dwx9G^B#l%S~Ldu;=QS6KQE z)>igq<1hprcX8`K4^@m^82`bp^}1A!k<$dB>-vbgFy*UzLFQ)40z zwwaW2l>`uPecytkfKG24Y}@O@f9^ovenp7!oK{c&4b2p=?K=-~_nv&{WDn#Z`+7Hu zKqyH|HNJx;cr6u_fLZ<+*^s)x-D~~3T-9R#tX6!SicbU??7!aTMKZc|MWf~ixDK{o z@7zqcQr|!IES0Fj=G=7MHlGU9MnLeoqCi8F^-kQreXEqK*llD8R1$?GZm#B5dA?%a z{UFR&Fp*TS3hNojnAq6ww6DToVVlu#&7@mZeY+;(;1I!dunbT`ln3ez5gLpHfk4_c zQ>gvn!-w06E?y*bUxskK^_E9^S~&;;C8Fu1hKu)?k-he%PzLNj>?qNLprT@PMJ1n2 z$&eMg_;JNzCyMQ_5&U^YU15@=12T@@!gfe8qw;=rap=OeA&4m6QH$gKXAz8G3Yi*c zt_^K^dn*2O0xi+*)*u_M1OLZ1LXfa({&08(8YMm~0NJF#JEtTse(WJT7~KfB{dMI; zmP(BeyG-NbiDnH4!*3{l5Yd$tS<4{Qgn))1sF`meX#FG<0`gr-N=m;)+xYL_MSuPJ zg-J*#b#rrLd$cY`M)%HL#@@*{Th&JBos%fW^Q7ZM}&dV|3>Tc$QX5s(@UE1>{SO3HCPOF zi7xqj`!7Jk`u|?W<`4uv_x7Iz_U+wy(Gt+jPvH98fx!P%JkQYjny>r`H)dwkndc9- zBi)ON20`U}pOHmCh@kp4_!1iKEcJqNT+^2sN8cR&@nfnieJO?~zDr$QqAQB7$D2yr zytCgzQ7_Sd?5zG0=5fDqj*Y8dGWQ+VzCO@kcweObjQ+kUlE5OtcwOz%2k54fXu`?E z-`nOYqJQqXk}a*ckMHj7DkTDJ{0@C>L{k;XThCGcd#~&yMM6vVRWFUyc0v!q|HZR+ zp2@hD9kJ`Uy&!yz* z$0U}3;oS=Z`1nb_{V{jU&v|^Cz%l&quU@t=1?sF>_64z_Gvxuc64oS2bP8X@FR-$t zp0f-Whi7d#YjR~=V5M!nHnBa@qf9^!ksj3a9RKG%;MP;aa{qN70-lJNV;~3#TsgqG zJM#bUgIKR}2cWD>ZVdcZZDaqJF7y0AA<64oi zo#;;J`S~d*j38_gCC*ZBK}>wTflH}tH|q@FT?bpOI?+YjML=~tdXyu zi#~lmkrm6F8|q@pbY1)&hjy|mMDJPH0by=lAbmg++X6jV&i{5D=vaJ46!l=Q-xt=6 z9}pP-`<{0uiSz&*q6c&jC^PQ=HegImbPv&SXM{;P?>)Zw6PCliDxo6~?;U@0^KyIX zqLX9Ow-$;1FKaRJeBr*00`4^UbSmV2n-ldu0t4}By*Ts==B@;Ak0Z$(WE>6-Pt%aF zdO|%Qy#7If$?JYwm{@qi3q`ZSoH9BCD(?U6g=>A_^5Wlh;zK7Vxi;MD0E7c()Tw9x z8k#2>P@yekdJsQ|yYl<*a{!+;+})kDtxvxWF;ev)fo^1GF=`&*LHzTK4UM1kXBLHCUM zUuX63#Wxw?K_9Rs{qBDMUkB$Y2rHy38A15I7_Sf^s9(rHo`c~UxzLIbZcI~1W}BJL|Ts#@(ix{ z6J(>r3)7xk^19KTJ6`W4X?I+EH<9a7@i4@8qXmmfrxPa{zU8l?{-1+H6Zh(h!Ab^ zn^+Fvls@?m*A61*y4^y}uP>NRj`SeK(KyI~3f*tmgA2cWmbG<+Rib$=gsxI3Cl14j z+1Vbd1L37w)d_qS_KY%;Fc9O}(rY@7*s$=h(F4% z9YO%^=nxy-3$p5JP;`H3nxx1VsU9`4;>8h2|J~C+R~wsfayC-n3vA1~G)EM-MbFQl znIED|^2;^Q^JC!q{x%Dg==XgTTYonII0$N(o$0q}!=zti#l?}x4sZ2tZZJCq-scPI zZtp+^wP|R+ghJHS@tx8$WW~*2VVxc&r+;U|#?i^J>6HGN;&z$MR!dabP|qBRNY%=; ztSD|nAucMJoZUq!E-sm#y*071)ZV)tye(tcqmpi9p{_tvOC)o4M4{g3WUQT__vNFO zp(}eMYzG>$gVlA|zd!o%dL{xJF=;Y^{`ZFLq*g=R!|s1C8F04!Jwf6}P7MRi#}h;P zdr-hud&P-1DLwYIddb8daevi7*cr>g(C6- z<^;m+ZSuLkIB>90Dat!Da`>F2zNNC~F)7g3OjP7WGHQ`~;N+Z>G2G~_Gv?WQ|8VS% z!c&F>Tk?G{$HWuNrjhOl{uyrjcPsg{F}~d#Q2C+-G)=yc4Es;cw`hcZcbMYZC4x!s zI}Z}r62W9jq(IIPP?y(?e;(ZWl4)RIjKb-!A$rB}>vko(k3t(byC*tT*s&>!vnPEC z1AZw!VJwdGt^G)EZ)20zmi~&2<4e=`>%hn+wpDdDpM*v}^k{+C2b)S%t2VRY!=I&Lt0!k-N0TTcqv1Kk=Jyj_z@PhTv(y7@NkcvhRLc-<6Phf zIk*l6P`&nl@RSzB2iUYiRE0WNS4yHk{p$^;NPq`H$2EqQgwp(7i@O`{TAFHiF}i#es!|q?a#WA}Q5p zlz{K8Lh%yE>K#@|YLGCwLQU1H!WIX1Vjw{LkqxMb$%Wy~6ELMcnv zKKlet`4}WD%C|J}KWDku%R@)jf3D;?p-h2{-KwH#k_L9*t4(or=$5jjR4Y+@fykQC zlygeSOOV#4yd(k0)tIKd+Ka_7*z`upviAiDfm#PkQQ`Lkf;meh0T@DF_rPFcPVr%y$$}m%PlLo1+CHFV+TrM(emnNqml{?@ytdqpVaxMMNJ7tHV|P~?i&`mFy?isf4nTRSZ?1?3#Sy_Cr(@ur zN$PBlZjLg@rz4R@QrZ9lS&u2T z-9Hoa*M~qpx^j_`w}nSnQbf{ed=ZaCG~kCYY3V5cJ(rcQAp z7rjostgPbEHzkLd$od{rj!|bCIvJ+S+?${*fH~+fNCr%p@73Lz=yfBxf7oS3K_>ga z`b9ha*gZT1#Mm!k{ll6jDR26bA;tFHwnQUg-dpgw{o6!YM92ZeHw$Tsfx;dY0=TvC z?#C-@G%zbB-DI>dbaGVBfGMOIAHPu-Xvo3$x%bss`jEKs*YdipdYB(pIoA$LVQ zu_Gu>cA@hkr=;-U-0iG+RP!|}J<`T>0jJ&iP-rj#yCm<;?*w;0#69U3sMsXZaU3x% zYKkA8wCZ?-!#tuLPN$ar5=hfVuw5cD-sTEN_Emv*pMe1m4Fe~?Q8kf)&@IQuZn}~;w(!Q z@HNtfaX}p@ln-2ite`#&9O}Ch-_z+iu2_qZ}?nq%>&2*~=>`wPiJLVmp^B`XB`56}Vz^-gFK*CH`E}$zr zQg|Ntz4@?H6!*<$(G>RQ+2^ol7;0TOQs`X$M@sf+K>__*a!H|Ta?fzr%3X>(n5+0n z?1<*%XI>d=1!|NxBsd>C%MK>B(0QXz6y@dgJ%WKbI(uc0bahi}HN{_Pji`Q%K`BHX zNu`qMHP{Hi!&m`P!%7jhtIW*w->22`$}c+`qv%q=1Th@{(oapNpv6^rw@BUR#mf#4 zznSankvS8Lv+ARB<2UO_0roc3bxh`LaHYtWmdIYn{!O@a@9FE_k$a8Mz8+gQ3pLj9uqOxJ>Z*=Inv0-OrW*l6{=Enyy zN;?Hzrn>XYW3H>j>lJEdv~oJgA4O6x53V@=z^!)VgNUy*_u)3^3?}l*7)M@KJ?DIW zDXXdXjI5;TEb3iQHW(zdtWd|+PDU2~ocDPE4r;QPLSt%Lr}Uc1A&5Q?`Z51((fFbr zb!Fyz)PZr9ZZ#bJ4f?Hhq(1+n=<2fXl?(XS_wr9&T==gVd^5v?G0xcO2XGy_pcT-Ys5RdGS6cqp(#`^cno)V zl=kdzAo1|d0Qr<*1?Y8BOO2&hz7ADoBLoKRwuAWnL;q(BwfBR=?r8!0v0rB>k95Ba zuJCJ~ZkiQsnM~xL``!R;Nu0G`@RQp0m$HYew2JtCA)Srf9G@P@(DNyOlzcGK*~olh zaR6{-!vr=b@6{WonV$Yi!@Tj)aN%FERp`4vt*>dj9_p2_&btPPM^UEaB8KketMRI` zBf>|$7QDVVrjWD=dLVb~qA=gjY^FvXBoN!!H5{TdV?LBqyodAI$l|sa;M0E zyBxd*wRr^pI_2#%*Tdszp8+{dUO6>%m};TL?#|1hZ~WJhRcxVq ztn|bIp1eFf!AUExHyeDjC;R)g2+<+d3?0|YJJ4S5MInD^w6v>}$FqR*K_Yg6iF0?U zb7%u%GjSm+B0mzLOHENxvD^oU8`W0lRys(lPQJMUH1=E_O|GG_mp-;T@P&O1U*JLTGzDY1)BCJN?A=G4}; z^=&)8)=O=OvFAG~rgQTmfOZU^sTL!(lLHc>)S{*)rd;k{q9!Qw+xTCJLt0zk;FLRT z&id?DuW3he2m8F=lZr{7p4KFqJ`X}qQ;eBB9o$qZGaW;+DS0x3M$zgtv#n_+xt`xN zIb31i(agrVpjL0$|pt{wocL{;d)~e-HJnFM*%rs6U%pM0E zK?Z;(kZb_pP}TC$z1tMQOF;52(+HB1_0bB*o5;>cC824sejy~({*JGN?w*;y_~!MX ztpjlA$fZ8GUW_7gbXs;)WBL1o*z3%$LvC{2bvuxO{m)fu0a>(F)ZJFe#|^@JBh5@J zR1276iF8MADp_ZZI|B)e+H6BZL*E)62<5#(BbuK%=CQ}l7Xjj=O42D}+oF!YToHCA z8xnjRGzxy|LleG+k6~^ExF^W0sL{;$YdO8(67aOyq30cxFRZH^wcf4>or+U#8W{~4)#cdkKv(W{p-*=>`MOw;-PJ|!;QCjJq|A>rEQ0E=3}=x= zuYZrV05^M>&og%P)=z{RZM;as%uajCWGf%GW1!+wF0O|z#|cnGv$<3noy#2rn(T+G zHy}@;<@V8Uw2pKU-#?6uDb=8)3Xvv@B-BreAHg`cLJ88wX z)cW-wSLjeS*Uyz0Qd4ydK7rK~8J?vBtyU#V`S#Q22uMho@RwZqC(8MXU+b#q0JK4? z2xSrAn^{yBICDA)!R#N%$WS#$_{H8bqrV^zBV7Kg3I6-p?}Z9v9QvWGH#{YAj|SOG zt?{qS#&i3FJ8?{C7amo3ujbbQshBaAil3tKXp~g2tNj=8xym_R9y(#?5o*l&MExdp z2?9A+^sis5u|K_B^m*>i4`$Q(_+0L9?uBMWqw*SGy{4gw=Q?vgTD}dPC>o~Q711=x zT2gfH&ZyF1BxB-%T)j%*b_q^$nD1%EU3nb+S~y|)Es(VI_Hh+e_@5TQSyduX2(uH{ z9X{|G$}_$G8EK8r1fT;Q#a7;zI^*`;|0(V9AsC2} zP*xEr<>;Zi5cUdF=mRic#0nF~EQbIK&saqF$uRW#^itJsx6`=Ze6mQT8FHt;IUhhf)Fgo!5SX)^2L;ZjH!Hw@ra3wU}uaHF(~S@+PZq9Z>6@z z)sgk!pArcu<*6rbt$u{)$lU6xKc?7hrmt)BK+aw7hUnBBau@kTQb$umN-8X@5c!<} z!GC9`;yJHHSU5+#&PXlOYRb5|iOcs;c`8CPVG})$e3}}5^{oH=8(MAWps7f`bEWKU*5hmgK-x^#u>CfglAJsWkS-|MvSBis zyT2d0xHu1OV03O^-f{;n;{e4x8nO1N;r*6#WY?mdUurCLrJ_?Z{ZC|z^~g-!HT0?E zW)n;&^xiWDgepuCvd4t{8h8UAL8}u=r&%M}s-5&b>k43-)g+*gV*dyC@Q(@|GgX(3 zAG~0$6v*QYMxrY&7N>RuP23zd=)+?lzPsq%n23S&kDp@yA6ai1RRx>24ND0K0@96u z3KG&?(hAZc-QC^Yu_=`<0qO2;3F+?MAl=>H#XU3cGqb*5d+Ayz%2nr)dtkZ`lo#A# zXuX*uQjF8)?1qSZU-A@h{`dw~A3905E97Hr`t6~j0hPT-b7N$qjV0ykHZk^8dbcWD}moe#W`BQWaaXrGl5}-Qjh0jN0Gjo&W0+Tjzk0GJyClkf=Wz2G=JL zf6WJv^CvVYb+V}^Zg)4a82=Q1+>ol3(sjk)#aH=&VSz^xXH+)Q`IvJrnX}yIF9{2N zT^&1vc)&j7YOnhshv8;T$IaFB*_f-g2T!+{q@T}TVc^`=Y<&%@^GfA*YEVd*$GLrN za(5clRR!9JX*3I1`IZhp`568Hvr%z-&w=5BEcRuOR@YD`s03Bc>;oHP zmtq{u#WV+M*GVp4=bxW0(j}mxH|A&<=)26_0JwqLSpQc&z?|rB&5;{FrDe=H?u@~q zpUFpdn^X=9q-OA}5sD`4&M>)LFMFE?mo+veBaEe5BmFWi7d`}C5Q=K{B;+1TLz}OL zt)?thS(mf>7ikvHLy(fVH#Dmc08*HC_lSVo-w{J_-pv;EEXEF$BE13|?gGAh)-srT z;A9(SxPbd@#V4z-<^CVEtPAbdtTv{=~7`JSOTfOQ4;cF`=e&M><)H*WPU!|DJhco4xT$V(E zLl_#?3w6FvQ&{#i|4tCeWww)l8Got8`4aNDTbOnB?H(8=ka|$Zi)cm*X!8p?mDa z1USMOUrWYBagnvrnuV^^aj^VVkr!g2UUqtzts<*3n^%E3PmE~Sa3S+ut-yQom^Bp$ zF{xK7sNDK9Je=;K;-Jy&_R_2y7C3Ru%2C`XL`B5p^dxBZXDZ{J_Ld|auT@9BX|9S# zC4I~71-tXwXq%}8-|dTaR67eD1J3p<4rPexz?!ZxKwj#*PxeR@B*Ve;kYv~2xE9@T zuTj#Q>puJKHiPkfv*=AfLTT$l%_7M}RuA0HE0EeCke4XU>w-)23ZLk)ptk|zHQ1w^ z|34Tm@LgE^Ys%O) z4lHmA)D5=uY$C$^!i7k80S}xia$b4q`MzbI@$eGOEZu_~uF%L{K&@D7af&CobYL%T zha7!fVAAVIHqOTVqlLD1cxSCj zS@puBEKf4ynB!uz@mIcJ20?G;v+|Sh2BOv*fJs$nPRL^&>OrTqH^-%Mk0^c)jyNH8 z@50YxpgQk(#A9M~nDWxlV2+{%+8#DZF40{Dy}ktD%`{Q(K9!vl3;Lmv@F+}|EEe_2 z=#{gGponEKr6JaRsM5i9O&9Ri@-F$Ph#GIj;3Pi@s}=o>$eltTNj0r$RT*MV3}fl= zqw5xfit70OogfmnBP`L^q1+!;*pA*nzne2o zuJ%pj0$0B>~rv519OvcYwaiR*&BC`G|%f*N7=K0(=Ue_+Xtnyjq=0y#QcPSHOHsp#N{( z5IQ71^~s|*w%NXhCrjdnd8?0HN?l0;)vz1N=Xj)*$OdiP#;1?2ym zjCLU0lq`H;;TRgGu9~Fnqs{7pD4>;fzxU>GZ25kmyQvkhP3P0xA*5pLe=NSxI(zMO z-@rx?mZz2V?js*I}1=VURY|tflQH<*MS$|eC{^4`-4AT_xjleks)2%(w zYR>)pgjM0`P4w`t#MCBEuXJapYD#2TSm00+OL2MRA;dd5aDEC}L$6k)_v%ELW?7N{ z!LcM5ml+Fx^H;GYG9;oX#S$^(f_w_}7$DtWb$%(nxfxTbp#+GuKPz!qsW$p_|Cn-> zeg}yQc{t=1gd*@I(G;z?<>0<*|K^^&yWq2qh0!d!{cz@$FH2>*l*}&(1)K>|FkCLm2F^0`VOp{)$x?YZ>FTdxoMGEbYdzlF{j5a~i#bKo( z<4v#W_lp2FWo~uE1P%D;lm{kP3cvO}5r8XouCW3+=RB?3w-^na(ZJc(L~@8U=60BLgJ<@ z=jG`PJbB%H4DH#DPxt=&UX>YbpzdLV!FY=X{_gJ1L6`gnF`_5Ex z=lC0Cg~)d`)}TNl@7Q+{)nnxCW60XnSFQkE-PRw2Qy*Efr7_@F(-DybUq#F)tsYn|ej3Adt$}ATH)Und#m}0JBLqMrSS-dVKLjP427k;kf z!^(aBPGfo8I~HGCaAC$hU6?u!L|XNBT*cSM)ykfQZ;3lzPqAqUd}6d6bMG6So+(*8 z*cIHLcb2_oW2#ruZOW)7`rSA#kdosRPotEi_a?g-f`G{L$4nhB)T+VAXExP`rX4bvQ z>B;)T#m3;jL)WVN>{{+2Wp5XHte;UX5oe1mUPV~XP5hxLy@tD#V&vhV1d$=~$b|D% zmbs0uH-9@Wcswb-17q73$OJM0YhSKli^)Tfi@E%xi1xy#;}bFjos_?0ZCTQReH~U* zth0G0+1a)7HCNyo7G|uZEg_2Uy@w~hAmMcdoV$<)Z+j&t+uJ~do(DSC$n{6L6n3rq zh~taDtSOgs)wJt>6NNxLac0GyGFksEbk?Ok`S3X4_nQ~!D7jE~w9WTwPl`4ZSbf$c zRf8h7Us-EXDEj*4E=eOUWmslLead2THBRmsU5+kEBz}y=BR=PC#D&X(iD(J^L8CJZgS1 z7B0L60zSrT!#gBwY`Es?Y$H9YY8v;t=V{52|oh%uY;}#kYG`ix5AXomK+p`enXo zf1Fc)=UJ%z=0JumbZLmu#C-QEkndp0{V+Rm*|Sty|GvTTY)0SnT;b+EN?>NOF>vl+ zu`sv4(IZ{|6>kX(XA-N~jO-?(cRQ@(OS4y#1&fxwnJWYH~yWt#TE5%>X3TIG@ag!6{{go~GAX}7jZPH^kx;V>5sM`@>i`@ft z2Y}qiT3`SqeXOjzHeFl1x^i(dzMDavovVgcxU2LHm5q!2UjK{*>Z!k(O_vD6rMXIH z&osGW(O;iB6Xh3Yv6jEk^VaE^%@U`Brm9Ys;|dg}>58kt8^d>VnVPG^LicL?{~m?k zFlcss7)@qw5Yb=Wr4*Cfmd`FKA^Sa#iSN%h*A}CL8~?RPvEI%w%;0$S z#~&;u*VsbE3_LBD&&9?U6u*Vh1%w8Z*uHLeA4$H93pueHy>zrikk5dV3s>az`X0!iw_k z`=9v5a9v5r@?co`D|w3WpyR#IE3KcGEQ0(J#TLgxE~)bH$mCUipjN(tuWJ#G-qWr~ zu#>qkm^KKBp2j-h&O7RFe27axmke~SqbPVNY(}hS7HcY^z zZvzf=Zw*`m>3cGV(n$ti1LD2jV~C22mJ@B=&)Q+K#eLV_1*swg=XI^Y+;_ALtzQ82 zJ5*ZGYirF6!+B{n-y%$c1LqP!$o>=Q00}#r(e2EHkacFQBc=oHwfby^Zs!rYm z)!#XwF+BhI*S&Yldz_v(*p9n%vECRV%)hy7cK*N#^hA;=3=gAhGL&&vN9YrrlE(t^ zYQ{VkKDx_a0=LanWEyh#{o2JTR=)2=$i70-Pi%&I?S30WjmtQw2bqkr3v5#Tbpzhl z|0lab@Oc(M5JAMTv0aE|+W+^Qt3VDswvBt_IH`1in(TA?Ih@j~NNzHY=3;_mL*9au zB9&u~;i~hfaix(Q-N7$)(;&xr=TgL5=>ifZ@C*1?^3Mn05x5)~hv-4>b}HGk8O$$N zqTh{TFsvtc>@ZRi*wc@gtm)z5;XsF_fhTZ zNZwh(2augmHSvhnpL4J2SYV5r4z+ZjltnTvtgpX$yTao{2c>g$iMa*|9eL8JZi?Av zN{$xm{*v!=1cU0PwCbV|4xP)6789S<8gT0HV7Z+i2!qabA_gRKxgTt-3Z$ABMbHj(O6k!b4W`v<8ObVI|&d!nG5^78T&JXGo$ z=Q3nGf}1kwg9>+mKJ%yq_>?X7lt@S9i-3ri{6)hS1?u_LVRo#oXYmp6pU*c(N?C>| zzJ2FcG+IWqF#tM(Qx5CT-m~8!43dP`U@rVb>B(1n+n?|XS^5wuVYQpLGn8o9K(<^+ zv|1oZ`yzBbUS|0Ca(vmFLG4}e3m*?8U!teo)&UCzwL9ZfbPbcR0r8J_l}Qge9Q~)8 z!wTw7?Al+v6UxV+SjRYAMfI@TEx{-o7mnIH(uHQ1?gRA=k+LHj$KW z9L4ugm$V}#8A67d#NMnl@8E(QGY_7%N;e@PyA#p7>azY|!>V_uwc)>SaHtO_JVHTQ z9!z;3dB5FjFo=Kz;N2sV)Ps&XuKk7bNdz@f>HisvfBwYy=$$A9HG$44aTUmeZ3;I= z*}70zsm5YU6i7OdOdtk1=;B;?0(yG}EfD-t0LW1o;AaDu!hEf{L1@A-91@e2ZxD*9 zY}NIWh%Kjw%v;DXk=>D*Co#ylw80 zG%vkYMPm;OOIv=jSbXq_j&+$W4!D%PV`4x5kp8t*fcyrEdEp>2~2akZJUd(I|2xXP-ndFoOFv zjaHpbTA2UGc9)2@!1^zE zX7Yy5p1m4S>pl6OzpKY`5_A~dp@sPDPR;iOPZi$>OMNOzol=5**aC@GyjpIxb164V z25gimH8OERKl5IhEaZ`T-g8~jFYr;vkpz2&U&~>Gnfea1b7;}sgo6jEvzn9qePCb@ zGByd^D@J$XMt7PF8$CTgQ61D{8;OFBU;?4l5aP~~9t<>hS0NqZF3)ez&V|Amma|6b zRA`1+zKe;97TUe0ll=Vo@7a3^8^}J%qh&_O(XQ*Ax6xN9TxGKK#aYqz zZ-R9T*EcPXKg|1tC-+xS^s}ivIf5`BS};cn$N`%9+_MzjJL2y^VwSc3hP9Kd)o+2R z*E%|A61}k76}5=q7VKgJ)M3(XoJ&AP?#LqN9OSz@UT;J4^8zu5GsC zUE=@fqQZ~>GRCt!BDQM1mBFaS(tdFje)?8@laaJX?ozKf;6di)Pq%X`xn%s)2XKv5 zX)5>E>>vCj^lVytEHsqFa&HCFc-QUeo+Vz~a<&(+p2BgsxhYztP1X0H}0@ zMYr=G)EBj)t!fn4<6B_7<2*?sDT%HF>B46;;YH*~qF0XX9&`2fjcPsO%8m{qI;bVk zWzypK(Aa-=E>qut6;GAEaPq<4P586vMKbTJ$Px`?rOf(yD|6}Q+1DZ{M(u;YKOg4D zKaXR0R1ejQc@k@jHM1!j&NjPq45nX($7yQog;|yfIPSc$T&j}mT6Vl_rupz@UE{ee z{TCXsrt3I~%{;hS0DAy>2 zXmE9MdPz2iqHg(J(`k)stp$oNg}Bb>9mAD#fzAU_+)piONgvLH#o%ennNN5hf+|eX zQ^WY0T)kg3qEh7>dU(J-4u%=Wc!#+iVACFy8g)5b9x1jqLerumjWU>*p*BpB>$6|s z>Y`%0VfD1Naq%lx@I50#jy|1dzVt$=M1p)*)fwvSO&UktCttZr49VZW@eVpWmwPNe2&Mfb^n8cQt>-NVn~ZG%;U@3t5a z5fBuDBU6iL^=3|1TA@Hmk6}8}Iu;v#D1sl|b8%&EUHd`O3*ZB6N^@iQ@HY zbo%6`^m}~Qpoc!1Qu4`?`$TDamoH4oZ}2)=4_*>&thV~?x7He8I&z8b_TZ{ku`W{` z!NAwv-fqU{*LtN>29vQwUpu1dyqNv`1MWi-|4NS23F7ZT@a35|=ev~(26Qsc%~4K= zOWFHFb_CeizhS%4ut7Eh5xd1t%3$>Q0sr^Luk#*G3QHXjr_q_ekBJn|o&hlSzwsF%LyeeEo2=-XQ<9(5pLQ}47m zhg#BX!cj#_Tp-M#odcqCcP!&4nO2`K)L5!_S)T8BQ?s5`EYj&jv48xySmiq#^pZ$^ zciuX8{g=VyLBij5tujY14CjuR%PI9_S?c)4i21)3?@I9Mq@xinEggu^~@wX?YpfhUmIIiMqq*w7bxq#RuF+lgH(M{++W{OEGp>{ zG$)*?xkZh4&(~im7inZ4-~cC2Q6P{Ue!hMW^Jn2PdabkLS~YHy8a3=x^1Bk?CO~z0YQtTH-yGu+s!w&`fpD5|~&`Ms%u? zVeF>e59La_=DgJV0Uew|x@DS3isni<(Hgi68&wfIL4$Uw3_{l?&a1Aq!;?RwHtK^A z5y9+E9}Epj3j_^o073s$zp4-B=#L`dD@dcAvmaL`HC{X7wVZ0IcWbd)tOz7Yxh!ng zH70=^d$c9H+IR#Bqn4CsX?%4j=QxnlpXGe8^k`PV;=f4Cdw5`99eUqg=0+SHCEmzwAv-~^>RCS+h z6noWiqg^wq$EB3wtYP6XOHYTeg#d0wBr%&9p1mIGKEPJ8%ZT*ZuiDGzJr}p*)OQN$ zFrFuMc@DoM{=#N9A$!XtJbmM6K7p^XKj-N3CBK$`s>WoslVaKSLM2Vy^G?@e`-0svAHaqZpTamRO)CDaQ{2n!=gnzeA6|~N!S06F z1j>*5DIZTnw7uMPE3iXeC|%P3J4IGB{y@04%YdkRTQIW@FI??-ZM*7B4NS8 z@7#E4WsT&`a2swMaVryA%Jerhda zkL3 z@fdF=Z@qE7lM9hq7wLB=ENP}3NgRlIDe)KqgwRX*-MxowD*SF3{VbF_|r?=-=Dn+u*ZbG&f~|;qiqK{3;V6Z zaVxeL;~=4L#E`HBfqm9V(D(RY(LIk2#o^ToEBDDDM`cr0gkC#1*ha=>__9y%1I^8+ zi&h1bBF=7zthXY2t}+#}+#H)dkPuq0FVq{7bHCa_86>-X-k0Y{dqyEj6d`UwOoLh< zxIx5_Nazsc7(;@L-!8%Je9x4v`abkKm7`oHQ*#ZPaaiun>zvx_!y|Nz`Eq z9lECrIGDebqm3!B^;X^;ni42HDf6antWqvAA=t}T&EmeVwn((wYQvMKPx-sOa>IX< z=LT19z1(s(6cBo|@-6P~Sa$fr2j^K{4pimAlxq_7UrzEJpXkx!OrUSQKV-yfxsBo% zPYK+gvFuDX)~b0!Bc@|N+MN9Qvm;r>WGnL9(Jgg;D$c+7_^v>ySO{ndvU1bhxI54N z+pDS4UHqie`7Pcvct7yE`48{2PQzH*-MewJ>G@Vy!b}gH4x{&tSWzRw9fSDOqFAH}y0vP@ zrYQa-X~2>jna3+F_EJoUP_$wtm^x-H@HfWW18h0j2vcqRuZx47H zHnsYF_~wd*Z!g@q-D#~M_=3X0Ek#cHNn9cQ)n%y&Wl5dKYs+3)c-q97`xT7=vR4?j zh3sVlt|xCuXC5c4+$<5(tQlJG!fH(IRqN$N3tf0GjZV0n>nkOLc5#PGq>?%E%{gK; z#VWA49S@4;5QW_IKYa?x{rvr%91_ZgvDanuT(#FCx7%KMiyL#Du(>o|v-`Os0|_b_ zKW`@sF5IdAbG~5#S%baTo85c`N?Rb0J)4}NC1JHbwZrNer~)?5u|)AbO5w84M{9-G zMXf^zIfF3G{CAGrUBig#m%8@2Mvo7{8(jo-zAM(DOa_+(CUnA6fginIMZ>JzQ84uU zPofPqDtLpWG%GWs_)LFU5X(U9toWMnKE8f$??u9~@Hz`18N0$cQAJ$v@oYFC$sOnC z!H32)O!?(B_`|N(vC}{NbD5UvfEN89CmK^2GZr>BHln^FC&Li>hS9qOpBcMe$IBbR$4WyZ78P+-^#g7#4y6a?K^3mpvJx zPUD&Ytj4iWH zS%yfgekYj_Z9m>SS7J63oo0H3gy=Hsq8d3F52s}$E_0^0y>7{mq=+vYiLy}B360z7sztYvgk7XJliiEK0E zYM+m3*E}r2G6S%6ReuFVqKNq03(CU+8D+IV&0WV!xWe z$h(tJB`TV)x-akw)kiszTM-r#ns{_COx6wu~9ewW#4Tt!29m8^PKM74s0 zWUGG4Wn$IT?U`6?ocoX%o4d~vM!ULh9%b#~f-jZG9Ju6eT@c6CiD^1l(O5M42WNVq zTPk_N!Hj?zpTcQxMjGtTF~ps+{w+)trb|sax>~%~ReMv#g?5^3IZSC}@V%FghgJ)g z)o2;aDRzT!PJqJfzG*+ki5$9s{r%_Vl_fKhMFh+^mY|L*0Lb*KCb^$G%$LCh)9Yp_ z3Gon>HeV0|N&VoEmL%)WbcrR=;$R*4zhJd~@cVK)kZ{Z-Whj1H)B)>6E`I;&;>f{% zv2i(G3Ag%D8h0WNjjnhq{>U@Cx<7_eJfHLNrw`+OC;FB@I=}30qUVZa$~)y?{i9{? z$Kr3D1a8Aio^DegG!LqFO-iU5%0cU*#g4~js@X0l&l~5RiP4ldoi%b>DY}~xNR@3@ z!*3;j5H&QPg#=47q-hR4=QIQKva)l0O)MFM_s0N8bYdI+a3}cVDwG1kI!}p*5i6md zRts62&jPwYv~z{K#~x$jSMyME{N?V;jAA_DD%SZLOQoUBnge0ZsK=U_lPr`pLq0N> zkNw>r?q|K9?*#USVf2c_0^?oO(ZncNF#d{UQ6y;N|8a-6 zA)6G(jT-V4XJF0KD4+91^=-fe@#lzZ@?Sii3>3pR+qbBCGV~+?Ss3yiKc4CPAoU_r z8PvIzXjZC87BH|0wm$)9v^;+Z;fU>4f1pfH0ka#SbH1b0f)5j988>_QMFO7Tnoqr_ z7qtS`mzg99!rNngI^v(nOH%_9A45HnR_RKTx*|*Q{cG_K>T8oR#R#=)dR*8S0^8{m z5t6!phU${_VZi>>veCWx zYtI@i;`H}EDliS>m+&()G(dA14XT~(*$)?5fRJR}?-=HS0>t0QS*HTBjpR(7=G5%> z{ngKU$P9^F9cxGiHX*9dXq5`S#4~8>>HnwEeQn$6Kw^J6<*PsNrN!fd=TJAhu;p8_0^tN<$IC%PK-9GVD4~D`& zacJqFTiu>>ZU9gzShlFzOva6Zt`XEa{2^2O@f3HZ1KX)h^a)*HB6URvvK+!;`4FG} zHTT-JlVbHsP`01GVW_f z%J5!%tAhgx9paVY`-m!o6GM(m6R(VHm-1)0gj9e{)4H2y<7uU$lBZE8)HawthKkcw zK3jK$f*^_8fPZCBWItY{Xp)zeKmU&%Fe@@`S!f*ZV!Sq06TB}Q{LAan(c)&eg$<{i z#S@==T@}rT^mY6YL7-1&Jt=HW(egiIlaY~OcS!j~F~CBYo%@ZAT$UBcPF!P!UmpHF z*e+~A zX(OP^p+WzVu{MZ=LOPYVt7FqixujCkwE-yY(G)+E+t4XBU^jPU8lrZP-+|GA_mhFC zA}1yppPOQrut>A%snH@A3+ov(y*`J|FJHzBY1|KHLpAsst}73>N&sfAQ1=$^V-LHH zCSB{-{(C3nez~_QIOx9pa62Aor{-$Ylqz6N8W^ONL3(*vhKUnNbXgM{&YBW_Xh_Zl z`@7nP_PIMM^ZCwfcrI3x3|?$2qYK8V6qy6_3zusBPGrZfFr0;!`Fz@1_uC5+2Rzjf zgJceKqYYSHet{qMka>&u=tY624uYVl=O^x<`c~%A{q3dPSAJ`K8xbAInN7dXGpx1A ztu5-E&hY@#jxT%ZeD1i-f213_%dGC*7VGh+&w=jD6j|FJf26T=-g6?)RzDT}glkvl zj+#fN^|3wphJ5v^(QZSctF5E7*=w+4_VQw0y|BiYg<mEv5_V->49Vc72D9xsL=Cr>e z@Y4;LNx)Ad9A-953oASI-4s#Bwbn0aF+Eg&KDCOCif9#J@KE07g6?sD&e1?kIz0_) zxPK^c+uxAn*}dLT-hzYN_76J6gFk>R`b@8*^T^FXfL-jr-$) zngwLX&l$p3Ncrr}kQRq8@fOOejhB_2R82=S17k<{0aS3hjQIumltaKfD@z|q`nuS< zRkJmU-^H6yDxF`mute?QW>-i_#=<1!xXAAmDb4mJA#0U{bqhKefj8F)OdMrrL7;>P zKnzZin~0VFiw70@DGR`ByP>4_9HQMun|c!#OZxrx%I!q;6zzsnyv-JZ9fx3mNm0ov?gd4_q#Pt-))zE*n>gM7SH)grN#0*i9g$wmQ0~vY0qTF z?jknTYRPT)9Q$Vp4s?;r-d){@L@cl?HCh9YxD{wGLMof5gi{Kup@n*h-mr5(OlFdKUBMJ8 z>)r>wY(OILA0U~lttA|>82g2ca``aU<>Q~`tyOQThNEXpnR{NVP!tBvA4VIbuV!DW za{_?{YSg@weog$hZo!9;=MnAHegWf03ir3WjR5t}hcCjg7D8w2HGN&i~!lvXrVmz3jT|>cX z)K&Iv*Zpk0JynZVq`IMI&7QT{!0-opgSU(|=cv{bd9PY6j%&S09{$A>IpnUUEM?U> zMV(5b&$02wYe(brd(Ly@E;y5Gd}p0$YxM1K7N!b07WZvkAEOhF1XbW-@`gwTI7wv z-=*>WV?59NXd{-E62(L7j1ozu%T$q4azw}ub&Rc^2PRLJyF8&f_Tf@>{DW$3T1k1o z7jtVaY^`2Gz02*@tEN4DJw4St;$rx28^)+G$ZKy9(<3ESg9N#*r4qo!&;8XvYimcy zLj?^?>a>73(x2@}!O`7sq-3!3pk=Xg5>V33G7HmJ-h3ojRBtud2twV|`(e-e`^Ne9 z|B`mcv_I5YQnF!z_&nRE?6xGO3=Djk6wa75H#Z;dWN=QE!&wd&4by$c7V~9Vuq4N= z!Z8|tP<8gJeoHD$`i0Wzs#k8~Zl?(A{fRlnr;yUgwy3yc8}{v zIwWTpdzb5tuUqFFbO*)2Czd^}amk2yAer{;N0 zj+82dASR=(@vtSi<#AOU#~L?;Xm~j8qbjXMH$-Nuo!@gJXS9p(RU{Hbri`&tzXwgt z_6Cz;8H-9L-_pajRH-tj1>I`J20^^cSyO-6dD&a$vMia-Pjx1bV&8-JcEKJ1+%DC4 z4DhVxPRX%bn*B!DDnbTYxiwwI>htLezUAHM8;jixZ}AcK=9q{zm%7Kv9_kH3CD3|y z8XW0{HX{FW08_|#jpbsW)n@a+XXZtIJUcDt?&7}4gPI)bDkUGF?S@KX)dVc7)r(~? z5=Xk1=`6*R#gODx3p%T>8UFCy#q+bW3~L$y`&?pqZe3Zk&b+8|rQLtKcvN3;qTL^H zi?qeKI(ppwth|RT7pQde*M`!#IvJ9xM#E~<)*9N+{g1BnJxxg(BPj8;VHsP0{={6k zYD1x@Jz+s=_aHO+tK&i0xF~8g{IN07AQ+=A6yD(3)w_;3;s1&R1%bKTPwOT19SaXZ zmSRXiDKY9-$!bqwI#fX>SdlKI_H+7qGk<|-YY-?>HCKO{U>u&(7itU@%8 zkys#}yqmsxmg_4DqxbbqAw!kaztX2)5c{^nk!1&+)5zM?S2#%CtA`ARs6HDQX4g8_ zv9+}@pnKaxb;=y{Fkc_+L?R$%)k24D(Oo%AXx1aaHJn@MNa1;)>HB&DF+gw29 zz}cCPvEscmnCAIr`BCEJ@$aDZd}c49(%QSwR0l7 zKlSgM*}0*DheRAR>`O;I-=f)eY*(37{^F&uYARTcu(u4F4WH>ih-s5>Pf>b*(?*(aDRK~t(aZV zb&gvyViR101A#TGEE`pJqaSiv>|nz`Xut4tikv~ev_`6~js{DAioK?9DspveY>VB> z3SGRPF~^^WRU`9Nil-?o16vB0yEGntayn5rG+{d862gZFg+oM_|MM+daq2;a|1%)P znDMe|BG#0R6Sk(aBjRZwhtA zKF4xw#%ph#PZtB?6t4OD?+}>ZSvSyWRhuG zHuOfpdK?U4`o6aE78IhvqGR2bji&RV_Sgt0`e=-SzN3IG_S20kEoIRCJKP`7fQ1@R zwj8eA;L}UT#1tcyOz}P`u&)%!2j7P2#&54JMq8*&Wq0a+}aSQsEP@ zTcf?7Fjw!rja~q8tbYK)hWSlZYWVJ90fCTi2ub14+T3KJ!)~$EUV03iI|LT$Xg)m# zvZ9Pw;@{bHNh5vQN8rG{Gu54&$Ug%hx@mIXY8@a!CqOkv9t;m^XUupwLVh=|nqH;s z2=xT<{S@`hYA{*VFEg%xB$ZbPd_ytZb9P~qC}riaO!`i{)>)iF5C-E5V^UvzlgFX-Ite&y z{n2xlqe0)iLtVXOw);*D&j2jvgrTMuvvaeCjkp^c?#dhT_7cs;_aOB@+Y?MuXUnaR z1&$u;iaJI0=2=C$rA2r|M{a> zoFqzj@JSQmr|u4`zuzM4dcHGNz8x0niBIh}LeNfE_BDo`-$te*5x;%uxZ1)-Gx(NU z2&{1=C-Q}Ayp@2+cybK0sl1ZswPk7J?hYFTN{XO?6g%6md9(D`6^=8C<|0nh5U!MGrAfC|f zfJ4S9pqqkj=-w$BGw`F}yJsv(peppp#feKo50qeyQ*FZzM{aHH*&$pn{IUW|2%7}< zFw))Ejc+9M+t{~j4h!@L&*0wv#c;jS9$6s=Ud>iwvE7Gx=|>VC$!r=$WgSLg6M1>e z{?{|Xp2nhrykO{>AsBIxTksW!8u;z^*V`{!9PVM>9dQ;^S8q+eVc;0k;{I;!A9bz z24SxnlUYq+3m>%Tr(SyIL=bafibYEB;yHd@T8}J7*P%)>cwNH>#1d<1WIjw zc!91zkv=?5PQMj>PY18-o$B5!FESckdq+g*4_>%)P8{iu7YQ0LUN9DRq1Vrfp3%0w zD1-g?$F>U00Yh@hF%oM|bmbS2=rNQ{(p59e=Ux6w03P>t;l7Uka0N%%2S*1%1?HcR zF<)59Ag7>*`}xqMZjl~ega;H9q`;M*lt}Z+WbbejUDucV=wWbPCg=HOyc89mZ#Q<>rsQ37 zp~%vX-tB5(l#x0-u7Jn2t@@i4f&c#Ie_{cFH9tX+nxkUJwMZ>FYyRCi1`A>`u|keFrtEz6z1VdZ`!7^-$y} z;GAL5uwK1)*LFF)CB?mKc}B+%IZ;GBL$zfD-??8lnGUZMbF@7(*J@B;aC<>)Xjx5; zLtovGDQ(rbn+D7SNz1l`9GyD%!!*?3?<_}yL>#Nf`V2?ya@8$cep0gK@C-Y!kneB` zv1m=zW|IM%oP_ayCwC4o(Gqwnj=4q(Fx{IN5c+_~A#4YjHiN`21&Ob17 zedb@9KfFhP)LJaQ0IJJZ)n`qfKptb6ncaOOI?fjRR#G`8L8I?a@xsi{gOI!GMj~F1 zE7{UDc1xgk+nvNS1(qWeAkv?pC3`!D$f(SJDG^VDKu+FH*k3C`UZ67#%`NPgBz~gF&sj!&OCFR^ld`X6!kpgqg za{o2s2N=?pV_!TZHIGQ&+x~R@LYvfouh4%!J_)>FwN@s|ktRUGH8Rq{wGR4dL*0NM z>^DqH#_9Bz!eznx#SlVx*m7)dc|zM7F`3tC95Lii7bnZmFA3i@B=(x>@<5JZEkA(= zw1@X_m+=DGHy#%Mvk_Wh7qpcvI~`!~6=Gw{R;P;9b=IQ<3erM@inqseh2u*!yFjMe zMOzf5Scs!13@F+=TytQU6-h%Qnd|IA!DA&Bwg175T^t}2%hgLBm!kI`{{{Z#-YkmI zP}18Ie$N|tz<|?FDL`e+CbYlu{jkwCgX_M(xeWgEJvXEi>$ggc1pxugj~x+(M9sPc zPCI!#ofP5(8o{<5pKP$M+VenBh3}&KMVMJWPlJRZ7QR-dOQ!paw;D|@OjTx!V(U!Z z?Jj@DvPVF&PmK5QfhHpWiONeJ#F6U?{UdfvW9LB|ubTh0*G+5gA#`Y5w=~Jv;dvB7j4H6xBUXqFrzVn&(7w2RYfThT!XrG&U zo|0n!(M1vd_ea-60~)29$1)klIR1H%M(- zx{4Db)R{Z5%y{`KAA*kca~R~}CLnUtQvc;U6d zuheOH%Iz}dg$*MqDJlII)UD9op(#LgjXQKvbq{CTC;_z}+mOa%0<$WWgQFwvc>Or* zQ(NjpU_TzCMp%CIM9}`+?I$&Kx$u83> zrn|ni&djU?vi3FOs1jWIO@l7HY(z=|WTMcp^rtP>DSu|jD#(!rLZ&lQc5HLJM z4n$&Z$^&jt6BCo{kJe9*Pdp31a!vpEVvmhZ{J=UrnAD`OIpjpP`Kwi`s`lMQkJXzE zFtxUJ`3?C;ep|M>%fm$k2@DDrW?n+*LbZwPwNEGYsiVw;AgC_)MSyy&BCmh|5H7_7nz1N@&xhlKddk6QkabA(Dg!he#m?Ow&iY|6i=+ zL+Z-(px;#kv-M+C)(q*|7=o_BK@2!N;>|wjx-uaMJxs9HC`!?$N1T9w09sKxkj?(V z%1t@BAo~Zv$JCgtU4$5XcC9<>d?{=r;!fU`8{f7rXT1sFfa&nFlYig;*G_~3S=_|l zlT~C|>^c|$K1>8}1r6UysjDKn_ZK^lqP=M~(r-Ksa8`OS|7`eEx0PU6_ z-#kUdVvtiKMd7*>^rI?#Kgf`qCSZjDY~n>p)DArmaSIo8g(cBhxon-_Gk44hrN~M9 zeTQEMRBV!y=HGfAMBGJlU&AVl==qAPK6kSSw_9w{K0!Ojq74oI4Z zTA00ir5bfpno_)=-Q`n^Nir&f)9iIcwdNp;MI9jSqqV4vIz$hr>g4~@o;qKehfr!p z71L(a11y{m`IsfIMp9RJv<+K_6+`ENUcnl zm&QSZ3@%%qnlZi9*Pdl~;)}S=ti!e0xuwuxMTW@hf!NN|I;UWY(e}OjlUF-G3ZGGk zd+UAxU+yoW0}le%@zak{iKqZz^G4~X9LxZPnQ~+73Y0=k8j=R34-+-ye7(4EK4;UM z-b8{EOk*_uKx*y)(sXa#DR#bLqZ1>)-Go;3gY`IF>Qi=Lr#yXvUXD{{y9aCG&HN(g z;FDUw8L|q%=R)7ktu%4J8?)I@hU3u{+8ScD)Ebi}j?zz5=}j`NeJECPzBwml37>fn zpt!!op8~tHWplE&EETW5yj>%;37Pa#SEIIxo$yM89>~VDZ0y|)#C4Aqy4yQ)>|nPV zi1_@(AYe;Gabn+7qc&`Nl&rUB{hBI{narU_XB(b>^R(EP`Yl4F<_(5cG1$HelqCn? z`n#~8t?rutKziVa9tX3iwHslk@~p}Z?CfJ`f8bla#ZtU`Fh@M69On~2Gr#8t+2E3m zY$oC>q_7}zXSKrI?Uy7yOu>Rbzrz1a{t4ZKqI;fhfRMfPQLwQB)F_@);!%J~V~j$r zRTHqDt19jQA(#C2toq*}Hz0^c;4}!YzDkQ@VuhKErPoP>yo{@*1mV3eFu^ikd&Zqr ze?-GZhxUdpPh8Qlq5V!z09_~izomt)ze^=V=7779yd$-OhmnNC&=HVA1Rx+|bqwop z=Ky2dYQWxxMRy=FltT5jo2wyIBV%>h zn}0#y!E&I(rTNOwOmBBjp@I7g{5l#TTZeyO=!P_&mJjsN7X=FyzW&Az0?qnvp2#B9 zkvaih$Clq3$ppk{hthzWI@>8}$mz#~xD$6YB!!%nWmGksK4lVr))#OK%f(_;OpdSA zRK}_*07s%mx47)oV5};-YH^|NezH!g1+rGs4uAP%YZD0G6ZMb**%DM^+~N)IdQ4TU zTb)}*EhIWq@=~)UT`f6@3<%P~pku4F!#JRH?)YM@)49|sDX2C1lonGin}0VDk0lz^ z7-HP&rW`WKdf0omwGG#bc)0#K2Pa_bWoc8u?abk+n7ozS;Vis#D3h@HWF5hGTHSEJ zyIFLUAf|f#j~d~bR<=LBBrJNfMsexb%vZ9DUS1{-=UOLM$iJ%?|EvO_iXW#!mo03l%kx4X# zn_@<3zA9!RUQ}T?jU*pBPm}__@@#=%jdd!$G)t8u#t=S+hZ z#XRfQQ=uFe{{lXgbBW+Ac_N~pW7(43rjmZPFh_+f|A}A6@r2ijXvgT#$>Jjeq>Sr% zX5qm}^>jsMESHnU6hZX9+h+K+mCPTlN;;@qAO3Z0;qlqVO1(rZm)nE{SF}d31mR}q z`((Uh>T7F=5K1}Mb62lN${ntT7=xJUI$BkH25h!yC}!yB=xIZpv8w96fq5NyuUq-x zbMxpr9$T@WuXyE?fMdI*yI#liiwU|NHKLA6xsNXxPnTmKnf<2@|10taX3-q{giPus zvc&#fM3uqp5HWx_V(&;*X$6+URXMC?@d*|vMyIA)l8m)WPyj*^#t(Q}Dp))PkwZH_ zU!rN)fO8^HJ9{497f$DX)X{Grv!Sdv3PHzp{y9-JZR-{xv%%pEkZD$Va9%z24UtE zzVEE#)gh(jcuV8-4P#1HX4b)csjz}3)y3AR#P*WW@;7A*$B!Kz8KmO-pE|L(#^+u+ z;m#z6F0|yo15jzb?GLnN-yiClxOCAAhlVE)8sceIvTqmiv_^n=*w=SKVYMYsV*_0a zRWdgGX*Hyr5-*Phv%n0=my@T*Invt(Q3!ftW{Q;OGe{(wZ2)h>DuJxMqR9@m4As{6 zIe20*UZ+@jT@?#$ov>0&oPOeKS&H17Vr{I1$T6LyJ@0ODYXTk9)d)=aFGUhdML_bj z1-qen1}PxyfMUP1Z(5~A=gE`$j-$n7X!MhBx=cM?XU)%6H#+Z+cXyl}N;Qd{M1%qv z3&MJ@L`NDkXazaIx#K$|U-5XjUUl?33YzF@d60l_5T#)DEFQmPJ3=&d#KSlij2{?k z&Ls8z=7;{t2oqsIb*#dS**j(W$BDgWKqHwqR&j^%7Qd=65TXhF2H;#Pf)CJ&+im_I zr2bqI6739D1Efv|O|EoCl+()bB=jht+vP_hsfc9GcsNIJu$?T9-C7VT4iQl@gV)wb z#_QeM9r*=de^Wct%GUjMn^HD2qH9OY+S{oTOki#(sK#R?-lV8N82^)?`=Mx5HknXa zH03iQN;y@HIHX{JzWLGlAbqs}EUU;!NnysBsHH+6I&Mbs zMGimXDhS+;!uz<2D9UXn5vPrqHxLKy4v2-t4`>I=V41@ zl~XU8VefmNxz84%Le4)yLaF*I*onLTBcr1;#7G$1F)HIJ-`$z#MzSO%qz0UW&MG#V zN;BWDOb`z1tbE?azA!|xO$a=U4u>&nl&>jNuYF)zR>B-_URg%XkwHhhg>2ISU5( zWw&3eF86l_1a^|Gnxc!I9FL)R+}?<7xD8_08~^Ic(#QVPNC5x~+XhoX74@=nOhy}22j7rQKg&F6$*Ly`xFoc9mEy=!Wh z6rf(1t}rBjGxqK0%@=FoA4Zf$425sefVvcyCMRZ8qycab7rrX^N~%uqc7<9vM#E!N zjizeu#}9oI)TwbjkK5>sH_HGt$$2@POg6cLFCYB{@Tf-g@)8-x+UO!D3|4_;(WsG6 zT&QJ3BwgU6rI7Wo;luC;>@2J5>Ow-I$W|MZ;D!6$kCsqlvko1LzhSaYPEQk2R+FPa zr+a%5-<-ViIp4-LXmxrCHy4taulnj;2+*6Z00xQI+6zR7wx|xSx^7}k>Up;ci|>HB z4XMqcFs}J$_DkPAjje_%BkASZK*CM3vM75xLakUam{)&6mE{%o z*%pUisdLM2tevy5~%y?l0L-a+c$8)zwIK2vTvF(033oR|X@2{S~9ran6^p*N&S_3EIf3zSO_C zG7)(n9v0x?!c*|UkxojQR)9%{!^h{2hJhasjfe|LdpjOzl^f319%+44=)B+LPfEk? z`;$Q$Ay|2E61L{4;Q9lAKt2MYvkpa@j9WY`AreLe2Kq2GX5L5y6~E;YR%?m zBogncNYqpiTn{KHU`V)=!tj05*U{Z*op1Q~3O<-~;H}YciIVJda?&tyfL7ladz=iA zAFgs}UJ9brzl+*kNt{IG-SCj(L4M!WIY`?{i-S*zN$c+~sC!G zj=?`kR37+btMbDxK|SQ*}ji|xodT*e_+*Lkmi8Ppudgg(KjqNG_>96q6QU$lBN zb@+#Fv{VQ@Qlv5s8}T68r(95oo8=cu;XF`ZhJb*2Tu{fG(E}qk#~V8w%d((IR4qWR z;WM@F^544#`WBJTqAv6c`_BNA%Y77J0o0>zRp*?)tXCGB=b65*LQ7^GNs2SMWqz{NIc5S1s>Y@n6j8eP$e} z%tXElP)BOK--e#6^n&rz^it8U-aL8o z_4EVLrTT=NMWlH^eXw7sDwh{$gn>0Cxw*7N8L`q1R6ax;LVGuyzW z(+5iU@<5r*#CIn7?=l;TI8po?TNPsVPnrMUSNsjW$MbMu1s_IRx}TUzBPP zfl60bQv(J6iP zOGF%H95kgSZdFnqLNq)O(W5uHCbVn9XKq;QDXoT^Bw9z}`R{nj}0!1wL|pM@S=>Efrij zw#cmAKsXuWK=GfK;;)(y%b|Q_d-2s0=2#e|Y|5$x4_AutRlkWUImY6vLRfr$wnI+W zZ}RVbcsPi=Qg-EHn>L89s(W>kC04}UjzzPMV&m%$#&-$tn+;UaE&j}#8#EdpmFi1*wxBPIYeE@!D$HIc=gNfe!3zoPPK)4{qqSe_RV)j zvZLWKG>q*Zi1YPUOozne(KOZ5<{p%H)Sug;-j>nH6u4I0DO$UBvnN} z7i@z%7hb7sK~AAiesvlzH`(pE(q~esjr>$G3p6toMu@7J9@YzwjWT$;^S~fDi^iw- z(`@2imjnW3#^|qKzkW4I^0}K;7R#Z^9X3{_c6_ER#yot4j1>@oi0%)paK5Wvd1g|Q z%;q_iQVD0+%pY))0<%Q zt=G#-i=fy&Q5aU!4!UKMDh*|MZ1*ng2-%-dN|Rs>w~sD# z`MN=H;3Fq_>iYSKhG3N+b-IYV%=}$h3iuj}l#hZhN4lHu)>!bg(3IrLC?XFN)P5}XHOi$~sG&%Gce(yEO~ocHZi^M{z#NEw zfW!6*yrA>XM3$_I81+0~f8CZ5=4fhm>d&^#SS!1)l$TWOUXVkTW)^3SnFF47g=he6 zovVXKF#=8vEr$FpI>U%hyp62*VC7ZbCeq4R)kt)>FcR&`@=7)`? z8;#gCaQWeYmP!KD?T{S2RcX|Dmcp&>_T+0CDqXG#4H^8p#^#V@&RQ=`LaW&Go}K{G zrTWXu53heNm>nOFYbFTb12-`nH}Rk089VYJX1 zzcU_>)?YAsXp{w3J<&S5l_`-9VC6K1V!TQhUU8v&zUzgHnbHLcA*ZeZb%|js)l5-% z;4uuB&?M^#Kz675OTnvFX9_b7S_uojGnK}9YYa*&=2wTUH13BBz@MCQ zHXp@-yn37dBL$13Fhs`cW#6a4NwDPuvD8K-m0!3$KS9F8+`__lfB_d*(QZtxvBNr@lD=yZ{9~n68yMC;k=|i4unmy zN_k?@!9Tu6l03oY_e;w zYf&RfBS=Q)FcyY+7=wx#yoF5#S!s61iQ4mRJIZ+;wuS@fx*zE~W=5%v+I%tN)On#M zCg|qZzdpdsbV~IoPl?!2l69$cU-=UrewOa=n5?_6vh9~lsKfey{bt|8PBIQ+I-Q$S z1mrasjZjI*LHyXH0w9CahWEk-&2EGbi*+wde0HbYLkpDC!hq46Bg7bIi>C#7av;;s zrh{ny+ftU61L;B$sWM_{8K_f%giX;3a5*>PhChl8%@sys3c~AaYGj_RLCas-O?)E# z?(R%{i!dht?xAIl4E~4ctetfAJ&UMsBv%Q$YjctLXeK4loa9etL>oVq6|55$4!dNK zRk(mgRm6b}kigp^^NS1Q5MUMC^Gg(P_s_4Htn;s0Mc-~2%f#TDO|;?n$8-Yi=kE!O zb4-FC((Bj9?zQ!K2zaLJ%P}2!1PUmNsOGBfL3j7TXN7fVPZ%=izb-6DZG9;+%48IN zJ9+>7NsiAJs8VU2HLh-s{i z`H&dDml6c^sccVY!C+3YS={M;qyBJNS5O%!-$R}x3qUAqbGw4DTIPP z+hGXfwfSD)RTwn}bgVEYo!9cZ-f-}~xQX_wm$C~oE6ri&_Ln6XXmneb*b8R2FP<>V zHf+WMaTWN0In*2dDqo?htA|DB5~y|(m}xY!ib(`WTThkHOMeD);(;4&_sm6+U#7kS zk?)B5rHLp)I<=6MSDTl7f`8W9-_#D`P*GLHmzkH(LsZH<4NlSOwS^D8T(H{w9;qnA zoLJ<&{3cr%)u`UC`%PB{a~U=V;s-Pn3@m;;mCLbfy;+GK<1xf1C~7rs^MEJj_UHhn zR6d!WI-Sp+bhW0A?D?Vp4CEG8e~S)Ae-u2mfVZFc!ejlDU#PeydN}0)QS9Aihyh9( z?zX%?|21(XE2F7`-DgBJqQprx;S%KFCxxoT=_$On85B?(OMq)w%>ptntkl}oMuK>* z{0871tIW^&BOA7(QZlx)I^J5M=(dnLOav=cTPoc=^) zFGEKZre-DR5y*wuO3&a0`w5fA0pm94~?A_PO zSMcjV=YxJjT$|$bw_m20w@h54du==& z_QMe;<`M7%4xV&iB6A2t(0XICPD3ZE;Z3FY%B;(44*u>Qp#yZpsdz_Cv5h=aO?`ru z5x$PAR9F86KNb)R+Iu|QA&MWB1qbpb?d>OGF1*zaYVmYhbL6D8@07v`9y_(BHm-iS z^nt^8unLzq+x&kV8W<$jnn(~-V#VU~;K(TWNYr=0L-->2T|5YP)GIv!tJLv>STnt# zu&@+|aF4jx&2trL*kX2PHx0K`;Cukn%=(AVKf^cdm)iVA8_yU96>#V!<25L!@GYIL zp1%0ND%L(@Z#2v`zPq)uw};+7s`}mk(oDKv#_1@3W%B}sc9-yt;ScJ79!BI{ViZ#u zS-+qpK!S#5cW7)qTvF`~f|P2z5?1jv4w=`~C7-dwuUC@u2LYm_;oI*z0=5g;Aku`q zi`44&a8n@B`x6eQ6j{jEDBFGB5LN^>4(rv>*VROiqgW*1R~A&6U$A*xAN$WfwYipC z^(bat{B=fEWq)K>Jv>_nNN&j|v9vw_R!LIM;I^m1EG`$3K+^4~Ys#Fo7{TQ^UF{BC z0e0%M%^^SVkf0IB1$n%5TR~c!LH{|bxc21|g*YN~1_23?n)q5P zqI=xTqGzsbz2?CR8cKf3KAZRCWKXAZ^=DMt@#Qy>phVl=uW(#ko;eEnr?I_D6yby~ zsz_dMc(}+$_nM@xe}xxvYVO#pKU(R}dWkHT@0Q@`Cj_9V)BjY;e|L!57=ZHZj`0gq z7WyAJ5Ayc!ihKRL9XwaezsWmoniqf3G;URqAQJca+2_en#hLEYrV2tcDl=h|)4hby zbfv+h#IChozoF=yA(Oq&ORcipEP#!woPyf^+>=7Y4xJ_!J88jYKyhBwBS6R!#+*=u;RCN?*R7?snYJC@Rv5~I%f{xQK zag34jmP8mE-$M^>kphtXm<^ntZYoN-7n7haCDqBF0opHVSbLU39A>xG-f&7KO?nh- zR8|%>g=iJFAw!mA^%`R~VL-tCT35 zShq(wxk}m4B`^1*_qDsO49CCFGG!T>^k$?i+av>J=nSE1u?{8qnC$HARXvY^ILVB% z<|WSz&j?U7qNN*>1FCJy0h+dsGCVK2_4XX!HC#sSa3CiTG|S|EO!oAxBw#w#W%<;az-s&cg)q7!nlT>{D)8IGN{cJG~dU3WLPWZD(L9!SU#3P}pL4uRoV-gvnvICp(*b@!XT!$lt_i~ncZhFtc$Ye)Gk{Ngz~0Iw)N zZRGf~vgK9=S~`AKoI_jPe{dDCAAk2r%{v62PHolv89y3je{mJarX9Lzd~jBnB>2bj zE6l;D>-|jVC~r%IIzQnvD-$-O5E;}SV<(wz42YZ-j)REkihg67je9%{rLo<8y~&r+ z5*`B%bGV+j?LSs_r-q%xk&%%}uJ)c+`|Qu+3Oe4Uws3zLR*E{Kub&h0@ZAt(N6gne z0muSGi1Ka8Oc5$DYC$*%_>Kmu6uakhAaVLpO2`Y|;-w3_Ut+*VDC^v3OSpDJG;PR^4a+W>FG`#@8cx=5vc;R ztpW;JwWNzmmDAkb_)uof_=t^^J`amOHau#h8(nH`UIhtbYN}1Ex87U%#bmbTxa>^S zqOJEm&?Qe~;YvJ!!8JG6*B#X8z6rU#e2o7b>>KQBcr;?Jbny3NwuMH;XF-wecxg9q zeIIbP)A&6<$~|t6OY7cWDHO9*-<7;!-2Pr1q5F8XT<&nNOIWR9D`P7w>6tMm;NNU_ zh&i6~T}d!1GzhF&YxMf`J1I1(3HBQJ2Avq4+YcEJrnf+vkqhrL8ZL@1=|Vu7RK9zoH0CTlb-04kO6L^6uWTC+f1 zvLMnHe9wrn)OO}C>S;hTCV_M3y)3;X+F1Pv#S+j?K0f{B{JzKQw4#vN6K_54D@}wn zkqZ%bB!Yp$8@~butTzMLyu6*;Mii*^M@zxh&+KxotFcX`wj8%aJ$WL83`AY0J{|Pj zn#T@C@MIoPTp~BjmBAqko)dsK!6s+r-b6|AF!tFFVGt%Ii*_ph5S=I|RpS;mbD5JKo?+O&`jD}`uHxcAGAHNgH9Tg4RFjZK+`gPVp>`!xXtbCTNR;U6fG$TV%Q9dh3 z2KXmccg+L+xS?5p;_<^%%1+{ekf_U%H&qSQ|E08aN!q%Z8yW$hOSW) zf)O|x#UESW2G4GWM7KtbH>Pxfz|duS6l+VGRO|V3J-Q#XE^T7YH>UA)XoOrKU=u09 zi6Rkq05NxFgezlSx-9&kmXqopOJE~J9Q#{JZ)k4HE)bB511GqW_ zfn$!!qy5&*QUs?~wc`vBmO&3bzSOwb%&)QWfiuYuUI^K_za9WGg8na=4yoQ;VqW*0gMoPz( zH!Fy&S$MO?&2CRc8~jw~5u4ylcIH?ZncPhSYVPm65!DRKbRD<-acUTstO>L$beR?g z^UqsM5&3FBvX^D>*4FI%`aLMwvys`};Gl0OPtxFwoj83X9*-oB11v_30R}_gjoC#d zhES!iuFef7GP?IQZBA_WATGteZ715%Q;Dzmcog81Y7`b^B!6zZbrUceJ=9>eG<-IT zHAtl|dF5h*%Anm76JRf*o*-@b8*p*qMESfwe$Nt=iNA8`M{S|O^FqYYZ;qhE>BFCO zqH#D-T0UsJiU+*E|J`%#Ao%-Ao+T*nF#EFsPg4H(mHg)Sl^k}WFraJPkm^K+K!Q)A zq{fJ-%u_rY_mvtItR0G&H1{7;R~?uD>tH&kKbwnW4F06V&^+^Zgb7M zSg0Jp{k%;APM`ZRoN#)kSh+7+*NfEjmr1Z9yy(RiPx^%>PkQ;b4LUS>(S=6@(Uv#A zG&q(;4f1lXg`wl2L zdg3ckK|}ZsR$o0?E7O22W*zyDT;Wdn!to+!ra{?L(kB1_anJIldj}*CL;|+_aYSHY zLitnpzP`G^3ES)K@otCH9>?MvHbtisCS4uRd$oX_CtENf;b68OU*?{1X4@^kqiY8z zloEuHYcvDL9vH6@SKS{;<`jv%@vPmSRSX0hwZB6J#L}=*lq>dC+l$j$+k`VdAs+nN z+aE1+PBq4TcW84p=D~gsdf4uw3CM7JfEw;wn-$k7{+;5;*P&R}1k5|(*YPk|Yilbm z$f#tY9G~ZKDUUdjRa5&DHYR4Ur?Um4|AC>wDPRNB{enz6kUP1<{kBxzyEZ$<{JouoG8n=b4s5x=h^%+j1F!W2BYSlWhsz7jN zr$f@a@jH-^ai70uX|fpR9`vPX^j0_Vi6X1 zyB+-)M(ChXqk%=+Bq+z&aFuCS%JXCZ@m<`)#N7g{_`UW#l@pvzyMty8!q==>*z4*F zV*R`oEQ&NQVNuJ584DLKKOVAX@}euN7;>k8-Mz-tJW%kmQK{b#BC7q1{kuc@|;A9lL>GKn9bL_ ziDB}mQx#EW^>Q2{gDRM~pUqW5V`HH-{WHI*E&^ayqNA;~`ROO^sCbxhxZ&rY_8!+X zxM+$M(Jvy10^9D9-gjZZM`}(?e}pqJ`620aosU1;j%}DL7T@%IvMozCCUAeQrr1D& zpc0_T4~j9*QFk4L{A?+C%*Z8uBi{(WH7E^L1UPkLNg zj(P|UvHGGMVS(gW4%ykm>UsgWQ?IS!;vTC&q+0%-Px>L{WJ$eW5vordW1&dfrZypp zcQL8QCz^$;o2B(QBzQ>L({+N){-j`}V7gcebb)OnrMez<^*Ctgm;t|3_xXNU*C>Ov zBK!CZkMzu&cPe@`rX-bO#(A!~!r{~7?_4SWqAvc>jA2=iZ*?@pV2dZ^EN_4DM*-w;L8tQ~ z5`%bHpw)b>6(%rXJypq9oc{J_nci5Q7q zhi5y~zX~vbcW`zOz1Vw(((g+KnXFSz(-L_AX0xg!W_1#;`l-(n#L|wRySJXVldO;x#QXXlFYU>*81wV%1u3VQ(u%D^zzwJq)uJ}+{d*W5w(zp|tE`|Q6^Gi4gRqUV8swij}ZM3i46Dclm zUKRW+YWd>-CPGK#bda;y|6OSBK>li)sIcb2_4Ns&Sx+iudHkb6Vwjrw)$k^NXsp`A zB5rFSPTFC20~Pp+@dak30&1VlIpI$LW4>2rS+(j&8IVET#4Z5wMoR>=6YlN6^9W4+ zih~0JNnb=HmFIQM*w$};&t}K?&0?&CLaICKPrvBRB4iMMp>h^uZVaUe2x!IN?+tb~ zE5Lm`wF2RPt+oO6Z1;X)79O97@8EXID1cx!0niC=ujv8f?ln)-79oLrVz!HuD?bsB zioCux2#8#)k1O{1+Tab9G+uo{!o7898HEyXMMw4e=)>81hVnGp2{JvXT!HV5q4Ki*5QO*m5!21YGb1ZeA=jkW!&(RS0!F@a21}}|f zcF#Ez)1Y-O&w4oTi=@(Dllvo}OC6hZW5Ao}2a)Y~CQwpF+V)@+q;B$DGp8#u%;VhC3gdPpK%@vFBN7C!|wV`rW9i5^X!KmP>*2N~|C5-W2D$sJF*}FP0oI`%Q)AG>rD$crZ&MYk+M^Z_-`FDyz;! zE$e00nfzg!I=8W=;V1s+=;$|9^tO}Dm%vm|xTIgx{EH#QVIVWE+r#IV5%EP8pIP}2Wnbx5>Z7(1#cmZn!MfU-LfgNauhK0~(joEf;N{3NKAFFf; zKltm{V>oft6KW zrWT>PFjYCMZCF8rN4YPorA>Pz6ktZ-lNLgD``mPThYO9bXOH9FWK=jdO+O6=v^Q|d z^s0eOmd9XZ;C=k=w=-}UNBW>Uqoedc1Vm+U2CdxNLo61VP=flH%UT?-08V3F!w`yzpcEt zyTXRq<+*Vo2WhM{ZY7dn(iGMNYa;Z?#!v=Mb_&N?{KiAVAoOOJn+gaWVg49lVTuR5li!x=0yjoyIY4 zn|#w^4Trnye)t?f0vietd)=*G?yD@q4tw|*jWcp4O~imrNxtfMdS4G31M)lzw(9Z> z`BNJ>V2i^`nZlhW@!tuU3s8~H8+h|*(P1%6;y1Q}72A z-AZ%o^x@uXtmZ`o1J~4$$qomk+PORAg2%kpT$_uhse|X6J;x|A!4U1(XibrR5!fXobDgILqt7!D-&iw&oLyktc=E zVnjZ|oWDVEpP$2m&;C7$cDXLo zTD}DM_D=L2g)aTM!ZEMpfQB44th#t4hCddj?+U4X7xfVm{TY~6ZFIy6=#Gmk(Oe!E zX9O27xqWBSa=&r(9NGT>=}6|opnRa;7|f7;u1q4K?N*?OwUm#6&!mE@sfnDezj4(5 zE$&QVv$;t-6pv96jm2#%+ArTyP1w9Y7oTyHv0wfomQ!DVBrNs|W56c@pkq%6YzCrZ z24FZ4t)KQ1R#4jkK62t4gpYQ2DBBk@d;{oBa{(?OQ#Nyr)1)^nF` z8Rh2-!2YL|wcs-ijp|Q3XtFWCUY70c!MHZn-Igy|1s#j{;x zSN%D|4w1StGBT?c+6-7S;rOGJB3{Uj*lGH}UYb5$kC>1Ux}wM{&PEbsWJF2xeG>*6 zh>b}gj2G1ZeG3H*g$TjcGFy@kN)ZA4>YMIEqh_J<5*Lu>RNic2w{N5?Ajr8O?rKKg zoyZ!>^B)3}Sd$i7S>iq`6ZwiOt2w*#Z*6TcmsB&u`36}_Z9Y7Q=&Va>kXXI#&<(gO z`e@wT+}Rz9o$x)CB7cac<@T!NrM&oKJc9sDz~M6BuaSM`$6<4~MV*v>^VT5uIjUvo zeRfouz}xhE>3rZ4FgcE;<#F2=bkue~^pHyE1Kbv+H(O=Q)Fd>}^!P0NLE9LB9F?{a z`$b3J@oINa^OwZvlq?x|M$6Ck%SK5Gf?F;`wkfyWS0eNB2%*6BfU>l-#AY@5Ryu3% z<&3k=J8i3g=!sp5Yr)^yoeUr#ZPF|5NbSRvnqgo(xbv%CSUa-KV$+KUD&`AY zexGT@+oI#d^qA8&`JJn;%4q_UfFoG%FSnyNL*_%dn__kEHNr|AX&g#Hd+(|Hk)O zpZ^kkXDG^mBIObCBdT+bD+Mrqr zJ=E-JK9dHS;VB&*#R<$PW3p^{k1*^o#;MB zdo$L6(iOfB=zk%Aq**D1J>VXs-Cw<{R_rf?+UQ#&L`K;nmndFQwVH-P=L@_fn^Xre z)1l2uMUCPx-p$9~9JCDDL`j4FNTwKPI_hV$VJ_$bu&F-6=N4D@_*jsAx_xhvSRs*x zbsF`q_5GC9eW`D3%To z98kgKc62&y6gYU@QqmorBk-~MU~5ITw9JI@>quEkQd-lSNbl3@u)(w-pz@F}yIZYy zElqZ~c$=$O?wD^invc#iorzw_de?HV0k@vA-J#^a5TQuGU9eX>>0%6s=?a*W!;v++ zQ2D=HbOo3Am;$xwXlwE_d!t$ZN$A$M6jcIwpG`XIw!Ix^3>6bHM20aL{2+SD>fh7* z<_E9tIKJSjpBs*n;25%TGY%&jRpNQ%?s;o!NQ?{vWLTC8(2OH56!QxqFVugvb@Lro zT`~F%goxHrz0Mp&i?~yRyxfmX#xGa+e6h(L7@5OcUS`J^cq|}o8*MF)oM>uuTxTlM zX>Xfd2JHF-T~9yh&P>&he^C{V72nDm^`TEnS(rE*p`^gbFl?Y8?veC7xh4<8yP4YH zQ2vZ{xOg=#=WkAvbM)yWg`;dVMOZswWIXM00<#JvhH7#1Eu%Y!&}(7cUk2?73KP6g z4%SXZ0AgNi{Y^_>Yknc1PWgkehUERe37!%K#Qi1JhpGP4RT(r93x30bi6A@{lYSEg+VbeYULuHM5der;E)y zoGwqx!4>`$AMvFP#+&g2Xh*{Rf24hNP*&~sHYp_`D2=3aqjV!8-3`(u-O?c?-Cfe% z-Q6J#Qqo-l((v8*zURE2ne&_Ze&08<|8O2=9{02NTI*ixT5DaGq$DM5gM0J^JBJQ~ z`gPnVQ7ID*01BrQcPfm3J3(NK?Eq=2cIS2Vc+Q9cV9b0R5#@(|R z_p~P2PZ>0FA&9hExXbKMwFCoId|Zl8=8iVbvFWwy1MiSLfuJqCfQX*0EsY%xD+YZJ z6VvwV;0t9a@Aia~%CINTgmpCZ6@op3t+5evLa;u|7tzuYVG|rz>N~XEFhTB{o5Rp1 z%<;0k73t1wM2G4@V|Wt&w)bry;Ss&oB`V1n@!TY!%Icv?PUO3lLpCN-+@MzM^2`z`#-+tM3-+TQ@n;CI%W(C7Te zC9i)R4NRHpvT-o6U0$1(mv9>err*Q*65+4EgYL-UPkWH#^S(B*zN~-mwL6BEBA2Ge zx4P@4}X^-JgT~ee@8=8Q+Uz1Y{?B@CJRX;cPp&2vXWBD zX-PpU2$Qb+be%hO{?ur+ieNnblh7_j%IWP@>l!~Vn|1QeL{3ME=9dY5|MX6r;l6a~ zZxT$|39e^$&zaVfr%uON32MP|u?#Lj z*A6crkq=n9Ae;hhMq)C6BhjwD7PC@0T)n=;J+}hIZqZ{g-OFm0&+!l+C7`i%q1b+L z)-@4v60Yj2>%bPinDW>@W(=(e67h*r}(9$!E|u0}ZtwFP#tleSJH@1m6l+{*_|_ z?KTy!QJKe>Hbc3y!=j(;DiRg+mVVmHrv+{xuzn}O2o zC4C_xcjx^zfPU6;Ta?(PUnx>9Nj~g2VDzJ z71jryuct3p&RUW|Ln9u!xgK*C(5AHpDBQ3Z4yj->+vNqkY7WGt3SJgMU$l+lidB<+ zVu?H7o9lRcwphc6^4|4y6Ir9Py(95DYT(HG+Lb~v6@nm>-hC#0t4;Oxu*gy?d4O@9 z%cs(o-j%`NNv?Dnq|2?jpI~v~n|0RXc2=@74f)3nn|Rm&!%k9Y!s|n-^V&DrY&BXX z`Lv;W-~lp7LkistKE?KMnt@1r_GhBCqxKh&%9;t;llA!qM%jw~fKptS7M>Q%lV-#K zzunDsb&xjjuNJkY5;>FcVn3BX1o0~oIRis)w6qn}koBMWC@x|<@c6I7D~!i7phnU^ z4Twnf&6H>gJ9=kLSc@_q19|Nq=$!r3&>ZWL@)kBIJ#h?L-YH!7F_noK64cz)qhSNl z5No|lVLDTR2G6t6`-)@mK?|2X17%sR1Hz|pI&-a%ervKvGVu%H^$u+Eb9g}_N1gGI z1>+b2Z=L*#V7bv zLa#eGu^5uE_#1NK9Qvoq-$!J8D}A`gm<7-fscQz}_i!O*ubxP}V_0rX4l42X_?p<{ zuztF0509a^z{ohin$O86oroNL8^cMcOU-Ub3?I0$7+4T6$@8?pG6Tx6(MYl!RUrN# zLRn7S{I6{kYG3Ro6mF}J&3YoJ6i%{Yd>!HHFR0Vi23mkoz=OFy~IpNRM63vcyXayfW=WefeO8?Y47zjh1j`hiEdSJ%gfH1p(?2a=eF2u_YW^>fUy#SV~$ufBvyDl zzg166m&PG@+}yl2wZhWzv(D}}B@$NN-gtxH&L@#C&T9v5M`M5-*wy=fcPSGTu= z417WE9-x4PDWjt3cyZlcizkJ5i+Mvgzz98`u3UQb77Q@5SjPqmYv=W#o23tXCA7s% znNIgrmQsdEOEm$4YCjYCTrO`T*hTD?{a*EsoiFwlmS)aBUBY06m{6ygvJ^ z7Dc_LciGxQ9O6zUqRRwIB^qBo@8J&ihX0aJ0y`WKRWsnDOSjN{a7%pV^S0+;G`Hpi8s-{6uRI zttWdht{Xy7Ou0cpbn-CI(=Xc!E1`642NvWaI3 zbGAwpRBQm_o)*n^gYhh7zrDbyf4%Ki+rW#0%ANNHr;#9u<1Ky!sihvy&TvYWN)v$s zPLWEv+y;xk0uk1Xfp{F`Ia0N6^e@ujI|+JE7Ekkqx@UlIC^_rn83&8OfPV5b3!z9i zkd43)V^XQX7_H5xl9iSOtpAX6yFsw~uyxYN0eekbD$|lY-8p{Kre4eA3yE;7v#H&eXfL?RxJ~;cmp*!;iA$Qq$b;Rb54LAiW2| zJ;RUg;4Zoy70sdPknd0gpm#@{l9gYQ_h0uBilpy|=(@b;$`4)k;A8B+fc-9AGJSV* z{@EXuP^^C=`|F(z2WjbF9q+#YIGojrA5nkOlMvm3MPh%Y`2>TvZShs_CHqts>*EKO z$Ilt*6VsyR#wxf<;O<(^CC-T8oI%#@KB;DEz z3ierp4QBXSP~7Os)L@(_zl>(X7?PMxW_H9cn7J&&vM#JaCk+js&ms^l$vK1z=Lj&t zn}cy$x7w031kGr!4@)9#eAlsGN3E-}i9ZdaYclpHNY9_hH5Q+n``_B3l5k5vw1a~_ zG8rm{#bm$^avm^U;Gz&Lq>)M5Jj>!B`1}OY_;dTzU|$3&#caAfrPs)rYagZ82eFAa zsSH|>FkeZ1kaRyTi{J>0^Nt2*^2gGmlo?Er`1qQS4fDc)!4X=|6>Jzkf)pFUX|vD{ zli7tKbZ?;!v|p{L>t+g7pJW+(jVd_=JKjGfRyFh*HD-xmgq&9;Y9j~yPoA0DC_IOp&wdkQF0%g-5Nt?sM%9R53z7M6(A}9PEg|j3sIEdw`17(@ z4E?Lo!1SGc6GOjj@i_9im~nTX^0fZpmMfrKuU>M>5>DN?J<4ZIG(sEW4ER^UouEQ{ zV3Uov^0TccZU+}weuJ%$!@2&2aeaP-3X;iZ{yc8G(b&)Pic!`mBs{&KJ4{iZLl6H361FE1f~lrLlr-?Kd)AQ^W$9Z{V9Ri3w&?qX0Yb^IAIg&tz+{JHH^Ci6fI zL&2(_#7MV7=%}V*oRTaf*!lycdHMW*gJrUgHakncQuXLCDHLHyRc~hnY-F!&R|wf* z7x(O(QZ-B-;ev`6#>e*N@l57qU|9Jc(oS*oFrHvBF_5@US%bf4EP`n}*a88;Sk`sz znvUITLgtz{7(ZxDp|3bz<0GKFfs*7Gok;cf@j+~h$KMwECeRO=61ujghXJYQ(`5FH zF*Jw`%gP3dlVT$5)5Qs#IUnKjYmCH4v?pbp(B0hJ+{-;Z%KZnK^2F&jZ)g>oEj5NiwdwnD|4l%`T9<`1xa1B9JjXi|V&do! z`$j!nX0<=dBs&T~LC?k{7xY>U`?mPqHS7DPePdy?Ga%mL)rNfCeq(A!9kY;P{3Jq& zPCXDeyis8a)k0@|K-|lH8=u9nN+p-C@!2XF(cFuP9cXO%m%B;fp=Z!8#>VhfmdgT9 z>P#Mh(zni2!S8b4V6gEDKsd;Q?um_6vU+CpHsXiq#vA^LbJiZybU>{mr>H%i^`#7P zQ93&vMklKduqbr2G~fJyY|xwPB zW;*>eQ1_1N+f{Y@o=;BR=HupGTG(SUR6-X$Iv@Fsne}&)0%-ykuPfn)1qHr(Jh-o(s+s*D{3{xjj$UEgEWh9Qs3xWsZsCiF84hQ& z`!OziFjfFy62jJ#d?laV@}glhd&NZS9x@3IjK}m1nH(U{sYcx0gfOPx2*^F zHV8nqjD1SrJ;be6D~d0{Wx2$C#dYz>jGDJ?EPLONL9w3T&FOgfv~~DFlb7C&kkk2$ zl3TELHD{I(4D^?1_@$LH07fWH1DTALJDV$r-&`IzVt>`ZMtOsur5|}b{uQviMzwy| zz$27^T_*D7u2j!+>F{Gfl&DKp!`IdU^IV=NFW%dBr^~$D%Y$;c-y|+u@&lNiZNtid zXr4@FcfwV1v(gFf#hL}%mD>J?Kc=^h>0q4&nqBA6O``rHvvYMoyk$&hiKa_{OSauW z8&NcV7YtGMN{-J^+sn%OlNEc{yPj3%r}Q5h5oVfGy%UhVJK#C}d_~~5beze1NPQ%Z zF}$+YWkey$-w38{Zu_NCMZLKn^>JE#b}7-uU7jZd)#Q5p^d;Y?@SH>|k2&`G7`|Kd z{dW`RyNHF#4|MKLQRBB)TO`KwB`LFHvqOuE$W2X6S&O=&j6zO6uG#58$ss%2boi!U zzFagk+hC9^<%yD5p?N+?&D^z%H0mR7J6~_~2bVO0^aFz^U%`)4yJ+&uHN^R`$lxb# zEvh`Bq4fc=!=i!XpNgyLWajcDcu?43cwCrZ*s+lIWy+T=!P>(`;pFSreIVPRs%*g( zFY^N5(ewoVQ$0hue?ybalV+u=(5 zGE`Jl*@`j`-k#A=a+rZ~h?D`*@b4WRF9_%sUu8cyZ5m8FT`amCg*2|Mvbol!q&bSzDx{M_VHTuoRQ^-4WTR>dB0~EDFbm35L zeaNNawf8G?zm}EV9XO%{`MVxqQHE=k1a@R(Vd#qLz6wv_Si^FDxVuRC>2SD^aD7fl z)OqQ;3-wjt^AjXUSrMGxjP+1Ki7YNmVaZf(;h!rp2Hu|uV(r|9bK}gnl-<&9q#cOO z%5596?F>6irrZRvn9HyOVdt*LrwSzQ-0g*nJmnkgsB&*!Ac?bD&V7_v_~D{fuKTd4 zRgW)yUARQZ^8&lF?P^A~HNRk7-O@gzI|vi!W&m9}3+Y>G`G%^Xc!!`%x_;c}WL{b6*)x;2bNRhQ<*PTNt93hN(DIzw za(O2jj(RaB`ZP;^B3b+0CJob=_4-yC-bSUr^114z*{#vby{prwUr}t1zY**Gv?)pE z*dAl?Di7S^wO)N2a8gudHYfLSxg;epRz3B{P}JwC(*TZ;+%=nA!E$IQA~aL@Ph21T z+SsSlE&A*qqp_-#|h&#^ulv~}7`3cL?lC7hPe?fnhp^z^(2J+&p4XjX9 zv?zKN&mlrr(1Mb5^p#0Cy`}5wkMrH8sUYYXYp-Q=T`DC%Iz>1F7u`aQX5|9ErMIVDh zC5V-!eX1W(In{gXxa1VadwDFBAVp_TG_Yo_LTC#t*dHF!5e&?nWn`yu6rvt)W_zB8 zjTy=ov_h=`>2En^;&H=^5iTB+k^Q-G%lk|uir(Ot!g@XIMN&J0*qceDE)KRz^`%8| zCsMHGMb&B*v&`j~+m?5Al+rLs--+p(ud59yq*hUXP57MeDCFZu0WElJO;@Y4zGnr* zv_|S29`i*(Z^7oa2%S$1BMqC$xIQ&QEP>&L)M%>BPcQn4jqI?w-PD*Hy%j;?cq*z) zyJzQJU!t-$m_ivDw#*en5l`Qw4IEh%`midI;K!7L5$@M!msUc3ZLvgJ9(QkE9O$~W@`4bb*czid026?VcT*l!}CFQYD8EQDlalu-PjA<+UzU>HCAI(WN%F_d?Y zR}xlOS3R7_`V1qEwc$0lWa8^8+Zp;bM;ezJB0a&N*0q3uTghn(suOBBAOgbpeN#$% zXl?ysX-^n*^Rs1j&tdKyCn(!`GK0j0y2uI&6q9>bJ|=5NEy8bZeS8TWhQ~G{{Mv*J z{bh~a?f4+WAkk^Ozysa=YEb!WF%_3;n`>JyRhWSt#gyV6R_c)g4IbK}U)wVwsiPx& z!)M9;J9efGhNkt0BZF$?f>COUID7u%`ZMI z8El3dzr}gfRlU>{OV+tNW*WdL_9~dNd~$AN{O(B|2IH(6RScVKH&)_Mn{! zz>y|U3XfE`Z$}(FC1N$jY9JYOVJ}b+So_^iBY814Ri8 zbaI$4f@D|Z#{6sXPYsvaw~ou>-@Xc+3%&RFRHfRA$?0G$EgpMI(c;LFPW59e&Espq zR6+kYoYq@GLf0Q=%_^@RwljGroBf5JXL-yTeLd`x%~WL8^*W6o%QU(9b?`1ergz3w z$snQA?(6Wcg9laeb-R4|+?-$>X0Zt0f!*3J{kc9&^Vv!6sdOkpnDyJYcjTvJu?`3G80zm0 zjcO$Jq_k;SE-yu};{0AQZk{9^t_C91TXzlcHLSfJPGpN}I=9+DeMaL&CK3Ps5R*o& ztN+@r{^y3tuYC^YL!j89P>`ip5j#*=b1jCUL?f729ukA5)NQT$`$$x1UN9dXO-NS4 zQg=L>jsZdnmd{rXo3`ENxuuv9k2^962cygm$tBe`F7$&-r4f-$(c_%Ss|rL^MzfU8 zCps_hMn9a4_$y!Q#k~kRd1g{wI!7m1O4Tr@jaLOE?#N(6>}j3sm0J1b6~on+=dm%eRuT%+e{I`u5ktP?C`waBczNFATL zLCrpIe@-R$zECW#JF-Z+3+@|OoswhL`RYf9%?HG!+$D4idu}7*e0yd}HFI6qj=sep zVWr_A2gkVym3my7FKoZ~UT>Q_?|ml9YBrTfhf&#Rzn4?BZyJ|CcT?f3$?~)y}Y0?ph+30?EExSdpnVt4<45!J3C8B|`Uj##-<2H1zpuJEl zO*n556VuI6Ijf9yk;qrEM_9O+B698(OP91YxcA9#JkH7?E-vBq$H{;eoC`Xa6rb-6 zXn^aix+~*3O|E*^$ElylYL$i|ip;rX$9aTU+h4RNcG@txztL-V9^2|*@gNw8~jGk4H~5Y&gaY-2PIhc z#a55=0kuMLLN`zg!N&DcJqIK@p_=zXE zyIYZ3IR|XZY`06rj#nTQwp=$WyxONAx3oK45I$^Z#ANrfAc(wyynx&IeK<|RVrle% zA(Zu_CRMwv3#7)=fva=d!NHFnR~uOPPvL;kz`|=c?azyTJ4(=rId1akJhz_ekNT=m zFZXJm+JnuV`;GCB_~Y~88LbI0W7lDTzj9=010*@}0CTfKxty@>-aP{P@c_q(rcZ;c zq_)}pqQZ~LFH;=egHI+rrJrC&^?%ZkuY8BhNvuRZMxah_C`;F9s$7alQ&fF!ytCY7 z5X2>%5BR+J5c8mYmR^pme{@%`-*StRTpJ zxWf`trxH79@#n^1UP^q|M%YBy3tU{msRB;&k?%1kZ$>J`2Uk*qPp%qN>TP0VgLCzm zQp<9r&7SThM5DGHIeo7&7eD{t`~~sLl#7Z4J{n(}NpLQ822${Oc}DFhT0v78Ob?Ax zNfsF48CX9|4dQ4A(~3T0;b+XniErDv8ro(pH0W7YP~koKi^zT)e8PcRQ<;x6=El(!A}Y^ZhhCa7Dt15_WB^dDb$v*X(FAU8Jg{Xor`hWvYarO4hb|K)~ey zKj;d*10)>j`?;SH`iLZrrgAX|b8F-h5&NC@m@hVjR0M4FHd}9vreyy3QSlD5CivIH zWWGX+hLbok^o;4WWo4dY>4$eOe_bYy=A#7>ys9b>h!mh5sdw9ArMt34Kz_-s0$*X- zNOu0VFMZjxqe1KZU_P$FVUIpcuSQ~9)MM%<6C9#b3>vsw!%hDcJC3^>~+_+~-E@yi^^IHvM=hCt$XXFQqXCMs)CyJsAt{K*y1k3#O_V*X`L%kk^WL;1->WPn3zdpr z>vlMk563f+(gE%E0l;4t(VHTIg-qYd~Ot?jK^l9b|4({wFbznVL|O+ zt(RCp&PQ3-Q$wqRLT6T_ZT^HArl-6#EWH~XvVUJ_*&rE9uQq)O)8n9zhVrkEA)uJj z_y^kbCpQk1cg~dy#Jx@y_Z+uN<+rv+74de~i$&~i5JbJ0)EN!EPQZdn_Bn2i!eDHm zQ@vx2VJ8WANA`C=6*=*o6H~d}Zx>c{Ks=&4-s-gcxlXlx96|cC&C%C)0;*#?KV@$s zm%)DT@bZ!%0cs7b0E~ryO&j=V{=F(9k<~<3Sy-*X45#^6PzR?JDcByVr`B>g<77Fc zmhN*gSNZ$1r8}3`CaZ6A?Z5#M5(=fK`Fh9<@r9jAl+DM>%9NQ89-1o5cVdS-y84>% z7)wxVAm%I2Vzh5o8h*F9t)Eu-ni_!GkvaTP)quCe$;3httFhRk{S%nsuQFL9Z_FCU z#nocymB!EI!(wm{?d^yJJ#(}RpudGAANbr$%4GlTo0d&mYK{351>;Nu>l0@Z{cpmZ zI$t`-r4s~!I%7mHQ&0rY-!(;%dNv-AeqQ8T-DZ<>pE&$omc7u20``vEtk5qA-Eio9eVi0NUpznla}>U zzx76$M}uRNlYqM{?UP0a)C7&Lps6*JK(T7&CbOs=2DWYXyyG?zIVp0)IiJhs(-;OV zsp~6LKCLwNXSy8q1Ml^JZqo$i<(2u=Cyy-7_Gl(^`h9OO4Qri2Rv%4aY(L>PFz}sC z*;X!{>Gb!IKh&sKh;jSgz!fVEo5<{B3w^M?19L?W}cq;*>C0#IJYu1f{C&Meg<3)}K2U@8Dks44 z`TVbsJ^A;E(W2i#H!D=q#?U4ETWGZiBE=Tvuw2|{uj7E|qy(K+c3F;wOd*-5pn?*} z02>7sO=6VdBH;%kXBf0HgSH+rdQl05ag0Ic??8QfcZ`RQOU>&?5vg0TKj+6bk!=SCN6w>{M>Z<0`PC$1qP_1dDOsdK4hV|n@UPSP;FXIZ`?^yhb z=b72AdG*g5mtyOLzfAT96`wKo_;9WgZa9Udw?H&j2h2&O4=CafzI)(y<1Ft!IJS8~ zt&pX&sx}0AK(s%>VpBAWNGM|v$UmrO@xF!(=q&+z1qHpertX2!w#Vzt@=Pby0;i zmWMR5$7q=^R`)LNZ6;av$Y%D0Y2{z_qBeXj!Va3PUME{XfS(Xv(6pyqZ6vP?*Us*Koit7sl=4X!8XJg&##FCXq0#k@N{ z&DBn<9{FqWJfwR;`^MxGYEXB?hFy2%zd7vjz3_m(YJsHSYs7EJmwoRaScrhDDi`Q=)xG8hTAWfHYs={O z!($YP*Ic2;=WJJf5t-2vMbVvy-Mdq?9?j?I zBee0?rOTq(e2Zo<%??MhJH4&j?rc; zV-;F&V7R^K0DeME_ZU&i!#r!(4B&(HvF_ztde;Q+ z&x5#x$p-0{nU!VNM0LmFg>ZvO1jXMZJ)XVM)M5{mC&K3-{mQnmWUI^vzl`% zdYlN8N_s(EAxC)9`+R}-DsMes6LTS%jSjIr?Oiqv3Hqhr`ol8myrr*~;9;@$H4v`- zg)8+?H!7%bZ#+5^qYBaVH{u-;#&fdTOc?Uw!@&^BbnXW$9RoO!3`)=Av95ek8|xeSf=0nAF`%QhlgnWrP>fHA6DgN!0Ltee9IM;n z&!w&Xdu(RuV4S?)S*1ArTfME(?u>`0th6Oe4|nKRxwGF>oNZes2hF-;)Xd~EZk;dU zJOmWSpPYass-NOwi`(_L$$Y;4PNV)v-x`Z~`aAB_5h`-U28_-I@lvE1q(G*N6fQ@N z#O;!i!__nIg=+taE8E56(|#}&`Kl0X_{gkaefWk-cc+sQhxIn~m3SOZ(`YJ(5JO7coFu! z`eQx($zJnWWc(SIY|dEkK*7i42P4maaRD5rirNQFZr(s`ZCPIqC>Bz>T|X^gr$GAc z6Hs6?N^c>l$L%ykrMZjATDJRCg`JG7E8fi5;D8&Pp3@})XxQ@+0_^{!L!SJ0HiGy>?NTRRLwC zRVd$T<+ea}qvHj=`BH^yO%$v>GVW_KsZ5PQHZ@Qr;cPV3o%w6`j>^0ygfhOuDrT&S$vcudgwrnojZ7AV_!_INxrmp{yC zZTWU<_P$XDszN4;VRY*ide(2-pGB3P2Y`~wGL0S;1y!@YgJ}dJx*garCz3LDfKtjDduqr~K#(|!clJy?C= z!fg$la*Ew+P>rrDt|5pJEp0qkT-uCDO)`D;(jWC9Cqp<88{^QqF1Ic|b<=Jv(;t5DxV1*qth4fp zLR;P1V4y|FSLdyKkHd@SiC3OH!@yOZZ$a%r5iq zO>2?Pqm>LB=JxQ*ATFvJ$WGsGS3y`6-+_u@jeap5Ha9zKj_nCTw=~-u+7POHJ zzE?b#tO1Rj1g6K8(POvw3RECAoQ_hh(A{RSjj!I~AU-Vy<4LDO^@FBA;F(eP*rGdM>{}dADUT zpUiQe>hpJfZI~CBNV4`#mnY^y1`Z*(%_PM*Nf=J!TIcuMA#L$tZ}w`JgI%((WQunOy&V1#259i&rF<-EXgshlgV*C`zPHrr=U+>m1%T zUGwu0hc}V*Fb@y_Lg;w@$!c*UwK8q5z>39RI}^%MO{*|qCoW6u1#VagbG7 zMe#(3C(4}?rk}^9B{Qe=D`X_Az}zm0X{e>B!5HRAO_I@(+3 z-6CE=+a<67HCAW6ET^QCBJOw#8Cgue*z6LPBb7v+Ig1XuJ;lNLrqe~)+)k$hce=ts z?5aVl{58CBpKwc&bE#q@XOxdnRA8=Rr+s{M@bK5pygw)(572udjYd=AlwylwlQu3_ zyT!kC7%7$1SkAu#nBc1RjvZv#)mnjA=lo}X6j^O;v2ng{wwK|=LV21uDEryc{wQCM zT5hDSrwFC7X-t*O4rsJ^d#~iKoRUDLNcEmhGbdO_QmosS@5d{P-VnT8?_l%4XIVDx z0cA#>c@pcp)N~YDXsA(+AFThYNyN1fMS{r~p}ZfnG{Q3Vh5&Bb9Q zAjOP3l~!#6UQN4MH|;xtk?+FQRCt`(#3jn|=tec_4}6>Tl}0<6VfP}YKJbGBzzr7{ z9jC^BIULycCY%mE!w`FNc63C-SzAEU0Zt^6xJN|bBvh((1vES?t@7e?v(0o=!{O*lk07FV0BDXRlByXtx|P#g#n8^{TJ)GPpZN- zC^ysUDGK%`OHEhfBy@0-9#;kwg+p{|RpEM{=qGMzb)RdmQORbI-IZH?4d$`FWmhaz znxe|arC^8s$i;nF?{xaaH&9XalcG0Z=jIC0LByneKiEC%N1&dxsi@6uoiCT20mdnC zMQt~Rh;iPSE(!XbA6+m>CNOsg%#&!E|$z>Vr)&B;a`;!gVlbNW|qntN7Q zHxrNbQs@Z)XedkfB0H!ZL8hLJVtp|}aQ)cDcW+wbv<`gE1-#hidQ&i-_fww?mT7mR z<55O!m+dK-Fror^WQB2~kqzj&FS(wA`SR){CWlRERUYWdzB({X<~OUV^!|2*cL0Ny zv-OTOh0o&yES|b$@5Z}#pTPUkh5b8?47Bii_eUCeM*KUCH2Cjnq|GF|iI zGi`d)rxV>erC>gNaR&ZMzKea|( z+4HHNB7@B?7tcJ>!w^QadJxdbh%m)qU=5;3z5pd}757=U4@DWycO>3Ht>%Ui;Y}7l zwgMN=DS1yu%Tkkr==bVitT&S&N0xSbH|X{(>VvRvLgIo~zqmEL=yx>H9W z+=adi)Z3$CQBc2#!lbHc1aEWNwDysb=N-dDcyuwJHobNHw0uh1fJ{jUql*VJr_5!X zi(hODw2T&W<2v7owDVxZ*_<@8e%v_5u#D7)Qi7lLj1 zhoefx&9`6BRRa~9>1hKEXUnWfH~J#vr$_K;hGmO60QwUJWs5n8Ng2+!P!QM34_QD& ztG$Jxr-r$CIM&RFcDy_(>D8|=PF>wz~V;t0A^#C%9TSMK|-3-;Fp`8 zWse6*P)Z#;|BP=PMRPrRpTI1`Ezj$~)wBL02Jwq1f@l;u@gbK#3c>Rz^p}2kaL-{t z+oSRCPO-x|Y8B=monr3aonmC~w%O399siWpAd6&qd={s3LW_TXN|FdX`I+S9Rh%US zqx=0EA!L%z{BIF#Niz?3u{V4mfLbz#jpIa4NEc1q@B9X&IQ;t005-c{*;Xf4o!Iqm z+woulQ`NlF8W`TcFI`B;m*4JbzSrvvBetp`d6jEjhU5J6XMUnU^y6Q!WtuFEAO2fH zw6X2_i@T5uRNmHsU-AcH>BMcpj=$u5g%eBj{k7>>MM9?^YVLILd|v}94tIRZgS%^$ z85}k8?}i2%&*Q|&FI8=PjjxC&%+G)@%-7zqm%`F&d2jwKouWz5hV{|!Ci;7sEg-31k%Vj}OIQNpK{4ByFYTcc5C62&SC zMwegsh$txFE)@%&Yqq#jsnzU!Tj`AER<&tx+9Q8KrNORN0~zzze;3dKI-?9Xw2UYN zsZloTLy}-=HG3jgFq464@;^YE0kpnUQmkyzs933#r(Y{`rLPqk;K^@0{D(l|@$XAE z+Ow9y^B~ddq~bpyeF*rsMo`!cB3qUI4gUcB;8QRR(L2bC6pTS3Dh6h&;|}IpJy3Zt z2UR*B6Yzguo~1BQ=w#_6!hwVPTs7u7a2H2cYSBY*|1Ymt#_`Yh5kL-d{5c~pCN?sU z_Ks*?p?4}wq1%;#KmYM8B1|-y=^zHJhW8?9QYXmP)jWkHKtHK zga6rzBSK37zzcrL=*!(d8gxWxW51vJD@H?_o@}2NYwQ_{AOz*m#4!ll-N^9%@x%F_ zl7-W|JwZeqka`HLId}@U*BuP+{RMkg_8ZwBKLhe7a6kg)|Jhn53I250jNeWru00ge zA5Vp}F{~w1gG90xz}pPs>_2Y*67m)OW-I}pb3FYAc0&3PA8is1#tgJS{#!4~cWv`n zZ4OhtpXUBAL)0T!*b3XTkeP+|UPajo~9B4LC)f!j41u77^Nu>=v302Jt( z(g4d-s#%@vN8@z4)~~Au&%jFPi}$~87W^Xv4boBzVqTG8&EP+p{J@(=Kwmj@#0b^? zpVmM4)EH_hG_F$^JOy3x9w(nyYwV+HeS&N1Y?kBAH;%-tzzjnFG=oGmZCUGavVKZH zbSR{9Tbg(C#i~l9NQR&B>-)!vpMU!SS`^TNhMFxoz-IVw5RZ)=uS*`+pD+0>z)G9& zEui!)R94AEsglYJlX-=D0xT#7{^N!rVd#Mo8u?7E0{i!MF(rzJcg&(h`{$MM6CtAg z4#hD{|6?frFXqpo0ozkxP5W9ZiN3i^0_=E`OTIJ9mr`X_GAV=oGb(Aq%*ugYRM_@X zbE9r{5T4!nzy|y?Oqv2T2}<upBtvhBLpbP9FYEXl z?(Yoa5rg{EHUwdGqqJ8icP0e2@qb|4Wr~E#gy1p^Gy!p`EHI5lx|7CvPO&?m8zyZ) zBEODtssDq2cXEd=4%%oqa_-fTW*Zplq13!StNIP-(TO;jAv-;IeSTMyEgmc5k8%)l z7jT>)2hcaJdnLCs~p!*Xvceg=4$&_QhGKO|2jmK)1PA14- z+GrpiCv)@b;e6xo0X2ij)2$I%D=Sr=`r-#C4bqwz0iR_UtA`UjV#ENL--cT#XNJo# z&&2;9`0Nm==ZVb_SFZ81Kb`mTF@pl#?aOiz(SKq9Xtf6Lo1sfwk}~qT?_(>LevnM% zfDg`;f%{cKO(C6<;pqv(JhL$vw;cxS@vVHVcYAARf`^_8FfiI(_Q@vP2Ql=F=S7f) zH2I?t<~*l@+Hem$Tr^&4a(bun_7lnyw%2B}MzJ`6v|D1X z!YIyKGU@eK$t3QhJz(Z4tPox+f)E#JR_y_TB=NuVk^+n*5RabzIV?kjb_&Ke@J~m; zg8iQ%-2L%{7ShId-Z_rD?4ONAN03m`l9Lpz~X+Y8EWYs5Tl03l2Q?b1o)8Tds_4u{``ahUa^ zzlg2p~6V(jv;O=a}{k8g=}Q4u@F) zz;TM4Vnz;XS?viS^(l1(hk#402|C$(e$eQTwN@_C_zH+wzUSzj*x%n?8ONa!9?q6` zvKH5Sf`}yp7AmOR{LZ>!zs?mLf$qid|Do(HqpEDXE>J;G5TsKY1f)Yc6$KO!lF!N;iAa}pcQ?|V(%s$N=R$pac+Ys>bH?|>KjPT9?|WVAT5GO3=W2HtU#SeIlJY#o zVK<&iB=bTZ6#voPK`s#&1MVLYup9R|Epk!wP#mva+alO0kPL{H^4cYc+z?WCG)i#; zs$A*Tb3lk*16!EF&NvxmGNlhS1DYu3b;Qw7KEq87!Xmkxkb3=E9d zz(pVd2;@eOVa?Cr(J3%w4Me3}Tw$riV>kfGg~@iCkjF+{{PX6;#7cQB6ckibYdLuj zCHHoc<;HLdn2!yDy^MM{*H^a}5Ke3H!BdGi*N#wxREM+u{{BNU|N_Y z97K5L(2c>M>iVeWy|<(f9~K%KX&y3PZfIvjKMA#Jse^~9nz~DY8NdymZ|j&Yw4^)- zf|7LL>-Yhf;m9xtm0FF!g-5H#=vz%bly+LsuYp`WaBY4yUTj-bU1w+Uoe`}7cKHcI z?Xx^T@SVndGrF61OL}E@5PUZlrfV(=)c`GJB1UXG3-ZIUHISEbu{M~^@JXcC&X~gv z8@I6&AS zc-w}16Nh93czU)oQS^a-f!O&_e2GAM1h+L|g_1y1q@V|2&!t@7f535sDc%Ka>DPyT z0_&hxZ5bUFWvmF7iX{eb`Nbk$0EF!tDrfI4cA-->l;LWtP7Apx+0iDAUJklQ~6`OW845D{%I=Z znMm3mryRu+Z3Vm2?WwBO9P!xI6Ig_2=F7Cq)Ibn}-EVRWk!~2*-rh$?n*&Z;>oRr= z0azBhvoFIrYOZsXN>Tw*4J1ega<{yQRlt;de!jK(flP06w19eCFIx1l*>Z!ujS*{X zxjSTniZ46%7q1giRU}HZ;6Oq`nJ(2DXd&j^0!BNvJl%1;!dr?)b-$T&k}a6@$`N6- zDil}1`6d-m2b7iz5Q?jW)_-P@ozGxI2IP6@4W8MDQ^&AvOQxGxer#ba zDTV4J;Jr<1WtFpjuGWpTIE-Kdem~~8>~Fj$D8x>Gycwyq z#5)Ib-3c~R0W5nq{b_%B#5C^GsB-}9m&5HIve3pMVPUsA> z$>G>(ILAiS$`j!itEFK^ufaQx&aT_1zD^7iwJBfR0c|#wgO0^-zGMa`AR6{;?qhQV zZ0cjY+C)n0y_rhO5O5D_%Ntw1Re#h63%MmCOE-+`e|?HXQ<0i%W(_FAhd|$!ljwfW zHldiq5ciC>Po$WT&`})T;>^yL_S`X38fjx(*0KP7rLer*YKu!&;Ui9Xx2sC2cUKQB zF(5lLNC&bJTY}F1cyPVD0=?RjS*$1)}e5d=L)F!npOS zdU0c{?r*p`4Ta5ZVPLuUDTq!7b?f*_m@IZv@<{Ow2mP^;*O zpL^?B0V;_=bHG5?UG-WQYNzIc{_1#wmTYlEp~#(lPsGe=Klv?-`U@vA@smxI;gQhq zfSwq5xH8|&JRUy-Un5p))E&ZX;j-r&N~1D=bY5_?+>K|}&;jU;0ne_k(E&9d1qV-e z)<@u1VMc%lMAXy4rXZphN~K0juWe`_O&6P@gNej@lP=&qWxK!3 z+A)~J9FFEX1@O`LXJ$(o&3H&z-K`$5a)24V4fbXV*pv^nZS)iY4q1oVcW1HvjlAa> zfCVq!zSR_ROJUpMwtAws(i8a#ol^XZ<6_B(YTB@&BA!7@&`qExk}2GW07N!ImD#kf z`HYT5D3GE)?mTr#VQ(W#7t8n{zOTa?GIrC~yNxh*YfItUC`wY(MLO(sShDW%JhmbX zBTkVbp|slGydya(G<0W~mvj9q-(JXtwhy~v)1JlxTa_1Q`zvXLQ}*xCNIG;{w`iXA zK&i2J6f6z#Ir7U^HEFhj4rl<>C+RO69|-gjitWv}vd@ntA^1xnXdF*FUIgfeT^xTU z7u9VIB>2X!23a4j;Wm9@HJPWtlgn*>RpDed4fqe<8zc$&z8BQ zu+5f^N(@54g_d6(Kg%d~++wyKDx5_Y3Q)__J|wl`eCSdKl7%M68Zd5_R)C8cDrtA< z3`Gb-RIpLnNeTa0s}cYBdF~akYR1tvM3b!#&A0eN&1yPHg>GQZE$i8S(hmTNE>Pt3 zH}GQ(e9(AV<{M$~V>ltyaw~-LRfZY4myKMCb=lTr#q*;L{udM)2^>nQaW@wZrjUaV z3oQW|b2I_|n+!u)q8Ckzs7un(w()f5pd5JX>#TsGERo+0ShivvD<%CjkM+_}5Q_$L zUMU^ni6^NwRy07~^J3Y=MVxnW#+Ufs2jZz(68-~B8Ezx;%R1aXBU7Fp;Xu)}wtY$hPw z7Whkx8<$$f+)oo|7}fAg^g-i<`AK^YIb02vLW*@U`XOKDQ2p9F7fecKzvY3Jj|B+1 z+db(}A3hAX^evm{hlRv=_PzzoLuJ}3;J_^GOThW~0JwSM*{5XPl8Vt<0mP z=x6Ta`X+~S4sj9dN2}{&PWo5at7dgtdmA8HI7PT>DUcBSCTUr8M#SY&Kkd<0+3d~t zQ;|FkM5hd#)G2^Wuo)(+U4h(#*o}#$EAs?t1hxg(qbBvJRCX-V=H}jr8RYC2y*aJ_ z@v7-)wl-7>Zdj&ng~jelp}O;W^<>Fk0a(9w;f^zd zKFHJz#-L{aG{v)h?RlQM44qKYHQeV;p&AZ^u7#gWeXYxi0OPEKrm1PO(t1M#=%TGf z_>|>!jm8Q?H^~lGx|2W!*KSkfu~Ig@{3_?dG!$S zd)dr3t@V+8O1537N12jRU=@!yWHlAODOJmVpw!?_(-`?vkhBJ#W+C_oykL*}2XAnN z?V|lCE1p-!oz-X{C=dTp!5#4OUKwO};BuOM)6kyyJnt%^Gi~)p2kvGo@T&bQIW6w0 zrdjE|Sau1cv_u|M9B%Dhjn-c|*a5jcn72xM?Uy`6Z?L2M(R{6q&?FJBDHwQz<*kFA z$pqtNNht#I8$QusGL;Ez*~GZaTNnyDyzQef#xIuoDpElRZ`vF&duK z_yGa!*Zvb$QV(Hl=#7yS5Q}yd=oFVP+#VqPMBWHhQz&8gt30|5IaLzD`8Oak5Y($O zHL4ASAN&Vw)gO5~0kuAchK7D7==)-ip57yZai=;{wuu0fd;-;m6sFa>Sw!=a{sx%l zTeaWCfy95~J)7>x+;?khra!f{_2#JfEv2WBdsVXrt-*BHVmF|qXYf7*Ny95Wi@(tor17S|Z7Jo5RPEU+8CRg`BnckoKMm;$g{cQL&`le!q_ zg`SYPdrf!{j}xUKT$aZe2#lsH1q^py@1@13f9h6b)?NMb15gthqYi$&@_NR|n1aZT zpmTI-0BbXSIiuZob#X$aHqA4zV;sLA@a@IO6zg8Uuw%M?5aE7AC5H-fJi9gh(Q3a+ zD$@W7gq{v%o8aL>Ha(!lk|!K*T_lrMV!!_`9AVe-Av%=P_mTqRoj zP)ZD?g|68H>k~jC{b-|B<|E38--gbLID&rfUYz6TK#qaA-Bp~n&X3VtWr;>!RGg}4 z=>*#C{XNCne%Ik#m5u%cAhZ-8QnQ#eE|0(3?__AgvhR)O-(drg@WaRY`@fMsWlDDw zD7zYqU|TE=PP+}ZR!hj*fFQL@VX`UD)%g%zi&yK8J79%h(9Re;ni`bY@6=vN@^qga zK@vuYptaOiNhLo19+<@bkJ$p;!|7NNm$9!6I5fu+)_CS%MRkLJo_KtU`X#S*#xGiO7Z4(nL8d>1=MrASsD zmXPieJ7)gkXhS%*>QX0kB*aQV;k_mG;h6YKk_P2k&6LS1a@Bi9mLGutRh1h^yb)K~rBg zAc*UAb8FR|x&i=?+D$m<$y;C+914lmdea70}lhgWS zh2LS&#WLO#w$0~j$U!skD(ag?^H4-z=orfkC&Jci4$&~tPUK3P@QGg^og072jyS#V zQb6irXaSfzAb(l?kNh=fe_M*v%Sv<*#}`$6B&YU_;Ber)kW^gPA=M&h`*i=Y9KBj1 zNVunx`1^mS&`oH!(@Ze7A}6@t4fA&}<1#9A3!H%?yr}guKC}o8M=nb>HdW$gjJjeX zpDjmeFjEF8IH$_J@=brN$85h=3ml2Ixx!DNNYVo)EHS#&a2A8g3W<>C z#bZ2{?*K>bc&5UlC$3*c6vnCbeuBYwS$Tf@0_y`OME*WYXVHv#F_&Jc)nSw6H1vUIB>H*W~7>(=;>c zH^++F8LRj!MG$dZK(n;$MBCJC8lIRIv%ZZ^cH($9a;-Z;^uHr zdcJnq=RjCJ=G{-rko4!=DlolR^fNT@O}E&3k1i_*>o3lP1NPa6yCB-S5;+oHKS?+25 z_EW-MH{OT`>q6F?BhEMAAnUbrN}eJhUNa90dajK$T`6@jBHA&mq7Trf}Xfl zfcdsGx7}#GIKyJ0oBosuL!&k6&q`LT*$0$!vm5us>U<6b58>~(xK z`3HuBrH`2={%CNiMT}OuV?}xGEUX_D-4^{PJ5xyx4bTO#8&g&6H6vMN{;H(36;_+0 zFV8LeOs;TGGn)4 zn5mePnSUNT)0|lVfgEkP(TVdro(EC4=;5KDs6FxkT|9L*bzZ9D#WC(4pwfK@+uk?} zX6Ks`q${PVM8fF_wx)~ZQaK$?QHC-V2Hy}7)}aI4=FxS%fKD8b8BpKe!rUrgdBOD% z4U1Kmye~F?Z8i~1ON*W>Wz_ErtmuDTV4U`A&A!^zXjoNvBYFLndqnh~(bW?Q3O{x2 z2r&4a5S#paC8^(XVK@a~T6{vDrWCIYNU3*7e`C>OeuP34J0GF%>v*ROcaayIRqG!I zT&#Yu3~p_>`<4u#ZAa`Lfx1K-;jQdq+TadP_4F{AC)S{V?OB_KB};V=ka!*ak^v5r z++z#p2Sg=mxoM59;n;fl-d1g7j4*cnkqmv9I{BI>z^UMtekB_J7>}aSGAmn1fS-r9 z2Z7gCBn%~NXyFgrI!pqH$^jvml{pX}99$ufI9uQf`=$|wTU+Mnw`vy2oVn9cMZF8& zqCcDSzEY1YmYpTZHmD+~Qfw%+M+#oqD;9qA;mn#`u`4{1x2lZb8B}$^Y1n}y*~O7AB0$Nlknw4mo9wOtnkX|z2k^}OVw?A1F<3C`a z%c=x0DljX5lEStkW0I>BubL-hv|bI=4Qew}f6^eFJ&prG7-1PdqH(^@oecbBcn(0F|Mb=>0TL1zpI7Wgl$IEe&{) zN)p8{Ug7&?&}h_@X8_(~(Ofbi#I(G+b6?3c@pl);L|@*HRT}!BHG7l zNWMRg{l*%%2P@YPi%LWyjwkHmJpPaHCxDoo5eX3yV`NbScUyciN2%~gPQ7boA%bJZ zA-0g%2^egHC9V1jUSYAa?^IT{I;Ioix8D zZRb<;5ZD$2z38c&X!bQgtQp9=fk#5Z645LXW*XfFR3#Ku_*A?c=DDn0* zts^$eU6I;90sUnyIO17y70?&=CAUj`L_rwEW6>oZ&_O*p5x$*vh1=&qf{vGN9R3>RW%@~()B6;>n?%8M$}oZ^i9;$NclBV@;yHhs~g`N%0R+YKkS~)tKIYaKVB~) z_zMR-5$smt$lfeO`AVleT(BtY#fWuu>mG|8Ij{p zuga5CiKl4@{wv+_651W#Le~JF;Z|g3+0n`UyN4#YDiq&Rw0JLHuic6zAL_jWFgXl- z~@E`pNFeG#EdC*LxNNJ$%Gul>6A*oCeT810MG)HM|NDdFrQVUth=o3Our4+Ol5;xs`s~?ftqYcqe>LpUJyoul3&IuG! zEe(Qx={9?4O)LK4nqtAEeUgWrdW~j#3lHDFdE-s;UWca2z);Q_5MUC9vPN)XvS|rg zrCpf(oPfNS%5?WCskGdffNv8elt!rXRI!d72nPaEZ!Y~rgdF+Ky+LaIyjkScIa98O zev1crj^s#9EL}IDcA)J(-upp4RD}E`OD-pIIEUbbE%I!P2*A1k+t^54&yvgazLpou zbFF5`!8lsD@Ha!jp+OrJ!v4)*!~X9)i_MEM(J)$0?Y4-wSSAbStQxv=QF0zNC*u|! z;pC%jMYkaEqpw|!Y{CK)hcaVwx?^*Z6CG<|D{tU{$jt*0nZ*ZSwHhd3wabR zjXgD|ShsWz5o>g5q<`zSIDRNBJg`?~2<1sU7p{N~DEM~GKnks`kAMx{7|vtQzE{*{ z(;LUz@O4kbmxv(_qdkmPp@XA&Fiip|K~DI!_-T8qZ3Uhx50jvM+M6drfKZll#gI7K zY0jA?2rzJ9CLs6&yBZN7fok*yd(W`xumsxZlu9KFGzBwOxOZ?gpO<1OrK`UrGXx*3 zTa(|E`P%BXLF`sy8?@_}#hPW+?fb$JU^XrPS^JZ|yUd7k1%9uT0lDqWwPUf-6jw(C z$$c42(t7`1)phf;Pf*Xi0H{$wpS^5e2;`U~eODnpF`Vy0sbvz4rmFBJH{GWu9~3=D z@aK$!{RVvOl1es)C9yO}LVGg`*Sq#qsw`4r5wP+{Od5s#8EIF|u7Ji!HvlE+`e27& zx<=8mgRUuq7V_z@CODk;`jE3{C#XK+psv4={C1FkEYdn04|o*sfaDp|F^Rf{_}l@% z-^&7=R|T7BIeA2#*08#fT!mLOvb1TWf_{&(x=WH%6nOJ0oNOhXc=<0jMvPx9)ZI)| zMNr<~O}?k540-^)hNibIwwe#X&}`n1f!?JYD&0pWgQHUa9K@;KJV)b%eC9 z+nRL~P`0QFVx^Kxp9B3Q)%c)m!y$!O#FtXT2_t!l($3uqlupReP&j>muN1gVKX#8> zHYr&L=6JJVXtqAr=_wce)U*b@@Lb?o1Suoztq9SZ-Cmxhef}-YNm2elhk&8A(Z#Xh z&+-ps;ZFf_D*;nUz-^i6a{pnwR&Uf1&5_*>Z>Q4S_So7d5-|I(Z zeR-7bi3I;UR@!?TXQRD|TVP|iqziPQ&iO71j(G(@Om2spAW#$4_=0LHj|sT?W`Dez z{8VSTK@p0cI10q`IR#B0L0Pxu6vZ`!GC2Nno^SfKcYy7@*Y>BY<7gCZxu0&zmtA4a z&A_qM+GpWjDQWi!)RNJ3^-B*mlepc4d7F*i9rrZo1?1+%&^X?ie&mhC6`!Y;U+54V{FMPPH1Q#9&ASYpQOhl|{P)BdxJmeg`ZD_DcHK-;Oc(GBFi-%LB*Lwmqwt(1B|**C?hlSKi5Da;|`_wmrsXdDE~bB%R+ zOTM8$D-I?kyH+sPK6%-0PL-*pa**_NX63O_lzvq#NGyVt;WGvcpRP=2YK=t5G=q)6 zWK;#ng8}7G3@nu@%8BO(914Gh2!-M|8l7CVXUownhl9NzC;inR3CMglGvowHQQD%# zV0vurt5owD({gKEMxI>tl9a$m9 zrs<3OsrHHGDv~z0YP@8ltL z@APX55iMU570WQ}xAE{KIo!>@?NUT6+b>WiLJY;n=@*zInf#qnBEIdUY`u@ueEI7% zU^${ld@D7-yiU~ZpZ_MF{k?VPyEr^eeF6zd(@s@aV8EM?SXsHY>(|#8#+4>>3=@lh zTAAvvdBihSP*9gY-M_jv77yla9Wl*&)4TriFZcJfR@zsV4@duM3B1q#9I_s@e8v=P z*{@)aH+7gaT)>${zrfudACBw`uQ2^QHUv0bZ>`SVhY&q`aQ|hL~6D!Lv?jx zP;bf~j<87fl>?4DcGh6-K6^n-3ja$NLjT`&A%!P8K{K6c zVxi-drc6Zdu+bUD&spgvsr^yqy#s6VBAqy=9d{g=DmZv~F|%-vZcfP*#@605bhN)MQj`4ch3*J0^rQKK20NxI zkOKRF4n&hyng#LSD)j~NJUk5CoO&>6^OB2|yBnq!90loh%pBZp>Q<+ymucOKO_2S&IwG%cX*cA0yDoeB5H^x?MyV_`4! z0&&4>p}?35jT(;QBc{8qzNG%n;K{9jgp0-Ov^-k?d?+u%{o8`bc?D+lks-JtGtT`O zBsXMpz{;49%m=_1=fe!2BM$={)o-C0&+kVd5PxD*0i>81!qP?~J%&~?ukR`l?!no- zb8hXt@m0nf&few9i<`3z3a9bgW3KWhWS|s@i75OC|F!iIr>U5c<5`jt)9^u1?1XP% z>_p~6LEm_}+Kbs&t@c!^8G6Hcb!`i5#{Is&Saj4^@j<8lpdwh4j+ax@*Uau}MgpU>vuG{V8&0t)kdxW z)Jy3SGuJ{~ye@grTJ&VraSny)fSfQegG{*E+<^QSpY8#g^Rfy8t|GFuh+Z zMx+uj_)g`e+zI&{Rxttzet*o(uOqkZ-D_WcDVS|zIINySW}W4m;^j%JT>;W|Ra|Spl-5ewz$j;q|5e)|5P5p4+SmB- zEP~5I_kzuVaSYcX*-4BT%AD=1#xn_=P$-t;w9Q%ajcQ8=toC2Dk4jsU_m27i# zf@z8L@a8E%2?6WD-o@!#^4uB?{q83HV z+epxBrFH>axDXCl4jEz@UPWOUU3Db+7GN$qD7b1XN*t`hVl#aB3XW7I;v;V&wV=dS ziMVq2to#7H;laWbC&^~t(6y!W$Nmm#j+~zKs@1xiMU=$E&cIMt-#r%S>k0WG2AdPM z7IV8~!H~A^P>0gqF_z)%#(bYgYLgJpg{!r+OwECB2Ne&%s?jMEx)cf@b+%it&3n`x zHvX3=V+zan)8<9!{#VTA@`kkjz9Ov#_S<|@oZBY__Ym6PD*1(rtK|Djr{kXce7=c~ z7bHOK{>8no>O1r!(E8@nSbfOHe!>4z@C)gH3`~KBu{S0Z>{`uR^yIP^(C%NS?a!vI z=i{O~RlbV8G&||p5w@}#@43|3DHMxyTm~?qWnUr-35>fl3JP>6YQ6>3sIt;cNj(QC z^^9z*Q|QJ&dx8I;=F%kl%o&j>SWG3 zT~#|I;QN!2MLP%Z_cX-|85spqVPK`K5%`z*%J={X*1^0i;ejdBNLFUxaOt&8Z_P>4 zb02@Y#|YRxt;76fvl(gef*} z_rtAgB;O4HvEdJ=)iCfV?mm~#A}=Ngf;M(WOJOTG$5;(ThKfRumR3`{f6Nb`W8mnc zYlyQLhnSS9SdWY$Op0_4D>-`8HGM6z^MPGuqhrs@YFeG;nrK+2|x?EOm(%@O<{~ zw{h`&T|e+p(Oj!26jt4QA>88jt^fV18&B2gdOLZzbHP2QxJ<0!4_m>IfTa! zAysbcj(jB`0PX7L*15DHvA+h}ZmlCGtf-jDS0TVdON;+1{wAKp@oYb3QMG#9qz6?^ zO|AN{3Y(+bcz>2BXU)lexcQsACnS^Ps+EP5qU*zv+ zgR}Hq6&?oGine(s0{cC@yr2&~P3MIY{LgVd0G6B2MTg_CE1W+o zni|3?nV6n%k?ZGM*Ig*-nwcDgQ`Qyc?gM3~(W$==>R#)m&(axz9FQkrt` zTfKZ%Yl8+7-4pAfuRja4lZ@8WIdL{rf>`@aD;`mZZ?;{9xBi%mv)>VJ4Gd2|EicGR z_~KrJ&*G(NMF}w;Mhumelyn`C3`@PQ)e`6x9Ubj^5Crx&&PV6fvBVs(653x%g5gIrPyK(EnBUu#iS=VEJsnR?|ZAXBGZxf`XYQ=PY>I- z3>ue$=xFW+JXYEHW%Sn0$>7J>!QOu#le*OJ04jJlMaV3F=L9KV!q7T?XJsc6p!NKq9X&Kz>M<<_Fk2)c-1Q*mIA_QU^#->OxY^5qia{ikJMt4uoC%$4)9JMi{;m;i$uXa1UgFTt~9c~DY zH_s+aa)VYUo-e6(xvmB$wbX-bB?Fpoa^OjlYYc7YvR4Vt?5FO}7}(hTb@OIRnOyxa zEtfahA(UEK)bwY6(}Xi7dcK9D0!)jn!}GSjfAb4T9}2wu`3rp`|NoC%Y-2UrUe3vh zJ8>2ALtw#T+>C>pQnab1C4W)*PAsyCID6z1ZpZEJ9kIgsiTX4ba9Pj~_l;~-U?iEc~RFHpqyPVlBw1k{A4rVp7wZ6H2m^*8TOMN&iRD} zH`KgZS^69)^$e1 zCeI{ajRU{d$30C5%e}8OG!i;ChAy}c*UXa=CJ)z)Nja(7LC&ph`I5kZGXRM_K>*B& zPaGqpjh=O`_4UlwTMlNA;}{{dBG;x;!yP~6)y1IaPIQLE)MLJW^_M=UeEIiP=Bq%5 zobrzk4j`g>3cRt14`3OxtZC(KFbK!k`J4NcRXz1&L^4X}xp-0+s?CdO`F%mop z%s0K+9Q=Z4ksy1yoS5s~;JTv4M3B>Ma&@OyshaEIzQ}rV06D|uwlUtJJ$HiTxemFWZw>tZMUrJJPce`ut0TlB}-R``}X|P)44s{^x$5vKJJ(Q_;Bief@QZJ7-DT#~|C!T_GA?C@ugk@y|zXLcwV zi@*H*nR*ixXe~`t`DI0ok<^n;_D8j0%KjHm=p)0!y+9WJ5x5SxPfzIS={>6fJ$`N@ zua+@JKR8_2pV|9McLlb-b{1D4!N~(<6&0BRF!NPE%EXkB$@tQXG_)zL@)~-nd~^YG zpZrdo(EW*%(rskioI7ur-tKpte4(Se7p=9cmc|`27=y>Dj>FCIT1bd`#0wA|hV`&* z6HW^|=^Kx?v~w|7^{Q*nWkYJ;5Zno=2-4f)C$)v*|8=TnHA&P(H#(u9Ty~ERC{0c2 zef%X9cwp^L=9`sf8WVGhb~SG}b;r`9KW_+B;vhTe!9YX55mQq3FGv#3++hDaiR1Q= zKW|>?X42IIVI`V?ERTu*U=xKUl`GUEVu9&&|3Kn{q@-l7JaB5-t9QGPsOLnh>K=eM zg4aVA@H3^JgN_xpz5Q*N)ys~5kASRD{lJknDvr|FW8y~Czt@aG_=}``Mw<%T`iVv& zdhtsvN4~30w`51dEy>qW8ef-eEZtI-~8loUpa3Vz1iayar zu^Z6te}yEd~~2!OZQ+-sF_Snk5L z0iLMR)usIMZPhwEeB`=4JskpIUHf}6zqT;<^Yv(Q$1jC<;w|0RxrB#7j#a$LNH>EdMXPw>MVY*`WN-IB} zZ1b9S=9Fceo|vzw?@aT`SS>}Vj?8=Vu~Uy|InKE@2y7;u1C&0AZw$rhEHrrc;6Q4n z#FAlIsKuWkZ@8MXR0t3IbJna;ITNN(>%OC(T!)qavzBslT)oN<)c?G zRg!DZQ>)xx-zm%9>)+NM%K9h+e{22Uk)JLMU0Pa;kAZ<`Of>VP0%wE3KM3?N{eu&I ziKcRHZhJ*Via!^`hSUZPQcfa;~V_ z-{0tBM+zFULOA~oJC zg@UoMK{tI)h;>`EeLaOG{q6(0LJ<^fdslxw+KIg#XiF)2vcJ)$to}RqokB}|Q5OGu zb)rC*kejr|vd>Lf&j^6uaJ(}eglk;mHeU@riiu4|Lx%U#W$rUV?w9vym>2e6(??l%X+e8SL(oUgP{>K?<#6V87r6ouLo|T<`c!SN z2UX1Urff~mcd&wCJ+W8}i$aPa@yo0GCo^jF@e($Bw+VPo^DFV+?+EAeY`g$)U4a z+g3#Fr=)lON1m@|OGe@wirk1^n!4}?Zu7gGj+&pYO~k+drsR!}hRyEd?U`pxTwTL6 zx3L1nZcRBFEX8!??3P4>Pr&=e1RqXEj?2!zVQ3KEBW10PPRuh_ig2=ee{V3zX*MKi z_*zH)wp|$cprm|{tyLgiH6D5)=u>Y?PT6!S{mF8%UIc4a7n8ix)eW^Ofyve66btPu%`57(mYj zP1Z6Q@Q`TRuj|m^)aC)%oHTXdR#5Z2T6leHH?l{Cpf2H5Oj9$TiJ4il(`K8Zh*2}S ziG`Ub4JQtFuvSV11a2Rxr$4D*moGaoJ2;Qv%xam}xB zi{4a-kFP^B9_;S#w_wUy+~+=TX^w45eTNqurFdMZVhP)_xjX?Z<1JSET(-$|@VP8d zzyLtFtOJ)D3N7jWrf82{JC^>VJ)s&E-+zS{h5JIN=k-GL=?p9bQ7S}+Ev%K zIzOKn(_BGtRSvA@12^*O2!T&eL%dRH->{oDgYXlz-cufC>PI6g_Br#Fz~>@{+q$RR zJLXOSAo8n}v#|Rpf9KVqK+A$sZY138mB7%G=MvhVMVNCGD3sc>6>k_1=QUMN#5ou? zT88;Im<9eh8DRh&bgX!Z;IB_g%hp0Apru86C%-BC!w@GrJi1QZlF9pon`#GRCWQiI#6_n^Xkbd2VeX`ijb*KBHlP0f- zDj%*=^m(XMT{lQc@cDSuU3u>A3Q<#1GbhH>%hB)wzW_u+W*B<9)9!dHJciJ6#I|Y zJpAhRh?n4E1Q!S;&f#BO-Jcb{;qWdmpX-V~l>T!=)O!Hr^W4l06X%3*5cY>*M@%nE z8~nr0$y#}qE|R$yW40y}g=Wfp={fQ3cKQ?sBT>Ogck&B8HMI521Sn>rW)mH3F!s=#MVY?90D=k0^;lLb7^VS}f-(%KcEdzDME8 z{9xBD$?xIjTW>_+hvjx$jqO8(YhzSz-tc;shM&(ZM&6euk}o)9Ty`kga^1g0o|IP% zOrav0n;p+5b&=o;+ulY@xr{xIaH9gu6F;CS)h>P9BVW8~?RK9rUXGk`y3Cm2{3~O4 z<06&RZX4Ns83!OPurVH{#atnZ0wPm|H?9hGPNnnDG5Q2k>#neF_auwDnCa&dGpY(f zFB}h{39ur5#vf@v>8Z@ym^+;eRxjfDl!rhctKdCXWiC9=@J-URy=2%6kiHc!hkH!Pf2u~LJm@?#s-_Ya1_1pXs*x4U$549H4M-VvziGqHZp^X$~?c|hA z`5LKIQ594q+!OSNZ2>vASts5}<5?jnGiX%`VH6a`)K{jBzh= z^@{c7mLFUKCk8NBdYqY~1%|}P6*%VUVog~bogP}*SybxtZ z<{YqQfccjqd}_&lD!xCEg?lg4DbCuNy{_FVosjwP>ACr*$ibb8qLqBx1By^pg&EKh z1%_tH;>Ng*Y1+i+7FGeO(7*BOVh5B$OTJ_AeD`LE?Z1t#{OBAZ;2fhRwt8vxnMqmn?NjA>w*VR| zQvTT2%_-Z@sAym6e&N^i6@4!eCSfDiJ(nYT6}Nw z#Q~0}fF?IL>l&!;$sh3Tzu{y71gsx<2iQ0rCaJ3Go2#qtT1>5o(Bnk4@qXc|b{Wce zcEL0VACsb4s8$Lu_9)|L!7{K9mYy}I{FjG=5=-j`Z?#EPYw9_eNTB4D`ybz8#cZQ4 zbF&GrJo)&zbctoNiCwPve*nO`6R^%vD8!?(#n}zygC1_zsdX~r(`-xtPdrq@={KQE zwJJbq@r<6H?dKBgF`biB4i`n=3oS~?< zx*}~XQaA@2z{0J5*QO?XPece30v2sw;ZM``Vm+JH1gOst?5_AAl2;GHJHyfc9_xBL zxLY*-sLR{`_20J(az*_U_|buLGnoS&;~i&b=X*96r(raiJ^{8PJV+H4*vrOnOI#Xc zl(ZDXuG2a4qMdIf$VTQre*1P=^(kkm{og=Afdhh@2Z-@}yBjf8Y}igb5_ zL8r7LEnU*m9g-p?-QC?K(%s#i{szzIdk((W`!Cl6Joh~_d-h&?t+he4q4BgnVAbyB z#+mS4DgF|CRu$I%U!fNi&|Ic?(WyM)*D_B@T;q!ehj5h5SU4MzlH?z4%iXQO-f$t0~RWF&rE^!FbyG+7>*=b_!bJ)*+aw6hIv zXt)@G&5KGf;WxQ;RfzV4(|!{2P>Z{-edd5YRDKCFIJj-WRUS7!T1^dz#^ql6 zBM`)~0;8j`K9RknuLBe8fwlWe$GbM<9spl^qw@OzKMUEl%o;v} z$;`^qsQi}@;}M8O*xRr5Tz43&^d<_M%CnHWm>X{~+^(Y=K5?xiZ}s-5_T@8sTC;F} zx~(vatCgd*Hd?ZEb*;BoZ)5!;APV9MJD2#y?g(K?NeP`UGfOD9J<^1hZADrNwzajj zaQ_kJHoKr8Dj?>Mm44~4ut9)V*$5Lnr-_Z=t@y86Y3BITXfYp53D$VLwBORuiZjpF zwg&?+_u@C@J>DFi9#dh$b#1Fe*_?@e`(j_)*V`{7A;E)yh`6&w_cQs-(LmD zGB6;uGEWK$q2{kH5OfZ^pCHUTE>LFr5Vb95A6!ap+(TpenJp5c0y zuGd>aNwT5hC88+DL1pOkT)6Iy_uYL=!Wtq(`lyj@Rw?*4kur;KcSG}kxjNR?wl!uz z6f%Wc+1dF91<{*puYaDcccsYAAd6|7z=(=mTHX(Zz>t3mJAVQ5TZC+gy^bQI|K^VB*&Ld|v+*I<_zb|Ui z-y9~TDsgmlTs(|O_v345zN|Y~Uw+8-=K(CVycXA2hhr9VI&lpSJInpqL-uVsYrQ!;Fj3=#Ygz0p?Fu=xk*ttIVO^Af^o4VA!?I}C(d`t##&$EMp zgv@1U&l2mVGjjq#YcCxXD^FH$%cf-S`3ar8K%053gmm??`Ioex#;YFPzs=YG9Mpl} zV5!He*_;6Pa8Tvf2Y?%sfhZP-yp_F;N)}>$U!u=7X|o?$2L%li4TDnMeTn9$dBMSv zGh6ZZ%K!d_VwFF~6W8;|&9+ag*Kv7U6yhU;-u+R_G`AOEizZYChf0vt#2-}-0;a0?|;p`2>-$a7#HppEqAK$3hsoetzc6vdR=F(|SRQ%lttlgYz#f&Za$Xxd;gGH%}o`2f9 zksl@+hM&|Fk*@OfT4rSpS8{4BGR`J%37%#vbjE;TbA1z`w>4Iozi&6z4Of6pPs7HS zoEgr?*Pp&6nl~magx?eM6pxOkyGW@r*9WNX+5)hjb7f>^kufq>-r1hfv4}7aT&ZvJc>y6)n%|m}3MiH!v~6lMe-1X{wCD7d+nteQYdE6Isd6}+!CP4hqr`UPGpMRg846Sm_il*U$LcsNG zOm)3DTy)=>l5gXodj?FhMzZ8JMftHy5)h0ECylswS^5>)G=9)~TJxB1j2G@Txs6P3 ztYCs#XF`{_DAN6UOA^WDNLh4A0vn#Ysimr0v?yanTbNX@Wh}^?Yh$bEYU& z=H6nEAQ<;3FmUHdXSzgaI|y^;TFS}9JfGqTgzA+vGy=bLh9DUMnWML0ECcH;${3rC zjg8gju(0b@2Tr`8M`J95xtkm zudY@iJi{X4UbL?&Bbe5O7d71`wMTZzuj}RqFfh1nrb$X2ULA~2b-INF1$87@Hc8mq zS6ZtS3_?ReFKsOaP22X7ezPR>eX(jj$?Gk~(R0}O%FV_bVliHf zIa|GV*U>$g!9h7EMEpe}O^FtyCEvAuZ&xT@-(2SnFlM~g$Wn969F7Dc|J>W6K} zz+-$=lB1`f*Kee5$meq2WjbD8lassML5$7(`>+j_>V)#YWTP160ipg#SVo%uU%3O4 zP!QxQ%Nsuy*wU>02R(tG|BwO=khQ0zEQOXA`p5=WnjWV_cL(-ev9-7kd-hNEt5=u` zxUr&kG@Uh`*93FZz6y(dC8enfHoM8{x0zy?0*&AJKO@B16#4H6lBDE%(tMH@)uhy4 zYatQaSo}hy`mI(E2OKOd(b^0=55h^Ae=wSqqm+G#|6TGXGdnvwHu%;H%Js5^fg;kh zs<8F9jw^f%g0t*Mi?RRCh94i8oGi!?FNo@Leygpzxm}-Zl0q2V-A%)weGEHZ zq?{f{2;StNX#!`+(KnXk!Q!F`m2l z#SIdM&qk!TzL95@)bp!pwP~uJ9wj-L&Zk%y=um5LVv<(|+pG6hN9B?q)}1hLIU$o| z!X+%$0s`J29wD`l++|yT)aBD!3TltqlHyMcD6`&J5-IFZI2X72<^bhd?>3yTj`*o| z6$9q!)5X)RD6UVJ5DFcsV#2RT36izZFvj7QLcTBU5Q{Xa*6SUt`q{_n_*Iv6E#a8@ zW87egRh^3JZ_`p_QRuDqH7y;cW!T&m>|j1XI@$}M#o=*zBzc;FBf=Go&xxJtasHK? zflC49bdddm;1q-n?;{|ED;Y^}F2Y(%0VU z=ea|s>v~0beM&pyCeAET2!@2%e+6kS-`TIx>a2;ErenFvPgGYnQi%g~HwH!n`yOpF zwm)rd0g~UL1%noqmlZq z{lUq9@EQT^NG)BYOznT;CE(9_28BIzif|g5)edx$tXQ4^K&41^+Zku&C1w@*l8{VA zAr3CC&$~8Vj%e*NY*5$Q@cS_0fu1 zdRNQ9fV?)zx+9W%Ja2YVqGep+oE2|C>&rCOI@z+FgARh-Zt?RNRbBFt_^NHHAlIh5 z^E?}c)_V#bJQh6?AXQVw!wyqOV3pT;`__gw?>9{L$?RXT;?MB3=zV z9KuQa)v9gxx1sOJ$u9yCwTj)xm)=XMqdunqM|j z+{P)enVBsK_&#-qXXD^{0NdZ{K&>P0;yR|fU5)4Y%6hklZDD%7zj6?|0NiYSWfb>S zyv%x($_6=1VH%1hH-MB(WmufoxMF z3`|*vf?7Z=zio$o24x@%Ga#Dso4EBoq7912T?OVt7qrJ+$4%bybZ8mm`8V zsiql902}@gdnEQLb{H1cDt-2=mD=4O{U}vAIk6R*6XxT_u7!n#y*Z38UbHzn`kmlg z?n)L~G>kdXaZ4+DnB_`)GFlP}Mz4p7%E=*d-@D~6ue)E4*dK3gZBfmzsrrwq8}1(v ze_JmrE-n^%WshMfZ1Um5+V^vvhN2hM%WLcFkyehS31%x#ol;R#L4Yfo#tjcE+nm4trii?+CR=9iRDGFOeYaXdHr=jT0PYS$0M zS9Z7}zr_hE-cA+D3u&pubwl0JcGPeMfzNg{Pq;2i)_V(zQ-bk~y z4Dkp@*Hvagl9QZ=XF8+#GB>YK7~JzJXA6lhF~O`9*78j8&QKTVTPHq`d%pQ(Zf)5@ ztB>>bz94fCt~iD2%segiUFl>q(jz3rB@z&r#J2|OyIiG?Pf;f_8$E!7d#U{oc zO5xxya^@5g5+eRey5w4Wdv66A^_uUP`1q=>XKs$z-Ccf3{Jlw3X!8_3Dr}g!@P*DE zI=%-kuS3W3-qw1m?zTPxBWN-?$b$lTAGGn;nbm$M8HSJAb)gV$iB|>=;jeTxd3L2b zwtkjlW+D0?zHtngO(O+6O}s9+bV}`geTd+szm;}nrlh9EFU1EwM+=P&n=S@l`-;;} zu)gvcA*ki|z55q=-3V>CInU$zz2CS$JTsan;!+u zTx@hQ6>UTBZy7!i)Y|R%IW-Nc_Utmvm5ST0JZ?g$!9S3FI8s8DrnNJj@;IJmFR!jr zR7k`mM`b2$2lw?orVaUg-a}tZX5^dYA5%yKqzwd!-yH{&OWs@#l^+QU3x7ORT-vNr z_WuH04}dI_`$H+E`*0C0PGCsBYd9&PY+YTfyx-)nm6Lm=?OB3vj?Qn~zq7rsH?n_P zm5t})-dTlIHx!D;s{?<`#>U2C*V}F*uIA`yu#hNKK7s)0>Dj9uM<_AWp4vG`$ScKC zU7+P8;AF6jW%HuE4J5ffN*I0il&U&7HWaJPg&ClIs#0@YX)%iJFlSeVfn!TlM`K&3 z>w1p|A92FfgSMS6Z&6>lVqk3wI1k9*r!X)a33wbK1b?53K4CrkG0~Y@a?G{hZW|~~ z>c_Dt941g0e{$6hUzEq#RKX{pGt~eKyc2?p4<&l-Vu})_23tU8+#a|lOW%JX&$*Dh zeMsPOu{Ytk*aEp&kPqVB%ZU*v-Y4f&BP>De+=s5I0(J-<7E?Z;31-@X)P+tiNq?bF zG*R~=i=Ii3Gk1!cz%U@D8s3-7Yl8CQ< z!-YFqT!CG&OJa1qykWj5@@A;0v)tmSiX9M;Vg5O+D~RrEt^2@ zPbj-QPY$x~u93F)U$~0ecrYX0WdOna? zAx6tzZgl)lb`nkr_aSSwMpw|lIvufDyW(}5yFMExa5fpb|B{kSh1;vu54FO(Uk!cW zahSGE-}Gf7TBn#51-vdTg#)>yloUT%UI(U&+bsag0_k3^i6fKc?k6pLPir+b+{%N= zo`LVt?oAh4w%*Rtl9ab6D=9Af9YAF{h9{V=<1uIF_c7&WqN^bk$(eLJbE!=}Fdf;K z@;?|{>+}H|S4ZXX(h5ox<9s8{z#w3|Uj8NU>@&q9mIfrLk|#t^2%y)DF6j07be2%- zcPFig`P#gcf56ic*dm?(%KVW3#sEaO2z6}0(<-PK?>0 zl~RT6l5HOxgneJuZ|}IjNhQFB7v#KjVkaBWJkIO2hsHn*1V2vw?w(0WrO=to#1IEO( zfVh_&cCu-jVrt{&*p0?sdF#mA8wQAm+hZmfhW^4*rc+`qM$mVd&~e}|Y-$XPRbINh zo8<gO_>q3&YPt? zW7je{_6& z9IZDKztP?^8jb5TRhp?*Wp7urJ;cY08xdi|{1zvdO!ux0%OUisoo)1j-b)1K{$Gsxm}n79rk7qZx0 zwwHTVPoDXV?|$O(+Lt8i0*?GgYdBegCeCTcHwO)QFq1`*N;(9=$fG3aV6B@E(Ho>! zzxwarzg7ejY#*J3F;Q zz8XOXBR!at_*@`_L$uK6*y0B-n!oB`CLE6w9KWb64rqX|ZX~3xIW@0&A4)1b*j}Hckq~Uzr zXRD`aL+LTssCwFDnC=^-uGhccnpkz4W2fA}P#G-t%i~}^1gNcaGF7Qqj3bzXg0;1J zbr4qKN-FQKs2d=vp_6$WL>!!HyS(k;mz31hKARQR_*I$&zuCA==YTROZ1TM(5(Z83 zevcb-QvMZY6=3OWPru)ILv;3&lscG@*Du9GP}S*n1rENe0w*bSP2C#&ittGo$e;6v$i+1{;&7IA@u?%;+?cylfx=5SL!?p{g(6nna zRWM!@)F860s3;5?bH(n-7jpAmpYi31sA4(8#F0$h@#+zD27<6mJ;47yHZv*LT(}6W6U6{vPRlV8Y z`!3c~Msa!0usw5MlM|g1k5PVM^J0}v#y*i`SRePf$9|RNOxAKsOUu)VC11oo0tt1YYL^LJ zDh+553T&SYq{XkyRNe>7c^pXSSfG4Q-G4B+l^(v}bt)}_TZONle zIpN-x3~I$DepL+aEeVUO80WQH8L{g5M`+G4{Y#kYZ|#M+;+dhQ)8&LJOgH#>ar+Xj zIRs))Uy3Gv!R}U&^Cb*GA>5T&lHTY8o^5;(%Gg=z#h@b+$a(mQ;;oVo3Yk2BCHEZ3q*E^t= zs;mjf6R}PA>-f{}TBH{~`f~klZ18XIWPsRcUQ=xEeBR#m{(X+A;z~Hlzw9@5t%u^Y z|Hb0^zGq*p4!rvl&GruDiw( z=;Zud^G%<5$$;k7t>vVw)i<+Z(}a#uf?E4JFBp1ZB) zcaD96A|!6aAseZPg16o2rlVQ?{Kmh!Ro}Ypbv*!x42JSjQqBE%mS#QMYKb)*)GUQt ze5T9l25FV!O8|2DBGwuAV{{uXSX-)?bN{T=d@+oOUnI04^}T$~3S}}+)Z{kgv)^lR zsfQDTgmi&!4KqHjM_Bv^RfA|ijiZg~>onF1C9Izko_@P{keBLlOSCbRXpgfzBt-&Wdu7Y} ze%Z0@A_^{8ek7Wm^pM#TN9SWuQoWp(vlAj$Efy)wENnndj+8dlVI2uGH*z6mhn01)(|*U78!mc*7^WjoeFTrzt-@8`Hv34&2uNBB`8(^kLj3Nc50gQ&Xr zy|gemF8T-b)-E1hyDZ5vRT}owX`0ZYy|$Gf3b9*aC&N2bFve2`w5tP!Alou)WEhKK%(uXl8A4+y4>P!0$Y$;IwrcK}y=t^-0(Y-$UGe zpnXq@OKH7Ub?R;T!2$uG-_olZ{;tQ}O?1fDO2~=&r_v7UmEnr_dWl(?NT@GN)!(@DYR)Ct{mWj&06RDbRhdA)oG z*s)^^sc2 zK%Je_`xBAOBpiYx!lyX)DJ+JqVmz0)vZl;n74X-}85YCDhy@7q3%a{>)CKD7m?*kJ zoP$vOo9E_H+Uq3QFTYv394#-DykB|B*k?t+wP}q}SOvvP-So0RPV9|^*1>Q!Mjla| zAp9#GGHV|H7>Z9i@?It=*8+{K?ga2cw#v2VE606xufNufZ6$uXW8e121{dChaiKhX z@L4`XGAwpQ+2YmVQrqQqo<|k@L}!|19nS-7&JJ!{=x^4;g*8#_9Vb$T{Y%?s&goz< z2wmg5Hs`e;1vUJ6?ayzAb#-tZBT{4j=u#p)n_M5qf*Q zw!vqj5mQlsPfEHgFF9WjCo0vg(K zXi_W1DmGh;IGa5{Q91g^Od+~hD(4$dIj3aJz6kH$z1#d%Q&vkA)R^a73E0Q4SJvWY0LJ%!$Uk!8gO;Vt3MZiC5OFoso5=*2C@LpcJ>&;+dDq6XLP~@4&R%K^QS5AalGr^y zh~ML&P^l;v#y->KnE2>0JGDRSoWAx4SA@&1qfNxxgM1W2qfo_KzCJNEHS7q;i{D=p zgFb7sz6J`zv6Qs*xJjO)m{QEIU}f*>HZ2@P+D#XA8^$F(c+kEAaya#GmMWd2=WaEL}jy0i z9dL8DY+jI@8@gNHkJ7(e+l?}*;kY(70SY^BkVRqNTG@!#K%CTM!s+3EY&|Cw>Q#>eoP0 zodqB4vGSq1b}hY_0yR!+9D6W@iAxcsqiY3Yt8Rtwe)bd06ZLZ|Z%!GuAS>H29V>b! z&(tz#o1TvHZ|$Ltnrz`wG3m2Y66#@zkYvs9)i*m<MVeNwuSADa_;8F>^&)?0CmaPDAq}N$4$e z=v?`Ga%|>n`I6FANmQGl#;;oG+;Z`UJT}sA-_w~g4ZEE0wxBKyy%J|Xve3~Xn#UEa z6saKM|FNgpJ6#z5p6p%kYCv~?KSW)R!1-lVZaZ*pDc-#BrILwL{0Y;PbUmi3yV$)X znk%I2_HjI)8wjarmB%qWtla->sqS?Z&%x5jx~-x2%ff`ucbf)b2^44WvFn z*>xQl6l9R|_}%c;SQ{B^J5=fov-!Z}CnLmeheU%(0TWC)p$x^ud>{w0VA$zfm9`|I zr6y1 z*HhfO>EZljn>$?R<)yc;MS1hU!gF{JbnlW9f18RtXM2DIEIfKLf%>lNDBj@I%Mh3z zAUic?9Q+k1fp~{`Z+Ig5zO%=}cIM(jx1zQ9ax{d(F!ZM9k zV$BwR7NXb8Wgb=Tj_YjBNoMuM{Ec!l&}{4PC5(ZsI6kxA9HVNls$V~nE)k!d#NT{Y_C} zK;U?D1do~hV>O08&fqLJhE6BOQI+}gy0bI|%S)8=UmQ82V=Ch}-2t&xhxT@MPwEtG z^g9WU zUGzU_8s#+l!pp;x!?n2SDU!KI>P-sYJ> zMT$ZKgrLB1tNZ%E9S^|1%Bysm1*sLy_m$l+hTlosGtt#(#Z*wqJWdgB9MN5G`HnU* zp{)*0k@(!8i}lY^CyzITGpIJwDHhNbD4DFf8C%v0G|0or!l=vYh6!j5&ns;6V98k|3i zg@GGoI+X)4_2hlAEklbU;<^4*?xb^v`GXv2up6k-*dqUec!$FuNJ}JhUD@*3< z9IBk9Ye|O!{t9p+i_0X7VncCY)`SS;*Tau<^^GdYk!NcfOHsX#HW?Ze4(I44g$T&=z?)y9Yu5E33;<3~lSg=))YM{1h5H#$Wueu+q5 zTG`VcET|^rb`uZ_O(mFjwnb=A{;IJQ$vHoXI&r$KE$lOk2Ge==Qozp;P;9mmZs@uM zuQ%P2c$^~BsoMA{&<^B8tWo$p@bI?uAjcgOR8fL(qM-LX15v8c(IXtsYe;kZ!E8*Q z>dDdq`&^8J?HQfoMb(cp*V!M^c?8RkY^H#hNPor`Wiv@;Lxn#G^TMxEC1qkWI+nr# ztwapm9d&gc)IU99X^Jkgan5W7k+$_;0x|-TbjQiQtAQ@$s}LbW7}fpT*$n%B-P*Y9c&OQYjAKU zBw+C5$z8uw0IB)s^_!@JH*ZLzeZCAevB((#D|Rojb9$-j%c8^iw}iIuAIuk+WI_BG zKnG)TVJ~J!u~@0~t#6X6^hP3|nT|G+kDK2j(!O`VDsQV)mcCzoRT60?O6c0+Vup%6}I1y{E zxZ#ix#QN+D!Yx(ds8JhJ1H^tRNK6f=Ux4gN?|R1F~~3Gn{5 z^)T&z=s?t%6z#l|#5@8%YRFDJ|KGrd2kEZElqq1YrD=?$Ji6ZlIG;Vz{Qs9jK5RSB zpsx??5o8g)e4KkK0=bq1_?aCel+%fvLYI>92*9}%rME#{wc7qgYZL3H*hlBEJD*Ms zkYbLQtbn7-_GAJF$=@s0__lmcQ$4P&Yn+LQh#Z~TX}F>`V>-GRM8-wH%X+DG?CX|gidPu?U7cm^p2Pc}9NUc5-23a0yytV^qn>rJPfzBsV{6z;C@Km}W3K;F zJj@cqVSFkDd_VFWm6x@d*o}7`f&7K^B_r}dJ^z4`>PsO(FgL;vn5odd+P&5F7>P`C z=x6%AV?D?Ip^fYE`dWWdmVB{Wp&QHn>g%l0@9B3mD$2wUNKoNQR|rRWPsE=@khMyE z)M-=LqKPwVhuI&nxLxnYaHQnqAeyj-Yfg-+PYUk=@`$@22<$oDFe5Ykp`XOoMDB=J z0pPS#QE>3(uL&~F(T&6hUrK^RPV=`t6AM=9GQ4irSogD~>h!sx0s;cKN84s}I@++G z3PMYGOV0Vrtyi3HOB`R-?8Ni3g2;KCu7i(A^kU)nn`}8TQuvAxZ=EE;yFJc`q$C)7 zzs8foy0MY!di%kP5@>G1GKgzn*4W$PxYT;3QTbqoLjt9$yC%JV_5=Pdn|g*~e@??l>x&q3 zL=9_q?`~slqe5oDiOT8d?9@Cq_l(Pkw*+;(&S!;B~W|G$&LmE2uM?e>=h|A*xR=EuOiI(Csvw)Y6<1AO$u zlTu3N)t7LdtcscQ9h0w*EbT0wG*rj;sZKP2xe6g-KgcCRSif)^=DqwHvC<6Gm{Ogc9R8i04e53y%XZBgowI_hlldTgj17V zSExra|8uYAcwQail@)scMV~nlD9S3T78bIyc3ooW=*(9y_wM&Tn@)j=AP~4Rxw}-oAyw!NK8s022ZCqIYz*Y)qO` zkg4I+#zvqKr?c=^0?8%NmbSmc*i)f4wT<}$>rqGNwO$OzoZ>Ati!2g*#OLjM04Vgy zsDlPjFpY9~{A@p3+g7#zes%`LT9@aE%=GkhP9n|5@a$&Wp6BMGo0O5CFm7CywDj2s zl4iqo)npXbP);#?UhK;5qHXR4^|w>_{6s_?q!hRMeo(3AjACtXMZw8p!%lUfPYp|b z`I_7EdTwKRIk34|2nOcqun9Ms&U{L52iN^azB`2;Pt|WPeg-P0O|r%{)+Ky*>$1Oe zS%A#fXn=P?#nJ294|Yz)G*gFY3?!K1`a-VRu)t>XZ#51g=_D4UlTKyMR&2{(n3UQd z9c7(e)AL)06);35JzOsJQ5pXy1W#jFec$K<7hl9+5rigZQIU!*vV`781_+%O*1Q-f z8E?(Pm7lR$)MY`fgZj|%HXs{mS-g=6F<@%o4Q8>;^SVa&v$YKwFx(Yz-TQPe7py3+ zM}7u}nN1Y792?2@QgUK}Ofxu4_$_G8U5vGe{)Q#CvHJxTB%==3x1Xc2ST2bD+rlbo z?B`XtLOu{RjZw!0l{sFtp&H}0S0t%}bkl5c-(|loGfpQfS%qso0&y+aVP3-6*ohS< zs4WGb4@+2Bcy0UeE{hn)q*N-Iu%d?1?MH4{3^%UB)-U#OU(6HwQgH^g_*)c>n3vSGSH)nH3 z);h%g6lJyu9tVzRI)f-Jir)UFY=Ep%L0u+BM1boPdvjP)S7LZvS-3 zF73jYU^6-Fr#=Qb&d9;j+#P@?gV}r4wY9Bd9U(~(-b?#Sp|5%G8`Qk=lNbz*O}>Au zRdOG&efaAd-$sA%FgTCXlJN*T?XqSYl9A2B*A_d2lc9b5IY=|g#hsn7tbqjbmoJ~( z+~4PEw0#8H93pw3v_hNB>hFjfGNXf8uhoFF*a@3YuQSb-`Ue_)Fol7EfuSSKSeMEz z8Uo{9C)L)*-!q*5>MgN~_KhA$cgrj0l@<%Q_7@^ob^rsiZ)`O6w5EiZ$G*OOk!-+e_p*1twLfIe^h_AD z?U=8L)jeMzPo$o?rn%B`Ax&$BZv(db*;SSANkmMHavBPCu~qC%2UGtbyTpo;&|p2F z80EukB@8R;X5|Wi8N*15d{^bU$K#1_#&Cif1?px>ht+JM=S3#;sf`$a85X`Qp+{6+ z0E|4dUaRs?L`ctm2e1Rfosj1*JFjdvK(-`J31M8q!t0cPiCZQLX6Tyrz3d2GV<-*{ zwfJzEWaBAPi^^d>`#FX_7O%ZSLmZo;Ow-y*N{Ty;b%C5-m5GzqVq*I_v47(sS!=hr z%RIB7!Ny?e0X@;oV#^Rcsgv?WQey*kimL=SjftV59%xTpGl(WNi8`NF=gz8eM*;Ts z?Y;Yc(g(zZ3W=$sIY6X~h0Cj`1+Y=2*y7JnMzk>+IEB;X)Pw{XeZ6aKnFV2c3bONz zA*J`yv;?$8@j7(fSqmmP0q`=WyKm(bI$?T=P-MRCnjZWR>v(8KN;MfbFW}FgLZKiA z6RIU?X#{_APNS?NferX7ZFOcZs&51J+H{GHxe3DLbzt#<>CY!EmW+taz;ckJDoE?G zY>-1zC?(F^qSvVTuQCYxkG;ts%Q_1`z`Fa1ds_!x^n@nk$74|FGa8K~Nv`yp;>MT% zU`I4@Ci@wHlInzJN6W@x&$NCH3MM?_4}@w2vs`46R1^@t46Q-@p6xy`LDNR)=}k?7 zgUS3s`WSGUn$^QA25HuYhFDPEUNOU$zqX>j2)fmJp_Q`@?qc*=l*6;fU0tmadeY~q zCiB?`AtRy!^HYx3Z(jFulc}nt5|-j~hJG{O_l|*x-l2|c-es@ZEPZ3^25Vx1!xhQG z$jLded$#Rdn8%BXev3zOWW@^a0X&G`Kt8E@VR0))8L89cP8iFiu9YUI41cS>VRk4B zvEIJeX%1-dEn@@9@X1#0{iZ>4C z4iOJUS!I-DsBTl{b-L-lEr_3L6Hom>AN+YxULC(;MTu_nBaFHRcc!JM1>XK`b@4Z} zD<@wX+T{gA`@^%dbl)CRA3xugxw#NcF@%P+*yyA$vt$_0H=d=9uEnjmw&Lyb7sEcG z6j!S|q1kJ-de>N%Zv?3ZYRa3d@bP~Ynm{L<2eaxlrDCGf$q4fZb5@Wsgl~0J4JK$6c;|XnmkvzgZ`I z)0OLPh5yjl+3@Qh?3h((g`CpKpmPUGt>*|peEv^zwqGiH;dOO_M7CL6Y&GjVvuFB~ zLSwCo(~Js?-X2x*qq+kYmCb%|>;b01;}Id7MgdUOHFabZ3^3V)NnWtab9RnV@3qdRi)B}v=_lzH{~Qm!s$i|hVm%J= zhvV^~)~NXJOo@9qQau8*6J3LR@(BL^@pf4j5gigq~#${2DLKAYrfX=_yV0Jp=_;U)O{mDwV&V z!1gT{ZN2h2>F((fo()jT$jUKO!V^uWFC z(3zR^*VdtY*mxKkuT}oikc~g6A=!rT>u_}?m^#a?N%xqZOY%~sR#j|8AN`fJ{epa8 z35kh`jm(cXD(d$pPTxhBhX7As43BRkMrMYHUl0(hXS5t0UC7vY5Vq9Sx!kVVfy_1{ zCIwQ}1n1NCFr<8<7zqgtu17~w>r9zo-6HNk=Mm=?$ci65S2Gn{_erU|Tp7~q$M5Bv z-ybR?zPqU!dAaGBL~>xaS~}TZyeZFZjN$eUt^3UfIx|OOt+H~>Q%06?2@TA&61bq3 z&JWj$aP!1O*nImJ2#@#J*jS5VyVgkoVUhsTGlvL&1-^yeGZ?1#3s{AQ&HFO@9RiJw z6i7_3p$sHVOn9)HM@9l>{qfVvf1%u*?~3m(rPENMmr}z6q8Y*Ff#QOF$rCch2X9QT{a+z#Yg;(s2eV1;H5XU#dyBxiDJ2kE5Y0`e4a#vL-3NR za$umL!w!4`xkb3u;1A)6_S1!V;YMN7*0x5LDVgBl*1cvfIl1z8^2|)Xz)f(fAdka# z@HnG}e%t2|P`0l&Xu~dC-p~o4PCmp!BZjAW7!iTMV zd~t@xlfu!$Hci=3(oCQ*9z{VC5E8keP%_BhPZqP@O2M`+y)}gSt{|BpYr!!OJdmbG zN`~V_g*1sPkUp;D#g_PEjztOry@tzXlX)A8`hV7YK0^E?!x<688ZS{j>EZpRN+zc| zo~2N53=Z}H>l8KwX`0z@uiz92ctgGGE*3wDQPd|%ITGN)@#5pl9Ke9&(}wk22&0CS zdNkF)j<=q_VZ`US!g2!LB~)U0Vy$mG*slT!BB;4~ur~bdV|VL3Dw2yn6*uR##lM~^ z7Zg1EaUrb5QP#FLY?U?D-oBlDEAJ$XYrlkqyz8labWWMxKrztS+uEu6*(DTLe^E>N z;bU9kH=GL|UbyG+79E!(8D2mHO8mC5nD!2x`NOjd$#<{NF)%P9l44O%bp=<~S4jnU zp7U~;OQ^^oJiojlW#&y3>*28aWbf6G&j0fTTlZcy92lV~p%%r$o>etbNyOu+4U0NK zD`18P0UVi=?a6ZE+MlTU5<|4jxl8U?g1_qn#o@l0hmyKMQKX7 z_MdJyc(s;8z5O)kx)I1Ap83RPJp1oc&6Fa|EiFU?ZTMsv)@UF1_TF1fq_nrP&nD_Z zXqu>AMs`mwjACj|6t;OL^Xe(`o|M`yt!)KnL?cz#@iw>hVG6UOO|j?GF25-&Icr8Y zG&=caJ@@pV=bk$!&w1R28<%-_?z8@0>&MT14iA**SQBSWMDVOQ;fY_LVofjZes#pc z#{T)y>1%PtK&JZ9uBp}(w19vod*LoL>X1;vyCHAm9^1~XO{sh^=@h8C3+_4-b4I}4 z7$8UqG)^n=5F+6oy?XEi+kKnOjUN}Ic>d^r0{uTTq&?kW-+(x96&Uyw;d5C%Ne3VF z@--RDxK#J!-EkKFIWOSaIv6CZw!&2pT6h%28S~! zp2i{=Mi5Ncb2f=8aPKMA!_<8Af>lZ`vt>n=Lah&?7%rGO0)=wmKU%5J=NRe^o_Tfj1lrmWk+FV6$wfX@L5TWfir-0i5x1~5Hg~=H z!31QAOfnv(oaq@Q!Y3Mk9x^YTQ|e#G_CKe$6K2(YD*nsIN6?!P+*_Y!LWlX_i-lCr z?;@H6v$kjlgYoh!T{XqDG(yfFopST~AZDysqwRnpZPN;|Kn8tM3|}gmmuG zC(T}%e(a@>{+Q=AFxLwRTgiEanocr--GwT#Jez}idwj>-J=7~o6%f=W(z>*_hpLF` z;CNHr(lG|fvHDhyxVX&0ub}}SKJ>1q+bcF@-^$)WNaqzo=`n`hN;oo37{TrF$-?FG zXoa0$2iW90NZ9o3zHmo$!D0(ToCw*D(*3 znT5G}pW?~L=O|2HKEs7Dl2X3^_d}ktzRmQQ`z_w6b3WzK1dcVZWE^zx)F>&fk-oA^ zYs=pC`L67!mI}-I%%JZzN~~w5DQ3~(TkK%v^8#4mg?pD2B;(th1TJnaBPjwaJiA^= z2?a9vkT*+=ZN9{5KJ)#)9X&HbkA}JpJ$?fw7bgVQ~c; z21nD9VAhTxXoFe!BwWRc`l#4D1UiX;@SVXM2Byji=zyTT#noLXYHVCy=jOQ=5O}MO zNt#L!E;z7UE|YDY0>o2JIo(Xbo{CD?+|Rr8=e98~cfA=aLfgO!nGq(veKeo|60DFM z8k%PbJPiirqjexva`@lYvzzeGFn+Z4)LuZ==oY4w&3K5Y!c-nHzEay=5~~>a{tl(Y zKd=gV20MG@6w=&HZe0`bo_fiNAFX@!FSuD-UCCJ+RYZ0(Jip6J3dfo&^5aV#%BoUaMuJQ~O5vNi32{<@fY_Div%XOM`Kp-@&jLVPnV@6Ok^A?B{|R#Oq$E%V zFZ3w>HhZxEiSk1*+{yYaRq*I*7u!RDGh6YZUw_Hofs-Cg*?h+u6!=ou+UaHS2`em< zB=NZ1l!Z0kwQK34b@xml8@||%#pT@MndHTZJSnEvH&}^CHS_;YAPM8*3pK@bc@p=m z{L|-D7ZMvbTRqLUaFUWP)zv%^E+x30~k3|4dNGBlz>^p~W}wODMW*pyL~N(D8=Gw<{ZF-H{xpxls>f~#k1y`FJi5}I+NA<)HbiB z-fFD|w$_Wlz+OgXRilYh5E;L>MmOi?;%OO}!)LNcA=%M4T*D@LK^91r6w$zBBuY1FOZ~GHE7{CYrUyk_n5V@R!oH`UGLEGRPSA- z6#jj0-;Ck;&cr;l+{~dTdDckinV&%lH(FU+i_3^`U>LAPL@2?b)(Iu?Mtp8%aKSR3 zX^qhe+%rd9)U%Xj>I^L|smPRwoUJZ~yYdx+yn8k^P0s%UzvhX!)!C_+hZ4&zwD%GY zn$V2GU`ex^QhJM5F{Iq#LCXq&uahySr05L`u3Oq(i#9ySux)yZf8C*1JE~ zKG=sI`TO(CIp&CaT(_$(7N+-g^Y8~i=rQB*>{ys8US(KFxHjm=J!&7xUw5mP*AyoC z>$HLco{SA16Ka^yz5fU~veY0ZK0c!a8nAsP>A1iC4%FyR=ewHTj1sEA-=^3K4r2Bu z_3^5}XKROY_DfdY)4?fxITeL`k3Ll^i!V;u@tWBB5vx*_MPE&UU(s=QCP>e)aFCFZ?nr%^KW}9xEo_;4GF;G-q z&L?k&h=LLk%0F3Nbp^#-UDHBC`{Mz#>6dCyf*QvVGx6J?);Ro+tSCy?A6_C{wl{dH z3}vXjnPNlLo*F{3+L1L4;;V?dUB`qWLH+-gf`9%Za4&x}O+kDP|GV+Vn|$%_JvS*F z{4D<0U#=?tW!Js+`oP6K7b2~09_;g?;&0cRFws~$xqTwN^7+WPXo&9C5PjX<&3 ztyZq+0J}*cgSlG<0Sfr03|FW*gI4i~>5&~X>N~$xTZxqwWA*oP2>nbdUcSC$tY2%S z&p$~@O8!ny&(@i#H9(S<*^Oqln<63_O4Xx?4`THkUo3YyO&4V z))vncT_(%!p2QpLg}I_LAVkE*Hd~~&AR@OzU1&N@1GPi%0duhL?|g9RHM$wxI=YBF zaBy*Sa?DNOnqErpQ3tOQ&;Hi)PS$xXbGo^`^s=E2l5-sU)XdxA!vqf1ZPw-G zgKW3k@bCyr0!B1gVZWoJ3({ummk^#qs zE&NwhkACwMs;;Id0^Ch_RrAWT9=!@)f)bLELPe4S1#QuJ5mKZtEizYwl$3PkbdZw( z*)WGwdBP<0TSy2EE-qs{e+&<)Nq2v5>zqXcukM;~#4XMEXS689cPF&K-PO3lFHuSvlm1!4?;J+vQSb={r?MOH^C4mzdZbPEaYnHC-^6@% z*{EpQjdwfDk%^ZEVNDJvaTYNm#vcy`Y7ck-JO=(2jY{>~{_Nu?)97;P@tR(8l?zyp z8;PY>d%SNJ$&dq`NrJf-DMyG$+!E@D+5??LOh8YYE%1Xi@!2dkx-J=7>ib^Y&9oIw zl`meYcVbhs5CzochC|5&EuR_omX~=ZC*hdCvZB2Ebylls04Iru2Nl*d)!&L}{QadpW{5QZ=`_@H5`Frs7Fx0<1c?(W*X*Z#^}O=;Mfo&0A%{6;sj1W* z^EHS36p5@9=Y_fwow4ohZtnrk>fonbQ7=%JuI!r{1i7kjbLJtT&Pe2T{=S5sSy zwPIs!bKKpDhab#eJC2&@dLRJW((<*hucVPNN{J4;hIN)!_dVMK&@{n@{^ijV+NpXgeyU_ADKH!uUu z?-qWrMSTB#YQ*e*0}KXLt5ybA8)ezh60d6jh;VaS;hH6`I4+d|!V(fVVz9 z)jZttN`4VER3yb*=jyp--ws)UNNqTIO&-tbj>7rC_`Xb>-$4|wjYNQenhs4z;|5YF zM0T;4Bts$rBvWy$jQ@8jUoH-cv~qFPo&S{h?<4+Ahx4^~(H6m4wx z0>*#kS551JPhZro;~Zku6OPbQv)Rud^-J@ZlZTZ6RDW70dw>rEG>flVt=&qchC8E@ z&7#T8YDV0P99Pk(J3nzOrWmo#Fv^8f;>~6-@hUay+dn!w;x{)(RHQY;o|5{7V;&Js zE^q!dS}Af>hak<BM^%P~dwBxC#7L>W*ryLg>)ESG8K<2DgoF?p z{nx7bakob)+iSolMl4E?8mY6iYi@E&`SYctkfSKF#Mnt9sX6|(Z zf~~S_i(DHsRs5vQXpMK7J!`K208$ zvej+hk&uw4{+P?lB|2g$Eib1irNNxkkqn->b6q*KlbZqO;rrxb43yo5{u3YNp=pU= zYwGyb-c&IT9QvKHYQ5I1_gsMzzNw@uJu7Rhs+5jZJ8FVvcGFc9Ph|@5(#@$W+;H&_ z!gE&5R{^~O<9Q#?P*eiVbSU%se4K;oLZo=L(k{Iiua>iDg-~yqOr4>Id(UHyJ$b*wsVs`~b= z{=i4~M`@hQHW2@FJ-vVa>xlTjQ{3-V}L{(S^6jlgB|wg&#$vW|*nY$h8FoF4Ne9>gy>2$2L3L2Gi%UYi;kuXFx9)a7j*UWSVDpn;jQ^LagIq{RdrH02Io%I^ zB}K=zBZ9k|-aBdS9jn6ng5byyn~gL3pYNwEzX?)=z`M)RZEk&tAS0xwFXi`7tanP2 z$)p%g)*>S5SaVwKV!7%HYgIfRERo*4-B2-y-dwi1YrV9gyJ}83B3h<~v8&u*SFWl# z{In&Rs?~oVIe0mp_1<*81ormwa5Vf~R3UI!0TY|51$X->>okTv24$_{Bb&iSC^nP{ zYYm6Z{cfMPH;it_)13}m%gZkbJ9Q*_J>K03y82%mFT00ud4nY`9|r8f{iPze`5BZ> zxnDMFiA`0hn>?QaIcvTidH^Ts(Q6Y!%Un({iE&GOggkK9e2MAnwe&ur*U`41?5N}S zhnz<0>s=&PKngJ|U(>0LXb{B_4$M8)mO2prhZN%XbujXCq1lmrEih}gOgDJ}b0D;B ztByvauK2w)YGLdnK7J^+@1a~RCZjPFj4>PxCoYxO2+K;-rq3;kFWyGK04qzGuqi=TIo({&&jq}xWJg=8 z^~)P!0gPsl!{yHO4mWQJcJ@A?T;lR^Yw}@p#RmQ$68;>Vjvj8U78b4i%-PAlos*kph^4hzQZtb@r(d(H9jL6_%FP_#VYD z_Z>Ga3lm5|n7*OOSI?{iR>B~io~M{FBMR*aYKxEx2CJ*489WUPOx}jS{i|p2)QzDe zeoB&fgg^c_Ndo2*f5tHh4}|4^WyDL?L{CW)+iD~-#%_DNvRPCOo`RreUuvg{MZKEb zIl3P*lf_JyoQd`J>Z+(jMMD?O`=)J~Fdqg=6kHZ#c+4=vAywLSr@ITbQMr>-y3Jwy zDxU1Tf8ZH{t55)*VUpUHgR60NZRiR7;puLhJK}~4AIoR-v(vLrl%CC`iz*Z;#;EBfU;{Gq8N{kdVJ+^YhI^V; z(s2*akx~$R)EC-S=xoRc2c7SgUK-9%1JcIMZE25uryEqVcV|Y27}&+8vl;?`-0`pHP!;#;LZ7SL@W=EGd^Gft0EK*#b zPK>-lLzUp}>dVp(>(J!$6bstAXDX^m;6`A=Ust6rpTn+(O5RJs-Jw9j?Xpm++%N&+ zps4mP3>6v%Z~^Q+%8bUJBDvqMT#&t=17Iy+mJ`eq#oH7MTX!VlJ~eHSrjR86St5v6 z#EBAgOuoEibEtyR?9bt2c4UD4)qP=Ee(Yfq2Im(@A0|5R0OTn^>)?q{PrI_Q^1^}! z&&!ulpz{J}`=J%D+pl|vB%IQz`iBN>56y2ANVSlkO;e)@Zb)@o(9mpNKE6v`-D=D> z53eCGS%~WN@XZcAiTVkTx_&g8yls5y!bAJvq}^|)Bhy&mX&)fM)F@mXDx~Damq`9q zZ1FZJ!yc)MIx@(Ig@s9!ijoi{>SOlw^ktna`!`kfyi9-gpToNYd`|xy-T`$2y}vU2 zC)nDWn-Y=M^vMGr3-I8^ylM=-Z`;Bd6w}mjS-A6qIX~ZO#layvUS&d4PT|PWa zp9-_t?BD+oC#-qRMl*2Cu`MH-9j{=li8&oK8&f`u!}lRmwy2dIF*&^q3pBY=3s|VX z#TY40J|5&k(*b$<5dmFqXbRHk+bvGxM}sv@XTi;H%5U`KJD;EvNPnOcP09GIK3c@_ zC(@lqt#yZ%M@!Gk7jnL0!DBJ1<`=5fzIde6$eEzH8IGJwKCC-6j||#X7anL83c)2n zU!*v6V4}D-{rb-gfZxNEW!wGXLk#CRRr$fv(lh59EMaXWJKYUCo21Pq!gUCg zN$ae=KfCUGj+*xBc0KE%anZi+QB-o@&Fo+fhttqm?e?-Rj(yW1R%;KdkrdR%1=iWb z4hHt-;&}sEzbNf}=}XnJbJwSXa~6sF;S+CS0bMOIA%*s0NAS@F6hsVoI^35&~(Z%UBwX7nBENepO?puPh*-^;;lhItG z{HTA;r(+i;hk_ZVOh`=DQ0MZB4X%30DIVzZ;<-w~nPBbxV~R#WtIEe4M}_G0=JcYdOe$xD@M+ z)3r1}-i_1QX}fX*TdmAm5XkfA{QL6_)0I8e>D+`*6IlFS@@vy{Qfbr=+8!bG%SX57Ljko_~+|)#9oo0XsW(2d`OvGZH*5FX1Z1SOy7% z4jIZ`J)KpFi2L0Yoy+MtcK-YFy42Cgs>g?B<9qPKnhO%x##oc+Iqk8}?!79NXy*za z&vkK))8acuyIjXcXpj3Vmp*?#L|RA+iiyF96o2y=TN7-!z90f&C+>Ck;9P3C+yY(R zi{e37>w5at^H!gqAF3htw7SP6yQzx&tI2+J`s*s}m+YsiD!TfaDK^n)MfN>H+$5tBaSdvTNKio+x0wIHS4!s1;>|clV zHAFPt^Tg?v{_zC;nxl;9+I!Szc8r`>XSCV_Nx5%dgXHT~obF$T7z`9X{M&<$-64?v z+gyv<;;9E+e7g8&s`LTPvfx(<4j3q@UG|Wt-_Q3C9~@}=N>a@?LnAX6EqPTK*}a>Z zK)>&_m%G(LBGc|)dxWaq_{ed*_TJ0KCmd3fb0LOyK(*xK>TH=&ZoC-F@SYO=Ydky! z^85bEIe$*qf()ZxI69BEyeB|W2X#%|BbxQQan(SL%!*=@98R&=J4Woi{bE2dpj17| z)l&F#2{O@VFfm0aR>{O<5sUV2?#>l7a@6j-iZ2DN57v*UVKrAjzf>7cMi-+d+METR zBtOXsDeFGqy59+-K5moY5s>c$Do+O3FFM?RS_|V=!aLKWQ92<5g4pE6{0U! zr@;@S^KFl9}~kln>%%u@)SiJdL=&ujC&`2H*)vonN(vr!eEEuzw764$A@zQF<5 z?V@xv{!XnhyG0K`r=s1f03+V|FU^xF*%p%W=5wmw64z6`;fh>u8-1+HBXcJ5BZ))_ zELmPV*jUq)9ZtbN=fVBKj^!~&XpJ?{&*!91fQ{{XJb9?{8ZQAM&J>+_jWtmX)ooQbO_x$ndZKNnWI(6iw%fv~)a&uAZbyUHw(5JWw5|B=Vx$j>h?`ogukQ z+$Px~*@9rJ43lt4V3bl{S9b(5CL9UEIE(eeA1&UO!+*p2uB*aN$iH+JO(cJsVRp*o zM6?^2XM{SU?d|b}A0bwKaoxP))n~2kVo)M-aMoQ6c{O#4lQ~rYM)Ij5B;Qd>sFHmH z`FPx^ZAyZ!;fev^!v))uc-PR-4heISL7t>O3;<|T@G*DwD(ayg3Vc?2PN;Rly~9JK z`lp5O1g=M+z1iAK*@hFs7Gd_g#(?4r#CW`hbU{yH zMfeR_7W2K3p&^E%Sg!|8ATUQis~vax{P|7!8fWwO6GCPAjjFSI{o@tysf$B-xq=Bn zJA=f}godj_sRE+#c*imRiJxp(VTV=_gnLjh6xN@%A{8#!x8{8m@)UzV<%$O^PX$G{ z*W5g`!mzII8x@f#Xx%&FIGp0Ex_;GY=Xn!>m8_~dJfNbgioKA)!PoBOe7ocwtu9s2 zh~2z0w*?5nds9+-#8!>!b*{xR*64p|1b%*gJ0vIVf z*-zQQ;3iV%0wCu_nG>VQXeW~3Ru9uiAXan6%$T16y;(G@hp@$kcd01i$*WSUb~&@< ztphK(wJ$Cww%BTH)S9~)I$h$G-f-+vF;O8ZPM4mdJOnP-`=J5{?bY6lwr0Wt`c4_v zpD!=YNITCoi}H`JPdB@POXVKU{x)=sDKT+)fVuKV0IYb8fz5r;?k1Z=W{S}0M4d(8e`==0ay%~O+ zZtHKiKc}BSCK4?2cVUq%@$%^Yqohft)qW58_@SVLtsLw-qinhE;29?ZNgCRUF{vtY z82NWvC;OF)eg_;*ImVkV*DMl=fmxPsa9#Jn*3^Vp(7lA)DMG}xr(yigF9VG)w{F+h zWB|^ik`FKli|!hM?v?U|O;t5LdD*Kv&jvXjQ6L~7L|#4tIzUFD-K~L&H@YisK3o}U z!rhvEF!gI>&0M%5cNISm`SDN~dh@1@jSs-80AKYvT*QBJjm?{cGfhxsVU_P=b zwrIS51zMPFWu-b7U?h@W0uv6Gjiyb*YC9W>AKM6rJ$21W!=wN^%5`(ZK|mmy3k({ z9#Lj-%MkTqOUtXiWqE{mSF6^{EDoz@$BJvj=uIC65s~1rp;Vl-+Gm@i7PYyR1rce$ zMzF}}`_86;4n#my0lR^5uhFt>aO``!XAVFRQt|5pL-LDvjK-S z++PI)ZH`gz|MSN9zgaTcXSLn(QblpSuXS{7hZ|b2QibY>w0b+Cm2;G%K4hAGYDI>! zKW{Hpb~(t^TV&V2^J>z0*UUZ{6jHjBieAU7>U6)7#HoBZ8N~K)m+q&3`1wigp7Us` z%5-)<6N3e4N;NvI7XJ3lv+dEVyV8(xCjm|XTNr%*_>R1jc}oBQx*j~obNw~2-%Hlz zqI26cIK1hgs9^Bs$mWy!EJz9iNDI*e0|T0qMu>aKw;-Q+$CN#G5g{4G8$p^vu1@ol zx-cjb^?zY~ojnG{efN2>q1}m!Or%UPIKTJ3P^a!UJQ_c><`))t`n{qfBLzxTap~Jk zC^$JAs!D7O$_$5J5s1fT)i~m@2}`;9O znm+Dts18Ty>aKx)Uflkb?Tv$1?$#`q>4!EA;?DscRajFjRnJ#dca5~Qqv3TU^C z)iIhO-Wi(GE>jh0@1@~(4K0qtSX`%D-td?f!r76m0+a2OWQoXK977G!F6JAo1 z2K5o7hKglb4$snMTV4r{!D#72BW3fS8Jxs z9fVQk6Hz1zg@UGF9JV6EWnSyB&ovCqBDvJU5O>_mSAMG^dAP3BnDtJmweQrzgCYfC zJ&gav{r$o%c()__k1J3d%oMW%S(wMd|2zx-y9@GSO|!G;;zoP^YUD_J^K$7#_23e~ zZ$CAM6!ZTS1jZW=s)y=*s86jTzIwgH7J9nec8AS^fUL9b^HF5+D$oKe zwd7Z+-6CRqTqBU{58OVC!S=-bCrxVn`LdexWuVE<6-Ep&y6kK`TA?r&>MlJa;~TVM#8#cPVu=^FB~z4L69TN!_e{ZHc_YrpI~f#2ft>S` zw%VH#bQ<*^W{>7_*Ob>o!O^2`prVW*l+VYm4`t!x#4R-tpR`M;r0M8FGs!H7#d}3&U$M)7fJjVCT~Hyx8l+6AURlZj~%)Ourr5| z@=QXWT^$@Y^%U$Fig1O+%^Ycaft{aapp^$~pd6PMoZ|=yPu`k0+Pr>Hu7NO{v2Uvh zstt{a4=NjjSQ{bfXPiX4IQz^H$p7Mb0rgQ?r2vmS#EX};qCC=zr6+8QY zf|c1k+W96RI-%3MD%KUzgle^SPkqjNE`a5SpLe+n+dA`KG6En>WH^0g-W>d@3S$z> z|H&2*Jy-37C*<>g-OqkE?`pI9;@b!uU4Ldu}LIW8}!h=SC`xuS=e8uI}XC z=4f{`G6rY7y{(W9Q&(5Vpwor|O+~>`b2IYt#uDUno*1QRomCe(WDGoZ+m~PgKIbN5 zS*r(H(5$PIL@1f_Oea4G{&42u-f~aTDAP|AF^^#@oVaNqlg#K@D4&SP$C+}o+=+F* zmx^ppY86CS1R+HSdaLN73q*>}zxqKQ%EZalV)6cg_y(QY1loGJjq#v7Tebj#%Di87 z^(9k1eVK)w(wEx#O{LQzS;OQE z@&bA+C1aIGWHE^#okT}T=IqZTDwzs8q_OQ>O&r+(%OZnqnaHhPkjfj*{%+ z;-ce}xTL~>O!rme{SBPm{!Gfmby^*xGVt*!07HF?_Yn#?)=wP1>b{;t--WdcXSnJI zYXGHan*(N4s;ZP%>E9>{>t5L}e65`6#Ot^>=$RcI6NUVzR%tI-J2*JNxSZJ~A57$M zKI$Fh!aOmds2sYCn-&sGY}*jWk~=$Rg8yP=Fes?C8`ZBYUB0#{Tv&G#t6VwuT&*|F zo@@i6YPQMEAFE+-LO} z8h&Rt2yAT5wqONTKtM=n_3qlREuKqqu!}LPDrYReP-w!tX`Mg$aQt9RJxTPS^7#+H zAhJp=3*yYp(A8=xKVP*lAueHoYJnq5OH$8ecBoM}sDk(W&skE0;(vTAO{3p4HIZLqw&`QsbD1~c=t z&SXP9vvuHs+P*5?;p7x17sAH|)zu&A|Iu4{IEf^GTBrU+alY!Sl$QD?@MQJoaSpAL4N+BKD$N&IszUNEvtp5 zI18TL39~UqxT}SD=I4%Uc{$#X91m|>T3g3A%>T!~SRMM8f1#nFQEsvPebKNY-%Oct z490_wse&{(r1ul30S{Nt*M7cT-@)W59kYDWB7`K?|D-6(4+`?XT?rVp^!G|p-f|Xq zpR*n1E_VbyzNfj92s5Tw>dJ0GW0*b<1!vM7<*KjaqS15@>Y;Uu+kIhs5Yxi%6aEN{ z(?YJtFNj_2iDMyN$$Rqs%TWEn=TDuauluXnVUiS?$_x6(r%CRV9Sil&Uu0!}>yOl| z`2PW5zz^yUB(V90a5-u87DR#YgoJmDF@^K1wItnrRl{0S|M=77U`ojoXrQWO(_{AI zS&G&RU(E%5sS45>>faY9_CtO#;DOn=lVoQBy;rXja#y530E{02K_tV8NU%|d1k_Yx z4J7ViyXOK{`$VmH&;j-=MMw6#6a5TuI-DSXJ{oFm9WFDHDVMYvl*iI@u|1gcjt@EX zTp);vD82e6Fl4jo2BZOq(Nf>H)j+$|Klscg_;zfKX^}ReODu1}$Z5C*daB`GgZ_iK z5SY%6l8EHJ&U%E3{q&XZwt|QFL^9>D0!DiUMRRlMdwd$7{JVaYFHi1imVB)*V=PZ~J&c&VykaZst$nGzIg?Mf>!rk5d>(^VrZ_0jM z+XWOFHxC9at&7Or&{FS<22)KGWI!hh(HRN5C1*UY=+ThcZcjMhs%qk6110_1xPwC2 ztG^x{%W34SK6uA-Ud<;1Xbh7S9p8%`Gb=NdMtFGmmI1ZeF?HB7Id(sVjJBkwSM2l(oK($=Ag5gR%W zT1*lPdQ`Khwe-2UpA{U;Dj<9Y1)|4`*x;C4X`IpzfW*htc|NHTLci8g{IwUYbaS+7 z=>-C2GE73Q4+2)sX&dz*W@XRI!0N`SnHkObnsduE4|>FUrwdwUjLwlJbpnJ5ESQ4` zfXkJEY=YGatl?j#FdjWSX{dKLqOEZ_nj2vR|6eN2IcnmADKN~Os;e#|vNt=| zkqM+U!n?dIur0V=?sK#jn<}>OZUiRT5tCosv^tVrY*uNQEl9Jsli1X5#5UxZx>;%k zYX}rd-qH5;_m{U7Tit^Z7_SVjlh%GsdHMi-QpCmnY?{jD!H;xb9SZq8+B4+wrjMMl zLy&JD)M=A|=#Yq%G$U{<>agVOGDb9Sd)H$`fRJ8rK zv=HOAi3am2&oo~o#rQ$hmR|9Hcq~u4ykB_kbe;XObym}nsIUOB9oO1d@?2QQ>PN* zxTmb^8kd5jBwsf`vSZ*(g$}-T?oN8qsYI0+O^LZbQy#~e)5aQ7?{;zw^TLYikP_6T zsFolR9;N@DTh=e#Yigb1Vt*lqnMVF$L)&VqOG*-}qqr<^Zt<+M{g@rCBX~wNiu31W zM+tUdt=(=g+u_~deRS`7u@0K1%|BDnjgJ&IxXgGVo(OK1@2hz#eIQxTO+1oB?@oGM z<}6#E6$O;1L+Ef;Y-%`6ALaS?u0Eta2A96M*i3RYbxD%*{gakr7TF>jxxdxxDJQbc` zkuJLel%ph{xK9RV51S&}>Ta4+n}AKY-wUYdtu%yPcEeM^291E^=K54+GQ~sT=vdA0 z@&Y~4&8dtN6PZkML^H(3kNN(Eq`_rZkrufz4s3zLQBZ4SLcx0yeI2Wb5Uz(Gw3wER zhR_-jhg-^{nY3Be3GKI6>KmRt+mInfBEwmFk0(pFjJf z;%|1{E>C@LeRl54QOVQc?@;qMO_0@~M@OOVbWFk@z7+v8>sXV2L5xX50}Mj7Rx|qb zNSz<54U9sM(D^WNb#JW)u;(oA5zgGN+#$Q-zfDUfaU$3>P;S3yz71q48agqLG97gi%p>_|WwqGDgIEG< z&;lzpTJ+AY*6{AtWXCf2nL|RkUsoCDJ|8SksyQckj1pij)gAj_!CxEK;we=p|1FH8*Sn~{)iunPuZ3lCsER=*dEW5nU}K^zZ{QN7q1FZKFz`eKF7^#(p74=L2p z^=JuZ>}O<$w~_YE@8A6F3}*y=NnA-Uyx8Hp3-%Y0KxC#j<$An3#rWi8n{D!1Lvs4u z74!{!%4S|&dKNZ32%1?Z-96kM9yP<@VR~ID*Nlz5Wxv?cA#Goc_kmg3JhI>L!9sB5 z>Fq5brettC@gpnClJ4y(tCuApC3L`ST12D#Qo!XhKjdqRg28pY_C~SRE}tN_kcRSX zb12iECO*|nX4xBEJ=s^9CQFT-+kH2g$43{5i#;%-z-4~vE_Hut7lR&`(}kHO`CSySjcjde-{fQ(uu{T>L4CAf|(%65Z*%M~9 zzgtEG2gaSoJQ-c+%KM#+N28~wIS#+fXV#xn{hfCQd-liR7e@Z5)J^-?*r{qRu7N~p zRQvk_pi#p=JC!O4IF_4t8lmNsv~h`5^%H9hlxIYqrufg`zxvI~BfvwWzEbAiWWH3TWJ{$8wqV%KUXpa5V{k*}p~ zh{rb#kXMW_Bd#85Ekyh{%5B+S^z(|~`s%%bLyQke2({mz5!QK~TlU*0os?F+&VisJ zEFzDyh>x0Wy~Jd9ceQiJKKp!f(Ln|_2q1!dK!HZTSLpY#`e=uflUn8thERN9lY)lZ zfD{P?9NzTvnm6yDFaj)Cw4|*+Hjs5H;9}9Cn`6^{`9*8^0y;ieL(ITlYoo)w>?YYy zOKI$O=Ezsh)Y?pLYpwd{TFG{m;v zhQ7>KVWi-xDW-doNmUpGy6>$zkIuZPY&tixnDpcywhVlA(J)QSn^dx>?W8Ao^#;l} zT>8w14;z_8DSC?Xwj617>#9bwtaKQR$1u>hysxve=tZ9OX={OktrQTi3;|un%rAAS zI39Xpd08A`QAQ$E=w5TQ13|G`yP8KePfvFg!j1wFo^bT-yaVZFSR}xQ^%Q>W2*c! zk^ioV$%}tGjCPE7T%CzT!!f9Tjd2>b1zmGkcaO#i+>ingza(u%NOGolG_lFPg>xz- z3(Kl*N}cwAv}o~wB$?+{+^Y-2rdHcdDlBOMRf**$jy=W;4~cO4jI^|fX-c5Q&elatxVuS zhcr^SSR_T!vUbvro~W=QZnl{!5D*!cUtwl^Jy$xoGO6+ShQtPw119kzaMqaIveEem zRGUp>f(oxoo@8(85L=c708+x;oKVbGR_7hqy1Ct&@%*|EXb(l=V336+EWdHgwt%c% zH6HzBYy{+sHCvsiMtEEjmLao=r zynCQF0PRs-1m7gy?IQ1242N@t|HChJ29T16C_nnCA31ENqX$Lg?)S%4errF)?g(_m zgcEM-TaJ+AYB#H#FPP|eJ?f=W>k3PpPt|Z+N9}nGto}{Dpa=$2yQ7HK>l;QaET&`% z4t9Hts8<9-W7#sz+Dn*G#U|1$^|1R~Qv&=s>k&=t}DHGuz2aztSbSF|PE@3yqshR#OEk*S3|=xlN& z!itM+=%OD_J$oIc)|*ykg7{*y0HcqT$nBbmnz4d+z2rw2bUqyeMfCBNwD+qT{x_2s z$HhZc!VzDtV4%oTtj4D4ne8v~mfw9NiMfKdVvPKeZu2WbW(0XE{7x@j%R?VB_BuqI zJG|@t_f9J+*t>AY)eZvVyM$Yu%@87wX(j97@-leQ9lB_rq`0XF+Mv$1zHx>5&6$zY z*DZ@YC`hLEcbB4{_4zdi(cj*}G)=cF z0j$*x{-69xGx%F+#G4lvyFuI~(q; zXUDoi953vJy|*qw-N9&CWb+My1i&KrBd7tQcysrM)o^% z!RI7ERJtZ+7#I*D`>0a$8Y}4D_ky637SF^UH&Y42cr#WHG+Y%TnqoX(2BN;W{!5+! z1UsY|uMmEi$tbw2Kj zkV=nMr#@b7-#DRka{a;VIj{pu@>U$hc)b~R_P%Z{+;=x+Ji8n9Rm zG7xsj@$-GWTD5m7ty6>@Fi($NH3TAF4(E%JXZqiAlDt*-h-=;ESw98cgORDRW*el{ zvX&M}TMd{vEeaP5;)S37Mw>E<2w^$VC3d>pR%;1!=nii@YFiC45f=SX#T-7{zOPnc z`VJu~efgmFkN_s|!RPFB!!<-fSTPfc(qW(H`zOSB_rb(@e>OIS5-k1Miv6>0Dm&VZ z=Ehm!tX{2-z;`d~C!^I}c*N^azghtz{K&E*C{&m_lzPN;ldI zM&~-%%o~Gl#w4hDp;sF^uiYOL1|MIk4rfPLQ-88M*EN_*a=U?bzTA`Q9F!=JZHmYY zs6AY8E?*I~+Q32GpY6}SrzD=7X}&i(&ly(~f=mNWpz`Kz%8RSd$Kxz;6?wlHy9Cbp zM6BI3e{Ubn9L(~?k3F?gJJS)J?Hs__BOEwD#=ffUpNt!C^YJc$+^%w5@`7ZW2fYXZ zzYlSt4ke}hdZY)Qi*2WbccLy6IrlRmRiij>V`r{B>gEa^hMGA^taF)>V3hED( zJyodLdgttR^K;nu`QBid%2xCA)qbUj+~$`kI?RQ6?i5Cw$?>^>q&F+^>PtCSEn|pfhgZlnP=ar+Gtd8&VA8Uc|!VJ;rG4|Z(kmzYE{=!31lM%oz|U$ zX_{M4!5JSeaWuk>1n4&2=${cnu$7(djAJ$4-Q@ZMdx>D2ncT1U0H#HT7=gtGGtfJ! ziHKnM&FnV#u>gjWHIaT(^y{7r!dmnz2K%)^&fA}J9HhCNBLNNe62ZYSbT(1szId#~ zwVZ(8Y?H8QCX2e>t~Xz#$}D_0O_MzJB#JXn5@6EG6!de=JsLl{Nu35Fz>xQRi^>Dti&{^;Zo|yrf27> z))V`|Q6_ za=buOB75dmz3?({8rd4v4`&)y3Quv#ert#zk7#&jkZX`;IWbqVbGPF=AsW|3{ml+a zx8hZ$H@{QtQ~-3w-b4;`zwj^U)XO;=rU#Nv0awk;FLv{5nmwpznb)V0KYm??xSL@& z++V1uQz7@k22Ovq*)CZZ`Ps2Dnn;YuV0Wh~p}lRl@9%A~_qoSxh*uA~Bep6I`a7P> zQ3HydiQY+gg5slc3BN$`mvFV{a?L)MxvAo-gWBpD^YSscRq%;ZW(C4X53#vdDnPx} z5&96Rpx%LWy78{Uaa{mqj^lRE#)laVzQRI5+SYW+NPivwoS;9y!pH%`+Qvrox30(j zVB^~WILFS_kVhnU4R(Dhf&e5XudWnI#J;fk9EHLM3)U9KwYfU&b@$o1LSXfw^_t1% zSLM7NR&}ylM=mWIGp0>}*rI-?y4~PX)5;pPS^@d8X-ms2mC9rKhb8|};>>metrowPZlLFb(!%JJOYAejnmByXq3MHL@N#Kt2a5)(@^}v@w zn?Vj=bahHJMjPVV%tcniP%W-Pm*e*6s_Q5fS?osUHSZKHP76?<2ScEDZZmUs`67x$ff~6Sw+EN^sX|k)}C&ksvRi~hC!nG8y>;a7wLVJdxc)7EW?Z*Pd`&5#%q8=Is5(}q~cgz5<6 z5IxB~$E@ei@W-+n*>LpZTXpl`BNBQ_#++`F;^K%>`gdEuTbsM3Sf&jO3?jIhpC_8* zGD~*wkcD7-5^+=-j^{z|ZQUsF541IKa(1QK@*sE)XQ-*Hg=G&wJ2Ce8uw`y53BKY; zGsDD{7{tO#RtZV$>gw$*?3LGU4&V8;+$>!Ln*FMim%ULZQMUgP5uFEc3xHo6)D$BL z84x&qJuy1kyQjp$*HT<Zcu;5R6i+fOq6KIMd8gJj z<~7L-?9aM$ld#wyVAt4F*fETsfC?usQffk)217Txk4`6%k+?9gY3d92I|{Hg;u%+4 zi?X*Z;N!G`4BUfbO>Uydy&uDZnBQfuOs7QP@RcW{<6#BVmowDq(q(M0D!+kPbv$*W zWu}TlF}B81{O0V%Ts1Q0Nf`y7!t}j7d9w+z&y)JqaoK&{T&;al?5m(jr7n&He)|p} zLe4`WzzkqHUsuSmfO+vkYw}<|ht(WRDCV2*Cz+u_oi7lrwaaUnlXK9Oc4jSqs;U+e zp)d6K#BOy)RakIU@7-Lz>8d!Tlpu6yXlSt6 zZ52rXrx7jiq|CEp`IkXryC_X#Uh4I_ANuFI9O(L{tBmJNv9{LkmR+yKk~sPFmUp!a z)!V6;l;6#q3^qQr023McI6hqLJoSks1n}I>z7w3(kl|UhP>ON#aj+bMJ76+Z3~5GU z*Cc0~@~+ryui&89hX>199yt~Bx&r7#*C|cg^iswFw@$MaWb z$xH{$1vZz|-dY>mjrzRrT(@M@=QQ-V)3aYL2*WK0^Uh;$2Qme&)|QKaD1-4*COneE++yo!g#K|~hLYOplEkhf17u1<0tYW&>uW5WfOC@x z!dS14e!f`zpZdmUwl<#heqp2A4P*VIIN~jQVZ8K&i6pB(*<-)bagd-61WRmMvN?#apJS z6~59jyBOb=tsm=jTHc>eMp|l)!}<65v6tVy@D(LW$*NeKlcvE9B!lUa01e-;GE(Rc zN=qD0ZKx@#h*qxNXe}r+lN8|Vb0@jA;CdTb6t!zSmz5%~2P;)s{COnwhrEQKU`yD; zHpBl%*;_@`v2D?!!7ahv-JJv{I4s=VEx5aTa80ma!QF$qEg%F5?oM!bzm*)>d!N_Z zZSV54K3GyUYs@kGu->tMSsf2$xZP6pe!f-AR?smY&~nS#Rs^;Y6dVdZq4i1YjsEG^ zoRY8hRrD55>?#Zscl7}e;5ag0w1)8)i zi`uRlN_#)E>aU` z8#2+bpwJ7#x%pg_W|MTp-!-}g*Mn(hlkNs;*3sc%waVVY^Ow`!IAFeAu>PQk#J^95 zCCP;apb);_*NpaSxfO@@V>6lPi?B-3H?)x!tJt2s@oX2;Iw;FHu91{1P7(dazs*#( zaDD!LHfoT=;`CrMPLMk1g7A}wy|32c%F{`MF&DXsyOrO#Lu$wsVRV&nFdPavI<4-t zc+Hv@XGButCuRu9$by9`+OYSo4gbu`SD>=Fj?Z#m-+csRsWrD_io_6jH1<@ zve)81FHiiJo!8p+BdcX3C4%QNn1%Yrtfr+OlWP6qtS`J2--J17VJrP4&~}dB2M&@- zJ;E^&6MuZuoAc|y^mM+t5_xA%W`^v;fAC0D>q8!@W=PgqnVIG@+%y7oi1=vO*3bv{ zes{{~vZ@jmj6KE`Gyrd=E-|!+L~DFJs#n5$kX{*uLZ;Z;G?!iT!d8CJ;BO{Y#cTxK zpB;1=LjlWaOHrQSXnrT$4}moTF>=4geQC#@2kSDivF6ua2|Nh6UUDOXLJsAB*Loj5 z{Ztn+e1#CDf;LBrOJ`XUUZ^Exix9~aV+VVCm*-qGYO$P4#d)|A$J5DNjG+shDL!<| zEVDxqpQZmX=WZ49=TIr=(xey=>9bpI-TW2E^(pn%DCE5obTNJzb4xpcK=@J5GnQd;1_Y-A`6Rb>QA8djih7 z_C92##A7!euEy<1JIUZB({i#Ush_z!qq)>p;|=Ym=!;0udo5*Ua<}89h?`Y!k{>;) zw>PV{7E?`gnHhRH^F&{I|AoeUq$KgACD;$}E~`?uWJli|I9!d`ZKs>+d^(6rCP_(NYpdu1y4HzR(uEMlvGrC@gY5L@I%-7YBsq+9GF?L z;UOs)2yswQMv`OenR*#(hx@Y3U}BK8JoRLfsmC~D<4V?wg~;7P<3YH9B*hs6p3$^g zb@JJ^%$Z+vhuow`*pVDKC;b;0KUJZ7?XtK+n&z%_ooDoy^d7%;^@GO;WY^@;0 zfSD|xS?#Ppd>5ajVG{%$B1cXI;0QWGf#_NUh}Fppl}=EjcsmK z;ZzItKBJ6_7X4&@_&GHA%hyR=Kb12izlS$t{2UTT6E_0Rgrzcux@jFx$KEGEd*q3V z?GsQ0V!fW$kRwWrB#`VGO30HayE3E1_c^SQoNl2SD8|ypd74YSzB*VXx%l<;_1)yg zb}x!R$aI+o-h{R9&$;bnj9o1P_Rn?7``(V%87;7%r)RH3=A0tA4&O^oYPz1R$k`si zfDb@#`9u183xj|gxXv`{wuX;TXFxAqaFf~Jcz#~6u1fH>2pHP(IX-TFU?!yC^6>?V zb8o@1OxP#~FxS9fhX`)FLyz!FYu>h5(M|KJZ&;Rq*B2kQV4kP*0~U|pdyD9-Au>G{(M+B_A@%8SuS*GiSSg07SQ(Ls$VqKRr}+>4QtQPwU~d~ zklDbmIN;5Nwu1UCG0sYRd zi8S&)P|h8X$`uDN;y^1p8cWA*ZY0-LP5R1Un^rcbfAT(N|*!BfbsJ+$rnv0!<3*iqZ4A=x^U;DCe{cUkm&uG2{`O4WN=9d-RQw$DPr_p%hv90{`Zz# z6FB_O(&N*b*H&ta`fhtvHx1Ua$h~1Gk^qMiDmK2l$YXj+N>s>kT%((fpB6MmiU>!7JAY!3sf=$1TI?2aMW;UO?U(Z z9_qBi2ld?sb9Rgm>|`8xt6sz(TFQVwe?1iyS-+oXYjE9 zPJtj)UdS_ej|4pulo*}&<*l&QIrZUUR-n*=1v8zf$0xVe)?R4=pxg;KlkLRQ&1UmXmd3$5sg!$UP9z}96SJ7c zci~Qj_mD+#*HB50J6mWUMuWC-2j#snM8mch_vw;=dc|kc^+!6_ zSZOJXMumuvk3!Ob$;Pfyo|>uWXex&{=Zfc!ZQ1#|3V5dWj2VRTCQ!mN`o6j8UqVe?1^3(guv9qt*n^e7Ykd^WlL~8q% zMmB6Ew=NC3@E$Uh9$$Tmkg zgVj9ezO^1An9;a408B?^#sH2XDoeIC=qT9jC!&jFqj87XB!ENiTJH_3KsNe3BdFJm z&M3Pe15B!cfedR2=MhyzdwIDm6CXw0bdsTNdIu32ns7qrO<9A}=lwo1uK6Pa+r@@{ z?8uOVos+8X)R%iP85x8{V+lxJxg-~kna!}eqqNp5Tt<+bc8_1`%BW($j0k>99r+-j zT(4eC-ObI;j_!SZtRj8~`_UtkcQnD_h$>n0>FG)Jauvux?22cgMbpS3dm19Cz#xC)H;jfA93&0&RZ4^7X*0PsbQu ze7e68wXyN0Di{ERg9L-YeVZbR4y@9VGM8sdO_@|1<>jI+Q#OP*F+psSd$tN!i`4D| zMZ-+EjqUsN(_4?uJMju}N_BDw2nd>Yz#;k26N(gmFxTAxs&{qoj5~1VFP`xjasZ45 zLt8S*OFPwJih1ZCx`?QdD?(k97iMVGZ8)zq7MbR5|~6cX0|ns9J3IV`;l3KW=w#>#%(lVelo@95b@1i=}hxD@%kN zc9b~F82Qw%6V8L&6s3uGGqyiw-GE`(#>i28Ow97yLj>?}a(k4HUAvm?YNtPm9kD*u znx*S$D@C`*#my>1M9gsY+V|WtHn}u*m@$4nnXy`16KVvToJ$fB6V(sx)xj`%w`M0k zw+l9pzX*V-IOVDwW|&RkVA%EEIQ3muf>1{$=i{a3R1lhEy(&Ss$Id9AUpMF*^^nT; zhL|6BSnv@v_Jzj;_WkXeuWu%fCizmWD??DQ9Q{jjdYB1`xZ}3zp?3;j5F5$ZbjQd8 zE(ONUPBxTGY(YWidoV34D?D)4O4b$AG9xd721YX|PIe;vehj!a_#$C5cImlm3>7d& zI=xlXNqd=DeTvPUV&1fpVr_`!9`<~P0B-X=n8CD|*xmyuiZLRlwP)YwH23PvXCx@=6uF5#Zsw3QsyjTiw(qO3%Ou?l30AD1r|+I}170E<@>S zW2J0(6y_IAm^iaaS3K^EcKjcY&Vk+owu`+NwRulZ^XWH~4T&{Mv7GE|GX>(dEVP3( zKieYi{iIhL-sDNfv16+Yr=@AZ7wisZd>DHcWc1!4sxNQH?cB6^_#`;=I6n|;Eq=73 zyK#K$!UOy^&Ll@e*|oFkDc~8_0nOj3u`nEPOe<8BzNh&1{IzRY&_}F)88Yiz9c(?) zwf&G8rRgkeYQlP%^M8c=Apu;drDF=un#(H%}=T10%PSWt$Mrh?V zutN=E`=sA$M^xF~kdB-Q^IdKzz1n$Jo+|%JZa0c7LUbIEqHg~YOSH)5)CcdoOp9rm z#u(f(WJGsISX4b zqnq{f4hIediFiY{woIX+ZzgPBx0kS^$JsU9@l2duWsQ)eOGr!*%e3i8Vu* zJ!Na4T+5P@!NEZxl*rn}laGEt5};-Qj81uTW3x}7?evSVxxDDUrtZij=aXRY7nkA0 zGk^wW9ZZ9kA7yscJV{aJG-P_mqtO=u5Oe0ynKxtG7n-D5H@it@fV#kJ_j zi^>gKmKpp4ruGSzdFFWK)6{BTftn`mpKz?nKbE=w=TQqbKd5}p9IE+ z&)&rBGz_^N&Q%);bZB2-)z-xszly<7A@LOJWHTC0K5+y(yEN6#FvL}7-={qK_6@9^ zg&j;M97qMfKJEQ&$y-=5uQi_>r-id%QyOUF^#REfkErh$6S$r80<_M%uiza=8Y zEPC)zP!P=;tm>F8VnkC=P;~!vf`Wvqa9eIVvtHsd3i|F$i3?2960S~ozO%(Qs;_dS zdPfE0Yu_Yn1^|jjK}v=9_q!(GUQMRD!S706>)ob->Tk~uFl6Q`JhH!rqcKyV7q!lK ztNi(30Uitv{|3I#PJQP7-JU0K@FI8z{d9jdJA1_BaA}Yn1&q6u*>hgE0|)VJgT1p! zD^PNNNBMr?TH#5|A`s?KDbG&hXLQUR;LTHRR0Z7{e3!ryn6{ir(9hxFAbr==2K%wD zBMM3NML)XkRQKJLc0Tn4(-Nt@Y5L~Wn%(VCb#gj$J_cN8t;NA#8RqG?UjR6pc`t|D z*3JxVQaONIpE-L}Q2s+U(bYdLH)XD6UkGEigr`R?{D4(3_f1S;nu=7F*w@ zzj(Iigar2C=n(`s96FUk7p+(ditKy26Jxa8+^L%{e08%o137lc%}OyGTt#%+Kb8_I zAYsHVP~H74+5s?e7XiG7R|jKH2-hW~W$@pDY+OLqV+Z4f+3G>Mlf-{NB-BfWD%4@@ zQpf5NVH?xNVXoE%R)Hy?d|h{8Nfua%Zie}_4jlrXtmf9ni0$zSYL{fV|7$T=*a8zh zd;(E0F`iD57G{efzZi@yQ!qf*1bA%Lpc;u}GmYfYZ-d#|9oM5j(N=-jfl>P#Xn11P zHk3TMSzo)l`pacM8WTx2=Lo%Vu|5J*o2+Xbu>iiXaJLsHl2^7eCLlKtbE+}E3TcJ_bD*ZTq~ z(?B>H1@Qhm>))I%Nw%L?qKz{u%FCv^PagblA%GU!q_%}ZxoF2v+Ogr`iV4x)S1tPH zV1irSl|oSN#jlacg5kEdx?KqyJvj^-`Mzx8EGsOYnT8R5c%ZOhyu`V|S$0rWZ?^qC zDfQ~GZdy#roV$Fr8bWWk#i=F79x|4wY+sUob7MHG{Xx}#8~(ekv0sdXj)reKO7G89 z97WTqxw&hwXxaAWR3RQmmNHttEf=qI?818>_^bRDw>V#_#?W?ky}17o5_>kLBtAE} z^ZYwGqn`Ga7Kh!YncS-e_fLT}jFJ#9i>vyz3}Yk|LoUB2IT9X^8o_!~wd#U0hqJD& zE(ZR)IdmR}EO9wfpB&0snn(%&UOR9FfZ8=}H+R<h?LM1B}fSSBi1__nO12Y%FV_gc?18wPpU8@(%J{WMvm zu)ZEf0t+;@sw}j7$3>EknRVPgu3C{uZd>E?c|882y;dpYH+5BsR>zTy&%Rh9q>Pag z*{o(|YW-rUJIUrz?(+71fvwE!Kzqa6=kqrd4SVMMB#)T`t2IP?y0)!aa`ClsL>hNI zJUpOX71z8N^=iO;Zcp>#Xr9NjZWGdRtK(li07;uxAeaJf$i`9-(dTi zH?+_8jaeGYgZ}Dgj=vbe@L>bPCAynhTsivszjbxzb$$)lT9*)h=2laMm4Tt_H+`KR z1WBvySP*HUEAJ^@V1@%@;`D==x9?e%m3Ev2OEp%F@Y*X9kPxF|xS@sD*cpB!&pNaF zF)S=NkNkR1<%;%UYU(X|&?m>NK0(PL^`1wEJ14cz{Y8L0xeD#R)8SGLRC9B4Y-#m( z`^5$(an)mC@?A%ODTV+G3rl^GrQVo5?f1m>2k%$0B!YGt`=uqwvA+m0FoL1r{K~N{ zn+u_Zs8EK)xHaI8C=XSlo!pgrIdpFTGtBGG9WetD*C}O)xkes4>blF8+K2^r*ZzjwB^i2=m z0|P>X=3DH-@&5(sv?~GGngjB`Wov+Nz~RqPbSQVRy@*a+j~?mPwI`?nWr+yXW0gqUC`$dF8f@-yO zBNERM6QiG|yh6R4Jg6$}5-bRXg4niI*u08)r3O@~rtyUC%tvv&x2E(mS)vRN6NV|_ zupnJ!grGNDw(05-AiSZu&yU|_@{(D~qD#c!i#x;L&lJ6Nvq1+Gfe(+!J%NjxO8ny_ z!p^?2t{3Y8lC=MgZ+@p*+X4fMc7|6dWj%VY{z|d_d6rXeen&;~1iyys(V}dta>Kz5 zVy1ry^_@yUJ{hOyI+w8?3MhroVXt%h=V0zIr=p2jDH=KAIgO>1(zv7~r=hLT;$mS7 zLc_r1=R#(KQBmDw z&nWW0%GCXR=enyJpjaAcW+(`>Xcj2d5@q-~)Z3kh6Cf5TRm=m)m> zz?U_xtGP)xrM_F@f6Ml*NPM*(MtyxWL8wK8geLzpiULIX-gV`7XowlF>(fvTE&dDf z^Q54la>xi~EO(m{yht$A8A+r~h5|dgBo%dLYA*)EP*YFO_K(w|M)Bz({uYJ8V%ZS^T`O$@X|IXAVi7~ zcypVOo|);%_b`$?pJv}tQ|In75~8blF`yHr8-{#5EPmWG#BO`jMQ=&kKZ^!D4G=Pi_P z3ou^i{Muyw`}YHCPhZ0*zEy0X^tb7)?PpTbZtuYCS?)Oq@FLjtQ;Ud5C9ubi?HKBYycL{pJ=>Zfuu=sT|yQll{&_Ah&f63p%e8uMts7{6c`0-lF z$D8jJj-;f6s~fbty9P*JDzItJ12kA2oc~Q%$-@~Ys{Y8VH7vp~gF%c3<3Cpw0IfY1AWB07GNs?p}%z291Z4J^ZzWtzgOZI4jQqwT~{+C;sL^& z8R|dZ^=Bc4p2<$XUb5h*dwY(aa!4eJ_HC@*_no5}H|P;fvJ=;tw~AdpC|qfHA%zH%WXtM%frEGu(>^t$MO&Ebz#XvPNAztI*L z3zbV9XTTZw|CkKaACqD1>3a$gND2JQT!6JAeL?k5yiY;OYv<2BAg9?KX=}Mswoft>!N^LS7e3PT>LuC zpk{>q=8w%?LzW&%g{+SpDV4$&4s_f^ z#7H$~?iWO+f0l3bhJGFDe+(!1kKwEWhQq4COpcv`zyudaCH-Y_#POeACprKPa=p>6 zXIlp6Jk&yW?r1xRS{4^#nBbppLt%tOk$!O!ZcN#EEtsc=aVPwWlZqAPzC6*bZ3()E zUL(-SY&a)g@)a{n)@wlYC$P?3Uew3O$8O1yn1EEV)>Nuky&V?%YZGFEB#VC2EAwi3 za))ypB~BI=`(nM;*ru7b_I5I6X8DZCgx)YR&IXGF6M$q0DXE9PcbXx^=s1G~u|j)k zY1wFMw+2+{9KfW**?aHmkFBlc#LJpg4;{Owq_-LoJ(UOt0~1^qg{0f;gD@>MS?_@e zFi|2plI4Luy&%aBi)AyZJPA7 z@ZVFaULD&VJD^?Y1Fh9mFw?5P9kP%p>C_@x5dUG0Q#hBZg!qPPTgq|<;ri*e1-It` zb01|9sluFoe27##H^xg-&VF@k6bAHNQ+LI#SQAk;bV3aR=R#W_j!Yg+vl9|GXmnP7xci>fl(7} zybA_HTkkXk@SPgQVah)@y~dwy!v_MkjqI>mttzW(xvrWDeQb1F%y*ZcP5jbrilrQK zV~hXubV(q;)rN+((p0*vBlSmO;k=5kJ)2jdS^E`Z%?XoVy*Labms$-3ozegJwY3iM zHQ_x2=E3V)>E{s?rG{xbd{(i1w$Rm$im#0gFzu{=(&8u|v8%g$XFU^S$8v-E zY`1ym%YPx7e%DZ+=XS&=6onnvU7|v>9tJcEEGgU@eo-WT+U+d?qO5{`m9-=HXSnC* zX9>q&oIthi4Uj&TXyxbUHyo_y>cT+)7bbuHO!+;Yh^=`(ZzShQMIl%~s^ZHWK&i_1 z;u8h>POatn3C)8P%>sJ^+3tEzu_zj)FXym2PavSEjN`Bw6AI0-#DR}YDLyFTn}Ste zx1YY^j}hci@jg*pdR&8cB9wK<2uk(Wdv3@c_5~Cr+-MUM90{MJO9w!p!ldY4di6d8 zgi-F29)!pT&*1DZ4DLJy?>0H9LvBuLY|f*VC`*B_R#&B`li7eu3`fnFODLaSAaozh5 zm+kOE@#pY0_2%iEj@nkkz@C7Y;BN)l1=Z7o-w?d}IGUL~eO{EuOB&(9&BGIzl9Ga* z9U0Po((wd~4E`vT#-3AsJtk-f1mQh`dL;JkSImjK$N!Xyz@$e$_ zZ-n$w3NyR)--M-v@qI=>hG1!HJVSNZROc3x7%*%jn5t6O`lhEijB9*C-Sv^E^(=Gm z)d;aQ#6iPJD8c#-=Hx}5U%4#{M>n^iRiH2Xe=z7Dx3Gl|VNLMO3y$8VCxj7)4o5>| z+qjlNgW1Tui>W!vAMYQ)6gQ9%4IZ8mqCh4r(#71S*!0g4LMgii&rb7S^!f+7c^Li+ zkd(HUm*Ql1G~j$-;wX;%bsZG{e2E#UhPA0R?A^6j=FP;bdbR;^`b+1;!V<_}L#J~- z7bIMSSI;%eXcTKyb$~?s+9EawOqJlK2^~ns;Nx>Qy-mQ@eFM%rW8H})ICv#@oECHN zS;ERql=z=oT-^4{JefbgA)L!OKWKgNM)7HD59K1iW7fTGPe`oxuQ49alVqXQs?7(9 z=I`%Kz7Kfac5GvW!rMKEjf?d;4xqI|$i2e>k$1XXm2%tUf#ufH%v*NRy9!#^=!id^ z*A#HN+!COw(t{`kJx*US8eB6Veof@07ixCe&RGqZ?Q8#>nhH-Mn`PnBo^VdL9A_#< zo^`Rk^QD%3xs1j20QsHO6z0Qhg$|NVqYb*zb1yu9Ief_H*8%wN@zze_>8S^9J$VBO z5@V|*XnHeS_Z0JF5op(S2${tsL|vQ^#b}m7Q*Xscl^xko%xMjN5Ir{&LlJ{GVI^_G zB|}YsL0r-xM;~MMsY-n)$TPilixdR+1fh(88(Rsh$W$T29YYkV8okY+Qt&!j=Fs}V3% znYr9iif5}4#zn+rnP-lAIEM)M=6UexSAaK&iCKw zax16bVitP&xo=sle`?^eU3vxZq8Ax9NNkxZuc#+k%W-JRur_?FtWaVdl@n0p@u_*v zJzn}5UQ@X9;fNE>{78xHZL9UqsUiw`tH~#^n+D3=FNHP0u{iw(93x52lISB=pxW0k(LX*3=#eoNvN1!F$Fm;p9V5=3^z|%nsX7Rg zJK>RVaXWIr`Uota`L4lt+}bEejRfd`K%-(*8()l)NI3+sB6>mGuy9ST7qCKB!pWURpw8euQy9f_ z0xA7I^2lYkUO}CF_=oX(bp6+*q5D-RVRE+H$PV>;nQm9dOR#Rti<7q&K$~#6yW{e? z1r3VkFQ;)7T8jxzI>p}~0@T+^;^SDxCMHG;Q$rF`;U04h%POeY>UaRkVIK4;v9xq} zT2SNmSbK#IdxKX{^oIN?VRc)^KQIxLY#UzM#@uwtgGV>}+~kp?xLpyn)oGsXD<2UG@a8|m0|?F=6ow+^Ynm4rZ&DrvXe_bgCTP# z8l?zPx!Ns=I&cLT9{EA%b)Jt<{L5pOR{T@p$X8$*QIVb&moR}=c7V$G*U%@LH5N)` zY2%_Fm#Sg0LY~F3I4qA4E$vHCoheZf%lUS4p84Ai=LUrH0394JqA!CoTf@4(WmbV!_ExIADRJMwYj?$N{A-RPd;xb$>_&~gdZn&iNS&#HlQKIcdR!D9hdNw*^3LiHRG@!i=M zHMA!T`oQ#7PD>gAzFp#o@bCaF694?>y}1&Ox0VyCHgV$Y-*_NfGl~=9<4G~&>wgd$ zLKBNXgHiSn-D8j8P+C>t#cEHlianZ$)8YNNn+vU2BYp2a68!ls<`3HKXwBlL{mw4FV9GCguW#|2eKVv%+&q8x(<5Uw^ia@5ub zJ4O`0&muuW29s7dp?G*V_1=}uuHBw-tZkmWIksbV;M+i+Dpw;qRGjztSsHVv%>e8= z68a#vkz3$gCO%y46f|JSsm}EF^b}5GH(Oive_=YzJw5yTj;#JSwxG4?fiA(BmAo>p z1!nn0t)wIMm3XrL5nTkJ4WdENn41@C)ir?JyI|?Tztdy1Jz}w4D{u(qM~$N~iBrA~ zUr@x+iVd=0Fq0-fCV<1&&D&Z4Z;6F>vO82n8q1)k&VDABp%AD6E*G($2m zF{yOB8I=4H)Ds-`I?Ryr&3+os^d_B(Am)($*L%Z~#DZE=Ds+kjN;5n;j8v7I5tM9C zfzE?s5Bv~lD`&TdYuj6oLI}8pszh3#W*$trUo~Pjxe-pu>}wz_LR}&#V-0AE@vodC zG^cIPX84l_%v7xk#fO&I?gWi_S<-jkMyOZhxE^piX(St{kkimF*diLeM;K6I=N1P(rl4gY0_?nR-e#DQ7-HvYq-uer`R0+nGX>-MmOvvT+ z5#R37ObiK^+uM9HPl0bXJRV2&!a+;?A1*LL4#6Y2@_l2j1=R;^B$b2pb%3ARK0( z=L!FtMuki`!JXIP;Zgxpm#@PkWrAKAC=}xfH_?qsfQ2BB%&eGWMdcv8vZE2DzQu6bwA7KUnx#xxu;BiLaxd7Ul!OWR_ zI9*D2sDH;sbI5<-xg@hqkJ#S0lVXD|j5^Cq8R`EVWx!4=G4?s@;c0T(TM=rWj%5}7 zodt_zO~ByHcM^wc&tJm;7&TR#(oY({t==yuP~($#OIoqIS@22pG*fjebX{O%CI z0+~Roe2QVs)ZGpgFRCqm8b3;~M12>9-EINqQM%WJgPoigZuE!&qSBma2^flPe(Qt4 z!4%anQ?baeR6|I;g|eB50^XOHVF0%pZn>sWI)oZ|DiM#dA`QROB|QIfw^t9yXw9h1 zWC348+b;`b<}woRMBFZjw7}@;jt=439TZw@Jok#9UqBqqo}8`vJ)%;L!0mr9WfsR{ zw42iF`yWDyQ{>M`#g?)|y)*Gq1qRdED{N-k_f%9W%2ZSj=fh*~`W4ZP`m>1zyvY>u zTLy*mr;ipJ5UHk0)yhQE8;;&?ulE;&9!~@Z-i{@XOQMPO=+*ep^@&OLn#2i0jC>I& zEuawDvb|bc4fsOx-qz7i?4y2+RaHJFfo3jrmMF_< ze*^6NhB%Vq)@bz?`E7c&9F3~?b;b2qrnZcVUzDsjc90S9Qs~@6BuPyOI7V!ehr1^GpbnvR8wAn zUzri5>Z?^)eg1g9E;f8+{et*k&^SG z2wMNX9z_ihj2zqU4Y8^p2gk#$3YX?>$Zf z6c^MZM#Y*|YE1ZS7H(5OEH6Oeu6Nw1DoXCW)jh7Jl;h~@^~e@V;Sl2~F?#A=y4Dv} z+QK7W@0+f5iZC*|Gv?0>1`rEmmS3h)_rB0 z3oBv>&qIOa>4w&CY%$7B+;9jL9-t_oQDuGp5Md-DN~wo_0xO=)v4#+(GVVv%kUKH9v{pn0lodlhY^{ zOyOE{F-|g?%@@Tn69o=vB2Fe8`)69npLFfu0A<^8URHVkZYSL6l)jOQ;a`DYZEulM zoXM=b*Y}@p~fjzff4NNKEM2wq+5!EOwZ{l{zNj6gB%kaPD4D z$iVo0=UFGl)r5pQbr0Z^r&P2Rpf9*OvL=lyJ`-p2+5WCZh*XawPLr$JXt!L>8&e>Y zBD_g0Czj=+tS5Sw)l)rR*BJmbJBN$L-LJkV%9;ntMGDV$<#fJacZ4%e=XyG)-!jq5 z+r%7v+ndZ8@E3E?c50JO`VNB}N_8^&hJed>z7#*{$jFnEAoEhRi|M+8PrHOG4Cla`HyxpJE9B-4F@W?)hwA-k%n$%Jkki7FMPem2I;@r%$6pE~x0IH^15M@ef#(Z>!W+#1Z$eM#N>U^ zlYqeyOw9fo)Uu#NFJDSFCH(!XlZopNpB0 z9+ex9LF}A9I9ejCZo(VOw+Nrat~t!*^S&Q*O(fkWZRss&wp`+Hhd}GImvWTyv0w4# z*pj~%T&b;3EtZkqbabr2v`vunc!6?|=(#b^_InMaoG?AVY~%+OWgk;g6QsVEq!o@D z&=vuD8e<-dj0w`IElb2qyokqLa~2*x6-AmW+SrtnLX^!i7EmNQAgO95b3$dSxXV&Y zf5PW3QA+3Vx_-L9P;fYyVRCNeiAD1$M&*7yiaI?~7$Doeen+{wC@dzzUg;ALkp$WH z)yMD^H&0&VSv@>_TzKGX8cBFMf>%<-9oZo#i3A{iHz&71J}K^m992gL*PEc>*~(rj zSsfUxqu?M>fZ6TMB2wBd2?7`-QWyd6h8)|+4g2uTrEQiYkUB}Mezt%T3NDkVTzkX!gFkq5W|jHQMsy{WBCC%-)kye`_%x@EC;?iZ@3860N)K4G}t#Lo5gMhC?gF7BA%3P2f9Sr1D(bt-J^ z>pejUy}>~D=R&zRl;YNi9Igv*cjqs#qUuaH&<8Q7K8R&4 zhm|@W%vAJJ1-s|9qzMO(sc(e!zVzztM(FW!&brK1nh9_wlHLFs{9!UCz92{a{RP5q&HnETUZfN6(Xs$I1taJqXn<|-pysP1 z!m5syFO|d1%PW0B1$Ca9kKFcJ3T#SWl0yAHF}Fe0JNd5sDG38QoL>MoDX1WU-ScYy zoeG+&MsCLLriGQ3RCuxTOXbxOC%)lh+)=VK(ad&8VKNY} zn`4NzMpbWTioI|qqM2epH?nk+*ajPVL>|S7kghauNT^yrmce5;#ECN|3uk;Z$3#L~ z^a}?Bdpt+LK_c1w9P;7mU68-w!*RPJ1dSy21!BMIl^q+s*xBSgXH%eqcWEi&Wq7?6U zZ-`$;i=i}ZNa<#E#?dCOnKGgqtJ~eYrtr zAnguLoq6w6$sHfa96B6^Aeo=S$;laD8*u2_jxF#7;wja=2aw%|2fh!7nz-B!@yQ<% z!1$ObvR%o2M}TlbS7cIIboG3T8IsG%bFGrDJ}0AZmFdkfA-fB0G`<-rDY{mrZ91nX zUE;`v_PI^noiGV|*q_3EeF_s5?xdNiG<$MNa>16dbT&bdBY>gvCdzU$En{VYZnWhp zO33s?m}&lh6;KJ_$LcVhN+_WKVpVh+x+CQ}A%K^1y=FiMabuiYRfF@L)W<0b+{N!j zOrs}bf-_y$M>=u}!o~1_7!{#vP_cBZUhS47x7U_KvJa2=xHK-*GX;vjfIaj5|Do%h z!t-pqwb3?cgT_f?J+ZCEwr$&X(x6de+ji2}W|K6wZCmT^`_8%kZ~k+wt!#9w&vB1& zjd6|>yjdi$C7d!sXzI1jO=PRMVV+)-Q z89|Yi(4hD@IenXP$#xq6hJ$~;J45m@#uU$R2aC;?u23kTKbUUp49Vo!7E~JVs2~}R z)JsolVHKqxx8^Rk==FWAhiA22Do)UaiwC+1JziZ?qtO4{Y-ipYbM0%!=k|a|d~rHo zju9Jjl0`&PpLpvwoGX@BJjwiKTw6G#RjP#e1@o@uLUR7*W4f9j9i zO#$BW`7T+Rv0?YoR5;uoUvd>0bNC;T?I^gg!ZzC*-yht`_x1uM2G5F*bUv!eT?x!O zh$2&c+W86#xh-`vCOrs;Ofvdg?DgFJhrQT~Y(H~m385TC1(#bPd+%7EnA>r7jYoUM z@d)7bBPdMYz_I{&8pX>Fi)GJ)_kWl*Sj}!n9;yK&1ZVttGmX@m{t6|2dUTrAie(P#;|CCTI7z{5^6p33w&HqN)7!Q@G zO`+s}iNNcHa2~;0B{2`2_LCV5N#SSQ%+7)~DSd%>ia!k;a&}NJ*XNzZBip7&fp7HN#Rh|BT;f4Gk z%H#QWmSVXaFk({Dp8Wg4v@y+GA!xVPh{nDSU7t5-c>FibK$32^+0uk+*C=aXYPd?# z-533Uh#9L=B?p~L$?=zIQT-`FrJ~-X=}GjnQUodR3V{)Wkfzeb(GCDfA_#Lj+lOYj z6|h^lcd0z%Sr$iT5&zg=+xf9)y;7TV^L{;?Y|e-SQADhV?)3TX*>>}$ zBo3r5V_Ytm1G+hWFBP+d>t?5OwgyUV*&`aJ(+SMdM>OFeLtQ!7e4Ud>6joUK_9@5B z5yG%1^Qa4%i6jZ&=D-Tj$81VR3=OUOvf=0Eo+Y0#E|K=10NemHdp|$FrH+et)Rxc> zQukn(6klL-2^gVFecwWr!-oF?u88SE*x1;xz_K$JDfls!ZxLEKx@;pK#@5!>S{DfB z{o`1opk{0~xy69Q`ziF&0WzggPPi4L)EuSRV;nsTn*v+W0CbFi`Sfk*I`yji8A#=> zdffj&bWu(Cr_3GGY`Pj$zVv{w5+)rqv>*g^;Sw-H*x$Vlo!wN#>DJoHA0GF)udnFC z+Qr7^?k6A!hd;N5EdJsSb;7R<8qj8G$KAM#ieWaSU;N9s&=$X_`98NXtEqshvp~fVN5&rvoF8dF9kbPLV+C}Bu;;K zbrl3ST|f&P9I@wol2nT4$MRi&d*!2pul>VV5P=8yvAh|iSa?hh-NZ+l%so6}e(O2t z7f^V-`C~Jg3pp~u3-%cv=Ys`TGFCe~7PD2z$+d&s_5hqx5hoP7ee*ZT3aiChxgr@{ zYTIb`0UzpCuZJ=ovrtOFLGNI$0vnL3a2lYG*qk%ss0Rbaw8pjj<0hw_)@Pur^}6l#sR#Dk0nta57qi0tEE92&?N#5KXAI#{(GL# zYVpEM!d$bMrF2caQy=v)0{NdVS<4+rbaf98;#m@g2}q)fiinID7(ZJABDC~B3te;8 zn)Y&affp%Z;9O`iT*t7oq%mQUkTn>rA{<{GBX^9 zs0KnDRD1bxqzR{`9WzpF>QL@K#Lb91D_>-q$zM<7sa9u}gOOF^BqfC4${|zxRt2Zg zj@YfXbh;eV6xe*Juv8Z{GKDi31howO7T_6K1tJr{fC5ucS?Q|qSs#$=wcPu$OoXII z+DgzD-q3Nqw=LS!%+908*7-xiqL<2p#nm=Jc)N()%9fc;O^pJdcR&C;YvO8C+|kcW zdFDzL6yZ~>^5Wt4!^m?><9+AfE_pRyW7RdI9J9RIKwDv1In$SwNOB#81 zItPR?ibU9*99wV?yGgpgjZy3q+c-<$&AnpJ%q7>T_SP~OZT5ag)z?aA-td%bH7mpi z3~-sBOwU|Bo#lJxdPE!vnEQ_IjoICus80)qSX&Nyj(yt{`-!-5S1U|!9_o-sPA%S( zh#XiSpwCCbteM*BlF@R}14{?Zc06D8gC>owgq8-zRj5ZNj#QeE6LK3cbPyJ{@}lak_EBM+2)gJysmKL87|wIq;|l@3L?f8*q3fm`Z(vhAsQj{*3X& zlSumt$zk(ZD(-@n=;9B-pSpCmHo49(C!C(xZ|z@6);=0bJP7Pgkz^;6U5UkLrR(p1 zaNR~B1kd7JyDPTA*+AGI&k80#k$}3p_G=X%uHL_q7UQSg%Lp_gSMA{PnU3efE5)u% z-h&ciZ0PlgloDcLB2x4s6A4`Z;7f;KXJ6Ob@6%{5Vy?oq1C}Igq}kQsnG=YAbOaH>oVRdo&)@; zi60@V!)kj^6|N^M(2F!bQ`6HS(Cjt@G%$%F-X6B2Os?g8ANoR3?4l>L??|qTJLm4y zJFm}LFP@HVi)m{E1^okR`%->Z2kA*YjvBmLt#=3>clth8u;~xSlBjC|CPB|JqIiCg zuwTJwbS*7_Mc_NSuG>dIWM)!#3@k?3s#R+so1+cSEuZlC1j|(mHI(+m>+|hIj2h+i{@r~rBy6^F*&OJ3 zf#IA#fl}E|se5>DJOezAOd46=(YI2oopd~Frq|={fZ}Kz1^RX>)9kT{olSC3==Y`! z#25hViYJ-)@;(}UrFFJaQ%FH>dmZPbHyT2;#t}9d5$fp@SIWt&`RdpwBq7>2YTNNR zK<{$9-W2;=cE=WkCE1M;R%E%5Y8rS`a8H#*$UHziI8H6krP~TWm>GQ_NqUW}E*PaJ zh0%Vu#K)h@Of%Z-XsXZm{?_!xStT}DN^&9`2*JUH&ZlLRcv%CY?ey03JP{673Vw!Q z-*&!-9=Du2H*r8gfHRhkCQEXW3wbaT$z_Q&wh5o(=|Ivm{Gio_~)3i?NSK|HmY1P|i zc#R${2x10x6Wkkh63pLsNn+nn*53J|_d}G}tdBm6O-+(PN8+%2@{)U0RHmwoJZ}T6 zY{RyJbQYz&XGOd=>*c!#F58qJH>&@(-M|PAe};a^ekB;-Jd9oW!e$=QAbsji95Tde3_82;rf&tBZPBs46iRnduQhe zsVmE7C!oiep+)#+1H<0>EkMxZQ(dJt7HxVb1U7=Me<91Lpp+IE&NpYwHoM%1f+4pH zIH(|lCjZ#7v|z*!AF8KGKN}Hrv$N1ZW|1N31)~sOhzvY)VZM0D=@G2r`}a`!XJs(4 zgD4&YU^}}?0?QsXSb($mPt@+@p?>S7x>-niJkv}CB8Cm#5)Va4Lr46yofE+7x^M9^ z35v2lsyv3 zMC3{EPdCB5?+=23*B)zygPYd>i8S3HRyXjM?FT~-cnsNb{h#F)P+joJi+o=mb+2k? zFdXdZ@(T#e%ktF$vnABGhAhQqHTxsi2Zzt|C6Q=yG+livNlK{4TI~DSxROG7v(GVr zXM-bU-Gqz%tRv=De=f@Och?;oZJ0=z8hd+jOlGyFgp8nO^PW48#DVS&?zGt%bRz16 z8gNSQ|LHq3L-Eex@@1)>36E_^(${4ov#Kk;M3E)8@X&pdHD*x9>rj{=2Hre=KS9+a zbnI}ts2hk5By|nd1+^hxDo+>~2+WLv7Y{Jc)!7jtrw!eroXOA&1_uDi@C zo9i&!x#zM-ECZ8@_?W2TMy*^*e6nUp0E!8bI9-Z5z!OCd7vD@8@5Y@yS3-d>Y*Qft z!pO*akCH<;R?>jA(h$@+vI8{Q=M%*TyCs$<14P z@>v0*X6}QHMtm%9D+aji0N?zVKuwUtIj@A|`L^TTxBD63#rR zo{ii8Qq#8m$4+kJ4&m4va!$VbG^xpKxbE2+F3-yaUe5B&$AqNBoTNS?Ufcc6QAI6Ntz$DPr+3jTPj5F;Pl^|N1zKdRE0Efp!ND18Hn2Q~}U-KFIn%586X#vY+QARClQSlhZ?7k~$ttZSOvl`8U3}bi$D!;zIZVT)6pQ=Tr|0i_ z%8ftyXPLLO*^~{|D7CBM{Zc*eXet##s}V2b`~7(3*gSgBNZ|m=^jYePk%M-+DaX6c z+B)M^!6RTX(Getj4pn%oG_S53v?BQ`P@_R~uTpaBfAo(c;7I{9r-dO5Pu+3q2nv-3|g9X7Q&&cQ5wb>W-UWwgjc*<=BMw8&lON)!=V zxIAV5{JD8b;WBPXX0Enb)mUih&z1nJE)ak+>U??0yQp|O{C>}-@4MOKzVM@LHLl*L zwj!j};}*sz4^#H;_VUs%=G{{^|CiE7?L7u%vc!oT;IZq*XXltncRs&_QL54rjE-K< zqW?<9P=rNtJ?O%|swjj^IytmE`emJ_veJg$WCg+xTG}EbIM72e?x-JCRt;rXZRy~C z06LdpRT97-#vQaIijZGT#~%=Moe6W?s@StsUo9}UH=thM_T`31n zsBLiITjapqA;hbM!kpY}gSaO&^fEd<@#C*h-_H7_JJ}>M3d`E<041z0e9|LbTN*zam(w{=gdATM2BowF*ACV8%rI_i z7D01~l<580o&#@05aE2bI9!TJq`_u62-oD3F_Z_rZ665+tNuQUGf$&$DR)QRi;&Mz zwE3TG9v`W}Q0pf_+@70mnuI`el{rA;p^yD!^=f1pzvMd;(j+zNEN`k@p;4c0P$2QA z#o6*;W;k0+YBz7O+lb9}Wd;@c23TLhy)|M>Xle0{EiA}>mVS?!zh>ozxBX8xcr@-m z_@Ng=w;BTG|3z{lANgBD=k=}-;?4>w4HU7P5SIwzExNw15q6cx(Na;s?0c2UV!44y z92?^u2vee9ex1>{jtqW|+UY(`D$O#c)yWd$BPhRH2MxdE>iK9q0%j_Qd2_w^2_)>K z#B8-xC*Oz9<0V9$CV`y~Bk8@kT#di9y!`oT)51NrSRA6-;UEqwaLQrXRGQeYP;ASo zyWoU3l|iv7k7w6aZZn=5?z2uYPGWLB%)rj|Wg?CKWNv>CH3+2SC;V!>$L_nsyk(@;t*X3_L_ z@<%#nCN9m6Ckt9y&Ub&>ZZ+k~f){2UVT)fkQWoKw&CH_reWcc0txWkR9JQNcMrki_Kz1Ee)04 zaX^&ba*lc|dl6|MF08Db0o5%E8#`MK!=^r=cNzYp4Q1Gfl>u= zu_K*H6uWUItxo`&#@+R-mqFcfjq0jJ6}SdxAZ|Xgq#p?O;nnKKoRHY(L1T%^_a{@+ zosXNgx}ZrM_aMCy_K(+#MSk-=UVS{Ba35yQnVKw^-nco$I6LD;FZO2Ok{9=rc$B)!5I?+66fP1;BnJLk}csm6HAjO{fD`UwT?^@ZwLs@wO3`LIX?U$h{yl%Bs z(M_{-G2zn6y4sJJ?YvlQ=9Ee~r>7@EfOOk&6V#wwQ14bwBJk0~_tbIlD1pz=9d##uYXxI!3eaRlcel~IloB*z-FzQ5IbYT|^yh@l z79AG8ViMo=Z#N#z>rSBU7C}9|olU!b?+R$>e0-vsY$&8({7L8hSwlKFJX2nXM@E$E z5c__ZY}sPI+`O5bTRTen!iR`Rc{eNRh5U?UL>82By1eemGxdf*DvN6Vh(L5fPlR~1 z{egxGEkMPYQUC_o_neqmFr~{NIyMs;TAV_Re!!|}cf+n&IRkML0Lperr3^9Ig@MX}Uxsd8W=#dz?j8q#eW+d&F zc5G@gMCEv;9BCU2#5YKP&O5^e!W{SAN4SgW{`yCqzlw~X5Z%e&G-*MTsy=}zC5`h` zRTzHaeM`GkDi-EuMN1z=m-l#BDb{X!Ra^und1hxKDUWU}=ISV-ncJC<>XxE#^<#~! zzA1W~uX!WlAcJD3tz1Emg&W~Sv+#J|AV}nB)2w#G&_qT#ZqHT$?3G^lWVyo|+l91^ zxaSC;+n=F;!~F_%s9=EDU44wxWre+_4XwY#c;eW-Y;fa$2pu^H^{fL_Ch$?hZ=?U$ zfhrt0P+hBdGV{Hnhw(&D5*TNEt7i$`r_=giYAPt|i$+{Nm7P|izLZ3L{p$JBL`o^& zp|wc;+8r-bwVrzC+=F)1k!~nQO9g67 zAGc-YU8au%K;pLv@gCwVQlu9J-w!{w`S^(zFl#eW#B=iE5fb9Bq>G^D3hV_$H=?QvsRv>t}kxKn_3Tn8F*b zA&c%S!zv+45{`vg{D%cVA3(P>PF1oKy9!6Xff(@XbyWm?hn#EIrn8=h4;tHpXYMS5}744 ztr=m;*%ZMp08@{R8|CeNjWaIrE1JK(PddJSG%lcuH4Xma2@WVC zNwoO#6+H0c1j?Aho(;!rQ@6^)i*!K|BeO;`ZkVK3XGywVq+TOU=|ioItBw<$A=XhI z4osuA3JS=-pWH;gqWPo}e{&n6hk}Bl9}%2S^U$ed0$bM0FP8358Z8N5q`+X~^Xva> zm3$U>K!8*|?C_TwY$(b}e z$S$++7QHV^S(-JTNf1M}rYD8|`tKxYx44>Ht6M z^Z)e|JAa$oXUBp$HjXLV>&KOV{L0!IQkG)MLz`I7TbGj9!1KgpKW=CrW^_!t1gddy z+T;hU1jN3;}sw{@Ax?{XI@SJQ7a<4&0%TE}0GM#p4D*S^(v`9IJ!}l#wLgoX*Rl-E zx-X07>E1GlN!N)TkN?AwKoaR6+$8D$A2%s$cfalkDtbG1e0@50r?>Bc7$c*ah_mOS&tMF*^Tc6!_z}jl59^WsaOeM$P0z4)?WKHNnMY?^?WgB^FB9F4Z%~qJ9u;S0FTsu*;R~j-G-(BZ~r3=KHBDNJF`)AOtu!!Z4D?*a3Kp#a#=rF%UwcRo1Kw zJwWGr4v+6+=7wkLitu{(e9ms3UwJY4x@%(~EWad|<=mh`KL=BeLO}96Z}7`JdrTe{ z3-b&tiR$3a%}n8J%QyegK-Ytdc$fUPtx}F!f{Xk0;2&4GB;KXooYIiV4ZHP%`p#A{ z4F&4gXLUF2psME;#Bk&0+UHqM*E=ADgjB{$*NB9nMD${b#F$Sp&xzSaTI5_uS$ZYb zG!3{9H~fPZ2PdU^2+a#4eq9m!IYNV^=J?(3zqFGYGl!O*`g65-OAYmY2K`~MAfv~t z-CuybYOCNUy8fpBd2KYeu>mL&Ii?nj^2?MEJ>!U|#L!<=Fijd<9FnoeQv$?x0##Bk zk5a611ge8LMUs-{U<78t8S ztSLbGX_olAN&{EBRDACrtDqb4z1eAC_2W^^L(QmXzn83vNQ_JYB1eVCFl;smZ6tTn^6VhlKt%FUhK-Ln+H zKu2dQHMp!V^|Y{iH{1di{eT&anUNOIs)vH$j>lq`%{w`;@1CH@e^3INxVJEr&AXq( zPBwx;U(nwiTK33$^P(EQvlfrj9LwSbFOB%V)eMM{XrJZjrrxZy%IZeP{hslj$$U91 z5>9n!ZIKN+be}0#cO+Ud!`H6L$9tQO`dLdND#`mY3dKbYb>mr!#axU9^R5#axRb1A z_4!edL6r;@_993VT8vRf>c_%DYjkq_mku2p#EtY%F{)L3&3_1*+{r$og~gDE#~BbQ zXm8kPkfyhP^)u2(AeRqQ3eUKFO`u)VXLz6uZ$ksWD`Efm8G3-(KHJ~ddPpiH*i`UH z@LOy|XG{ZoN+Ggcy5zsLM@irIx&Y@` zeMVY$6N{tIG|v9!SWbCkM(2rxz)F` zqgcQ@ia_$2hGACp(P2+{-0_O&98#Pf08Mk$F5|8;`U=uC8!e1?43_Uso1~l|kwigk zfQG3eMrhWaM&e>RmZUgrMIc|9j64J?j<*&ERhr5zcFPg4tI;2wvj*(~s#cey|fJRqtebJ77MPKS6CSin>aIey&wl`DMma zH)4XOvKEKqHI{y=a7k@@)ALfD9)<4dkqYly3ZuRx+Pa%fUZy{2phA2TzArEe_C12dKfmtDq8V!|LB`!ojUoe%+Bs50A1+Y?MSPZJ<)Hoys zfp98w!zv4Ss5v5aut4cRBHITf#oI{Js6(Xpb^v{Kku1Do-3~=C086H^8?GS792i z)N(mTEF0ci(CYTrWZWQd(wc2wzKG3H-~7woq;>gT`U&wAkMliJi;-Tl}0 z*?0Un6saeLdB1UGO;{iai+_7O+pliGChYcmp@!aWg8=Ex;La-f+pJwWaOSrg^8HUA zjcTxe2+x%%dgZ}i{%@ItG4MU5KQ93$ZVL3IKij;qmvTKyOMnEM&%i4se3MsP=Z=K- zM+s;T>e5xndpAP?9@iHBteYM_)ojA9rSy&S#1erF7%zLiN{;j4WiL(NG2VgzUvkY&K3%d?HN3- zLJ+;J#ua({)b>=$3V#Jm6WQC-ve>6ZaN_i&yAxQmWu}W&B5I7JxxuYBhS1%~l|_Ij zG5_D27(l>*W~@P>L@Y7np30J-@Ay9P`LV57qo7u9G47E1wSEUPCXVj$i#&9BFakcm zgY5UA(n!dXGCSmt$st`v3O`iZv&emb+ml>@gfdJIkcy+%?T;_Cu!66=d)K_*lAF73 zqqN&v^u3&|lEk}0yA|GIrksLR+5b`(o0Sg;1~g(^z2vCxm^r5FgdWIG6rF!Vk>&C$ zUE8&D*D@uZ+_*-sqMDrnxQ;+n3oEk{*XYa*D(UP63Yl!E8Hjtw=m60q&}uwEMGThiZ-t$S zT+33|7Y)t;*uD6zO-eD15`Nl8fsypt``mPkt%!FgPcTnk#9}C4OUg$^cQsAXW$mvB zPZ+}QYgB!pOYxMX2<0l3D)qG3pBa&Zg+omK*n-zA-@DLTrPVIh2#sO~QB{C8%UL!u)M2t z@j_qTq%zM9t-cDdfc~XBhZq8k^R@QR5=j(9d|nNbrVEX>S+v;}pMwCX2=j)A zmFBU!py1Lhl*{roA(LBwx-jD6vRwTybt~-T=U1A*_Xr&G3aaXz0ALcoj3yM+n>o1e ztC__FOp?#hnYxSf>VRY20@7Eish!)l3Lf$C|8U<#;Qr^z@WIf(29NRok}%4}BW>I{ zoLNRe$vN9C>PU{QSa>Afkd(dA5F#AiYR2IMJS^Zk3!hIdIikUlB0=9EoK;^SRDCj% zfbD*xr2Q*^W*u_%bG!+i7%K{s|qx!uQT`ier#lc7s$P5=>EMCf^9MW7K45m5sb->=LkJ5z+X@8 zb=lUyODK`MRX0J8dV++k{^aBZ*fWM`c~9de5EHs2CVsfSV+SiF1b3#gA$)V9N9-h% z^}yc)xyMWCcosrzw|m}0?=nfmO+TzWb-oGsH~2C007#Hpvja&n%o;$(`2d1HPSIdZ z&?`^mr>ipODj{LDn2{6OC+ludl0zqdrx5&PPoxTIJE;%WY0)x6*wZ5j+2L1?}r8+|Ma3?^Wy7*4O zN7=khDupbO?j(UZ#1@wvBV1EEN42D}%ivS}sV4lhpZFK?)8Hg|TQ{=pmx)$gZuf7`j^spVa`%2UBVdCE} zo$jyJ>}GNgEbDT6u=~ZfW3vC~S+TOMsL`-+Z^&i<2_LQ#15q%DPr2H-oCKh*_t70=sB z`#69w0KO+I{c)UZo#0w`fzSKvK874GM+vj2&`QvfvqkSux(?#0V&H4JQP-4!n1(SU zjRxu`iuVnI2G3Knd4A}4Q!Mok=PUx~7(T@jM3T3l`B#Z|nf@9-7JIOKd zIUJOzo2Agi!Kj7scpaa{;AuzuIx-81B43J=WwL6ki+6;qiXz${)rL;R2MUf#{jOI&x5qg^#Ee0w1fV+$cRg8vZ*@7Fx+NUk zA5Z57_kFtz7E98F03yz9*?qPGT_%vnMeWJ~NA_Qcct{@`FEOQ@uXb_3Lp3Y#Db;kK z1{%7Q(S?jf0Y;tvTjM$f1IK3sJgyHDPK@Muqci_qdTT4K8YE@^O}90Y@3Yle%Q$i_ zjlGG0kM0d3*>2}(+F0cv0QM4`548sO(-A?I`TA6~m?R{#29gO;5sX)#fNDa8hA5W4 zk*MN9#KEy@Xq)-;^4h3ua&J%k->-}84CQAM?(~g=1ac^04X&77 zFgIBF`s%4RHaDSdnzp21C~(MD`fX37_(^HiSI{4OU7{l&V`Ie96H_DCcL7(~LqZiS zNm*f%oiFH6?J6ito(H$`B<-T&5CCqU`D7{DfiNG?;Y^6w7#lmeNkqeUi@ zIdk{-_+9c(ebG4cWpVoQKa7uAIce0M!08*uD zt)}-j#Jw)c2y{I_643X?H6PJHW&awQr*aw+e`AVxWPO_MCIDcmb{|!Vm|?RzKvb(S z_;Hb(^}1+mm(UN5LdpkNUDQqSPF~rwdoR&r@<-{tC)ps@QnR!yp9wPx+`;6@Oo?;Uce~6D5PIHNKu~|aauuZRGS5pwP+Qs9 z7$sJQ9PaycNM^PM$U{2aCP7|_om4%EZ^Lx{_U|9TFH-cn;^Jq3kEIZ)!FW+3i59N) z9s|`z`k0LF?*m3Tn!I{mI$M^b)BXe!7jk0<{1F)BRrhYM?t(J8b&=ATgEVpk+_ePQ zh0i`&u4N>4sO~ub71;sh1iYR8iLzXT(m7G#$EeBNue>m6_{?MBHEM*J!=284el z5QyZ!(LTuRcb@^(hrRspF7WT)tE%wjmdQSlnG_muZuInD1D0Sczsi`oJ`{}>{T*Hq z$ibv3AptS>2L#b6yH^RqjhziB^TU$p_+*G7IuSI3&mmC}0U;O58@q?l9X=h1!RCk0 zgT1S8y`hK-lpnm>qUFNDn(xGD8-6+R{cz<>pRq!~EH*jGJOkIaztz)yKuUJq+85xT z`nRUa@)rSyak28R#AI#ju#3LXbHUEH*Lt&h@JP@tFrU3vD|32yv|qtktu*m-CSpOs z!h&lwkfVL3h{WTjbeX&Z)=c3dvN8Xn#bvD-pN2_&{s$PJZIFo$g+vMN!3Ug;S-~4Fs%;b8>i?>r7ko|W;z<~5uGv_)Q559;43@`fs-L2a#bhGsoGyT^td&wOiTVHCCUK>E zXOBH@4k+%@Dn(4qb!(j}?E%zj@{z=b-b&SN((<9gp0Ryw-PD(XC`!}}Su=~A?( z+pcq)iKJnW@f|2;WVO)nPUBK`nj+54?pNC__D zQ%&NG){X$0C0D8CUSnN)Vma12J#`<(^$tMU*H>rEEpzrP%irqpyYKYzTg0EO91y7E~Otc#7s(sB0uK=4%UX)M^=|fsxTW4 z^fjx)!&Z}cgZDp~{isL~ln`z|V^!dVbLj!cV0Vpv+N*77)VOw z?y*_47w`5iZ1Mic$VfyKY=nnLxNefLfX}hfr}8TxqG_b(%4nnTuz`-rw~O;1n$=eW zkphB!|Ca2}f^J&vITM~Vmm}mQW-1?mej=Z4c$2+NpECS8)NUnEl|sn1wt zc}hx9hQJ$rk0>4h%6}gzlFMiU4V5b)p?jQKZUm@!J8mXmd&{8yb>{MpjW%oN{G4vf zN9QW;;UOOSo9o$^U!4yMR!7cr0HK2Pv%`S5(hTm!H4~2Qb)htSZ&NT=`d!-m^&F1< zeZgvtH@K}W@0&pC_90Qj#QgNg8hohbNHTMq~ z0zi=&oRw&?+B!jS#}@zwgg!AzM#p9TlC%ZN_U0DAC*->+AiO=;| zu5hs?TLS$rnDBd6-BdXZWLr9fqIGX8K?D5`MnmwQv zRT#4llxS=6TQXzbevUXH!1$#>heE$-v(l8aCXZ2-q~o?J(DOs=kJa8e4RwMfT_-p2 z9$}+T?wCj{OUXDoUeapjkzzCLw2}nvlH)MZ3KGfBp$`{vAab`w# zibF<0yJU^j5wb8DCPZ!wi)H4nRs-@OW1(`jb#rg8Qn*`;-lXS{LgCMx z*m0Rkg-~aQ_iY=_#=RvFN+G{I{q0qJ zIGcS;&1$0OssG}_^UT`A1lkDZV+x%q3@ZgO z6cm{McLIWc|JdRC`9H31?(YVTkoa$i1#S_8(8;3Zgc)hlot?6^FT_G0_D<>h`UZL@ z2Gd-I9OYYgIOHDt@{NQBIT7EPpdMFnHX|XLS_+ZF<9bnQZgtPU%sX`n#oY@Q60Y*o2P^$Y_N|n@uoGr8IHa)+vEoO zq<;Gt7k+=fE{mW)k9@r%ZXK#vreb}1CFGVF!6q6xGx10`?6L$i%%sbM25ft|UX z3AYFQDgmG1Zcek@NL)+`kpJfoL<6@Z__`#D)ldzBA~3 zVqteVfyxbCK*d3XLhv|9i^`m2$O*~nT!n`XWz)has;;pFZA~3qh{+f-=e`*K@qOBHUF*Mj{}6vB~w~ zlx@8j)W9P-_d=(6hhB=35*aZ()>el5K9+h54#=Sjw<@?B_xi$tWJT@Qg?D(5wKl6o z1>x`3i@60p*3N`a^km(}w<#>o#<>Y1UySr408-1=PAH1riZugK_rqO-YpjyZ?!r-ZY?kv zor+~xjdP6(!q7O$L)tqq?5E>AzR!cjv% z#ytQn9G>f9#UP*e!=g{oSd`PzZ2?O4w#;=rV4FA>V(j4tI9IAiT=l}(nlIzV{Ud09 z-D`nCKTIWG=H&3OWIh92#GfH63X|zmRol1k0V5dLKDNEf0=xoY0QFk+PeRFK>*JLq zow@q#WTI!F_(xc>CGNiTt`YUWfs*&U^slr)5-cJxO*3B_Md_ znW#H?d%4~dMt34P$FvzBkT*o9vOfd=DS%|ZhuL2Bu&OP*L=)dBYlVpvUe7S>ekvbR zsZxRUrqSX5lfn?qszZ0BfMGq?9rof?h$z|N)AbvJ582Pp=)c6Q_JltUij`!ZUKL2* z;4vsu#83PJSG_YF3x_c2(7o^`;&#l#C6vkHD2s~wR&P0J5O!P|(%zZT@KR~E&BFw- zUH;~B^}3m)yMJW8`+N_OtL=guTe_*j#9zYnqbyRP}Pg*rMVqQxw_&^wSSn--D z2p}RtKz!uq`}a>5>PHo-O1T+)LO-4xsbuJZ%cu7b#zlAB~C~e4#jqXqN;va1;Jy_5ybj*&d_@^S*2Xbd-6Zqbx-6ykTT;^4g*q zzL7o^en?w^i`Jr;L%%zzC>BpmnzScQ~)WS!3`{5(c2u!(xJu@Sdz>m)vaBzf{_XT zvmc;AoMimbum>l^cn^?DkTI4D>3`2xL%>b({UpHL5E+&Kf0}DoZ}9h`RU<%N)dHde4;=4?cGY?=Vn|x()buK%`_T z4RrI)cU9f)t^S`(PK*{aW?yia#dbM;-*8fyZOVJ@xFq+$25`^g1D^4#5bz6m-|O#I zQh%8U(eEXpABWEDY;RjS*&>_tPkw^KE@gKFLe5QYQ*Hq}iAd9L&Wz2ZS;;62(?(4| z$Qp*`sA0J2)dqG|ryuXz!zzX~@;FfQ01kWXmcq`Gej!<)Dvs;XALcvs0~1NR`2k(` z|KaK@!>ZuArWH{Tq$Ne-fOL14henX@?k?#@I;C5bl18MZyE~-2yF0$^9q)7d{gq2E zIcM*^X3d&4<1XGpD6<8Xj978PlahMHWi?!oAW#$u8AYB;LlUzDpAo%{sDKHs}Zw`Iarb zFKL+j`5qo_Jw`YD1$fy=#7K?0K7E~D8^KQ!8wjbKcIq3czK`#!k|{Th$th%9221bI zXv@&tTnhd2cNg$6Fj&&%Zb6(rioIr}=4udqy9TfzkUC%DRIo{AofA7A8Jzq&C#Qy*RBKWM2-rrIX zL$1~Xy*!nxxns~7DPM{TcQ%c-e*DZ!jygQ~q+J3_)U)KaD?Jj6@*4*#3Nx-Q_I^w7 z{XqL%+fntaAhC#d8&oK4-Sby=#Sk3k*h1IC-Lk3CR;i9BMZgjFvC zJ7Uy7J^-sCsUL?QBLPj4A(K9j^)R*CcRRSA<+LE&8&B&H{Ub_8BU9uZO*ZC;1>i2* zfYwSuSCX&;&Yb_A1JOF1z>+eBAYt5bC*seN&GmPsmw@jOFbZm4cSabV#7E=A{=e7E zClJlYIDJb9c4$3IY*!4y3p-dR)|X4*Fcx;YlkPFWK3%Rx4o!XnrKtKW=6k== zu1yNaXIElxSj7FPjOC;gYzE_f>#hTNR6}Y-;k0Wc*^CdW95p{l7(tZIKuGzn_e%)w zLDL04uXA)M_=;ZnV2bNHo+Vf0qs9nH#?hF@Jki$HhRnVmJ_(4W3U-zwt+-HS;@%wn zhNAVFVF=36a*01ZZEsFzPD-H;fwLzd8y(R8PSj85B^95-%_Dxa=g_H$j5 zzP_tniiUcyP*qC**6(QZREpd+X*v6*0@^l)f#f3|L-ti>!7~77l!%`_GB~>(hLqv> zWOqu3i99BZ`9~qo;QmY%eWF3}o=C1{Xh|N#n_cP?%|yRw+(w^yW2RZ zBq-WB%Ut{ysnS0T42QwkCeK;YfCq!zh`eAcO%m)1DC~yeYU?liJvZW{Nyo!XQAS6r z^?DfNn*fOB0xzC7tHbD2nv`TVoK)Ie|A%A(T_S^Rbg_5AxG^E6O5^ErsLJ^-?VolP ztc3D8(r<4SRaB@h#8O@z(M95|{J%-Ps(YmiNXhck7J>1W7-)ft2C; z{!N*da}uHx!yCpJ^#64fzX32V$>QEp2+V2NRBQL+&!j3#!hXv_{)nSxkCZtu&^SML zbq+I@R%6s((`O4H>kmJn~VS-e>A79bsZvJ90|`2b}~)af(Gi8EKyZ`K>NT(`#~OrqalY2n;R zPlvm?bjI+Z7hGWDt1an(d09Bn@5kWwnce)XtB2YAyjkMw{=QWZNTT*iUhq0ejN6!! zvMZ3ULf$jk3*u9L00pYk$_|O|c&R^T}v_eejTmH*a@X zfVQ{Y{z5#pg9pX!Qm_u===@v+bX%yBe&=(wPBU4PW^Lg+I6?^3Ydr~Y7fTU)GiVqX z`hC$>mx8k-BSqff!Twuoroaru)b=AekYGz4R7FglMM&sEVQ>8Wpu42wdgicwr}?c1 zotL~{F=%gfM-Ij1f(F9sAMW8cr)d?@+<7P+yiWT2`l@9OL$K*1@L0_#q>u@CzR=@$ zmA~ai1l7|~>)6M@3$>A2^=@zVDeY}T!h-g}bOmCS^+F|X3Y@KVSq;;}*DxmSdlZKp z7U4gDD$xwucc+F_>gOF(5y>1c|L@WNeO8=JP`^6~nHMd)#DOnjsV7Y$<&$5MN?(>< z_W z1h9*~cq?S_(ig0#SJ=5!b8&xpM2Y6cT?5H7v2AN>CyK|~!=_h65Qkzl;1VFqK)j1* z%5mW$2;O>X^S6mZe#pWB^DH`2YBpW~c>+IKQ( zvx!0np85p7daP8+>9AeiK)tfseX!I^-ykNx#cA&;c!EW%a0`-*n-JQj41vX!ELF;G zdUa`SadCSOR!VkJx`t@hL|U9kl;K9Cwc9MZZYI%jBzJqLT7fhlDqb-X<9 zi^Xhb5o^H$tTTw6!~F&r9bGwh2O>-;`*eu==!E5Dod;a%9Pg4a=?WPwp?`_jqhstt z5l?#h*;N~iMp$i0!w=#P>CP!VFo5Ka) zrbBLl&4h6Ga&r)Tt$zjegKt7DVty?B6YRj3s~0vOBaQiD$CkPZbPS zo`@o^RQaC}!jm#-dlE790wIuv@E0I@QfY918Zx36a7yDpHn!kyPr814YwtR>E3N)E zl%7fv5vA#QWxfsD4!oaLJKHR$d@wvI?wTLyPciFnn~`xUyxU! zf&2ZjuwQ^b2^w-xSa|D_eka=NSCQ^d5s3Ks(4HT4i%CfNrlh>WfBm}2Pk^7FAKKQ5 zuFJ{T=@Wlt7x9(`8x_{>g%2<-&m^Y}I?ND8Kt@KscF4%g1pc2-!|)kl+|GB0SIVeu z4u^CZx?S$;TyVHPh&k3^^7{%Di+FD!0k>i~%gymJa&YNW3T8;+0LJz40vGz2Uqwvp zj{_)x${^Y_fAs@3tRF4b{(t8R^!Pqrn2+7a%O|K(e!+JPK8&aZLdfBp)?wEdein_D zBqRyc9AlbLFUlRFz`s`yP3QAK_$HGEH83zRniWs75FnzUfRCe678DTp0x?PBcS8P_ zD`PePqW{^!!)HV?>oH(S8D0SceNii#A3K}#q)^I*eR-ikg{&B8z4>Ell?lM)w(Zww zW1nB(F6FYISz4w@q(5{0r-kpjyh=qHpLrwfn-G6hy#Gox{!6#YdPkW;XgjkQ`l1dB z{hXCW$~%vvGa}=F$KBlAzO=Iwy7Q}eX?Kcwk+#1mZn(#OD!IZelXPxFWiNId2IV!6 zH)u9YR7ZHPuWmA>l72u{PCJ3D-}bx@7q8Z7l$IpeS3v9S7t_{`YFpZuU(2&yVvPES z>qSwVot<@h++voXSqqn&6th1apGH+#f3*tFw;@I-#fSEKt%U^O%~6&+SqOdm%lg2(sP`1eup%Aw9C{_g`055wv0U4LRojI$v?9whna zS?D9tIq;j9jypzgo)o+9e{NSA@Gqd^>fd$f!6?0~8PFVaTu##IdLf$eK$?yJ6EDnpACo4*dW^cY8TS!Q#aN@AV|K!r;JTfRG zS8Sf(!9NWccohYG+GMmNFg9Mfw4J!PHY9K0_JUj zgf=H8;+sQ1JAL`7rnS1m3l`cr9ut=+bo;D zkd8MX7{F6bszJ07+sf+7_C$mOUk-o#f-yO$4>^LeTx^@bYPiBGdf8Swr7yuAPxpxa z&&MzY4V)3Hecrs<|CQU{bzK^Kk-rNL=N!qh_8(6{6Ww10-2O8l<~WPA3U%>S@`%(T z@(R*gv@lm(&t84e?=(I=7SBq>wB10~(9kdm)uHF*^HHeqyu4RW<#$qwj1d?hdLJt$ zPhZdTh;CqD8>SoTYT&uKd=I_|z8#-9Qxi^t z_IZ7V@(jrI#3i>!$&D*(dj_OHr~B#L_Pk0+7#J94f}2o4!shtFvln`znhLeQ+!82*cuoq00}>->I{>RKU;nyk$d3Jc7MfeMjW;@#LL*ig)xF^(rk!FBBGWyOiKECLWc4R{dSy|&B;jF4o$|>&wAcI6 zLK7#Qd4yM&JJqXXFYc0-UR16Z|9G*Pp&?2wltpVH~^V`4UM+~LRvK8vJO zT5i><;((aoFT!j-ryikxnK4i55S%HWt}NVNzV^I-97Lu#oPT=v!PdTWtw33}+QxP) zUn??JK(o|xMrn7p=3`KQvCV}I3E_p!ks}VoKGA^YWUY>6I=kr4dwvc9J)Ij`%d2*aSM+l?;D(9FTE3h} zbQ*I!-o5RcVotp29Sj-D)hx8CzupwcvI#fo-X1BuzF~M}?Zm&_U$vBRQ_)x<&j`MO9{hM5O4xP)aSw=S1&io z`(ZV8%pOmxS%?{vN%V;v&1ATolE8EtU)zHhV;I_Ta5{TpGJK47-B7DPu$vwwWpG>F zRciy3eUf&NV@~d7Vq$`-wq&F_0@vIpSxxVr!G(vAw*< z8?EcK>hHfwVD3&e60T7z1|&qX182GbCPQi>;`ztK**$s>_a2iH3*AkRyjD+azO~C5 z+w6-_wCLG6rZ|8uvs;%w{Qm=3Xkd&u10QRE@dxheiUH_K8_U=BGd|gf$$yIjf!5!^ zUtEh6hY+yjfg9x- zYO)qHI#Hzgk=0x&$ym~UVAVirexmEhlcIW!6y2 z>kg0g&CS?-6_&;bW=gY@i{Qo?)x5ykTDW;nV;&XD#JG?O#;I&`Cxrr~*B}<9#rMi9 zQKLbmUu|=?CNyNG%9{TE(xX_MEB#O}$Q9aPoWgd-o4@fIbG?$uG@W*NUsEcLN8G<6 za&d9l*`bNZ!Ax4(i1oJpRmz3r50Mz z+e7r{ef_H)xbf#)Puuj1)G?0O(ToRE0}5hD&@(f?8{c466XOy<3FstNm#R12IKI0P zQYDo5j${ihCJp-UGam(o*TRuwi(XM22r#dIGn&hV4CPOuueY)#c79x`es$=NnXm z4^H34F>>tof17L~_*Dv+^MM3^oz%=Z;(`D6NvN>9!oMFU)(01V9ShRi=}Za>1-{C_ z#DA-oPF0-F?$TCpX;xo%N7ft)e_}qyokG^q$8qD%2Hww=cut*~kj;0DB%6#!-_I~) zGBj$A%Pngfen`DAV3lQ4D!%i7 zDWMuyCDbnAyq;u?=@U7sBAj#wR^+Ro(1?esOV>I>n!1UPW+7vP}1?K;0g=aCev zUu8X`7v;xkH-?j~)wg$jx`F~iMBeo)CX>YYKd|p2aiEpPcebovkZrq!Iiy~lC2UR= z&?7`GGj15_zgQnm)N^NbJIYp;t%E-2Md`HXon*6|)fp-7J9PkB2e%tR#W23@acgg& zI+1_C93Ic7*QoYhSRZIU(fpaIV#6T)Ui)6kBYTQ_g*@-5N8;y9mF0NGc+|`}i$_Af zV#!ziW`l#Wtmt~rIW>)X*LKoI$CiaX@Q+bqYDcWtz7)UvVKNMZky>#ZAMyCHk8{qb zJyo9AaE8s-pWkiWSf~X(+B!U1^@A-32KgaOOz6O^Ac)DZC*SsbzwHRCdn+~lfYL$) zhGpR`Sl7>7HtxSBAeX^c)?I;%jFQWiAg1Hf$}2ZFeIpSI{TL7)T>UxdilsQrvw~+@ z2AxH`BIF5f9bMA%OmLCEDh)T?ZBbc$Q;vfi2}Cd*K1 z$irqiEMYiPOTKs8AAcMz`UjR1K>hCL&7)oE7t;3pj}Z_&Oy1w`cxf2^e;;vJpFo7a zyFDO8HSc;PVpkg9s}yZ(1m7X$>b{+aye%gg9M+{C{LQ$b;i-6cB@uc|w9V2jCoeU| z^|Mbc#2j z7{(-x%KMIzi(?@cqG-_ zPfj|K&EZFJkY%Ah52YrvX@7M8^%8d~kBiV7BwVf+AQ-9A;CJ-!$Q!TxtiE#x5GDs+ zb>$q}m>d&HKWoVj(#gq572!#?PWurzc}!fFwI0mLYTY#PqrZ`-ym%ei^A9ZxJD{)O z4@W;Mc=C)SF{m&3=wjrEFF0XEsYENUt6S}71qsH;Ou4B!?UdQ=jJ_yIRM(DF>iSV` zxVq9$IwhLKeeQOf6QkUasvIp#{E|%3@bAt=Wbcxfx-0h-rd8w=E7yDL7`)(AUneng zf(-EWd#+BN&{RYi7X%-)j{zeY-W0bL?oai$w8rnZjK{2HzX}P8eZ7&A5aPLO*ZVcm z&+*+H&KJS874Y@nOk{)fA@8$v7$g#2d=(ZhwsCwX=&r{ihaa=FrunEeSX|8UgU=Jn zm)27ih}fGK<0WE5_!?>No2njJ#hAHtkF1$IhO+Dj#Q3@hL5eYIs=Wirtuz|KMu@W+ zjaw`6_fWtaPEoh4@yD4YN&usTHH~>6IgdY29zJ-$e=`vF<=kyGe{?I}^?y-1>-;6C zVd)Rq70Aujb4uGwr!XB%9qvh#){?kNOoobbl_d?=8pN%X6=Y36~Va^|{(iVjuVV(=1T;3d## zWp%kV@HK4CXJWgHqb2T{%YCmmc`wlaJbh}IkL)cyS%tDv2ojA#(DcwNzWMolBzq8; zAR2+Mv~-L~mEm;IKvk#P>RPB)qv5}Imn&&DBs0o(X5qfan#JSptDqhlgJ%x5$Q+`# zK>7jZezI41T|pYNt{nhr@F=xK3I>@O8Sg91ShFqqT&xxv!q>cL+uK92-{)9xmRm2# zQsUXCdz`f!|Abgw9b*mwqGZjHgz{O5#!-Uf^McOKAfmY+Ya~=2Y?P-2+^$gn{++J2 zjk&Q16}d7iXx5b|p@-C3?c1Kg(VV)17AX;joW{q{ctc^MV)jTEHZn?cgOR@T3RYiR zqnocZx>HpPhV151s~Z>hTzBZ73EEDb*Y=HN6XS=fep3dJ`UQIN=?#u zX+bo-5`~d3O#wf1k~&F#nJax&_#T6Y(*r;>kQ*lP8gfb)H}snL;O>XZkyF-PcP6m^%5H^9>6L?5fd5UkYM)m&TVkALyG@OYFkJsMbdZ0%vzRfGvCnLX zIJ@_YWP+7hU#C33$Mq4M1k!w>Ov`UhXEANbnkdXsSf$pA_c#03BK%Q2coLB^iz`*k zPaj(p4))TOgpmwgyi}HAc_VasJb$@qel7?(QpiSt@+A@^&K`oz&GCjf_%tLfNB|#4 zA*dw+#KE>*^(vRT_p4pT;MvV}AVqzO_8#4kS$Z`0Z5cgUHhydXWslpt2a}43kL%fy z>~OB|#n0F*11W8bnN*sxJF=6tJ_z~Re@9WMu*WdJ8BxS~8p}VY7hN>}KqJ+x?9@N5 zk3a-qm;ENx-uUTQAmJ_wVuU3fc4u+1xxM5DR?SXMoihhg?`5U1ZkNks!n!4*oF;cj zmUdUO#L@^oKS`jkN`Z?aULa2E^8OZ?71yi>k)2l35GB zTkYZT($;zyiQcGKI#N|cVj8nDQ(;=qR4St7au#`h4A>l6GL5r5mnmz44)x(s=l}RY zA48C2(Ay^44_HvJZ~~t#(hp+)Trmoj`iw{qfP4+l{8ypUQAea~W@k%im)@*3VIBWd zTj`Ra3g2#%ty%yE|N#EXe?2vLP(yq-N%4 zdm|OxQDFrI^6Ky%R#sNd#zS7dpH*P>uHZi#KP1>6kp(HXJ0QREg%hiIPE&{ zA)0>E?BhOL?EqK6ZqXKnK`z@MVaSsCV->abe6MZqaHjh01w<5%Jofo>!J1D@K{-#K z%c5P_q+k)jUc>2}PxmW)Ol1c30Kals_0M{6@w*<(E(DIi{8Cif6$MOn`tqx@nX-%1AmlMh7P6#YEq+%Yr zD`mcl$K;4X(05cIWo9{1KK+UxIO}QAkXSKSs`9LY6+|<`(=Q1$!~{QF>}#qpJfQGW z{&f$+pz8G*FL9V1Q{}u3$2SfdZ$#cy5Vg;Diq|CU=|h_4Ng;*x>rjLJV5qNwx?oRL z3R|(vN`^rmYTfAwHI?VJvNpvCSvpR4?Lplg7JASZ3zp0S!`^tE-UZWOwfdV=@?}?- z?9|))u?q#;7)KB2-p?f4T7>A4!yTx!vHDx+h6B{uhB*BbsRq&b^3(mJ&sS zJ-Nn3_S16nePX*KcL;77>pva5zba=UW(8}7F=kRQilxsZYUD`VwCTp(fVgg883aSJ zq-9SikahTg#yM-!8&B5^7|*eKpXXgXbk!(RR;W>jqcVJBW#&+8G8mc05{)AAd6e&v zBiNrM-;30%u*{Xzl{m-u881Tfp2Q@(gzZl@jN{Pi3KGdc7?#(t$LXG2Y`QJAW$9rn z%b~~+W!QRF*ZlnStn`USut_S;tMJ%MmBOs22xn#!0tRib{j?f2GA#lovK)+9`(Gbr&jz0+!|NSMeF1cebuqKng@ zzbqs#N-h&scBg-ayJPtl6j1Yll#Yn=P(Z=H)B;@l|FnUi@9zCg!O|TFUbsIQ5hXtV*o%nuiM%1bC>w8tgT-xtcoNsDKSsO4FN?J zP(0_Fn;VI=Di@wx<$MIOAjj0stgxDU)~{X;)ssV?Ct&VL%xb~I9RV*~tvh(3;~y$s zq_A5{jXqOCJHNOHj3P1v(E@2Vh{yz!={XuAXxTwLx62;KhwRLaWDmxpFKvm>CXccp zy_I%rVCU+)v_I=HT|r9(A-hsLEzwd)#_^k*I)Ug$o1bQR|umj0Tdk`6K=qCCQ+S`wOd!&5?Q>po!Y zFN#b!k}*C!H}^4iq;tm>5j(o&aG)HamA?L#N+O;n`xsYo3J%E=NjT&sBXRxCz&>0U z={iU##RO|*%!3&Np)ZLs6-D8k-=`sf-8(WrYHHWAy~ze7ult(!{%dc4zr&~7Ls;!% zmWhg?bG*DuyURKIulXAIB<{Ff)?L7rd> z@&sD6V zWBb%%`}ik6*6BGhQyDXl#$2r34;eu(cQ$f|$HLNQk>Hdfs2=sg1NI5&n{=9xRM^%s zl_0qjk&ev6)%7(5DC!ps{nSCooNdJ=5LTGiWHtw=t*`%ll}s%7_Z#hFAt12cJM}1| z`oAh*Foz!e=TJXPeI-KrFLg-d1bzZQ2=xi1c~VJO*F13wJsnriE)ZEJ6Ci^g5G>Kx z1l(9HYGTDd-_zHHfjKaBMr+&igTyRTa(@KOmZ4t(1@a`eG9)+;R~s2DJ?W}%aEucM zQ_ToJ9yRJ(6A=+L`Tah`e{rr+KQikl62~%TqRm)lz!V4-<6RpKVosg_A<&}Qd)=w7 z4RzI)mX;DQnQ&`LTxA+7 za=A9CTGr6njnSzX5Vo!I^8@aw*V3D~Uj$%B<9ZtXH+uL&d29DXCEKYtzMN_}^}M5N z`0(tA5tkp|IvAvq+7nLdt*_dVjWH1?b|0>H7_6%Dy9XW~o?=d`GS-60io%hA9LYpj zT-FqR5NiLz(@Gn;ROz5d<+f9Lz6YqX)aT3nmuZ`~Sd@g!wsW&oiuqw6F}`4v(6leL zn&0U2&g|3Qk&3KxT-Z8i21>FFcI?$ zE2#*75w&O?yk2py46I47#;ECpi(cRE0x;c9#3wVb=-bk}LiUxluA&ZY*p|tyP?Dh7M)W+j&0XZ}3 zugl@kt+4Gx)ql?`^_@=ettD)bIJs1{VYZ(7%dqg!=f6pXO$iik?ph*7M!_gI=`^mq zPV>jw3%nFpR zA|}IRqVy#&IION=A(Vh1wEvu;>!Pxij?gEp&s z^R3Hdz1z2VQc*#oLE@qBu9z&vny>3%o8tEGuD0B^7B~HdQoe%y3xp_=m`^zAkCcs# zIYvE5A-8N%Vfu@b20(Qlq_ef9baz@d{*pqd*01qeAoLfsfJ6ykT(_n%Z7XN_Cr*a*{d-)`|H&#U^uNf12!1l; zFWsZ(2|{z?%)>2xkpr06P5TdJZWXw1C+)q!84s=51YFAWYI9N-?+RI6L6C1D6^G$* zZ5EwL8Yu@Li=9W~SL6Z55i13bCXfhM^#@c1^;BBmQZC-ttNMo%0!_xz zwznXaSx4AbwatAhf-!WS^;+w1tYGya#Y)AT-uN1{S*D=}<)ljeK2crnfANJ&EVPtw z(LWeH{~IvqlPH~^w|*fm`6{*q38~|@?5Pc6lmE&_B|am>P^?yg_tSCbD}(#N-1DHY zu(6{)DevbigM1fta&oK3jSqa-Hy3*q+aZd5i1KceT>J})uYVP5hR=*uSs=Y)6|}Ko zNL1i?h+I&>rMd&MXfyA*o$h)1moyb?h2C20bT7Z*5Vv3B zX^ za=&U`q)~RMMmx-TS}9w;f;{Na{$J{Z;U8!sa!N|`2SPtA`AgNJ=6~{A)pCo(ixqH& z;iUTUjpR|s&Sbt;q2_m|bWaNH24612itk(69>pMn@fE9;ujAfyK{c2Q#w_odVV;w= z&oN$LIt`}semrPM(v^#-s`J!eHK|75itFx_5}Kf42i#`9N0^UDH7j}01eiq^a`a+h z6GrAi@gu^+Wj8t^!5I4mE|-*W(#7kG=fBdr7r{U~@bZ#FU-kvTHUCRws>0=t2;A%# zR%Qr}y-%riBpiltOEA&-Fr56^kLjn|6Gf4BYrWKRyMP-gH^IRy!!X@(rE?2(PfUr7 zL{C>!||58tuNUUoN>IOaJMy-lwU zjCnm%&v>n(ugU2Va#hRNK6~cGNUWfo95HXz=a~&R^~6zsw|$#WkF9b|iwjRE7fs zf_*50qkUk4(_=Yi$0kELGG3>9m^-$%T(?G)xwjGcTz-Dl&LE8!BRDHyU);}t9$OUl z`X=Lj6cK6E`=7PSp0HR*B0On*$#>KdX&i4a(tRmZe~`}3X}m8~d9C-1)x!8f89d_|8W=6*6U{|0$nEEScMDFi8QW~XG7l~DPxSVlnaj`#lc^n$% z^j2)Jvo-d7XST)!RQ{GAgBkkrBB*Td}Q?@p-ve!;TZk)lb08@a_u2tVYFC_tO{;qr?II?XtLHi-3&4~ z^;RNIVpQYv2C#F%2o?{%G>lk#Dr1Vk>m3BVf^RS`W)0Ig6h#zY`#JTT3O|!0p1rW1h9q~tyn_`;JOdp%{BYAVy-wBq( zYo}ZwJD*|F61y7F7I^Q&?LxruZPEPu7Nc&wekcD zBX;W9-V8PdnUn%6$Tp*AH0+9y(Ab0Kqax!iPcy`Tr15K6Rjcg57}X)i=J3 z`Z@}Xl?k`zNN@G)qBQ!BD)X_;`FMi-xPV+Ft57*U(1x5FQP~jOYED!@*g7J#5 zqF=BNMo0LY;{kpIpc^}-l9=;C8_4?f?$s}9A(VoEO7aXE{z+YR1}_4~gZaFc+o)IY z9U6nFCWJQ?K%$ysdx?yOr#gPtmo(~*Krd%#G4ve`EKcXa$KbQuum8&W?i&BGCz;hc znEbOzW(&L3Y!jGKQ7xOGMuiYso^eF+$laWDMYU#yosZthb-jO`$Xsc11z+FfEEHGc zx<_@TRrvCgrg-=d;ZRY9dX6I&OT~vfr-fYi=}s`CqRv+1+X$?X#G(fa**BO`euQ*j zQuRb?!T^SOCXQM;NFX*pBnPrdLJhmpaHsXCfTXNQP=;m+EwCQX| z&|q2unm-;UK83fHtmuBly(y9i>aP(YeIpYp7_7eE2fw~B2!pp}W{HJwYk;bF#@mQ{ z*fdyB=4n|^6&{~$&7>3LCMfHY-GiY=T##$94GHToAZ$k*&xxtt$qy=#Z@G`|b_sc*A!;G10I~ndH0G!K=@`3Y_d%sFKZ;@7{bqc7Ao@*;xv7 zU-zl!o0&!LOFW+_#y1uea?p~&uR6dcj}?YIJMEa44>MxVGdl zl--mZl87-78r3Cpl7QYGnjvx)A|?@(aUA^NfkT=;e|F2zwD2eY5n@3vltwz^W+U$;0Tnkr zc14o}%m)N5NO7D@9$udBPQ`GF)|AK6!memcvsB#Mw zb4>u_v#h5>^0Ggra0>>Ihn9~)k~T@)EJc9}=~6Rs(_nGt z9BpmEg9Z(9fw&8K=7uRG5uVNRQ&{>+2sKi4tbXLcm4n zef$KD1aKT#FCy9XYdNA6$yH@jJaB0-x(F^$P}#fJLzq9pSZME{aj;!Ki>{Aqq7pr<#dM_3WxjGSVpdu0R-so@i9QlL=ln=eoj*gyXuGdiZu z5hU%AxwgA)U>u2YYc^CxvegA0rLHKL|ITsSX;hgK_OMxku}rCgKNhN zDtYCryTgwcM>{2r`3%&9rj4O$cQL`Kgm|tbb6h|rj{!vVzVv%iO`&i}-z_c5Ty(V< zV(8P2@hlSSl@cGpOE z4IJ$IX~v_ls~D|7PfF6>kTNN}Jpkf!$A140Jxj#z0i7&i534NvL&w2Hea1wF-(HyJ zEFJ4t&bwF1h}m@SmtD3#HGfo`tD#H2CaO|YFYor~UYSgeqfwQsC=!c;lvmrc17w^% zxK|iAyzCM&U#`mRPy_-P3;bWHB_DMyyeakq4Ho0=8M^{Hy^h=3T7qI?)$PQ~?%g6c zBs}}(_Rs?V05}xD7{wl{cHB2tHDNV=u+SkrVx#mu_A9?zaM23}k2tF+^+JO(F0{ zh{kMmod(=W%hTUIi{cge&0trAL$QXix@XRuk-rPkQLp_l+nLcHDX#RoNqZiGQ*HiB z+7*XehCT&@Z_357D$>IYR$tPrAa%e`Ov$@gwoD1{nD$%XLe0mitV`FsYgWDrlgKKo zkH9o}#}9VkL!=hN_n!2sKGbG~j$r@?~BMCUe+P&zY zq`Va622z`guB8ZNQ8@W)hAo@tmg<@WVRPzhfp_tW#{ z_|7gc%%+K+3ID|cj^Q04LQKf{t&11x6y=#`yX7kmo1mXn1}y87*bCaOXZzo%bmB+F^51ladxF&=F;7^Q1wjcm zeX6p=Vr6vn3#&I2U>gI?M5P`bY-oM-WoZO+Daj}|>)99W^By;7G8d^ao*5g-wsn2HbWCXz2PVH*JZ*-rxq&CZvH zODx~;is^XtJANf{==!!x9ESERU&P%~D^ZlJzfCO#CNY=$HwwaYfPJO*&l%*q(NMk^ zNu8^I<%50Q_yvp1)V70U(7NI7TwU$aDaX-vu!=RqJgrY~2i}#OB$xepVY0s2#=0mO z!RgkVy0GL+udr{oG~~;12BZ?b z{Uc+f!r1nZFVTr3O|~ZTGbDV2Uy}1aAD`)ttwEDR@bxL;FHtFP}Wy$7C6;fJR8h-)N!<`LYDX}L%-cEr1;C8NZwss z#M6T2E;iU}MI1lxXF@}xIxI%8>&1R%wCYq6=I8!BkU-uJN9ZZwcQrOgQ2s&di*u-0 zH+|jELOvHqWSY+tII15NN)eHiETUYV%N$&en>rcZ!2eQ0f!MB+RbR*&7?LRbpmo?d zSb8a^x0?2*FWe*C#k{P3ql%lTQL&04vFS>k@o$uY}Q;45VDgjqC8F-Itp8m5yK+8)F zR*wJ2!4O6MB}Boaaf#CDQ!ya#p46yGynC3id_(xdLTa8`1j+^0;N&o+z9gJ%*u=aP z++!qT{LwOT1~ee(ce_Uy-`6~b_VhEr0^FNLLe$)#js!aGwz%GeQB=Xv)?h`wB#xHt zVkxCAX?rq~WRZ6@^!KWP@Ke21VPR<9hh2fKGr;a6UNU*noMX4vYR zni8kPRIAl;yr?L;Ycf#choGE1*?Sv^oMQ@e<6?YEDjYpuZc3s=qa9BsBZ3yjsr?cA zu?oq@l$*l~6z|%=S_s$4-O>V!(v{JfgS8wZuh%|)u~xmFy+ie!6w~?XVOzgCd)}>T z3MS$e#6QSlZ$%wdS^TMn{6^W;ax_qCkib{h)?_@`zg`m0&t1wwsEt&hK*8sNA_ju3 zuZ!=_kUK0&xiE#kG}B+O5LWb~QAWncm>)yGC>-fkJFhVnk6QP9UHN81vP%cik6B#S zdL%tS&~>2tNVZ&sjEo9~F5-wn^9O@O97R|VcU5zKobHm77-tgJ_K*i35R+TXIYIaO z4vD@bfUu1B;QA*9N0ro{^E)hAHzWlgL3t_+z+Sj=er~E#snFBA`@1#_nZ=od24!LC zbgpdpko7jT%*KB_-*7S&oQd;_$BWeI-_) zogE#HQ~IN%CZsgV#Im2TAe+@{i~)($g`E-~ZWx9L3@$9ka!XmU&9HsHO=su#tM(g+ zQHY!U^s=7H*GpVH9+Q{R1!B1X{K}`{4!6K>if5{_Xxz6jwhu>D?NXnVN8P>&YG%(= z9na2u*Jnt3mL7Fle8o^)73bYYHB_k5#pba6(*1tQxTCQAE!0x({)QQ8X*w}@ zqt-g|^+!Tau{UGprt5wfwDZmeFpsP=i_ktO7n1ri(z28riTK)zIF!hc<^mHOW0eaq zni|R&KO;-H-7Y9G5i}CTtg`P!#t@1V7vWku($3Qpu7y8d=Ue?p2}!i``{vr?{4jf1 zBKd!uy>(QTZPz_&pb{e8-OZ*1q`SM7ZjtU5>245_l5UW0kZzEW?%qgub1r>+&-eJA z@jGXHXAH;iAK2XczGAI4*IaXopZXh(oIDT5c9 zF!g+qYuFsdP_`<5lWe^&hY`2(nL7a6SMTAWmn-w%oc5>9V?<%QC~dZ=gqVh0pR586 zj6zrb7VCo76#)@Vn8-e50e<+Pm?MV#nfh{dt(2JkH+|j(79=KM^c@b2zFU-V4qSYV zVV+&S%>BWfiFBq|r)-Ay(nyWbgg;$eR`m_*5d{<^GY1Ex--}$Oc@9PJR0Y+bCaQAb zFxs^?C_F!!AG38f4D(-$3#=YhqJa|j4#M=7_u0%KL zQRyp5E?)5s$F;_}W@9e~;|-%1XB)3>qBv5!G)~>M1i-4jEtTP)X5TCapCh z?M;W%ZDYHb3LZiI%nORlJJ0cm|WlrsHzH7HcU3dk19QOjq7di)a*S zlmV|=LM}(Qk4~Lt`F+RT!~DZtNo3;No2Y+S2`&e}585aBL@o^8w{m@5$N7N%KU(p{ zTrEYFMCdRizVO6Bho>_%k3KOl@Y!WyU`Qo06)o*&%z7dzXF=@P6xSNM>ZD3(A=F*I z?yi=fJRG$WS)04F)!tb6iFgUCM?lWa`uc?6*up9V!{G8`qj}vdon$f^OLj1gBeG(~SnK>(ZTLvPvki{N zdDZRhUHA|f*FDudm9@O5z)=<`67G5phaESwsE8`xH>Rh-!3#h5t0hj zqZnjnh`uWR;fN~C2^I3&veq_6o@ST1!;1-v zgD4Up3oh$;H73t*aFSQqAY?~clh5e6Svcy`nzu!LBkSpLxFV`LbkVY#$FZoweUk@s zb#O#0z}@d!u+QUl{?c4v8~QRoB@lYAcgLskW-EW4S3cCrbNjd>s6UApBQ3}E#E_Ypsz+iuN?eyiY0hcdGs;jY=I2e zc3^gUDi*3SROy{OI(>K#X(y#mWG|9)`i zb|UpUpTRPQ$LE{ZpV`Md$Z2!szm-G0?;rd|ieA1dMGbq&GY}v4Dpj(LBQl^cldDA@ z(?p0FFE(Tv=tZU$qFpW7{iNC(m0SNMFnNyxbFsWKyGq&SKb}4v6HITLpu)*3NiY|W zUi{L~|1gm?$2`~Wcb2r2F8ral<;BS(9*S2)O@0{(%P-1o)-;nIZ)L}_-oUGob}qXg z97%ekDJ|{e_<0Zx1<5uCOm$EzvAoDmkoLFPFF_+{Qmod3OXhaQcWx_bPxRo7dD|Q- z3_lNvmB{9dP>IkE`j#vJ$w`(V;fLk0ivE1~nC(}4&w}jo$p7wklmh!0Grub#Z(5cK z7~)`Dok0ypktw(CxXw8+x?#GO3`9>)#EC5ZiM*~P`H4982t2L_Ij&wko2jvmEY0yM zUipNq1cb?B69THKYjK!aP{S^>=b&Sz4v*MkeXdV;&FyYM?QPIMQOp%Q#uFLc*bn2+ zp0(|2ocQ|>1`P21Jh|BHiWK}`lDqU$KK=l{Z^!GM_ ze8;w5c+pu!)!k|+PIot`@kVl;3zW(VdTt|6Bv%UQSZ!Xm_w*V>~^nLjxr~8onK%h-yKtm%|!Az3uiC2u|sZQB+of zh?%k}T!{1TCkl#llHBnB~0czWz*y1 zM(xcGG|9RJsKOGCZN_|-SDQ&;w|w{6l_3`oE{II5FT zQh#7In_Y&9OWUUdGELa_QS;2h!A}Y8jl`wqlZ@|L6Pb%&GO%6mU5{(yxje*x9Jw2I zz-s?U#2P=;8dftbYQDa6ue#{ zewrI#4-eYp36vgY8>mZtGY@LH;w&0z_KIgaJB1o zL*<)BPUAk6P{WVG=Y|Wo;b2}Om!`#HS~pKlM4R25d(-A~&LezDZtlbTkDsT7m4 ztaSztZrxk3QyQ2zEWG6#h-|+*#|8c(&c|D9n;S5zgg^$D^480$`5HbFN})3Ru(bJe zS0HBew0o8sUlSPw^>#f$_vF4T-1YK~`~3~)0PtopbO>0kYq=E*l~!gRWMVabJ6ek} zl*Vrz;|LVOmbAU*=H_HqTm{=>D8@_A?<3hLXWUx`2X4n*c!36y>%%|Q7DA@b%)cdV z1sH{Xk89_wJNhuMDrGCAQ*(D1Z(v4C*c~jUJJvUs}Mst<bwciLZMQ+Do@EFp{BDxYr-qbtY0I9=6nOwQ;@x0pEa2?Xv!4$vgS*By3=eK)hno&$>j(~%)@;@jap*_s;tJmu4jv)>16GEufDfPQ=}XwG0jw9S*zo!a!rK zk|dA)S#n5ZXs9SODvHgO{EsB-QY*K z2CZ6&{7*TXt6r63T|{1=Vy?nkTDYBe1e&f+i|h3=v?!FWe*|TBr7+Ngs`#IJjq1>V zin7YALxZ;!x%T}nE=~Fb>+39|xw;k9e4nE|cCnZ|Fb%zmKVoAROI+wtO}ef#$ak^y z*a7;vUfLhi^u5JIWpHO*k}Dq&!gb~<1f96Pw&Q!;mjy|tlf&Wmdha9hZWj#zMY2Ik zB~L*SVovidbh*)m3w&uvahxt3 zs39}7!#kS6Dr}TQl}6qgl?aVM8M^D-Of&3@>kWv3KJy}bWaPFRiW?R$C){DPBR9s5+dxtf-Zm?U^oT(9-!P{`=ynd+fdD@{GLW)wfOt z6k9k&8#`N{Okbo%1Qk{Iu3%VypuEL{eILAzM7^jq-nv~fAemBB4?8By#DN`EVk$g7~0A?TU z%IpYI8b|tT^E&urIV9P)cv{u}QAN8@R|;`kMN~dDh!-HTZhi&t`!v_!VvvK?(YXAd zLtM7`)5ITOR`1~3WJ>f$#hh@hE8LfsNN%$|$}&V{=I~0b!}Y9XTc3 zwB#%2E*%dm_3nxJj9Iq~cG@V-l^fwE1_$o|Aei1bn)45p`kCJ^mDXqV+6}n}r(rk+ zdQP_=aeg>XZ%$Zhmfe)LAfu~bTh3ID1joy8f>7B6_iFm$x<7t}CyCuk<#?&5$9-!Y z3JCU>US}nbWkNn9dY$M-QHo|cXQ?l5HPH}2N8Ky*A3wqPO8SM`XEgLf$cawm!mRCy zokJ8UF)6`a<7*b9O_MVxr}MSGbKc?kfh^f0O4cMvK&rPuci0}MIcdG#@Bay?#!4Y^ zG+VNQT57kg0QVRT!Jy0HM-K)fpY+3mQC*DqQj%y5H1s-+8U>i@Xa)VM1!^dZ-aufJ z+j;Mco8wR1^Km%qK9s&PVv&8gXE}Iy0wYubAEc8T^ zJzF1$mwsBTTUw%dyLAYd5+Vvx{!K@AmYHc5l-L~TAytd_2QWy~FG^qN$m(~u!$>yK zL*aj1k@96-182YQ>}A+8IL(q>5d>s#^KTJ~XDiva&4AP-o6C1%obgGQZ9XS)uTfPP z!}zln4r_RyYo14!T%K1aO7R@BGnIWwN1OdWs~cW4Cn94u3-PTOMZM4|zd4zjU8mp%zft-*YRn&9UgO}P6j>oR_fvv|2tZ@yt}M8FKo0>@PeSL&#rZYq{;*3ISd?9=vhb>_onpJmSw zYw?#Ydhbp5X0fECJFd^tysV@|_ml($yGX;+7oVpuw+G^#Gk5z3&Ry?Q+b>lB`hjzIkG{-z!lhv<_aWSQf~T-H6_UZ|y*%@@u_?IPos_2#$y;4gK3!Ojw28tpE$XU& z^^~s*o5SON)He2sckdFyQgH`g2 z@Rx!_!K_AJo#z6_)&4AAUUyg~ryb4$iXJ&83yd4!Y1?a`vb2_eON4HD{(2;US<+ff z|0CQXzu0fn74Q4!5BDJ4f%Ran{zUQqA&Y@XNYz5ti;UIMmRl|nc5nZ#6p#3(QVU=`E2OmdTnbU7+`Y5DQB#u0 zC~D9anhdClP+#EYMXaig=k@dPrD67%Zvk<$R_Qp(0j4nE7MMrf? zdOv#d_An;<$o+J`rBvBWaIWdS_H#G0YKLhSL3F1ks+052m>q{^u7`KY?4ALQkf3E_ zk?G+ye#qEElDn<4%%{xnyH3nbhPd|->`oU+SP!RX&n>?!!EhL6~NZNLl zA_HO5NqNrCmL{K=fd9C~#o;tf7#*@q#tfGjXQksVFx;XLR1Tl9G&FAxb9qQhA$1{u z9KAYnt7#y#vrHz)gb6R;V}vhGy~rcGdRK0}^>a;H9$rf=|5=P)qgWI$fIs>g4<$!P z`E4ZkN-{85S~p%X1(n{x=kOzgCXKLI0;zds0ODIfVp5wrC{oFH~ZVNsYXJ@>#DaH~biAj*R-jp*{aWf9%xaMrgl2uv}eL{;JrpI})!z zJp{RM)#!z_b1@q6O|fZH_|MZo_n%pD7<3<%xdqQ&CZ)h1Fs0-Fs5E26(NcfL)?L#O zz_P?swp&XoH07_n2QTkfT!=i2lDvDwcQb394`xzX@@bSQrPrC_OD?BMb@{hP#zf`5 z2h(x2!etpoMHYv_b*bfj{l|7!{@Jh7*zI|+)H+_``3%SQ`pi;Dv9|eGq!L>>_s)R& zxh6_4GP+2QZ{Ul5fANj?C3n~EJ6nnc0B8MJ{}Vm5Hv;Zdb1H?qhDQ91svyTEH18gW zjoZ!CEQ)HuL^HQ&z!-~)d8~$WK~lU0o+ML^b@qAUk%Xx+%r_q4rsR6|EAsX5%H;F+nMmvB!I$h; z5mdx6z6vkKf{R^De0-!(oS;maxaoS0+SGjAp^&G{e(`jg0pMmP875P1y*Pog#;k=m z#$%lGP&n-~<4IhHV)9Q%ccZmVH4>|2|G4;}4sF;M>*?nOVvqn@Dr#)xdiq)K=CJ$m z+qtQ-ArFs;cpX2tz*QJW=Xr?P$^}|eQT^I zKYk1?duYs{S(Q=RLP!dcPvN0y9@OqIUoVX~#-jfMkg{HB&rLGx#Tsw7w1S(1=zmTS zgte8EvgRq{Kdbu3uNYYKffNp?O5<014A=#q4uz5pokA=1Ly*~XnX>W zg|!NT^>*tahRCF(8pMJGWGP)7TjlCp&?ss_6(u z>)$Pm#OEcgfe%b-Ikiytl9(m(v0ZGw%`=5y9ZtwKy*U5M+9bO)A69G=iO(nGb?55+ zOPU(=jx(0q1Mpyi1W>~qM-KuJf9Ahd#+sg@E#(pvqaynWLq&ERF#pVDw(x7bpcp&a+%O)Nd+$%fWizIR&`xZ$;C(;6g#p|y&`@p zwU8BBUCwRG1+-sFzkPV>o`OlfF`Dh`un#+YdTlzq(c)7!f6l_ssFmkd+2aKQXu5sDW!=u$RAJfB9hdd1;j zi#_Cc>&2}+atIowi-f>_fqf1g3tVt(h-@sQawN*G_5a{aj=hgjAWoyqN40Og zK&sB=b_gN$c@p!Tc@(Y-r0Kcv7<7FNB3aluDuu`zRKh>kv>V_wbTPvCuW#)8sL?-` z-C89KY5P68@Vd&%lp~)wzLj}J$Z5ii*D70{A;a5K4o%WZ0e2O3RLpR6-Aa6#HdvT%la%p8IFd)pBg>Hl?d~K zE4nS;2S|lkZiPZx;-CeV4eS1${GNsD!%vYifI4xn0#|D=To>lIGPK|RyNbxa!c1u# z$S*<8_t>a|E&-yv+~%K5mC*@{_AVa|l{}7-_x zQ+Xtx*mJwh2oh)9?E|42k@u(Br$iYp(VFBz5CJx3e8d&udTWQY`vU^7Hjh@td?n zYA}Y#D6=6cZ0}lb%BN1r)5y`NkZDWZxD`0QU;8N(F4UT#@!orItusV!ou|Qa3s#s8 z=cIYv(agOdZ|<^h2=4Ufhtm3#sS*@u0_J0k$)M9NOeWeL|Mp@UP%UHhE!J!hLrqb| zKUP$KJ<%dd8mc#!Z*O`9dY;;@XfOwugGoshMp_U+FM>y>r!M712}_5!I73d3 z;f{9;0%8tbM13IFHvCq-P~F{}`|+Nj+ZDG`_CEBJIKA86_vXj(4C-nHx?sXpAk4Fq z19P^Z_6{}dwAv(>x){>c>ABli)Pew*n39e^$D^lD&O8fOxBIWz@*K=QzdA;G625Eu ztG3mkAJ8|1$zc6coDEeCy8abDo{}zA3Y$NBh!(aRrSJSd*_=`3H3|Cz^UuK`n{2EKb=g==04K!+TkDSue-Tmt|Wp5|CE^BR9^DBvM zy28=aX_28)wp^_SAZy?HS=!99l8**ri(XMITd8gfWl+061C?76o0(L5i(|CVU6X69 z9fFS^OG+c&TOV7S1KhsEe#cVl76Q4&=eCwj1$)Ir=@OM34r$9qxq2Qz>KPy%StxS+ z4~Jfw|A>)0-W<-{o396z4(v}!#ph@%KvwLd?N`+@rL41>)ZJ|)j-x=mu$w)88-;31 zYGmQW87YPrXj816m_x)Z_^6>TaYJmlMwXUZAFC9(8?P(dB*Au6({hS6%QZ&eOCq5!`gUF zyUuUjYRh+sTPyQ;ai-e&?JvJ#TaK>vuIOZk^Cb}y?4H#udS&ui zHxx!*;mXU;ZqH3RV6;vtd(NVSow671*Xqafds0PGgkmY@$`KfU?IFcR!U!21{9F@t z9z<=;e|y8)bQBWGxeatqxAw*Sm5JfHGh4#bKSy>*sXIoeddy zmqAF6n1a4BQJ<%K&Vih+v5P;>d~%QXWX_&3dso*~hKkxNfmSu-?$b-nfC?r4rw?7$ z3sj%Jdh&44C^ChuQ0XOry?M{uOP#2*Hou`DoE%$nTA-o4~F>_3dZw| z-hr-{KJNkVBiG1(|aP)k*38 zqL)BxYhgIU=HtU_Jd{=qb*87xRwsEQ)t#~cV@cn4IbKWx7HHKcZ?O8nC=)fN^zLisqSxaM&JYd`tqWX;mJsE$T=i(JGb97u=Ux2+EFa zrIRqL-Jvi8@J&s+UfMh3N8Tb2`&JaN1EC_y^bVGQjpR^sRRgN?zO|IaiqZ~47?&hwKBG?wiTPCpX+6eajJPp#14!<(_2=S)YkQ&HjzGhA6t1N|C74nA% zjqK1h><6%Ss)cH0S_8p6Tku^#hAK1Mz&1A}|9m$(Q~d2=hA7LYnte?Ib&y-Rr0!zk z{=A%T@#5ERa#M9)u@@trAz7+y8Gu=RtKONc|5rF*eGYQA|MSSyuIe*irf49C z>l43{Lq@9>e?j!IuTD0Joi!+)<-6K`46QidY|=IcTgBuEnyln zXnD57{+@OLsfzybn(K%H)tg$IhmO0WPgl78z`r88R(iO-6Qa13+sVQ$NO zZrByUx(7(3X_bIj#O1lc1_s+ALSVB=Wx86wu)$#DK0_kxF~1q>ZSYphc+`5GM=St> zYESLrLKN~$qcN*~s9KbUG<=3R=qJKS8TK(nb9-FaI6^;)uft-@sy?DZmZDWF+6p+X zw$#i|CvMqR%azl{y&aPe7z0q2Kg-@z_~{C9)FeFicjPrbVh=3NL!BPAm9ThiPb=SE zN;5sRbvXv`5Ub7RkmXFhaVWXn<5@5Y>^t|cO~U);a_j2!XSoJ(TVAy-bVc+{xkGSA zrpM)xiY&Fg;iK0atcft&ZNPYz-G>;l(sO(ljA3RsQ287pKpKf9yMj?~aq#&rzx94~Q=v`R8@x8?=%=zpb-) zUD0PRfA0~#Nh5n98dt&(W9X@v@2Z&mO81Ji;Xer~F|i*e=AspocJv!Ao;!dTt}wK6 z+JB^9X&60C7LTjBef9!-@x@4r-t(SvqoK94-9kfPpaW6Kw=;&GfZ9In2|Os|Pu)Ka zpV~et>}-X-|LD?k?z*Xs^8?F=8FL>DE4E)mxaAJdvKe+gw^s`@_o#_4U3wFA&_AB< zlXaK6yg3+Lvp*})B;VAF7N`%C!Tl%M+Iu;4`B$_AE*J-k)3XKOqSR zB-Ynz?p&9n;Lr9%jpYn8!B%f*&0!ghn5&m6ZnK$Xsegg%l2B16VPDkM_C3+c9inqM z-jH1SFhxr; zbpc8B=Z-6JG}`d>RvaAKAFvNkCv`{8$;4_ew_KB1-PvEho%%kg+wuX|8W=K=OKLcG zyMi2jEA#I0z>w9Xg3G&!qC~;H30}`)Q~A?PNGtZ`<1RY261JW;x6~i6`cC&6_G@Js zTh8yUg`k&+802#(A>K%$JfcNqq_Gy$_2Dc=Ho*IkYS@Jodo|$lcr$@^Rmz`Ri_-7$ z(ZUx&&wP`j>t{YoS-IVtf8I}Yb+eP5BOLEC23e1Dgmlugl%tKt)>oi^yGs+9uR9^vxkrthI zq~&WlKw=bsO%H%!_otK#s0&4-WAlK%DTmP^#QuqDeG(3hO3AT|6TzhFyDWe@-Tx?geiZp@nff?#ZNi9OZ|3 z9V|U8pv08;jM!kTH~HMyEe&~>+BxntgGv;-r1Z&tx70yhVDcehbK^d_H>vEcwL+J64mTIJ_Uybmxw6+h`ho#0-1ud+j`BS^hJxAe zA-A_{{oG3Pv)e8QOC)Y;$RG51Dp}}i+ zrYf^F&6BZd1apM4_<6@V=#NW7^0rn}5RT70@$$~|8)@zhVGKC`9EfE^pV02VT0_FW zTSFfI&stsYSIsh~dsch~CgjcY-u&wG2?k89a;85ODt3xeFk_9?U>1DZxkMy(2LN=F zSm;J?NhXx7ra*<_o=qd!a*yk+`e~pe;idd3mHPH00;#I4YO=sIEZzZ@k!C z-SFtm<#HaH$S!(VEUf>Qun-OIMra7Wie0WuijYE96@lqE450LE@0G&Zw{w9+fPF3op!~n8!rRW2eNNIj8zwFJ_)eKSwmmX zCGyM%M@#*BJ;7`Md(vsa39ScswPlZN_7xJ=_FEJ{4m%aqygu_+0;cR?H+g8(B|@$k0otg* zM9?fMS@lzT#y#MqBe>?r8a7ch<~!^}X!LM;c9jO4{{o;Y6<{Z1)l2-{H-}Q*mTmDv zF%w}7S-sWgokz2RPxM>fZz~b1@`0S;O5bbXGsA6}La9V_o0Y9VvUc6O_z@z%+y$y} z=h#bNRBE>KiFtX∓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�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
wy{MtfVH+ZRJ~WJOu-MkJ)|opx{HMwN z=X)TMQ+>kfx9`4Ls$u=eMh?aRA%0=o{BymoUOVyqxn{TJ$|k{NSuiqYGhVo1o4BRC)iu3r>o;k88KAe-Ni6ABK7!fSg$FoWVYXjV|4 z`lo{%m$CQ5w>{gUmL1_d`7bY8$?%qek?e!0uvIR>>f2vJjPd*v8#PcE@u08hfkNUR zj@=+nFQ&TU+0ij)VftHd2<-@A(1~zTa6Pr!_&UQT4YzON=Q}`@csXIh+kb+wMFTk$ z6^ub1j7CfwEh7PKr4AV`q0aHHY?a3xVROs$B9iM3eL{?px00+@6it@;OH9!8w(H-t ze8Ny?R(=hXE3|hZH})-q1k4RUjX>*GgUu?QW11`hEU_PTZQ8>E29yt+SnyKxr^ z@)kiXzEZkfLv9b0Ogrdu2#h=!{j1d}Id25sOE87%^~K?HZt5J|OZPdKwh6L{H^@i< zA|4Vi$Zvhj>xyOXssoA5UGdpAWS~d7smnlP6i|9?8~*=|vVwv(gD4XbP%TyZ<^3}t znhmwnZux=z3P&?LG8l3mj-YXifZokdy_j%j>g@gVbn0o8t16`MSmJ_l^$Jr6uMRX6 z-GFQJVDSLm4=+v!Lujimg6JXAaKQ>)GdJWdD{Q6S5S~%*egpGgsK9)@~0j3>L+rr z*TgoMk&Qjg>4ke!4uwKOg866x^#t_K-owQe1JH?Y$G5NSdBfF9C4T_2pjG=HL4<;_ z_7()hr(peG{+9{V5u{~o%Jl%t3Nn)Wso%Xcux95M_Xipnkc~@40cCE`y9+e5DhCPt z_Zt_;ixcwJ!(W>{{-59aVIWH@{B#EFEe;Xv!g$S72U3q+ad^bn^8g@S-tUpA(x89h zX}f*8*u0!(N2;I9rtOa5>>Tx_<$&WqHNT^js~*nwvg zvP=*In|$wvPd>c45`+|>w#`*o-raV|yaYALF@VIX{;wngUVS=91-9>AY}Q}O7p6R2 z0+WObJxDmLrsKqd2&q>e0_Sms`dzPeH??fSo4aIOjPOm2_wJ(S&ntX~bdA38LCsVx z{Kaog?^TITcyt#ypikj%=c)RI8`hx;w5b1IPK^{W*Qn&heGAmsNC^}QD0aScL`!;l zn^)fm>JvdR%Oyea?f)3uJ1^N>{?Q(0{fiI`ZUEy=e~PF@a+)bC#17}qiPr8(e36O{ z4I&Ysc$=qr9Oj2hm-0;V@^D5r)pRJEXjbEqRhq>_nfw7USB7%8`e%B3Q_4J#+A0uM z@f(nl-q0QCiXj|Yga40M6CWz*ypuc`DIhrUi4e%RQkBV1)@nSCd2E#jeF!PB4P}qW zrFBIcj+SiJr+b`hKmIif{N=w^)LRZ4;zv530kbtRggSehI^-C5NDw~?X0GBjPSV|* zUxjQz>^F#QX0>3AF>i6M7clJzUSP7Yta;!e$b;D(?-TD5S30qE<{Kr|6(C581{+Pcfarq(6m-!aq6IN_ARSNnE=xD+FVb!1lTYQ zq<#u7zZ?a7A_AOh3qak!zd`8j%RaDUEEBk=E*xh!G{KO+ay;)sEM2t=#qEJ( zV0tu+H=r+=j)Ip5^W%1pFDb+q!@#GlF@s`)xxN%=3=BA|38=01u=EE2>;mbVqYn{C zv_=acV2_9?H>Nn8aY`jy=#Gs9^E4Tmb_hSd^Yv*27_5lA(USLA(hy&)kJ~Q+q<%kTFz*UZ509s2 z4cISKmJGTAkDKH9Z6g43^S3JlIaIO>fj_X=>7NbNkZ!#Xpi<-#8B#U^x6T}im zabEP?>XD%#Xrqemdbz{5`Kj_e;k5E`SoO%v8LgEsvGvhxS?HEZm~=yh%06t%p}>|` z05Mlq$2vDQCl#;Fk2VQt9a`PEdb7ySQC_yDrZL45Uq@QWT*1!M9dVxX;R(yI{?tol z6M{ozLe@N))1|rKg%6YmK7K|Xr@3e%Dn@(}LQv3f7=qx3>HVLpu)0>KNPFi+TO>ejOTJVwVx9XYU|St{&^c5l+DVT!9PN zZ|w7HB7AeclATW_;2C*`%p>RyDO`dycM~PnW2@>OT2) zH~s6^_WXLLl8Hg&`pdc>2NoNXl>@aJj+GlHt4|~QBjRhH-sRbo<5@d<4b#$7q0DnJ z9~Qg-(pr(0Q`MblBQxaN$jA<52M&7#jbQ-k>|7dOWgsLCg8 zI_nH2CAu8=tskxK57i2nFxw4B8@0u8+14=k-uXj848f!_Koh8gvUKduvk@|) z3hFMaP2<CAtw>QrH_TCa_8XKAx56ktf&-<^^b%+0tzRuI#C?QNF8&ibkgzw#u;Y<=kse0^JH zdfczBqWp&s9~K#JV}11ZFP>crBH>odC|Dz9osNlTdPd46c(67$H~v1aeD83EnvJbP zrn*Z}D1pt;&&;C)8RYBZ4O>f5cE9ntR{dVLBBxBPbUPU{8USl1M)WspcFQK+2Bq_? z5&lpF(8d$#=mct1gAB&Kel1r=>e)551j+H?z(c8qC-`|VCs&LG`SC8nE5A1q8Q*uB zvjLOh`Z2zD%K=mcH}qUrIK#rI0iseBKSy(HrDBC+_%2@4tO>|@$l~qNE(ipWac?nj?JxXENX4dV$wAB+)Dz<+TCWQnS;E zD8t{YP?^-@aLQ2&dagg!Dg?-x&H4Z`zU#q6sTV=T`2o-T36W(%7%!SB7VE{hqTt5Z zu5NX0;~N+-oPRg_&ZFu>Z@p{g&VzGvhg!3!_pZ}97-mVMyrw@n#vK^&5a@zCD$wrN zJTENUFtXSQ7a+1p`18Z{ox=qP8n{Af#(QnYJ5Evnz=nGGNb6=jOIY(4s(#ZNi-{5k zrqrQ8qw}Lw;QcjnN+U{0N>Z8GN4Oo$`tF?V_O^q0YYbf@m^v^mtz@2W&{jzMH<838 zOz-!Js`zcR za5yl|sd2jqbPkLh;9np7jOpsm&i^m&OqX^~T~+k~Xu`GDf|V6GFNyPLiFP({UO(h;4=)F57o#>S>8mEtCKzN4wb>F`*qs?5e3pin8LJ{*;f zXh(h%d9SECGV!6@3(P~T99aG7uH?fvlH2KJ9g3{S!l`F&aXOK1M23GYO)C-&BZv*t z2SiJ!hF0hL-2YTHxW8}Y7~mmH%eU7!eTe@qntTsjblqB{m$jzbn=g+$L*_p#ia&q; zIb+E(4qEYzD+dv{qjl=0+IO zG*o+>yNs2&$C`KdM66m>2!UCl#*xT&4NoX2gh17gewN0#_T@4bfy;n+ULE^2FaGfL z%18IA-KXn2?3_ONZg+iBXt*~*3N^`(=W zyUo%=+gsY$o+6~yusBDnc$`IO4x(xJVOkOv-F`NtE__2I``n{-pd`giM;8Hq_E-BOOz{O_5Jb4=ysg$JrIYtY9&w%D?_J=LlMX68Vpp#s#G z4~WG59Pq>)4k9Fe_y3N|Q!SLgf1h%_rs*!}glJ)S4l$uc%!HANXIl9+54lAhE z`83l~jSkv?UYIt2mKwR)dtcMiI;>Ff#8p*QzlLl@8zsi@Bg0I(VKmD0br!!K=jSd3+HVEPp%d5U{`4|*b zxa)Z|>&kUmv#YsU2KIQrIzI|Cb2D=&le%yzI;+z4K0ByWD?@m$m9uXvuCnME~(4*goCQ@3z~`p;l)ey;SI021aPL z4UK57#+>bWUNE8aZh4u-UB7F?%pb-{{NETy9X??07xw(t#WV3JYbs4*7d-46srV7; zh0VtNm?!RVH@K*}AZfVT@(;(zNJ@qg%=FxIpVFBqv(Jw6I5DAdswr#KFZN8J%+*l2 zgS$UOBH}=k>%TG;c`8CZ4{X| z0=i%--^Y7LYP+btzf1HxpyQvX_J8u4)rU*e1l<~KV9dx%>EW!t!TDQ;c11eL-B$)o zOsaZmHOAN(!JM`4K?I!h98NPTHZ};c=MllsHuja*ZZ~FX?L7DK3j3t!agEhKP6NU8lA(cy|gBW|h*!TXllb-c= zK)1kw>|!-yfPD?<)k#a)o(Ki)qd`^UxVB7_ug}rgY<@iFTKKH6zGs$Ssm^~qk3GV+ zI&2kEP*5N-VaKG4AQnhycv6txvE@1AB57HRGiuwF_10JZkyB2aoV!qL8wI@Bwv^Zg&Cj+k|L<@>X!mG9$VT{k(fXUXa9w>-=r zv4Vaz~WEb@lHD7%gvwc;;P zmn4cfn1g@4rH0@?{2%_m@joGAz(m>R0}^hBG#Be7EfHeOYfa1wo$hy~E6ZQm=bn6n z{i(iP$oB8IUVzk{2ouhm7IIhlI<#vfCtLNt=@zTlaBl^{Lu7o! zCM7|#e}1HQANJP%u}vUs3oOE2taHB; zHFmQhSW>7Fzu@p|hJkydc;z15rTpJKh8E~K1B66!y%wvBnnV%VPq*F|DavcQFCw3Mtc*xBGRj59LjM@42{mm`r^2b4$x0#uIywQkUlq73xxqH>nCa9mp$^>uTz# z+&R6@gAhgvW=yg?&MR)|zxLCRI5@louZ1cC09o2&a+J^lgD-AA0+%d!dN=-y$)H`k zdOY3ga88~wIx@bB|3{x2>aBp6fx(6gSY7qg6S%&DIV_~`(}foM;V0@h=YLNFXbN$_ ziTf`fbe4gsa&!-M45US_g-S3f4dz9E|3I~)PW8!TqUYx+ANZm1d(d;H4+}AFB-$PM zorLZiFKc(Lhii!c46CswOtMY=WJM3*GyiL!v#$>hhJ;l)e}m6OTx=It@u8(L9{Txp zAp1tHAyYdJIKqq?RT<-aRJxiL^thte$H_qddwapzKJGWSCwp~!GtqM&Zrxs}AS+xz zso(Z&nxA!)H$Zm>ns-kRgdi<5+?+cEiKEk)8DtY9Z3Yva`4w4)H$d_vH0=4~8*(1} zdAElu9M^y6B>*S9;4wz_$Q=9M%Yp<}6&BKauR>Bu|A^eLW{0E)1xN%VLt}iw3 zd=$EC>;w$gG(OxunW3OGy8S z2=ehjHi+eEecoQ{1PmlDZ{0iiJZ*#=GFB0K^n+g|goRU#zjCJ+6&ByQCKnV;prjxJ zPGpqZb0MKR5Oisdm2p-pf75>!>{Uql?V7v$yx_2;H%WkQFgN$padM{GLHe6#rgYPUvS}o%_pX=Ozm; zr^Ah@15Re za)>Y#n5-L|HIhEM*7lmXvK{x{v^4nBz7sMB`T1ex%H<4w zWM^kLJlq)mz6DFwOjeo{ys1)EX)F5tsD;% zQ?IE*ecNelCwyno&{fIF~ zNIzF9Cs`kjz|6-$s}4vULXbTr9Ua|3v61ZZcxm>Rw6t+Rf3abd7C`Tgw(O$ej`Epq zoAu&41knB{)KF2EhYujIf62(#1ATNT6SqRJ+(nR=ZIH?dJ7$OJo z^I%ZZM2NMzdQ3K3(dl-+YB)7m3~!q_e>i)^IR~d-8}DBKLoqst>I>YNx9+<+Jeru7 zm-SmNCA)jqoDBSYG-ll#z1g?Ej(HeZ!@7m<{o)0;y=zK#3Li}cxyJJA$&{AQ){!>- z`x>u$xciMA)ND1A%DBTTjWYhh!I8i%@mFSGW?(4xhU^V*w{9gddfTWTsLDXdqFT^U zXIcSrXW!n3q^6`$F)&Di?P+xVz=244iYhK6gFBUWF?dY)(&2(hBbr*H+``de{cz;} z^E`+(V>ZGpE+thmh5yJr>JBOIs4@#MJLOv1*?9SC#bS@FrWv`VMOxKsReg(# zi`PNsxNMBP5W%1F{{1z!Ds)=SwVDV&hc6!LS2k&+cfV2l`eIsWt}bT1#=7PoMWJBO zB*DcraqH~i-dv0T3>v*I?@RM~lyLvmlwYhA2A7(u<~V;pV9J6)f=Pp!=2G|w?VOup zuGaN%9I8N>87vUV%+==wn2zPK;&e0&tEs9X1Ru^1IZA%Ewzj}>J_Dhj`4ctR7H-*W zFjcaoO<5o)AfRL@(BI$xsc*b);VvO20n_Y@!cu_@Q*(+dr!m{QNDc1hWJVBKIXG@m zyUq>*N5|zJaA$)@*HErMM{W#HDAh2^j-(me@jbzaGSw*N4#8kAXC*U0C_jKjBJWFr zEAdNLh96=jMFW3@^iD8}PKTK2xL&sqn|Zjdxus>i;kB^v8!$#x=wyGDHdQRJXwaT3 zS3YM`M}1Zmwh0~{zR3O5q2I5CI}az2^GQy=WCUYj{z+Z>H+`+gyu6b=Bko+#2B(As z>DYEfIvQ8kak|f@H}{Y9f~hzV4J+mf!}a=>s-l3XsyG_%kN@-o`A;Kn1Z-CR%iLsU z6i+xWKG?2J%_n1}^)YwsRy{)O*7{xy#BxHy?lu4)dAZ=XP$sM^UDnE7iU$^0`Rwsl zL~@u#=+(pUo9&yb>GiY^=Z=-mI6;+%eEuPNa=`aP+YF)<^w{{)bU@Rk5(AO)6NmYX z&aYdptzmvB;?%>3FL6}CB|F$Gg#j>^JnyADDQ3*va;L8Kd7Wxt`qj7q;KS^iM^+yqN=5xM@RpznsQDWiV7A?#r}Xa!GNiEnuS}f!lI0X zcKUm95%^|R=X}I`E+xkreJUuZs826(KSxBw)LUs-AgTG5suv;zaN6ZS&jIy4ZfNIr zezNbN+0FVvDlEp#J?AGEUdSCeL<9eF39ENiTSMyx(_bM zJMKZ%tqW4|M!;lsK)*bp)LcVCCzz0BbNMpXAG48Ojf|V!P_~K^mw+m*X~ABKKXW*kL+!ktf*?v; zw;hwKxon?I*kx=AWATwDDMlxR1vD09f5XkvUdUI`F?(Y}LdC}pINtY`g#gSh0xp|*7^+UR)XQGD&)Ac+6SDvk(pjHy;+q+w zZtdCgX1&{&Sxn2p2NaNb!Zh>2kjs+Iz{*OlJd-=*eWURAzle6?#a_-F%JRk0w-DkF zlfRab@B@RvB}hGv^uTcUz+C>Ep+HXK9B=*e^AW%16FpjzVH0lIrq&al>?Uq^0NZ-> zGUv2!KmL5F!nI*E;Q7n03xTAh)gNU(SCO7YKHTti?FS=60uq5`b3aPE@d?Q>7=cZF zyCBtvesi0GC>$TW3hT4+cxcK0DhUD{ooxI=ve#eYoPUqy?RQF1_wp*BvC`8^gocJ{ z4oXTCnlxk&g=U;oimY+IkUt{v`MAT;!d3dYWIeM-e&$k)xv<)-r=sBx zXC1eTXt&FADUv%UY0xvP`IoV1kzDai4;~Z<>7$j?(p<2dm9~NfFed`C?aJ8Wx!DJv zk1w>?q;Mvy?!q8SHauxmWUf0n=?{$wr6+TLA`XVmj8vs$@2+dQciV%-My|&zoh&bZ zcM&+8y0}le?dHmx=IvIuPQEZnbeyqGM8i;ynSH32qc&1|Vm+AlyNZ2QpO!plBo3i~ zvnJnL)Z*mg;Dy{vp8EV*S><(3+9#0y_iXgI=b z!Kk(HtsQxlic#b@A_IYZ%+wHhsg_fdD6-3 z29`lHW7(j6LQp60y^>>z(^J(r!oUG%6RRO^s*5uc;#yLY@OINH|AEUWWxtwZ+PJa2gp7!2t z#%XQ{#k;2@O?u&%|1$}HTqf|v^KM7Ur-u2J8!IV3E)5mT0V`%ihm$5zf@rt93kiecr12O_C^K%C3UvV-&a`QVHQAxxkac}|T~ zqf~=x?0cUpD{DdTy~#?ZKQO|OUn39t>-4e-RuQE*sMg^8O7#m7KGsU5lfh>|YzBl6w#Lht*% zh9yY}h*NEA5 zc+2HE&c@EZ@D(qyxM|u0IPntN+S=h0J7qyKBO%V}>I$y>@f{%>ozI@NjzYb%+_(@~ zf9p%kLL1NVBQGnQmds-b+BI*g{A-g-f>rIhOtm!0<*RYUXzqP8l1Zz<*G02ReHwj7GmV=W zw)`hprj3Lpx=A){VE}K)Ft|zoCP0AlPQoJBC00y-+jEl_f_qNB1lzLVt)oMaQmw*& zKphp=&o2EwVA)9anLTWaHBB44!&+GS|k$2dz6bBc#$M~@B!|8=w$}KpIt&flc@KA?K(DF$WqP~ zs&bt6Q0S@udEaEPESHge(I$mUMW)(l63(^O<6?~Vw`P|O&4dbHS#j5N_i=n@nmpM` ztHW4^Cn?gwttRW;Tmxx~V)@h-Rx)ng%JkCW;)UOA;~jdZ9L1IN9OD_=^D)-dcYl2OnFi1}+P|m8~YDDdxaa0JLsqtJr4P(xhzC|6YU7XP!ItB6OSiv2#sKbN;fCDbx?+9EH#+f7#)p@YRh2JLrZzD*QDKsrEm5-ga7m?BVEc$4F@BLWMYGbz2l++)&q@g& zYqXC%I2j|+f@#X04&wkd7WPdf$X1M@R=Lz2&5P7pRDcL~SXVXR7{xWc5-}i{=K_vv z_FY(2Na&g+Z>d`zeXz*n)DtHWLf)rPNn@URq6$?@C}lnF`PGCtorD#)mrVzJA0ntoOdC5z!4viV|JfwE##m%Kwf*1UG-z8+%tu0$#O z-odPuqP2$<+-Nh@k4^3;Bw&*|jlTaxD|;bP7r!m-v!7r0o7-f>Qs+Z?;~n;t`Vm?F zi;PSp^+K$D&XH+y3+a$ClM`10OOM6)M}{3QiDVpFYHLl&&*#Hrw;xTc?p3!=n=pix zZT7vmI2kcBuW;^)FOSxBjRTX4`r|G|)e7~;Jl-B@KfY)Uh_$R!8t6u(bcjNk3Fft{ zH?vM3D3a+j6VInROiONywW`#Tmp)Pxc)+?bUAR$9AeQt3Mf6#eSD|xaUp>Xf<-I0k zA~U2X%*--*btk3-9L6EJqH&3dEC9G&LdM-Eu^G>89|}p>Sm)N&L*PVJ_SsWu%0k2F z&y4L2a{qsJcba#VvgLF$tHw#$A zKJmWQ=Y78Y{do7W|9UJr*1FE~nsdxK#~9PLVBZ%YFN{pX_tPdU`)XExx#|X!9fAK$ zp#t(f%>Kq&$GdKO*@hL<|KRALz}vKN((?Df<_F(_KbIJ)*D>DKednr>nnz-?$N)ih-YUJMn%}sL5tockpOP2U`^uj9WF6SFSk^WmUsGS6eCFKeI2*n0X* zL|xz4pg)#gL+WM}9eSCOl8fjvq13)>T(_T_eRNQ!*PKApM5GHmnu?ciOhM{U}NKRzuuR2(v%!j0)s+eLDN#HDohjg%f8y z0ViR2bG{-~F>8wvV2n>UdR0H+tyf7_ex_3V(TqTvo@H6tjE!${0k)Hk4`VONCg7de z>UMEcg@;)oy6b8fT$WS{e^v8kMjgz`@UI#85F` zz$A7SC9j%eGJrUt>h-#V0`Yql3@f+{je>5KlyFyF z;FzsIG99G{YG*Q~To5*6k=SRWztOr97j&jng#M#46bL{335U7X>zGvaHyCT}n+k&xYYJAdNf#|RxBuJFmJJpH%gwm-MC zQEgUOsR8Ts=ric++lr2Ja~ZEPa#;%o8bgvdG&VHuut|mp22mu>e$99jx4_MQXY*`J zJmU0S_hV2Os+?f6OQ)$ic5FGWQB*qqkDh%Z@iMB{SHsb{20v{x}x)12R zRnW1zoq!yqY7?0UxZ%8IU?b25W@QHa>;R$iRi>-hu#rK|ZW5|L- z^Q#2RC7E02m!KPKI{Da;U)FLfH)j@u(6K4xC#+X65m~!WlByPzf^w%I>ixV|=cQ}v zPr4|F#_>f!%=g}( zR}fvymER%d)Y3q^x6ON9Z@Uu2(ObKbY_f>NZaPH@c8QnD1wtYF7I~{FngWIZwk-%kf#NDmpB58b4V?NpyTTos;`WiFPMS#)Gt%3`B>>T88^24@=q4*aP--+q- z3i>la2~z(xy}tH?|1;ecB>jruNvAoNu4l42+UT1veF(<8rX!`EZO$sW^k11a|6@ed zi2Rd7h5Q>;yhYtxCZ#ajdZ|Lw2J30*=>{X=pi5Ar|2x5OiK5GqihVZy&Klh@wb92R z%*%H_|6ub)gQIlzi};Gs$ETO^{{s6B1BQXH&6Qic?$fGKjp8QBnQ99Lg3)?|ouq|F zv->B+e4l2-vg?MiLj;UH`BiA?ZZ~8kBXoiM>fgbm1<^qnKt@vmAlrlV&g~s03ayG46D*v>uN%*vOC=rWQE)|t4z6};Xa~g3mJC)HV4KJ>s|?X>u4MsCyI*!*rMd_K@y>8s zMj)$}EgGGP)AcEw@6^g*Quq*-ci^4?W}`L+xxlLC*#KLplfu-w-^47zVzwJ)s-{U!4Ew4qT&z|<;hd^h3OXDRi4DHq=@e*Fds`a? zGyBM9w1&Fy-IQ&LAqI)?&qR%&@z*f+5*y_YK5-X(e;;0^rKT`fdB?du7cqdtTvh5T z=htFl?%yLCWO#MK_Rd1(N-Kn*a(RPZZkd6p$w%QZIT5Xw&jd-WQS*4Qcm~2EN`c(FW$MH*K zbX3oLc3qi)O$S_4m3d0!Bl zJO1E6&du9b!|_I`{8}zbek3nsMI2YjEP~37VsY@i6P;&y{%#^r5;j7xgBQ7ugBw?7UN-H<9S~FLi5W;^c=$d>TF<&$$Qpo94j3VSz1-N}Z zdNCSCR020s&$6x0*eA)L_wgs!RTXd61X-BRhvhNsJD3Mn{=GLJWrM4_%i) zDIgg$#~HL;?=73vzhrYYT+=ITNsNeirVKM{RK4IDg9dE^xw*`77>f$Z z^xWKU%xh2WRnSxojF(i}zfDt4&1KsWa-AHsXUX-s%qlj!Hu7Gla-T4}HdRBOY;avJ55r;n?6Cg$J(+3$tiV)Gv~X{OJWRq!l?E`JCIn8?f?`i}=Bk_#Jm$NdRpna$sW zUXwgd(EwMTDC5Ol_V(bL-w$BmrOKDryPW$>TXdCQ$ow@5p=;4WDr$RMA^vvv*1YO? z!9|4j;f=O0kgEWkMqcigH|uVtW;UkLm2;24$8@4V>9hM+C(bh@Y{#oPcoG*gkp$zB zoY=gPnNE<{>=TO9iu1VSQtzzvu{#qD@vPeFU%!5By;xIETWEhWqCcCnH*232CnxTB z;DJ&GSk}M=CI7C{v-eXfcMTolzpnAmqLs9UZRS25SI~%F>vOHX|Kw{3@Q4fp-#I{S z0?0JX2JPfvR^pS9a@vZCTQ*YSXhsBNi?9lh&1-ihMcKyfK%$p-;zJrYN?tyaFI1it zEb&fqA#j_Jy%7>v0CN<1Ea~stG+e88535@0~gbCCE3?Q`1+$d~>_q zCMhz`EQ&f~NljY@?#WZb%fc9v2X&eCT{o^n6+_oZPmHRMTQebgdvhtYW@9dKqWjHM z0L122Jix{@6o(Dd0{x%nIag#suWy3_Y{QFoXjmI-YoZkw-;^ec)Yj%57AtZ6*c=OP zSxE~Pl~elw9kvrO5X?)>I#$4@wW)(rbK!j+R>uZF!JlsUSng6hY_?Umm!@r?sL}q6 zjDn1Np*ZIm7?pNC;BR$Ro4@)PwFtRF?f%VY06F}nvfzG9-@rrHJ7Q)qiy|y`B{#DC zU+$J*ixh0DW%Cof6jEP^Krg=mrRq)&_JIB$D##nsCGWt~+M|XPH&(80Ph%3hVc?l2 z{h?+?M5Dt~xbrL`kl4sx(vFq{!gs>Rwcl`mhg-w#I;ubRMgmu5;Wl$jQa~n{+c0SP zB*s;)XFe5j7fR6npiVVaunZBH)1;$M?L$W{@KnitpICpH-(hI(kAW<>%x=@0 z-$2c>=Uin})a*P_wiU)%F+UdPA`+Vq_Grt@pAYyID^%i-VH&c+mX18cqIWWTuh`z9 zY^1nYeq!O_<92_*SG_{I-Zl0qHMQu1+pP<5CC)0uDZ&k46E8TnQ&PJHI}56DkL_Hp zUB1(FDhp|NbrW)!M}ngnmzSBev?{%@^xS)w(6l9BaLfJVAujE5*oZ41UK$o7F{5QD zng@ewjeBwa@iuPzpWEco`7Bk#WD?LXofi3>Ci<0$92wy$jqUCg{AvA@y1SDgcrLrv zI)$i*k2HL~&Yosd%D-}~FeUgC-blYA%sBkiJtEr-|IMxRB?RLezVPEkf-UaUP3-lz zXW`ch7q)aeEACFG+G?js_o)<2?(em7qFwTyEL~F`tniUL&JyX6Ps?K17Rx(Z7B5(j zypEZ=<^z*VcKp@a<1}HZXdNVsT%1c2WEdScq7(u-T*iq_$*&)LQ$DUQf+@8!Q9&7K z`2O&XPpx6+bK`MXpWX^y5nuW+yOENBTC=E7y8yk4mZe9ZnGJjY4gFtstiP89kH2eTr^y%Py0kX5^&yolV9YC z%;OitAKjegJD;v?*gqa3nN)T1nh%y2ay?l_;x$Ovn$01s*V(Z}Yi>SWCya`=N?|

JF%J?l7soVTE-Zz+rrm$fTwXks2&4uA4TWSgl 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

    1l4wl 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 _Ghu<-u(btovfReJnKxBDf&oPJ)!CqJzuJ9 zzcBusXRew39<#GqP2YIhW{|g_QoR|mp!`Rr`Y)4wRjkL|Pdqt$9yI5V9N%sHq;I_B zFgL>s9C1QdeGiz+JxkePX6YinYGAstMdZS5z|ksol?g~BW+i^tX{dCaB(@d>bKCV# zm}ykzvIL&4k!;56ffaUnl{R9{ZI{eP&eKWK#+>>U9~Dz@fG-1^c0u`d`z0=GLE|Gv zwYYmX$Q=E|4)&r|Kf_-gCB`tn!F1-T`Aq)O91fgNNlaOZ9sECc#c*=E5bcBXE5FUj z^zG6ynr>iS9pwHi_teipm1cCmuKhXHItdz;-PjKvvDcHxslJ3t#~a~bFTHvNi@pqz z*oi@)w-Efks!8&m8_>&)Dqqr%Mc>8`(#x zbG0sq!@h-H{>q$NxMNT^dl$H*1x`ssS{AM5gDH9D`)azpQ)+u`Act))Aar?m5ci=x zyqrYT-?^0Sl4ssN#iX5>dGcGqdf`Pb-PzL9DRN}1$L&Q$PNf7DH~uG=w^c;ntp}Gp zj0lljf*xWufi;qeaMKgU9TA=DkizSYY$~*N~(`!1P!vEXe%qxwN}B<5>0TV~D=a@<6~{DApsi>~A7o z&^+gq5oG?ih;szMiFD1!fGayv1}^yn>-;ntqNw?OENw{O3n7VvymacOkhhl88Cx|} zps;X{1}T!~xb0s#FT_d@?!g+}!@;`RdHDO%xvs;3@YU(2>Zs&Hrc3Mt@yI^0T=>XW zOZl?^FZO;LRD`|fMxe!f{kyB-pt^jnScC6b4=I6{&EwQp^q>GZubD@XAK@+sI;5kDb=D7I)1Y75wW>zY>w>F@m)YB^pC+4|eT&!oCH1Ien0FT=4eW`w0mq&HsH4kd=h;T)m2j^4zG#f#^ z{Aski$niIbwE1|x`XrUcn6v)*!FzbF0-l@YG{h4n7vJuyOv8{Rt;S8{6_wmYmLS3) z`|}TTH7q@fykvc#G?Wie3J7#=R}7IAziP zW{%}W%&P0gh6GypST{B*8^oOpMW$tk&(=_pHE98v+<)7m7lajkycU?qV>K|%;O!

    =N6Wr0 zbD^UeVM#0=s13AQt1e-5C}}*T+RTE>YRSUukHXh`X_2RD9EIi zxZiCVPk^q);cv14&pf-%(EQlys|X@sKqDCL;pKmkDkaO}e&x;_<~LJp?S<7M0_NQj zAT_cn!b+8^#2P6Qy6q8dBL419e{g;fpI~V|^v*TnoHe&W8BtSad@4JLzc>s%>!w7==+fJ@upJRkYB5B(x)l`9S}`Gnw6%tJh9nZ}-gk z(|jFY*>|7D2( zodJEd@;&D*1j@Lrl=-e@{}T1-$<$wrV~nl9n_(35?bF?9>AB&W<2=F@wh;ceYj4yj zb?i)HaYm0z`|~@Dr3IB8=G+^aPX$t4t-o+M_Tmm#P`*Xw>+XTEGlJuUfjvmC4Y~DWV0P2#S{LeBc(}1J@ z)u!Lya_L=d$NY!>S!|*mlhr%O&l~$o%e^*-Nd&`lEYnOhvcnn4U$n5Sy-bxtZ7o@% z`FmNeSsCMLp7pmfq~z-e8~Lc((T@;k$#A~Er-dT3{S99qmj5UmpE_htouJTQVr@Wh z7Bls_+=m@w4^WdQHxpEs~yYInXb}Wh+StSQV!( z{h10dh^kqw_*PTxo6KkZKQ%f=nmO&3rT(owWOq-(h7lTs-29ucdV`N{*;p`-alau~ z_PTYV5|UtY#INyBI7tjchTLk_Jmj_}?qo_TO?l%xju1J~%kp!5F8TgklsgTm zK@$y~|3g}0P-D9nu$#Z1-o(U+@1Max&4Jbc_7VLso(}@ob2h2w|KjbR;NY9G7Xq#@ z7P+7%2a)%Cw2*7GAl?Pg?|RBK3{#^_;GAC78EV2Jy#tszad|i;3&_!l8YPSbBH#tE z0Y7k*B5Wz~l>KNNnd2#Y{CD(Pp)Y^TRqNgpabc)53yUS_)y&(g9W>pi&gl6=2WNRW z!Yt~21b22TpaORCMynb6{^w@fZp{Y%IM>I)x|%03b& zPnpJ*sh(AIJ=JjDFZpy<#4BT8V@E=99x_vNkj|1qjs7`;I)^^(foWUdrZ+RyaSE>l z&{`F5q_VEc@`40N-$+rziriMp9-BsxwjOgvw9bvP7ZM*f>8RB>CG+w7B~KnmmeJMtB(YPUMLH_ z-Ob_qiZ4;0<2XQvbord`L<(}r^Ae$3qQ;~+7UQw6=j9)Na<|pw9ghcAqjLz~mh{En zt#-dur)QD}fIPQuxWesw3GbW!HRDb4+t>>uh1fX-l(vVC^a`p3;fw(j+B-FmK?_Bti?s2L z{=4i?{!i`s=9?^=Efhy0>0_Qs{`W+t?|wP8{O~sH9>AOVPomnNgLi;!!L%TQDs1l= z8>UkfHf%gcmh@~>-{bBOw~I$p{}+328Ps*#{DD$RNef7Km(m>)Kk04(rMtUJ zq>=6hDUl9oN$Kv8?vRp(bN%l7`OkCW-I?>^y!g*B_sl)>1+UoMYxlFC-Ay$9INOnb zRz`J)1%Xa1;#XE18S=kK3gz!TGZ~x)qsNbHQ3bE!@x+%vPuVhU4zm(Hw?%alhifco zHi|3WNsxmpmgKgg?RMY?$Vb6ruvG_(w)Kv9gA|@)P6z)(pdnI2c~6bf3#j)5(AANvP%i6{lN4KMg_coDv31!M(NP@d<^I)ES0Vv+EpcA zWIe*3?mL2?_3NN)C<0=8t^vg>jDK4uD3AZ+#@0~A`LkJKr0N1vOG_a8h)mgu_=UE7s!V8I9e zcOUXzY!ttawE27t%AgMH8pqo*F9^G_B^KrLD?k29cMheJdoL0v?Wd##(t4HvR zL!lB!1OU5aG=Dpgj+6doP6l$rM=IB;rj;8AdO^SVE~iulRdSWFAlJ0i>L6uxv5uEO z<|6{23U1WjBq9{$r*eL?7#I)CnthG6W$zP{e}h-%pP&omA6$+nB*hYDU;H5tBw?~i z?oyPSj*K~X`%OYu&#&X@>T)JcOrZ#76KA_edydA_E%D&1HjbDAd_vw?mc!;S$B<`Y z#X%vY7Yd+{@U~_iRz8n^J*)4PX{1Z1&3{V}so(Xh)P|1oAL$Q1xha|0^WIG3?JT$f zXp@|D^-uk!amrJ3&)jhjg(8tpmRbihtEWAogI;+Y<4 zK3vBaS|g=SvTfbM8}*SP_E=s0*MkCwh-4rAicf_LgyV?Xn8H!$i^YbAI~N`2ferzW z#o~8=_W{PneQf%~Y2dP}$v)>ERNn9!)@f}d6Eq}xH+%)$rLpX{TkfC+{k6y%A4K>o z(obWVGAS|QH7XX9jV4bgw}A0W<*>7+WQw^rdVbt2Z7&?FuO=t2jRR>h$v&elf`4m4@RsxSgyal-k%Y zFFm#0CD>fM{8{Z2TwzLLeOTI1cxkL^COym6(R1{@`Dk1C_D`2bX%usTbEV!atM1=V z?s>d2BCavM0#0)ts0St8@~=0M5gWhwzwy*T`Vi*^y4aRDjSBGW1>@L|tY4D|I6H@} z8k3n%6ofTthXyXx9b6y34fH1z*miL_s+;wsj&e@R@6J5Q{Y?6mZ8|28U$Y`hQ}3;a z_gR0@)G1v?4jb;oik-nz<}B!fQX=cAw;no_J|X-yIR{uSvO2UNaY-0dW|HIMS;b5* z+tfbZr7navfNn$|9NbAn%^vf-sS0V0W%}MoX^|ZvX|OoC;CU;aDcr(ydEn;u){p2d{>3H_u;C%-B?GaO!2d|yT* z1Gc^2qw4t1$9V?I^;8Ivu(SGZt#`z9fNQb$1HGvuq_g#Eg~>G|&7GUc*<0wlp2t?= zJ}?#&4dXl?WjUCCW4jw zOZZ?Egf#K)wK-@hX$dVE4jqn2#*Q>CiqAf(FWY^kyj-EdQaArKo$okD1VCEzR-383RiYQgygIB5IXrUVnmNCIl}nxE$2O`24BoF&o(1Y zumfHr*&n_LN>U-GCqzAMk1yU~(`%BT#xg6ofB1a&_Il2tTs)HEs7G4{njk!$xO%Xf z^echF{p)eQQFC7Dd+uBuB;vtr9@}=JDvupaF1W;M-rzOfZ_mTdDubCo(T{&~Y)4mr z4C3>x;@vHk);F2ey>)tp@ov3Pi{}gc>TrY11nX$tjzsI}npJ>p0N(i*3P5P(Kwy=s zs6sbVBalqMtuLc2mBagl)C~iGk2l2#rnxUbfMkvQ@AskzofLqfO04e?Im{nvRQ}R8 zYwkNrJGwR;B_=~B% z-RGUK-@A!mBL1mLA&1MwTAd>xte$J_;E&Wxd?^_+_dPt1P#cL7lL)$^uZ$^JU<2^~ zyMh0`f&Ueuf2r^PpDHoA2GC-qk5d27dYNa@Q2sr>J93H-$RVvm`S-k2aOeM{>i;c? z34H~O4Ho>sW~gWwB_`8)D2Z-ZeWzczeC)!+cfX{p|EwBHju$j_@CtHy)j-G)eP5}E z3lXY*DM8K(wQjQVugSvUiHTsrn*mk!0DGv-{j5oBRD-^u#q=qguD-0ZLOcn8y2#+4 zb103%9z{iL#I}QB7XJ5Ff~EY8%*=loUcnu_c2!q-NnqH_7;b4y5h`j8CC#RnevpDb zIlylIvjwEjfYfU5-t&h0;B|DJ%C!gh{GQ(!IaD+Q`gzd;Xpv>_&vg2{V;$$8UlBD& z;B^fNVRmJ!L^sl;k&LCNFUu>I!V5&|ehyYtRf1v~3{SlHKgCi1yMh0`f&UjGM2!!> zw4H97SHEnDQ@6F9j%iPcX@%f>cm6cx_ju*EKZ^E*f8fpT^fbES(IG2u{qg=?;!3Rk zGcixqaA(Xfl#;Nh@=Dp-b-1+%&y9 z)^p|QKjt~PddHqBcawdp@ON;C022n*3pv>Eu(sjTngPG{t4Hqo{7<`@u1b(pa?Caa za^g=FHhQzwA295h2@4eoMqS=3t^K04|9d7B3W;5QHs*=>M}~aPsA#s+frA|3Lzn*t z30hjXT}@i@Mg&+)cXBw)Xi_9HQgrG7@Fy(d`nu%uMG0ScdPG<)PFbdmVz7x z?wAVmuxiprVoB3zZp??|a_&16I**EfsYP$vRXUIs6H18DB10(UbP;P&JCnQl`$7mMH zHrk)0tK`Iz-uO-|Fi4Q^TqKO>aAI^|!5q72qOb@=c{m6`Ft_TjizyW`L*IiPQ_lX4 zw(_V%bv}M)U66dYX3*-e?Lks>9oP;1n815Is8}FE59~iOAqq&1b|A3{Tkm_y{L*T&L zGN_58Jee>G#$Cf z(~fIKIFn8-{c@X6`rqSaqN1IQggNPl0qOTj_+X1qU@K=Ga6QKerXL2NPYv&N&aIzB$#yC2LL@&W-TR1hraYDq|*bxMR7-7hQJa)_ZOtUB9 zBo)VF+di5WThW8g;@v%X?1l0Y2F|}M-nnkf_)Q&0z=t%7>UmFaBW`(9>+tg5kIL_J zjr*?sD!D{?c_q3HzefLsGZr5y7(d`cOlH;iLX!=V$-8WddgGA0=`zjyhr27H^(oZH zabd&FcLVWs6@=xPPhh?`r&I3>&#Ps(T>y|qIsA^oa$WqAn#iagPAix4Zf~NfLBjnH z$Q_R52K)KTJm!@h|oK%f37Q-tuQD8C#_TzO=9Gw)|}0x$*NQ3NJA5vEsA7! zRV{z>1{J&sez#WssBz3SH?{p>4O4&52%6?*)lgf%inE5vz*>e^VNk@ zr6#g5d!Wkv?WoA_sk6u6(~T0h6aA#Csb5h?+?VU}lz=HN>q2Z;RVmbW?;kub%@^y--()3XmHN9} z4&X8}3-k85gk=mdVL}A%)XDc_1Vv#GG9-c6RYLBsPc5$htWB-Xhde*{<7|G@gW4Gj zE3d>FDAaL7NnDjPStVxrriZsFjOP>8Ug9F#_#@8K1Xq3mq1qq9h5&`!9dib|A9 z3B8r)2L5a-^JLC}T1 zA1vC9U+hg@TJdDfS#$|?epVbvDB-leU%4wyp{M~v1WBmcsm>>uT;|Eya1WPmT!f-T z=vr!z#=Vsvw(f7v)oS0>F8d6}9Ml^iNjPfH`x#oyl~vSpOtnjd#a&E}ibxh=*)VJ8 zxxZMm8e9E2RcpafzRQ|t!y!S$S8FpHE&SLR<9ci}gLSu|)8w4`*qkf9Ayw}i^0nqjkT``u(cpnF#EG6L zloJgy7?poJINo(k^)xY-{q*&K$LLB=jU0l#|JPfi3%gdbU9Z3{`BnSCUh3!F?h?2t z)dO70n(mTUNDzn4Pu=90$_Rl%uAV{KE$+x^fFzN$2{OxSrN+{B{jDn-^8j{XnVI~i z*Bp|@6LCvX0SS*+D^bC^Q;#zYXwM5uD_Y)ho&RFCpqT!czj9A1v{HETRc^du3%S{0 zuFeaCMm|j~Vx7h+2A`SUuJ5LJJFV=|~2_j`zyZc+iUbhWrDczD)0WG+)Y~ zQMP2cZXG+dZlif@3WZv*miIuGkYx!0-Ritl3vs*%^;5kC4wt3z{V!&Y`Fa}xlV2&y z&G$D&*}I@L=}UvPz`}Hewbg5s=dhSajKD{LJBcO{a53}8XVcF~*7sKKJ_0QnLvVug zbN-5mZ~uFWw+(~ReC$%ggiTD&c~wq|;}y-UMEkE6B`Mc1N(|C75@>ub)NXS{p2XXc zcjhgN)oHne;%NDYql0EG`hHqjVt4V~>8_{B6R6M?sP(Voj0QH@Z-FWdkDzV4M$w&~ zA4RLuInuZGf{cl5e2D|u8E2**T7yPcu?Mw!QyZfjPjSd7J*%|y?Yhk{ z?9IY&Hr<)Q43SZUGL~2P1BnS*n41R?hF|AO&Ku0*4C2b`GUvIq`H)xf7jl8bm&VInN2g;?Iwi z_4PHsX(`9dGry+~&ZU&By=(CvI*jzX$`X2;Ajjf*(){)rilFJQoz-0NG^KvuI+@UU zneEs1t7d>;$YwRpY>bD0`Jr#l6|wm?arsE<2Dp_!DPY##*(Y|6gM!B52(3x)E88g* zY9z?dJ?AV(;Ee9b^Oh2)2JW#;X#G~K~nsJudH zogAuB9Ypi`j-70#A7`ds@y1DEqM6M&zm_4PF0lHwLyPZ5R{j0SF2m@E5|O4H1T9;} zDuwT>ac-u5qhs=OIiZh#n0gHLBhtow{BacCyX)Yj4UL{(5=C)L;yjCd9OK6jki+j` z^p6~d!AJAAgF6!y==D!-$2Q(Z|^-Wtn0(00H|~u z+&B-zq5BGth`v9PL8tIa5n#V(DJy$Cht(8!w-(b)Q6W2j*2FJr|F~^3TpY~C=rnjp zHb0PeDuWL#E>hljzOm71!1gUq+MR97vM1wpr@vjc+#RF1xG~H2@NNM>DyRPSo5Y{Y z+ygXT8Z{-4FMXoiw1t`O`El9w9kF?(St2(my z?wmA-`j9$&fc#P~Rht=EzK+S{zDS(qT!WOp{Zv%DSv7oonpAYJHE0n{CLpyHoNwb7 z$iEns?N=}6vq0(Udj4{bY+~GK+-IDbn^n6h0R_)H<9OwVIG@w@SWOt6Yud(+d&xo) zOS&W<+J#rf4tkZqhy5vwT3&- z8G<%YRQOeWVvoh}RPxxqm$LVZ!VjTv0yDPd@nqX7%<=t6kxTD3PXV^Vci3D4eS-P) z+-sr9UTE%Iw>^@hY8m!?S;1)!eRfLOcKHU8*L*di`P;aQ9-~!|yx zl1!OdUfQN+o|$=RDfWKTMNJQ9ei6{qJ*q!w5qf94r>#@D7l?-++Ekn>&Z}avN(}5R z4RCH$Sq8m@Z_@3GJui#5EV9vv>0M3RHvo-C(LkZrQod_3;C_iaf_!Pij{#e$jM3z^0GTdEtx8zdk)Ye_xJ#tX@x2GeFE*0;PxbW_PMCr^UF1jTw(V`jy(+ z%Zq9Y3*4eR!`t76CG%Xu(}8pWrn&Y@t?#ez_!#aVU;d&<>JBT^>_0};JJUXo6JlBm z{gi6KG&0e&tjYPYxb~0BRIV>=*NAh*?-afw^Qb?{)Imj_r|j%_AGjYJ5*^J9Mc$Sa zU*{{M^KI35-&?xYVw46Wljb=rlSO@u$Kp_&psh-XK1iW<5ZtHV@9|BUsK-6%ooU>1PzC{&GmH2!_32&d0%>|%u z?#*h@#nUQ&CFIIW(g4AEgyYVDN#YQ$gX_W=zNl)EuVNyj=1ly|H|5N~;mdRDgpb!o zWHgGgZ@mu1%)(0YqCAqm6nU1^O#MBax6w)~Vl~+yfjgKkD`Qc-lRW%ROHx&%)tg6v zI9;G$RPF)MDL8n=M`(jJ%k;Jx92Q@2w0KdkqCH`o=Vxa7BUOp+bzA}_uc+Vi|+l$(X~pBNydI%!gQ_paD$=Psf!+K zeW3lScw;rlQ-38GJbBn-m8|1iXW~4z4-mZ&vOGWe=H_XfPBkYArIL@cYX=v5SAKiS z8gOU=4yIKQG>sbbIg#H42t_v03jj1hrrDfp||lit^l%tIYG%Q6x*+ zSl@Q`@`hP$VzV*Lt;I-0lDHJfp+rw_!#e*IRbevRCi#Vn`@8p5c16~md-X3$ZPp`L zE@@k=Ugpf)`$~rD)0sFPndALMfAmq+74GAKSI4gtMS?J*Wdy+>6+=DjQj^qC9_zVx z^VMcN5F7!rHjfQj8d=*5_&#LN-B_Gtp@BzmvdP72|4Q0V=(y_sW;gBn^qA#he>ok> z!J=6sJD#sGxlCFbzdEe_X#HWK^_J1+V!Y3@nno5+mFQzdV+gBVi##;uLP7F&5 z4u4ZYB6DEj^X}N_2C_v&OfaLH{T`;<3DkAOFs@_b@226o(PF@s=0rgVh`$T)rVixJ zasV@EbYh_*|8C1xv>RT{e#~XL%Xby!7!^)!J0l*}chgrKtnt-?!PW`F8|qYMeWUyJ zHxnQ8i3d(Jp-^IUnp*hTA~`A%E3ui~OZ3`uIDvHyH-3)UE}0yQ%e{bCBc*&NxtUHx z-h8PKLaCqft=?iOFlF#M9m0ZDdaHUNgd-veW2)rxvgOHtze( zBtthEC?-)psQDdhP;Hw`COK27j5E}%Vlv#RYDD<^tk&Q2$cExFX1Xmy< zaVqZ7WgP)bBe|Nl%}~0WG~U`xJK(eWYt5)pn{w=)NfKbU)Hq(rX$LymtJQ2z>dc#p z$hW+#klvt8;MATvG{sYHu>1X;C8F7d$#bv$ul<)N2g`O8$C_9nB!AH_Q0NX0@4xCR z!@FL71Zhi!*hMulX)KzN=9c!T?t^LAHBr%--2BFmhjs5ki1d~v3Jh_{y!p7lNV_ll zZJ#$C#|tM~A78d`AdE)Ua`*MMQlvKTS=;onzT^DMqBp3VEiWU@*tDP3#E_jw+ncWa zNgqG*r+}p!n+5PPSqMF&rCl3 zQeem--J`F;>#bm1zy_T{+Bd!GVu0a#@Y7~^JFODfFKLujN{1=}#H+dqx0aXgZ&?l( z9sy8EgiNS&6#8H12$(#`1a$$M!1jdhc{L`bv3rrW24fP>LPIoT?=Q~MF+;rQDFWFR zBQ1P=P$WTWy>Rrm_pf6M0gJdZD%xHsxLVSwS2f>x7o)F%!bz z(0QlYe$m{P9hvTyrg0pqKVv#_0+2O}-UTO}5TQ@SYFeSP>?w;Tz8YW8FU`NBiXg82 z()4_X2p0>1UKCH>@^6pNr2W^Sm?I|>pVtvfIitzLEQa=P!I7E_qw&@#yPq z7E29uGeOl-Y?g0Rk}Ilk^f#m%vLco$orbJ9+9=Y474LJjTYwp?XE4|qwO_@EIK%EY z{0{Dz8`Jp^DZ8B?oPYToEo++ebh+M5N93|8{(+QP6iYd;6x$7K2u1uk(KW5AJrfCq?# zehxsg;OLMV07|Bf4B0k;l=5D9Z#iFBf7+!n@@d1;ZODFoJeM0z1)f3a9_OiI!>RLw zPaC_jo%ml~tOQd{Yx5Lc)gOkRq?>ivFZJbp_gkqb(+#GoY3w~x5?`*i*!^TF<)@(6 z&i}TEZHe~0n)i~=U}RXKV-b~Z0XITo^j0M^y-c`@_hhu_fkmQfcV0f=J8ClQS||fK z@UgY9pn;$IR}ly89tA5R9!Y_gvD1LG}_{mk3Sl&83rw0hT++?t z;`w;*zQ5d@obatuH+E-LF?Aux_i>}Zcgqat&npn`1wqZ1;R|ris|afvAj$(? zUiur!Q-_Q8)4tu^lH$G7Z5r9_d9L~Hq{D1R-RksYos#u0P3i*4B`X^TXq|rJNNate zLGyj+ef>1r-nQs1H9AM^y{WvVqofT;kVBZ3Wqf7fh#{Lzt1=qz7Kun7lGNm}Di*v5 zy$!)nwG238H+RBOyu$-W$-BWRxU}LU5Ns>iy-lv2*}v!ThRF?|OWX#n*%wyLq@|uW zv1YIZQ%U1PfZxOcO;Bu~k#6cdtORIize&z zMG?Enz}Vho(Zv*1cWVeG+Gp&Zi1Abo<>tDx%Ql}oF33Vgn{gO6F>c&yf-i1dZyqKl zOh68fzy0R3H^3U%2ipJZ@V|S=6*1{2Shv~dqsErarVXW0vb+{Ml&F7yIF-odW9V6A zfhPkXvdenm$)XV)i|&ci-3pgw2-$RfYjRjCGNfXv|J}4qL7a45e$&N}z4-f-pDNSbPW1QtEAH9 zWy&dL3r97zJ=BAK)w3JDQAGrU#4qLRZ#(9D2ODhPAKu8!{x&%1-*ISUzR_r!4fgMBMcXVXoTK|W zUWvITWHOm4+`Jo$QP|TIv!h3W0q`d>)Y!cKud(sKj$ZL)jhM4wvb;jo|Jyy7ZEUU! z;r+#mbwsY)>&0K4;;^wT6qHl@(BX1x=vk|3?mNRQQ_K=#0mc5W)E=!r>C zI~Y;xxFz#&yJ%OWG;KLuYxQ`lC(10;?8@RvP?@Ea(X#S`18^SiJk{Pyz&ubOX3m+2 z;|A~>g={1U+>AcyuRSU+Fc|%cs#N!_X-{ ziWkZzo?ZU}ourDL_t+PF416g2ho(rDe1HFl2L%@_c6)sQz@IdFhN5+h(g-@Z3}jIu z_SC%>auQL@7^}Gd#!m_li)l{|y{1U8N7M}RB@_TaO7k-6zJBInn;>l$>){$Rzw-sG zT29MeXK_W(C9ix%#A^@z^8VKR1#DNk{Y#Ool)a1N{E+fPzEL*6`}F!$R}@t@m-sE# zCFj_$%u!jCN3?69i?3y_19j-U-}Zl@wD6WE<`8JtZ@HoLso^cngyyn^Efe*G^GKeA zz0y~R+|+&_$*t6$B^uXR>D{U!OaAz=X+%lJKDW65g0Y9y-9lXUkI-v*H_`Kda-%#l zDJ4mLQpWYVbj@#`_n<1adC4JA2-VKBo7_((ciV>nf_IF1iwIqaw~$wEit^nTl?yyFqzVL$8?C;(0$&C|m4O zrg2**s9k5twdKR<8FmdS3g2zCJ?gB`;zgN`riz2kh%+0)_mw`&bBZ)e3F>8OK)DSfA-+ky>T?zyFT3rY5B$q76s9*x1Bz}s;_y! z=z6rf5p!ogA4$j;2(7ru+`)hHVa9*Tw4bYWpyIM!dMALr3 z<-cAtfE1S!_Gwg=(-#OXHEeD-7}4%%2DIx)85HJ%HYaw$7We7 z9vwUfes7iwXN#<@OzIH*i~b!U5;|7Fa%7!-AMiA769`!n4eiL*zt8KBh|C+N3Vhfh zal}FmXnW3j4o^WyBH}c87W;f_Qe~2HkNL!f%tzw7JRI-)lmu|g03O8pf5C%VjHWX9 zoS@;!Z8<2)LpAI08;k9N6sOo@XK+9ix*j(AqLo4G2WGd9_2p@I?J;o-$tMc4zS+eF zOSrH1(s2~iUp z4Zil8kpng`zU9I*!8d|e**XscRjvKIZbj85_jz?oS04HykIb=BpF;2aynAt=-UFlB zkvJbvvRs-!N?U}NkBdzvs^+p>iQ7{m)|k<9At+}im3IL=YoP|pcXh+LH zmMwazAI-Ut2g$D{QQkN;hyNx>M!ko9^|S<4o{=~adiZSq`dF$_S6XOJJ(=P|(eHj9 zn_Qg8q?^R5*JRwb)no-SVY%Xnw>g@2?e1vA*9>T6+|0c-%#Xvk9HYi5>|46~7TB(v zLUxd8I;^6_mKz?+>%$r_TY-c>GEML*V@rt35#;C9+VzFF1~z^SYy&X-KtOy@Y4aH|K$20p`{&Z)SYI63e^vlC58T5ffhBUGrE~8@ywCk_WV% zne}CR!jErMp(Rgz5yCH^< zvzV;x&*mFd5xco*;4`rP<1_FAp8=gmiCUd)4*tD$CsvI@8ZW6!adw!@%5M|-GqY@d z=0;)x7So>hE%H0TC&bwCIw}!`#@ZazU*YEC$0F-?UMOU4)oAod3!M>2pt)#rm0b|` z4X&~m$rs#kt>0z{`b9kQdokq%CKXj5g(}8V!kWk@hpr=^9-cTg1h-Qjn0(CI@6FSl zxd`JtWemf7#umC2WZf=nIQv8CGh#XLsg-nJYz6pxL4E2-)G%VhvQscwDAsXnr0|By zkggLEgE)sl_3JekN9Z%^m2#HPTF0(eD|!n*j1XD0D*dC0`LL5M`Gm{kt#>)KS`ZFX zv{rUyKV(A$jmjnZ<1XIyMy3VrA1%6#fi&*@zF%9y9)mo1dFVaPHapoS9kaVt6mJCI z3EoZzjdj%kyJ8B&e@MdKh6qZD0-{`f+A_2o)thR>o1Ju39-WmGo;ry)m>#)ek<^3P z`iG|qXCZDkbL<6=1J)_XAOe~o3=HO3sOgj7#z{se4c@%JEG{h7>{7&LCpPcA>c_$gfbK45eB2oGPb}08AS(+n#t?K{4EG+squkK zuaU5sLlIG(KphrDBNR~Iox)nC8}AvB)VIB$1^bJ#oOQ`1%tc0MZSiH0pZ~WF$lYBCM)SMEv&0dq+ zM2^W0Rdw;1FG#FN+>swP5UcifHN}D>zKM~;frLc3Xud#Qf9|VQEkT*AO$wQGO5v!Z zwAm7Rr3xfk`>k7{ecny-Q@Q-Ir$@wb`oKH5G<3K&Or)NEHQ_il4z{WA`B%VQNwRsvJR2pR7H{EkzOo$JyGgP$7$sR0rQh*|fv{#BE9 z&e0y2+|H2DCkHML<~gr4929PV{``r8=~ej6%g2Xny=#2X z*kHS>d0aS7epJW0D63?r zBZP;m2NAz(--ZqgL@_LAhnZ%_))wsh4LF? zpf9e*wuF&rhbzz?YaUoea^w&G@&E8E{<(nPNMOHF@$srZLlo+xy$(WrxAYftx5-x} z!1o#EiAd!*&l{1r1k=#|SF6Gr^DcW zL3rIEjm-;QKIjGb+d=o++uvXEL7Yyvuhm7o-Lc|G$qBI0!S@QaGQl&*@b7~ONrwSl z3MvliKpfh~`L@O8#@>8IDhtms_>{;u{tB}a3N0_n`=h*rd$sy+{^Oth@__yNY;10- zRp!Q*Z>%)s8vK}bE#^bwjRoJ+>Cn7A2!>^Sixy)F;AyBh$OCcsy-R#fZoT_THCSD8 ztfF%u!~6x(oI;0kXY3KD(m%`iS2q9sFA@%%Zi6*Sd{PbpxDQt#HpX;53I86)KUehc zMTt?utkJ*w5X*uj@d_4#4Dq@;4tsrX{#_>L!_U4t*$enY6sQ;d&!RcNA!f}tZlPQ6 z;>rFf%c?dI<8@44R?@|^hcd<#>f{h+WYO&b;d|`boc-T}G=LuDr(tD`pCQrgkU2G} zzf4Gwk47q-2ng0RKvgvE>EF|kBl3cbA1*ZG_s{8@fzuJHaTp|-8)Hdw)D$vl547K8 zZO*MHUsZ$NuVpIIw`5`{2|ec&*x!FP+zyop)bxDPKr|AQ=*p7FLru)+&fWrZB&0bR zp!4O|%8fFj(AB9i@*@7{xJJS1JWV%}1S)fNnYX@s4){J>`=#e9ZX?!F0u|J0b}TJ6 zz78>91vm2h|2;8ZsA%JJLxd2B_y>qTsuIjsfU2XZV%0zH`x~KW}iT=>lm8jXH z|3@FPp!zw~%i{Jyyg_R~?=s;5r8BnqFk~UnUlpoxr6!b>`i@XOen2lI{y#Q}66h$K zb+jiEw{rqt=T~;l>5-0`YpIZ`y8k*E7-Q$iB+p2`- zeTF;SU@EtHw7O@oMNreBHYo9-brV=jdbp?<+W$zGB#s@-MV0jZ`aNaMu zX(h!)J2asB*AvsJ4hLObfyz(5f364y$sKAjIfxpT0??KX8Qi8-p%;5xO=O7*rvSa! zlBBQ>&wg0+PGtl_GWq|gNd#0)D*5&)=Ejt_kdgY%I%h0|XA ztMB+wegEh*C0?1EKZM1d7z@r@c`oH88Z4|X)FR@FplBlh0;`LadA9TKy^^n{g4K;$ zFF7J|J4X~QsVhP+_Q#-YF$)qe^kR#2XyFcMprVRp?#)T?uTHQ*4Oi!O@#hcXkW?yb zMk;XL`IT=N2;t!Bp*qLp`|>;X7qB|2|5c>_zbX>#J;3RUKw}w|&Sv@tp}44WoTr_OTRC}yh&wB#TE8H8xDHK6Vc zT8CG16vkU?Relfyc?3#;DMWzC9|A!q%YBB5Hx}0ZcoyLWe!JNH)UY!;24n@yg3&Z5 zK>Dq&v=*a6MP7O1Lu*j@^dF52&Gg6VQ~2%zmSFyP@9|PZ-@9$9Gq>w=iR%&n z*~Hl^5npeR^QBh*{yuEIPZ5)9c)8il{JIj0({ZZ!)zuQ=8Uj&u$N98oK40#D!bI#)8m~Y4xEAaDNPfgkVoDHgoZ*BGIuU4h4Sed zqsP&^0x=@`TJ81xATz+JUaS;=O{ef}`SI%aL9O=2mx@864qoTLR-dI)qE72q` z`OoQ(SYO~XRD<(Dv$%=RWPiVcQ1WJq+!u@Ac^9+wd_>^l?xfk<^Lg065+J%NhQw=g zm|&yb=1pKSnx&_2*#}yAj;kuFb9R^DGZPMH2}PXkj8;hLW}PfvA-3K-$~L*5=56`# zNG{lP0rY*cAPi@hf}-9XRg=}=tJ(fcemtF`r!1{-K~!$3dYPwu7pUWDk_23}H0~Oa znQjNUvGymri~I9YqOA3++WVVw5lp8}XyQXEiijX97XLTM&0eN>OM(_fqA=1DVroZ= ziu#^{-*tWjRvQnOE*n(4zj5(wt?8@%*+v1iQXk@_9?3BY5GeI|2S9^WT0$Dxr1uTi zbyk`d*(qtBiZ5ORX(hiT#oz~J{du6oW^c~{`xSTxYIJ!AQYhe~h(r|T+Hy>~uB~>C zbQ|g_lr`A2mmpug1wP$g99i86QvSzrAXh@jV0SG&+MBC_cR5;6kD3?(c`0y4={(72 z+rw7w$Ll?)wRXRK0Zjm-5PzeF@LGSqdTS3Tjb-h@$WiUbI?HME+7yd|w$Tg$w`hQ) zl?{VL-*`(1hB?pULvpD`nS$A9R^6tc`B*ZTW9ZY>+TO$7VAL0*n#NheU>2QmVIN0* z>*H$%hPpf_!M}pXMS1BihxDap5A@7nH{O%yH9WOG+mzPv#H$5^KfVsXemVr17qP%# z9gt8JQWS7Ke7#ws4|<9PE!5kTNuEYtu$yFI4lW-TOTYDGg`VaYL&!&R%zEf)-b%f| z-s=89(FK}T1CaNk3V^{6!7yXrJUE1ov;7{i4%(RxW_gicfX92Df%tT4f2CFAwOmZQ z&mA6%eoHX7?UF>9MtNTQ)1$7PefUd;V)^u$izTN~eS#TzPuka|c+ zAy-*sjShxhd?t1^EJACro&Uy0XY_IFa@L>-2*Q4_)|f7R%FaNhZcI8DA3*zU7wby# zI*4fWReV6QN1fFbq0K_Av=kN_#T}5zVzHpztNhE(Wb;9d@=Hz(&uY(0#)nL~BR{}C z3xF3X?2RI_lB_ZBw%HsjRcE?g4SKTJSurI!W&ZKQX=m4P8l+g?0n0R#RdYZFwRZC+ zu%Mn}O_F^5Q~twxU#oYnc8w`o>zT|{GF(ln-{TD(qfTuxDd2EAH2FR>`9{Sf(g7>o z9GnkYyn=3g5f@_Fy4?m#I$_BK1~aR(#mbo>F9`A~B6fDV);=XI2K?&-ugbx>#$=i@ ziacCU;WBB+MVK1+pYIIMCO^4jN6%#sod~$?o*01=v;3m$?>3lG#(aR^TLd~YDMNX- z^mxz1aoNP4!c$+{qPfmjzW-6(Z5a9jq*U_Ad{b!IE~)NZms&h0m*JJUraP$BcxCOB+lsa_qQn5)*#zi|f#S^N$RTqn3@;iq=3Bee?LNG=bRgk%Vhb;?2eE9_q4mM!*nR6es2mzKD0t{_|?Q&C}y=^w9g-X>$ZNA18 zsC5c6De31Fy9NpETHj?)!Z(fu+b}|`CN)Ai5ACptQwp-1z5|ZC0 zB(5Hokla_3G7^EN);LqS;$8z3-f;zZgUF=VPewlz+$KKuowPI;6pe|uB$)NbNw&Az zuTk3IllmgtEnIkb%J34J^qqkudHzUd^X}eeSo`1P(G4WHShLWT%hxpnwIp1s+hEW+?%O7iwXG5u+Du{*w?wZ_moxp7oY5wi@MwLHk1 zDi?|d1SXvz51jzY0@fhhpe6nAItt`Wt_Coo%&%^;fA=&)HfTrpX1C)(pL{SWLZJu& z8OOZA^YZq~HT-c9!e4D*8!dh6iSAydao!N!Dp>n={YH5$xWfc}e*l4$XE5CD%}VUZF*!6IX=VvH6C)QylBl&;YjUGl=cu{At{Jm_9nDL$;J(eLomn`xdh z!&SiLRzGDtIZO|voDWJGX2a)M+s&7a~8!hDr^mT8YqkKufiTq^5h4~a*BUaINE)`GJ^0*cnT&rMDO z$0sSso0I;?o{fqf?j&$0SbREEv#H-71}|c6nh! z)}sZAW>xLO*3dp055&EjNc17Oe+$QQnb&z>{kJaoGNU)LHy8O|csF{6jSQAR$<8YRe(BIHpKFBk+lx`XRqn$W#oOT7 z*Y9s8@>F{8!kQH-|y&GBl3Y#<7iVa>A0d^Bc}gjIoKCbaz1dfm}lczAbpfHgj7c$k#= zQffR;5latSE>ZT_lh)^10c~;rWdI?chRgZPqbtqr4;4IekHQ>tXF2&9ED;B0jq0m6Vi3%9O5IA2JC2VN?Idc!PD4v z4)e?hhWx!%m;IUCP&z^|++1%r(^OBjL^+__TR?qCR%i>)n$}<^>PoRYf>1F%T-u*$-@?r0SUgNgAZXvn!O$dNFPL%p%=qCweRLF-Jh9!|A2d1Wb2v z66)nv^0jM!8OW$3aB4sNCAW6i2Za$2Z$j$#FJ$mq+&mZiX&yd2PI@gt>z$-l>tZw@5_ob&WoY(g~?PN zBa52>YGyySP(B9U{Pw7NF$5b4?ccI$KLR$5*whLqZaLGB8Nwrk4zo&5Oi3h4gUs)k zTkfMXh%V^U-EJti+Pob>b)Drkv}XL=X?J4uUNV26MiaX?UC3P$LNjV`cX^PM9t@N^ zp?IBm)l};0qOhemPfG|*W?(+yTtX8@$M+q+D%(`<#0SNEW-}#P>G_b_9Q5g#JXC}t z#&18$ci|>g7Ji4fJl+;vJ_$X}xa?ia?sufNQKfycTLZQLLpxHh48&d4IhYVcs8mbZ&8m)If0k zcvld(joHo|PG?4F&3oUD#C0BM27Im!;Ad6bqk%_js22C#xrN~DZ-<6v`6yy*JX&SS zsUJ=Ej~`0h!x5YB?x{=zbb6u_cp5z<5(v=@k4FskNa!U$ z!|m+V?U>8t`+!~3&?U4qw_GM-Zd+lGMcV%y5?Wjl0pZpKfYWsu2rYheoEpTxjc~d6 z?!geT>P!UCG!U;xNqqK4O>6H#Nib2l!()b=A5c=S_!N6ertxcq6LTn zK1xT6P1TLpRN0#4`8i4q^1W8NROGl>Gb@?k`APUzZd(utAQ^LSlWXJci)p@{TBcAP z1u(?Vs@~)3*P9+1Vm@c|`AuieP5?s$JU-spFb>OBaeH1z)?|g>M$RI`OReICO-=v)y-gPybCrqV8<8U`5_sGq76nR>GeA5ZuasHu{+9zYy zUZUbLkB_qNY!*L}mEpI1E`m)|)8&62KAYrnwX$HQnh|-YY`LmaX7!osvdU^+9r3H= zR`%{d`FbC0Onq!89dnJ_*(USrc=i6R=f*xiNFb!>ebA^t<=|AjRtIby2)W3QCAe2v zoq8^6o=Dddoah)+{CqtuzCN?5vTT=l>AqP2~>hyRIRp zMH!+3n10HXvixhi-1tOmviI>I)tOW+sEWRSnezOYOk0wBb&--F0e+9>6RA8s%! z-mLuWj@v8*tmJd=eBB+!bHi`#g&`UVb6S&LNi(w7&&zYl)HEAi$u@>ldu&5ZG0K+> zQSaCM2jVX`?)d48CBu_GDi>8CpuLgLl9cc&S3Ohl;qJS(Z*SYwS}}|9Q`2p$g1K`s z5K{cIjQ^2edx*}HFP;;e9`@r&`@`9*?1xEDJ5<;x*;YuoN`*x_x=e9JjlLC>4JJXFj$y{QgLyHrbjEcsIc*a_@(GcgL1y18-H0H*Jgk6UZi!mf> z>($BsL@hLnj86C0cDLNyI}~_Z0;z*BLhHx&RRAj7X-6OVM8JP7=ZA75Pz>;l z({gTNJch*5P}Kw`9qfi51P|;4i(T?0R)a52`0ygaB|1Gqus6S7uTXP z^X3MN27+8(P@jh5bG%07KK4X$#L?ieb(GWq`?!tS56#oFJ}66R{m1smt&Fh+?&NYG zpUr4O#r0MxpQg3%IY7)ly$zsP6ismvj>#z0RG?0f4S(~1qgMLnf$j5SNdE}b{b1%d z7s6SDv09lDv1t)1bu~hl5WpAM2IryxxA=6dYIm|wNs#O~`+aiY*vlok#(Awa*cS%- zi8#r&M%7s;Egw#l1vyk_P(2>GEq0ye!sM}1)d;AXA_Tf z#fuMsl6TVXCfZQbPoK!OOchDueVw6;CwQ|O%4|0H+M-3h4{R-wpr*G$W>@+Vqe4&zWwL2|40Zg80LfmFjft2vs^_9 zV_@*D*`otD5S}W#tgaQzG;%T`oMFE8re)Inv;AC3ZhKAWUaV1WYnnDS5hiCCa&qZv z*&fv|vS~;~ghId}eGM1n?i;;x-J1y|C;Xy=ZI)3 z{bJmD-I_W7u^RU(|BcOGa@Jp)gK?qE0`O^Cr@xQo@@^$6Zj*OdpMPH{8wgBeIS$+1 z7)aO^4CP+nJ8H}tB04<}tKUx_2UD<8KoWOI`&+YFFANN4l6rUqm38&3jJr4k&0mdw zwb?!^b8te$9R*RJ>5$Y}F6J%*o^I}lH|tFcf;Y)N)h8SxA#c%rPrh%_G!aRh!JDAm~cvZ-4q^k_gV_%9G z#mN^EPwI#R8R1g17l$5NitR$ZlfjO*#R2{#{yV8ou008l-c^z`eGU|@)d-6+ z6>c_%aEk>niB1M=^XQw%Dz(=++gAPTpRj26?zJ-;@Q_2w5k+qx8@+QgQl zH8M~QgkXhIfa!G8Kqtt-Fcwa1AwZ$Fss9FHB7%Y~{3bu-{a%-c^1$7Z%%-FIbR(tw z?br3I(!8`n>AZkSD+k1E+s*;X0e}|a*c~s66zViUbW?WsLR0;&4hT2)b#&5*cbBlB z>peE)j|C(e2&CY8z$tpQt!SfF9L~jZG8vMQBGi3&DfKBw=;?3iw7kxyYV9FAhmrJz zb9+iFe`u!JXl7?+w9yBN7Z8;Mo&pHg4KksRd5mv5{fD1F_35e_w+^<=H{pGP1)NT? zb#PIOn2}6lcRIQ1xna6kscNzpfOS3M&AI!Q{e^}NmRy%_y zTArR2tp{?SF;y*g8{GW79enh<>zum0*eKDAC}g+3Y^t)jvK}zK?m)N_!FM&mM8HjU zH7RyeLH#l8shZGbC-h6Tyh0>@mC7L{P>iSRJDJ|VmB^wwXaMDL(@}~*`_5!-;iAH% z`=GO{EN{8!6{7deH4ov8Nv)rP8-*00>;WISm3__&8%$0nR;}j4EY5CTd^z7{HRzTj zBcM&;5n^Z_ED$-Ay%^?O*r}e@9k&sws3xgjbv9^Ve z?>a|Zu^<3Hn0~DA=Kdy3iB)E}Z-mgp&vz#R`!vI>%yCO0`{~rc*Dry#Pp8E7ez}DL zAki~_LMG9c6myhwpMn!B?*Mfhf0}rZ`7ak&hgyAvbzp@~zo~Vz1;jySxGFYeT z%k^I~Z~Z#AwLp;%tHk;<8QHJYA;AJxHUoOvvm=mmvNktIuLk;|WFb8V)spVB;&6ph zm-w!2smd6eX8k;n73`Zgn~i|MMLE-20xRZcw1;;H%f=?asc7P9Sy9}BIt8!)mui2Nb5#~zUkvwl- z;X9&wWr;3P2ik<;|9G){08DsnCb%!hvZX^Qs>eXu!5!JI(NM7Sv z!K+0R`F;)s!8v^~b~LB%S4(H-x(40~y2+;IK3vD_x9)$r-T1nrQfSvxl*lfFV8SmkDl3&YUM%`W3UT5aT2Ym&aC`2g>eVQbde@u^#r55fUs0l)J{l zd*t1<7qx+m%zU9gx*ejq>xa$@jrrBKM!5DfTjBKPd9nEByn2Q$mbGo3TXYl3;vc_+4-P zi)v}XQEt!9OdnOHVk9Y<-fjk{b#=f> zaUpLMbeFsKUEReuC;hdXXjLCqTQo76Y9viXvdGRMapjyoL6ee~s@yfoe6C zrzTWHhl#Jj_2ipox~_=NkIx8m{4W|(Y=ho*y-{HIxFj07A!`vJ8fmX8e^VHt%J^gyViog zh+RTCA49tavn(`9m2O^c1U&nwh9^Gh?~E*^Ug=i%FkfSxvq7)^2XyHQ02;Ddq}%a& zHN1Yo`co(2tT%9hfNbroHMks+Jw|Khe;~7>&D7#BNKT-|s+JE=50;x%z=jlCwjQkF z&0iRp;LK-%7FjHrm?VVDA5HN3E0`wotEWqiyMk_>Js2Xfj^e}UJl@_SwPa!|8~VEuSJvV9kBiTU!s{S(q@4n*a_p4 z(XiSg4WTqUe0I~}KiwY%w?0oY15$>(VNclTV#9T6q1PSioQK*3R`XMlH_NIWwa;UZ zr+4Drd}+(C(Iv6Q1BM>}-?nduMN+kLnmf$j`Q1nS&*C`9Y$d40_JqLg z#z}lG1tEW?UABDT+@iEPf)W3)#}}G9GZNY143U53Et0T;Z4p1VBvGs!b@ebpPt3D@CbP|EbbMm+Y@=Re;dPSo-~w<8%S*%%_JcD=us zviwpmwr|j1=>u9WIX*^fp5SF4Vd8T;rPSNiA5PJl>n3CS_8?p#)LR#bfC0%~B4=Xf z8l};$u{3a7Vhg7lF#=L)EzXcEPYR?@t zJyUu2NyHU6Oj(E}#0H3vD~O63J`u)KfE(=1X-e z&CWq7Y2GkUaPo*K=}2T4^}~TGv=%2Mhir=ad8|0=QMO@eF-=A7|)H zD9?H->)?F?DB@6j(AUFRf9bUxR$l|7l5s+tM*Sawrv7Jq@^Ag1M^{va*w|P28WVbS z5o$}cvwVVjx(3U=+=AqEr3obfRPPMb!OwN=YfOgdI*{p+xv;3^(Z?Yzm)rx}BKtk; z5deFXtL{>uv@b|WB55fm;&+YI#nJ9|pG);8{y2q=+Bh^)S-A!9tiPdE1&km zNsl07h>Opf&ho@(PK)ndoN4X90>N0Fmn5=llW!0H?&F2b10T|=2$&1ssdmLSaD^&A zVRr4*5%24LUTid@Nji1Y+hZCp>S55TFxv;SG)%8=X~)Yx120JG+odPLKQ-a;C#SCy zD)y#}Xlj0uP?AhSKxcofrR+9Iqs;OTutIe&c_@lyU84x(?MK#a=CZzbB@kM4$IBt+ zt5F)u?lZC{YiG(rCC+>>-hRiR@TT(-cb4oW9699cf}yEp>s@fm(&^fZ5&ib2bf_E%+&!g>D`(zH>-M>^oUbYU5aF^knQ%Se z>c;QBj@Wc=k8JfLDNH3oBH*Z(R;77#vCnl=D-^dRNJzJn6WT&PPqn3KZJW;d!asHT ztI*zA+qC?omwW}jHKDZ`0z4XW4@*M_0M;r5CZH#G)A8R#`+OSvN2+9+h{OfFYAoL% zTnN92NTUG2@J$nJJ4;MV2OE)p+{T5jxh)GhZb#M(3S@wFqYsgM(6u`gcxrEU z49N1NSK4E>h<>~S25JCGVl}CCHC!GMNV@_4Ss3A7{n)fS{gd=_a*I%FNg<8L^}TM> z8Cuts_5hA2va8OBN)Q6gn$sU~g)YAl?^pPg%?I3zkj}uRusFkKg*RUCjNt0)z2mW8 z{}cbUlB6C~q%Sta6jCh_fyrW(Ij@80~%r)d=f4Jc)Z6nf}E450TxKClR}E+JY5Sv=)W0?xv5JUve) z_=g#n{m2pd6mBK%9U@Yw;N%}o4rujl$7b-)y93Q(%JdTnrZ!Fb{?ArQduQazpI1Ds zJRpjs?TblkOR6{2)P#Sr43mNo$$ohZiUjxUTJoazonRA`4&dpo(oMD z-unMh!bbFG1>`k-%TKkO?@?_PFd(Yljh_2EdFi=8!h@v8kMFOt0XN4+y|}Z{8%N4BOM09l@l_iPv0J-#zLQ=%C1+Z7s(f0&E5l=Dy`fQ3^o=r(;We zrT6b5J#VaUstW48Sm9w<`g{nfXBckp2KB z%5z^^>f-?*YXx(4JAMb75h7m81KCI3NStUpH^x_#HGkw_FUo(s0TN#_d_d0E0DINA z+BWpzAF=j7DCM#s_{YDd>=WFsaH2fU@TE9WsqB`oXD`vz_n`D~Y=(BA<|7XUvXS13 z+AM8)D32Gyg++((zaS^V8(Jn%d`%GPXQJ0w|l8q9+j!2L?t1YR&NFEI?yp z;~5?>L2m5L;QSA9I7$`}lv3}50}@*i2hobv&cI`B;c`5rCU~HOpXW!2tbE`W6Npz_}Ta!GY!p+?&_=D6?&W zT*47w$^WebOt&PK2q_%s;siWn3poz|$5g-RMlSd-u@U-R?w(n0dlT}Ozkq%&`%I?~ zH0ZWa0_9<)*36V9ltbS>)oBJyLjYf2_$#2czhe17SmB3a_4N&m#J_V38x~IeO&Aea zioAp|!d@W+sjUe2X*ixT@ZN_06ku9kUBS%!dEjz1K!!4u*2VXJDvn4D98?62fP(tNA~{jQ=R7 zSS5bEzF+Uax3^CpYOm@3N9?bmmhAY?8p8rcyXjZoxkzG5v*+iCZ%Y9u|HwwbpREYs zPn~(kK1W}S70YnpKP7nXSH{IofbgHIAq>45h~v4%pT&|}zq^$K zA(r)L4m3DXd9X4;zFFKrv(f5i;>Y*jTk#nxUckX|>1qo+tVq!Q66(EyE0>W*x{L}9 z2>N+J`Bd2;4y#;eO@M~bmPTq|C40y!F zf>#zf1qqWfyFZQ|j9d6&wh@AJKCS1Yl`X3J6Q~oBIh0J-YcHquXf=NQbvFh!=F)L= z>Jz1YZez_}2)mOFwHZNUIkIDbX9Pw}K+`3dT1?y38K`|cFiqipxSY4C0z}fwhh8^KIY-v&r{movBk#?K3<1keA)rv0w?)JA zrC9ESfk(_CwQ09L*kPXO)V!Gj73GB)@Q%A`M#bGc+T_rK;oISWGSQ|*zD#^ z2&mGD>s9}8=J~#uL?MMbu7X3iJ>AByRb$B`p#Jk~MvxMP)Q6|XhyU?i`)6kJ6!i)< zTHb&;BED}h4YOZ8A^9$YEcX12SxBX&*~{251#;AMC0Kp*CvCMSv{c}o!>0W1SdK%= zsja<1-pmK%^PhuY2_yuT_GEwxUb%8|`04IQi1&CaeIi@Nkk{wYGwiNe{MGfjiaVf@ zc*%VEk*iju4tfO@udk>TlElFvlFZIvlBvTJ%Z>jvH6*(_q&JQpuSD~AG-jvb&tOC2 z{@4rvE@@GrxTj#FgC>A43B-mGJR{%(|F_zGTz9|Gzh01Su#3BmEs4{2$mJlk{Y2ry@z(1w6Tqv&J6 z<F5^8OiYFbvfAD@y#@vK3OFD-e+ho3y%Fxv5{ZvUZbnM5+N|W#nFPo^W=Gzbg z4%aDd%+f1fr+xG_!{cQ#v29Q`eiZy)?r>0(jJ59fv7Fjmj9)UYtww+8XkR!>kEBkN ziq6?$gWMGz8y16^NZ@umtIB9c*^k@yYM7Xpsu}fDgL`;|$xz`Co6?RC@C$D`Q*hyY zxdlVI91Fu_*e$g^PrIa?AsWD_-Sw~*pV)kFyV@C8TFAzVEFD9w@Kd+Rz^5&8#Q$tm zVdZUk*(jh~=i5e+uYT_*hPn*`o}Tqe7@-v~eF|cM^7VmfO^(!?zHF5(*5md7WXIhJ znf?@>O0Lj5AmKH! zjlao2UC!N~;oam8W&Rxe-6hc_7?E4&ISxAqA7(t24``ACDTfbRP{_Y(KI5b^uwiVbfSnGv286ycG{fuU)@5>9NKM z0<#)-57&ZK*po@Khx&`TDwD}A96oRFgKCWet+UNoDmnEBe8JfU7qrP@r4DqwU_9rS zQqeB=*GdC~o)7(u=^emk3XC050CeC=(EQ*qSbs|l6{_XyF1QC?QKYq1xSn9jrjZAv zL3)O6&Ng?ZcV&Q1VjJP)`C{W>;tP0MVIVIJ7Pxl%nTSWH8ib3aJgK4I^X-8a;)61F(*0nxY7)rhtYvqA>xOiGM=mCv`y}f zFo@oQ!2N&B^thUas*Aj;{^v-KGaEl0E6Lv=%WI=RKWQHYW`5E4rzdL><2whnixt^J z-$b8ao}YW9>K##+MO=L?Y~(D?MbmB_0mxUFY8gz+S-0W_VT6zz6H?3J5};F z>Rr9PFZZukf3Xn2=LD>Kzt3r+K)~mQy>yjFdh&zH;=6{A0HcD z%1Slz&~A4SALNf>=jUdBbREAqs10aIxvJJ$CPDxPkZ??JAv`0?%$mn`O$Lpx!c+CN z1CD&Ied&NP)B-?8vTbv{HwT|)8&Fy3LnuE{tG3!^zJZ6M^fSUnl2!O7&WaAFiY<;F z{Ov0eRWP}h@Hfn^V#H_>iB{l89 z$TIJxDPX8=htQXDECxGO)-fLQy4}>a?UiSFkv;>ZD``P+*6w7{IB;ouui7D@T_5Dq z?|e9C74LPkp~PWuZF`3Q?uS&X#fw@X3asZ+d}ByjVe5MPBhS2ly^j?|elwU`VlefN z?yN!3%YA%bt8&ovH$KbfuWsUj^@vpVNJ+V_6t4!~taN7$bz^-YAN0g#{Hw z0V`IQc%3HQCJ!)=Nn(4 zuah=#tsvdeQwU-bn2OooE%R(WwM%ocoNwI8Is9Tigjn^ zd*^dt5N4Lxh&*f$XEdVW@zz-7rPp!W9T2?<<|#6|tqwjs-jT2nHOUd;( zv=4oY!2RQYg2iwq_rx7Lm}9d#qsqY5Mf3#b#{YbNhxUifnTywYU$g1u-{&x-kpYOV zIeg(H6L(k1Q!|P}7ufI9_-WUrYs;;bn<;Cp7Gy8>rX3jW4pt~k9&4<$!-oiO8fvW{ z;L)Y1*$x-$eBFS_kJ&(i_7Eia(R${X>ulDWqGxLHY56(tQM%#h2%*IU_0wBg`sl+3 z=_wcB)u9;gO8h9S_rmU2`toxEO zO|M%fXClaI!v<%_OkZ-_J9bG z8<(nr-xosxXCK>|cD`Wjb~Uc}#L7?@tM{zwzIytT6~CkyQ6HpQoMD3Eq_?O3cb%?F z)zzwnuqWzvf%J;#Il!;BwHitJ(hkK8p`i+VD%8EQ7W}&;bgX+@g~cv}j#ilGJKznIn+}T^ zBs}H+SnclA%Ns$&Gl*(?6f|opQQsW}1NT)}9IkO9b=7bC@0oIhv)nRzUW@UUXWF$^ zh9vJ2@FOxD!y2(M#XOM&`L4AFHc^5o0E-HsO|1o0FL4MHZ^I1ab>M1gA23r8I~E;ZRBf_HRx)IS`NC3kf+QorHJHB_FHlh>=EH^n~0Gs`1_9SeK;07H8UX zN;xVCnUQmz4vYw?0O|HNNQkSjs|Qp?QSjb=AT5^9fz6XBzJEQ=n8Sd=!*4m$x_KsV zHXD)173GOR!cLI0S z5Z`x!AO~m=&M&oXc+^i0J&u$TzLQWdr2oW*vs*_@p#Ne0`EfJZW^^cy4*!A2{hY7x zLvv$}O-1+bu##x!3gZz_OE4Z)oa*mZnXA@X7dj=QM+0$zT&)}BL6M=eGBvX{LJ=iy z!x9m{5xN-A7GzV06BcPuK4R6f$Ye9@0MVR+;`xzH^VKaiq7PwXH{t<^B#+k zLZEHGe}3sSu7CPVhp)i7jFnKxYa@;qpyzio~3LUlmZa1x?7@Vi=&D3ZN#QQ^K zDz2>~jfC)8Oh+_K#G5%S1he>V>Y`ljmG^V2*49DpoAI*{q-$fyJSfdUtWppF+&n40sOc!eTEv@ztWsy2pJwtY< zz%IwIj_X;)q9dRz+*`WOW6#}eG5kn4RoRsyn{liJ4x7itew%{zRv`U17vX1!Mwl?A zj;2)$@zOc={%TQYro;CN?~YjwMg__#(WT0NZYa!ZvMg0>$O*1`{T>AsNNGmArPExa z1Tq1KZDdp_QL-FN@JDK?^Si5~9^A&fg`HwCMofIIDceG;^1_3w>oruWzOwH4N7>y! z&BTma(Yx!~5Q`R;QwfSCg;(JuLTLo=WEQH*ZFmVtT<;^6z#V&qmV^KzrzD&((d@IB z1ihe6~w+U%~5!mac#u4uJk0XcDLdlW)EUtpce zYjQMISxVwj#i6yY+bWg3PZ^fVJx1X;Q^K4g4L`eq*&=&({oPsrQisEr*or<~&gA>! zZ#SoY?8^uCwzB)}%k3

    g?25rr$)U_;{!RP1XQWo2+m2n;g?`f1oNAZn`^H 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%0ARc11#*OBfs+i%gZWjT8>us>nwmvYDNZ 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

    =xi3I#muiQlIP~ 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̚Zi!Pxx@R!O?GryXG;Go8AE>or(c5FE4Vk@|ti|P0>v*vEf?a1E z8C7{3QwDcm(c2s5$q?S2#Og=$X|Qc)nJs+PbJ}wnYNIydqkF{=QI|g2{#;)r8F^?4O-i8#MY2H(&01V9Xyu~Ib{3HUH%yF$o-rN|PWSrlK0y5) zvZxdMcI+!*z)&I?_789!)M;;ne(K?fW*kT?ZsC;Z74AAaQ(Igv=)e#{VV-EIt*5|8bmhCf<7;vL-<0`FDQE+Cs#|3>)@YrU|7s*ejx2_n*+d}(?zW4~o zn~u1AnNe8@>P*?5OkXR2LcJR=iy z{79M@CFjaq>CQ~JO1Po^vh8GK75OsLq*(DEF{)b z8=#P0cN6G7-Ls4S-Y2$u2#%cZPufLbbT@E$hTTv87~sgQL9J`!(;~<07S?p)m@B8O zH*kCbAGWWzUUczL+9;5T-RzIv+|azw4S*rc)x&e)U796j{0VC^#9leS-{PV_#e>q$ z>WB+=lp15x897fR(q@;VRC$eE7}DwU5ui`(%iBz`c0#C4t=AKn5$M^ zYKD-zUqF{&BBZ#@XNtxSCAVRE-D8hJTq;>bUQ@7?dTNzBHwWKT2IsCq)=!Fp_WjRhXmwojZW=Kc z?Qtl^rjORmE2jvvx+b+%+pC`(GiIY}UGf$U7&+z-C2rzkEd9kSzxOo9AtXn0(>?hr zx>X*#6}pMzGqKBXG|#GpHz+Os)990`JGLFIBnmc0Anpsi#R?zmG%%h!e9dyMsaxLh zE7cA<;4=Ij>Q>fc!Tp4ITdS=EhbYW2Tc%n?Z+^+bXFIJ2=s;;-gS+AGI?$2;f$Vg2 zR)Td;$L> z)i{cAhK1E%vlHdGpm|cPU}B@w9aXKIwrQNNV>Z%^_|LCWmye4aKE}n(@%Q0{>(}<( z^;!c%8DrcL2CF*D_5!Y`qf68W(gDJ!#}p>Xr)lh=)e{@+0PT{VtSZ>lOz(I{hDGLA zdz0VJ`+MAvi-5hc4Zd4}Hx8eVE0vzB9_OE7zmz=s1zLvw8mXAKW5eMO)ig1_+pXI$6p{xi(( zOB@n)vtGR(f&FM_kD!qei?LO&O$p2SKEG(|1}dAPK4k5!xSTPZSh_HGLkE>x7U1RS z**kbzJ0_1TrCEASGQz>r51z#qg?FhAU4`l7P>NB(u%P9UD|s19#Yn1uo0jvCO_1A2 z+&1wp*vCd4r>>W#QxLEHB;2i z%z5a3SoQz4jQTs;n$!`{qE%a}ZAGYW=#W4Q(MWb29Mp1JNo;CR)e^5eXpXuS9i7^rZNjV`lV+Q9sXT_ zbRDkNs8Les!nu4C;C04eWkuTwV&W#@h#4);@!v---KckJzBzug`B90V=Uo zZ=dLq4qMhnRK6Bvbm2qW>mC2nZ`f&V?{z&%M(?r?HNbdpEZIn6BQZLT?|W?7<++vs z+Eg8RU9_+Z?sl2HnYqi1Vnb*sLG>+Emv`jhBekQvxp-11W;bRB!2iW!?xgg-|KZg0u3 z6P#Y?0i3h@WDPMIa}G+*^mb4n=zn05ZIRvlH=*0sQ)PTraDc08<*6zEpahoj!$9X} zenxewxXtu`dzvxn%MglR^vXOv_4or3Y!^!fL%)yx*_Fk|RMIeO(OI}-{6fDagNm3V zDR=~Qq#20Cu@Cy*j}mSAZ_n^QCgPf1+hHdmIadyd4-7KO+Ntzl8+Q+f8uEboAX2cr z>cc%P{y-|&Kd4`qnJ^iy4R4`iydgB$ujf91rPaAvrE9?p^3~$XBUiwKk#B7v_x5c) z;EI6{&+pMOa%8mwt#{6f=s&uKE&OYptB-)YgOu{96(~voSl^! z{3XF!i>@>X|7#rLD7!J!5&mKxz`O4MHT0E~x~MXt!{@*6bGo2@&?b1G>U+SVT;7`k z;Q=u%A8g%?h>zl7aVQtegA8?|JepRd>MsIWlyb9=eWlNT>kNo?!#6uj8dhVbf3A(6L2lZbe8B0emnl)TV zx4!U==%@P5p!>pyQ^S?G?fem!ta|mwLh%j%6@&iwP>W2tV86_HJ+t3o!}3lM5k6+= zJ>n4WJi#h#*DM+i*3qprN-XDCahngG%DFIN?F|_v_MR3% zmpCrB55io!qIHPBJE+CRuxiUYyV-F6#=hC_vBb$~cRkd>a%Tw3g~1|v-~MZf%W8ke zfL~Gjijn#B<3VZwUB~RE^*?N`Z@hb@~wj02HgW7)gPy74)#Ue1%ONvdDt(-~AX?ulR3tz2>{6@jqk7f7|K*ayb9~m#Wu*7Xv^1|9|Lz z{knWStXR5I&(mP&|NHCzuhtE`#Ur+s?o!C613Y#6dwBNVvMqbt)&+3QDK7u|aWXxF ztg(lq?%_!J?!LL-*opolFW$C6!_GC~_ebzuEa1(69VPaL(u!o`_<907J-BBV(etl` zH6jyh-2#j(k!y4^d!I}~vgVMGphFlB`Uj8aJB(E-Yc;Cpd2*0xz(vXV7)%u-pUlWF z9U-%JN~w$j>c_FI?`mUZd!|8|NZGE|m)oc${K^Q<&2JM;uBA5=yy{NH>@T~x*pQiB zWNqwnNr!VKc5KC&HY0fjLpd1DW>MLh!P~jEZrb%cxKK`qCIxq|SjTwYsynjYh(%M( z3s!2?9bsC$qZF_kX!FSZA*8Bgy%uiGki2EsWju3>tsb1g?hD1Yvuzo_Q=Dz-zsx=w zx9=eqKUCJvSnP{G8lqIPX(;xylGnRib=&zKb;W?JP6C6ml?@%6dg0Itaa=q@vKP5D zS(*@>5Ht5g16usp=%GN#x4=`o0|z%AcA3yNjoDkqrAmlNUOo;tcOY--cK0hqujsHE zZYX}0)21mv8&rL<+An|88CSgpkh*MoPo?@Nzr*l9W(kw%?7kPJ5aXvx+m{PE9!+A2 z7oq8Xdr7;ow#=#Jzn;J2`c&U;2z9rjX1lBdr||fPZRbjhJH*LY*CoL#T5EJNs=BV` zCM@C<^3lCLn|PThl;hy6gm?WAZm0YMXKhF9tOUHKKf{^4E>8B6os()uP95B*zlW=4 z_T))U8uJG{$gmr`T_-mR9W}zDXzDU{BA>dpjQNos5D>!}hDX z;KOlz)jAW`gm+KYO411i&g?Y-_T{~`Xy|B6Xwc}iL@9>$29r7lWCXAnc_otyO$K<(W4AaT-nLqHPTF_dAB%)mr!X?>q8sVUXK3G}Z<>m}!O+$5q>NzEP zi-tKF`Dedy)VBi72s_0jGHZq0t-BT`P^J%wH9`e+Iyys{O;E)5twTq(&_6<$(~=&L zs0Qm*?-Y_XHE`$y(Tu}A;+CwcLxUuHU9x8!h?bS@9Ziy~HBytrPEpkQ9rw!(uMm)< zP+EfkL=mx-CF#~OvA+t(lcpuvw5UF>=A3Kjsil1?lD)iLh}@6UUOwwS4m{w|Vm6$x z8&+>}ydJ4k{J<))u#T1+nPQ+lC0NR%Gk<;MM&u*86^06ZhzG;K;`gw^9+Zi{8JGfQ zbj2O6RiV$zdZ&L6cT;xz^$|nLr0o);O4C3)7|36=usg%9BR4*={s^VmhR`1i)6QV; zh>-qT53b#PeLXs4KH37o2$Q6R$?nx`NJgr;%vjMZxE}CM<)r4WDmOgh`5WTtVSLY{ z{eYCh(wQ2viv`cNI|_&F24`K29mW73;{Ib~;Fs`0&y^#_0IBxS<9JS&NSWMu>A||q z3@U6i6lC){L-?N2635ELz>FEl#>wv3d>|E!{>Y9koND-+K7nU*rWT(k9+XZ;Os z3OwyYCvk($5+wKaY@2vN0C<&s9to#(z+9x0X>aOTp0#Grd7lOk7XSZ(#J=q_fjms^RZBSHGp z)uJ&NhbS;AA~{bRvYO7B2dpcTNwt-ttKzy40i*uUt?VT{Yl-ALWUaQ>ET`+GxBo*J zTF~{(zu~u4eXS*5g2y=Nzz2w()iF0~sbV#1gDFs)c`&pjFbc!V;FzM9&{zEi_A2%th~Bg zW<*bh(vw#ls!RPj8%X8zq+S@14uy#y65t&@Y7+|z$L7WyI+py$mI*MmgSGEeVISYI zGmAUyM4@-!nH^w`k7qW2<`%r*wS-_4TUxkj=WmdAal5LB+L0e`&r^Xt(i5_f67t;n z_mpCFsrUI3H*MS`pU1O9Kks}z)8Mr8q$hB2`LjUqvynJ$dB$&<$wd@iy>oR;QuuWAo^`GOr3WVBeacXMa zPI;l5kZ>d_m&Yx1GCY>&{>cOYeF_<_Wv&1gS@DD!0i{Kh+R`FzpYa}ZX%|58_A7T^ z<#5QXvirjN8^cQBbxYPOM=cNnbFjPU!}%Y<>qFsD%pNj(v5@t1fOEB^_{p{pbk|2= zTr9;n$KcZC{l8Jn^0i9e%jjfzoHcA?6UyEM)73|tk7`f=^#CtRuD>~*MW_D+r=)+A z_|bks;ZBY|Z%JwFaAXG4(2qC1p~SYxJb$P%{?9rRh^%GZX9G0lru*% z(LFUiv!qtHV5oqy0qO^(*}B^~Dqx`$#=(28sM$NY~(#0$_7q^;Fwt?>Q}UwHs_WU8w1g*sP={ zsM0T8Y~tji}d7ci{nmS0PYH-WPt)(ug$aXoZw`?I>* z`U&DGYp0S=XG9U~T_lqCnQX6wrPl?nT?r4``4pcUuE;A2~ z`*+5+qvHh-mj#Ot20T{NJ!vI-yfA2NX*hPwP~v1sOuDsrfm3Ob%k|OswK49=2V)0? z7mU5b1h`{@gg8qk!?kRh&sCY{!OOS26kjABaW04o92prOlvP|EeK}C)|J26`C`7qQ zg}T}ZPn}}WJY>3@j!*o2)t0Rk6uEVaRd9}U) z23ynn%2`OVr!h2;!(H}{FqhT)9@|Q<&j&lLE;+6@I*WiFJ^yqfwXyk2T$gR} zfgz)j_w4L2;}`9nJ`<53VNIPKPulGBqTcwY6MO0&<3b~8Jg+Mi#gwU&BiUmi8ws_} zGS-)T)Z|y6+*ZZtECpPbsIXhOAUE~iDlZcrwxW``9=B5>-IlQN+(EsQ^31r6o+L?6 z@`@fE)wg@YR=j+fJqPks1u3&><+gj}5Ch!;zI1TVio330sr9@QXMzA}x#8T>W7gv# z66G=PTyYoV11%H#nsU#ajwZLKC@$(O(B1SqxW8=k`|3&-z3%z0s5^Ws-=fW83(KeB ztM-x*$;4YkRX3<#?p_sMedIn~&@_f2ZKe z4o&!M8XTy;*!G^%RxWKIp|o+n*2-oK|`_%t7ktxUfV-TLvjbl5_yr^&y$*3#5eMfL~1*D!_&dulsh^%40!#LZ^NErd|EN`BSkQ~o(G{QHg30c)Zz1CJ zn3@*u*L;F#$u_SwD9>o^pDxz>NX;hM2a1XC&*@#AoxXb_-!U{S@7F&bil2P5M}c%h z%Io9@NZLT-s#u$?aoD_)k)_MY;MfaQE(y=`4UhR5q?bd$| z4;5$(a*rfSUJgfLah-2$Hr}R`eO##q>iS852Og-sW)jT2dfhRi%lVb>8P#IBL)ChK z7!?*?Vsg{joFrEAz+I0V72$hsyXo(lv@%xZ#a{C7($*vRTuXxQTa8~)=~~5W_v-8& z8yrmrtXFSZMOi9}d1vxHL_OSwrnh-r<)YPfU11M5*Q8nyvygih{uw4)3ulzj&snOk zRn2vuP7jQYLi&k;Cdc^U`EuyW>iH=q(@1%)`d%mgk!SW?iSA(1Zc#;2TaW|s3`teM7g4o$>{&wqtb zPFfZuR<6zeJO=ibV849FrxEs#$@kvMhDr8}g1oHXvAx!@WU?dIS%*V8xrkEf$`0%g zh_FAe96+h$AB58kR_M(Huvdj^QybsbAMt;2X-dyGWweTRuW(JG)}MJ7wm@1 zjixpoNK2GhK*ApT=Hs--`#L2}Z3IXYnxg_E1e{&` zj>;?haY-&PEh5bj@GioCGt#OxgR~I8b+o0-4H#-yD)^|MAbu7`8D(%&9TfT z4fz%mFJ$+T0&5IH00(bv8MuW%_P6+TEW?y$jh9Z*q5!r3D{ezV`4T4%*0~d&yxf9$ zq6$hxOIO41$R=gFE}Nu=e`ia|C@(t-a$^8?VgcR{C$h;sQ%Qec?el^WGQ{OKjSr<8 zh!Z{4Q=uN|@ovAiqy1zttC`jB0ErazRE58@UW?;R?eKfG5^W^?YsL6yK-u1Huq!_C zC)_vV1D}S_X|Oko-HdZ1B#p_wX(tjBM>3US0wl7NwJ7%sP&Lxgd!Shq*86jG`ZTg* zIq)}5;UF!4;@-(0d)!p>jNkD=t2Lr8bhPM%7C8%z?&eJnx;t-0qG=Uo}$6akF5B3%&?^&3S z{*(Nix+-2xo*gS>GYTuU!oJUlv}eUg{W@jR(maDm6WK01mZ3BCSogC1Sklv zUVddn+6BldwNRtdyP-VV6U}NAE}tW#)(3#G7=(;nQ&g94Ju8N~RAfFW3}YkZde)#% zWuII$!b{H;0OXRSBJJ2V00@eGTxTP9C@%in=4Lzuw-|l^r}0SJ5ZL)0V=5zMpK{G~ zO8Vc!gqG3h7Qg_BtWHG>xiG*fJ}(l_{WLD(j(`3Qnj%^n#Mj0 zORaTKG-3rzucUwPVen~KZ61d5o?o)_`uOs6NxC~%$?vdE3=vE1;GaJEEWHZoVdB?^>|>&T`iQTwbm|m7vA8Fo^Hk zfz)@Ijh(CRKude}h^I-EFHT7>)d3ZQx)DS`%Kg;gL=``YCkr>i0I)eh2(V6g`ZEvv zyc+2_6BE{vZ*S^=X~O4uKWY|kuKFAs7@f|i0f-^%xhGTXq{&m|T6wU=fQMo7S_%%U zBS3SXl{8>cyeTfhdIfArZ!urbImcERH>=-0Oar6dI9+pAef7#DhfNKfU{02=~x@`Cj;)k$LdSyqR* zlSBkefgsk=uVyqd$uGuU`Wuh!fx+BL(r1SN!mztgGo3(Xlu%{+Yd8%~dYTd+|K$*O zMe!u^1g!qHcKuo;En1<@D({_jQOWQ8ziv$r27CkzBJem|rspeej$Sbs6;1vL4lDmxS(To4JKgM{1}z3F7~R`4Ax zQ{6Zz%L5)kv+^!U`_$Wq!DsWA98L|7X*p~rK5r`7DjPBMXY4GaU$Lh8cZ*N-A^GT@ zh3S}6VY25#*7aX_)|e} zZ{?75aKVO=(ILLL+6kR+xwx`(F0>OP^wAF4`0!K&toT{6k)^r@CVt`-Xng6B8;nnA z#q+xTA+YxL4y`pytt}2$xKT`8`NKE zF*(k^KD*_tE*}Wf5Q%>+)cV_lETB{NzJqWG6j&c4nfglIN|3;Qo4sz45D~2*t(X5F|*X`9$67;E zM3y{6iZsSZZw1sVe~qKC^B!Vd;@%Q;AZ@r*RU~x3jyRI)S;O4uK$B_M6pd+hP`7%M zQSeyHhd#d6mrgR#Aq!mhiVr84*691i>N@Qb?w0djitjP2orqd;f~#G|*vbaIG~d+; zI0%}Yxy+y0*HqGSf#Ax}}E%nK-wWdBH@3F(iNCyRS{hYjP?h6L^d3 z$NHkz-|n6On)x)-Q61~&=D_z>HB)`$Dt6M$bnLEmH!C1xAv#s`a8jv z&)NE$v7<+U3_)Z6R-;2)^IuD6I8+LJdWgBMI|{H2v?xPI4`a(Dl$xMJgJmxXK( zs}1q}KVZiFkk{G)C~*qeGsr^^R3%b-<9Y3(;88=JIYDb^eQ_A4D=VC(<2G z$a()Ap&o2p*OY`DK_rysnd6pO92;!dDj z=82@I8b-?mc5>Zqr$;)$HOm>dTC+3^-|{v{+9cY=fF~bsoaXQ4sT7#4zSV8t44?*=Qyk0aCXmeGR&KYw$!#0;B#|6 z?qKiC%a8t^3}WxM?rt4q8<1#<-yM^Gi84bEWwz_Le&*Gh=QP;rF`%6;Febh3T!_WT zqsf+e+lyVP^0PetV&5E#+r?)(;6yx?{utSOoph6*Ic? z{`cz7f(&_;C?(u$!sx*M)>awvGSJQ?ggE@$BcY_-hg+2X2Wm-T`yAux{;+;@?DX+fp#Ld&zn`$R-g9QDf!1illwX~2O@QZP^Ws&u z3b#Y83BglB7~)LE9$iAw{(R<|j!x~dEB)m*Zmqq#_Dp*PnmydFDTsMMOC4y^_z7Qr znpu|%8YY+8Ts~hwae&M!?R?}kSO=$({29*OLHn$%()w6zqR>qa+X%(517cSWDZUZ8 zARibys$Kt~d8}&h;*$g8cT?X+G(mcJPb{5LtLF)92)7ag2xtL5$-~@s2ED8%K+492 zA=kLy(3Sx$`bht#V()`UmriRg^q3oCP(K^nX$(TnnUJyT2So)N$muruFVE8zZ@%iSrbQYks8y0@v0%*E^Zg zlMGUsKsAv^(fW$!YkSwoAIAPo4iP;>A?4DrZDMuf`HgKAh%<*Y7K0QyngQ;*h6N@QXKY<8Ymr$PYc!D5pVL;j#wIzE#V#z;p0s)2em54%iS^fU?8 zx!jn*bd-cpK&hVus_FgqKXewH@fw|iSkJ?pZ!1-stq*{X8{)<}PGp;2q zbrEDj`}ZwjGyhiPA03`xQo<$XBkjJSj!&HQ=9-&#Y?a8y!Lc3;_1imdE-)sl6d&eC zo6`ESue3yKAf5)NA2<8hv~%>xPVe~`K?n#x+f?jwHT1N+zmIfwXqY%ebx6XY-%LHA zRF%ira{c@*vBQ6T_egOES@9%ubQtkeeB=3T0tb(iN_23r$N8ekP;w{Uw@68`DFe6L z6Pb@6Yjd7z^ynlgPaSmW*I#};^D&3ktf?NOLyJM?aRwE2aqE6dz!10pwl3miS6$SU zZ-B%)`Tgs4JvodKlDF1EF?20OlUHUxKHOUqx2-<#Dw}mj%$1Q=m}&NGZ{ihoGC84$ z3$)XKnYmoU5IvThgk0_dG5>tRRy#b<_AfpJ4S-~ZTl;lKEpr5YJfQzWwZH9S)IL4b zT3g9x`Y5$M%}H2=sp;5odYJ>xf0X_peM2FmZ-?GK;AEBjD6ad z51AtF=u#Vwk1e-7cFOL^rw4*w>_v=To&luofAvMCN5zb?fi69GXOj@lQNVo8as8j= z2Ga-_<%C+572;X<+a7JdFJPOsaQTwWI-OdxxYrkm_tch(BN$z}s*X-`KA7%T&r6yj z&BH{+l#of{&=?&}BU1llW+5UnmdI1EqR&$$E2ljxWZQ16w*C~U-hif@-1Ou#-IC9o zI;+fyT3ZfKf_wrxOF33&L&jwU#;5df!Y<3a*p-HqW$j|60x!sNA;|l(nQpB7FGr^& zQ(9-x%cr2|+@rJz=?nJ@ttiMWT%R>79$Tj_<+qPu(v^7gOpBc4iDI2zOdOjxEWMHuzU?>b$D zA)%@~Y}~MI=bEUNrKHjty!vgedN`i=klEkDOZ_U4VP}%(FCqL`>#Ygj_8yrX!amSW ziWGyQ?*Z2$ztqvdt98cw6=~(+HJ$10_?L2y#jSFg+1P-~iaT^pyt(6G!ON2G^qp5h zwUj5R4JaRTED@B8lT$e+vgIJ}+9+;WOy2?^O8sSbWRGREPBWN}NHvM0u`(MZUUo|$ zG&QtI6Fdo?XKmG*g+;qr0@YKk+RFKDPk90@gvh5UYb9!u=qAkaeU}ggm%X&AJZ>j> z;)YK}1fTL;<$8XT?3yc5Y^LS=@^kCjf{=P~|KA~lu=|~f@i-xsq8pH`Qn0I0?TFm5 zSW}h|8Sy+*m3fS(;bgVfM*-7a(sqA~K_&;DnpH$zD7*WrfT}2(06=w?G^L-6DaT zwcIPl&^DA5C%JXhgX%G2|42M)+RPF=3Z06h(gX`>*lMSSm4OTU>4>#+QS@)uL8&LO zNLrI5(0VG(*vOi7PglRT*5$J(mWG_)t`EA;z;}& z=Z<%kUOQ!e_(`G+B9!~(0WN2dly1CCj?B%8((j*c-sGP?dnK$u@SkSs=hqe9F!JH1ts{QPhicCtx)l;r--<`EL=8`s%;&7F|*(|+&rEOX9{jv%fAi}B_z#7H(vYt= zjUl%Zw{A|nPEUU;%RXaMb*&=P#qz8=@0Ps7s)uDiZuw{gEL4iriaSgci~O)_b@?~X zt%)09T&T_Pi-1cEe9uh;8(Jg@6<-5x;Mzuo*m0Ci z>%Prt_*89A+fnLVSMD(UF;PUrOaU+wb(&Me*M2UIA2*Fd6{Fb)^PP~5*(O6SI%mbv zU!y~N0S0{wYwD~_HBvEuP}udTkL@mhaAVINF4N9ri#SB6pI~l)J0!C2qhyKPa-xLC zZ$d`XT#C}xYO22>cL~;}w*=`?ZJ4Z7*9e7W?CG^1MGZ%e^83pc$CQY$knAtm9LFP% zu8wz9w`!Vz^N$HRp8FgnsGGQD0pwXdf<+R78$pV#|9=)hvE%3Bt;v{-RAw)V@yiR9 zFkCx)gS03hV;7}$Nsro#1g_GBe@^@~Ztc8Ks|x<^*p;CnA#|V)#8oWJzBmp~L_s4$ z-_fFR!1DjJ>lQhzDZ>Jf{Wboj+a&j_oxOn@9$uK`8zYEtVlO+-5$-a>Zx;h_2j#`R zqnxs}@8z|?rdSs_LJf3?RWJ7CqN;R^6Rfvjfpgpb7G5OAfRyWOVy}WsVBKnwhvx*k z7D05`Aa)^egb{M@1;qEF7qqYxvZ@640Tkl29yOf%rr*vx9{h40TV(ueSrOqQNA8b)>!Hw6-+ks3q>-dJEpjXtD zj+r81tM!e7slQI7zep@ItZ}OjVOFcMKbtzr*JL}>!fUwE1d4ZU=wes(9r(4}>s0(1 z(Tz4m_5`MZV%u|*ZAL|B!(K8j1F7bZXg7=Sr;n-QVnc=uYh~PljQW`p2|*20N&ZDz zuW|4Y*j&$+ZrP4C(WeUBbZ}X2K^BSsw5LB?4C7C^q;mzz#QnMxPGg3k)1{Deeq7Rtl7&-b!R~JFtOYg`Ch>d z3)+9KKw+1~U1O?&7%H#n^Oo79x;RZ+APR(0GipK1owZuaSV5otjZ)^LXf5=z*5>{x z55M*#&&68<78oBEp#FQu42Tl*BL#2dOWOCo*rH0)hpfFiQ10WsFI-s%ywf~6B{v@m zXz>A{E_3N&jL|C2xn6;z=43-(86+e16qsPwj<;^cS=7txoX?0dL(yT@1Hh#^4r`hh z1NHO^MHHCb5S3WZ@CjkpBXFhC%0~>YJ?vNa(?lFCDM|EM(rzBFI3G60f9*Otz11Sw zLE?t?hP7kopwGdi|4LIbr}C)^C3v>OPd&8D=Nsi={akb`K9JN0f?B$NAC&T-rCW~g z7$O_hpJha~M{vC~Z47KQeD*cBrCbUP*zvA0ggh9Hxv4$b_X>vgT;pRm$d?`ar*C?? z4c=Ey83qTb;{0^B2*S9*5^~?naDCTb7!1n< zuTD=RA1kUpBc9qz>8hO<2CP@bNbXZhp`r^1e6(a)39*oU^h>JZvEV&lXEjLt*A?&% z#;!*mP_;}5I}QNErs-(a&A)45Tn)G=9mXevoNYf_emlOJqju56ka;DrIG=LP<&Fkb zOy=9@vMYidZkR2!K+7E^vFQ^f38~yG2ON06C+KJHfpoZUk6sDl??Q4AQLcH8CEu z@2jKb1|BqRRYneZM0}+KmXsnth{WOfbBKO0MKkeXVz2Se&}hJM zz4(rF?|!l_YJA#+^sa)Dcrg3gRln|_HSH-uZ z4j6xx5WTWq>0S~EvXLo5$NO`xQG{-TZ?K3@op|)I!Ie7poc8apbvo9<*37d{rdmQ@ zmO|7xap1tlPUAGMI)nz^hOhTN%-f5pQli^Yy=uFaX4n69K$Cs;>!O6LndNMz*11u9 z4)y+(;8qQ2Ro$%m@<`$x-RGtVyU?tQTmmK_qfWMlc-UESs1_(Z$@tcDV_PH_D}|N! zs;)R2a8*&rl4Tok$>v7$&D>YX5GAg6_*6N0u168q^pa+f`;VK>BnZ{>3T1U32vy># zZXRr$(JZl9-GQfC4mdvl4nA>Cx4O!5MoXJES|FTd^@Zh2z*8Hm=6}ymE<`Ds7Lzi`&FLy6&P>SBI;v@ ztffR+6g)(xy%<0IFO?9=Ym#Ey?!769V(1^7+-cOLJWMe6uy^GXYqBX(>y~%(rQe zIAfQiTHA_J&3E1#(eEva!4Qst%CF*)QzxEvUyZ1^MimITf6os0=sN@ERKSleN(`DEP9vnH=Om@$AM3*1ZE}Pv{pmk zkN@?G9V1od!PX=c?d=qH)YfzKP@@?)67n%^RFg%Ohd%|`;p-aFrw#)xN3zQ?<00XS0=EimNIGc^L_BfhVU9GmIFjA@e#@cemlpf&6K^T1pvn zPjgl@geu^<2yPYAXuMZ%pd@078l9QK-&e=I0Frt1gQTAD#y0WKXRdT>EaP(?EoX!@ z0JV*rH{ex9GO3A zy5aRDn}HFB3U0MTxuaGn1B2VmF8zB!!W)@Bri<)NNjq!91Ivg%p{WZLVIZ2fF@)bV zDUSZlrwJ+)On46VX6E>x@doVYq$h~n!UGFa=s&WU(cL&cK zKu0_zH1HZC&S40q2+Aj5;NYv@ zJQa(z_QlDJe;+k&F0lZ1=N>Gbi3SXG*(+;ZmeZaTn3;zZ`|BW6z#Hi;n(?Cx^B`xK zl5?&=MU(FFpudL{4rSbm2khYZy@qUwHoyeTP^_;TuyA}y`kza|QQgajbg_Mg%n5-t zS_p|Le8qjxqytX`hn?=(Ziq(qce=8~V*?xcDz>@Fed&hlqLEb_ztyTfn#`7$!YrbS z1uD0Zv~}|v9-lq2cLhwbXUBh7%KVacBAWgCs6+)D&GgiPGc*D4=>iCs<8~!;u0y=C z8OR^=!;&x8?O8Jdmy*6Nu@9evde*&D2eOCuB4_eMc1LM09*97+X*9n5Uuy*WHr@^z zdigRKnJB-X8l{)2Au-6lE0}rkY)s9YBQo?&J6@-`dzQ#*|E-0_m5ny>k|v#&_RMt* zjXCjquj}o6oWveH0dOL*NmOO}lp~-0p+-O9iOEI_t-C@1u?hK51L z`0QM4&?Q=`bvyzflUf;;591H?xRMJ-QdJhxef0X`4Km9iL-W4;&do&<2|AHPuMXRI zZ~jt+N4pB)sqF_XF!4 zSnrb!yC33y<`|1AZ@0bCRJ7CGV)|W*R>x}yhcZ06>HLX;l?cM*x90QFo;&g(2+3DljVdt2_7=8&qjW3DDYF0nL zZiHn9O7spcPjZ+}d1xktpkKYRCs%j!?Sz^xtg~WT4yKp3-|g`QR|7&-$khU9(el1~ z>zpW8QgVpPo02)S{hPGr1~nVF#0!TlGXKZ=>46YZzN$FC`}U8Tw=TwqBOFV2f)5xXRuZh!dSy9?L2#JJ`ChOUQ3=NJS3 zh~C}5&+nH?a=*>R#qI1Mf7+(v2Jo(udT_yI!F}Tp+qc5?ueaS)xUAn0E0C9gNp~sd ztk&MK2ts7puEELPTrn4qm|%lBcGpk^^F&wS0Hc%(zk?)ldCHbw_n6<#_YVB`oxkt& z{C>%}Oq^F%f_pH;iSG3+#d-K9C-xf9iD~v4v8vdoJNZ&5#&vk$N zjG1yP#9(~6S zfWN@ettRf9U{24XlAuM3Yfdmqg?WXV7+5#2v+2e$mp$`DZ{B~ocBra^rnbv)?Q_3q zH*Tsv`0pRy--M4C282=e9w4VDf=>bs#%0>E<3Md89#k#_H>LsQIxf)q?Q+HJ?)i-mK@WXRCPg<`N z?U%`5L4~v`pBh_J7MBUd#4evB;u5l2UKVFYG#90E+@RD;EJiWLkQj|;)GC)=$qa)o zwFP|KeyVjx;!(GT*WJog*RTPkAD%ZW&xDGghrg3>q=W8aM(Yz-HI-_wuXPBD0`as0Yy#e0BY;5MYj6CajrOS@A}bdL6#%bWl@(=zz6 ziiMch%Qok09Q(O`|8jeVj_^%}kXhLME@0Jx?$~p`mW1eq>f|8%=tw)x~jNCA<}MGfz%J65h`vrS!>Ksw&!=!Ce_7 z6n3V3D0qGZMFY#xWM)FOqJ2ibM!0}-s$16X1Etd!9yl7aoj@{HD1S(I4Gg83JulB$ z>4opog+_d(<0Y!fqY6c@T>qRK%y5%HrI3{#`6TstFWB;}m}%b~hZPgd+=GF?Ga@=B ze7MVdF%V@CUi~oRN!YionUoOi>Noh3KX|D&yeoB$!o7^o7$w`@(8IKZH}Cn_+F1&~ zF$Y0f`!9Hz$8IV_HJikv$`4HJHO3d&3_k0-f8;Ac0=gYyrA-;jS)YICZ(N ztgFiG>A92h-4cRsjATUfd)*~VP&k7<;@@p|U$u+NB9T6h?%9*ri;KUI^1t23alY1~Fz5N1qN+(>OJOuV^?~|8Z$Y*b*+JV9;SInS9_U$~6 zvil9&f?xw_hXtZ-m(t2w%9J>Xa#{RqOP21GSE>wWl_%`mKzEycI|X1uPh6qfx^3LqgVk^0M6zk+j37hk=TzEfgo}TC_ve^X$S{MuQ(P1caEqE} zo>8FZe=7#oY4)?7h76XLb=Rgd+1^=mlyTG0O0P%uh91WR+l|~3jio0F>WdZ~EN!`& z6&VT_cf^kHW%hetmuD+X*RSabJJ0+)jMk9B4PPWS77w2Ahh4Te5Dg5+LeqzLD;Hb(~f|^R+O&2TMu^;B&7%^ zIpCe|nHoneHX&3T`=;|x-`D(rOuqBAS>y2bz0XdJ5zZN*6(rF~3*j}bvd-2jXsZs# zUi+Z_80XG+ckop^I(8r9Gi^miTg_mU!g-i&z(44kqr(tKn)#zbRh%q{CV4~(pmW<( zv^s~SVRyTe7fB9K#T;5i+-Z+>_RW_4#O;(gH25WUOg)_ZO{9pC8HUDQ-ifo$cp6SiR-|5N{E;AUuL z`D5T{kETK@?LqikUCe*<+UVdvO5(V(Kj;LhG6BNK>lQ|De5il+S9cApJ*;ZLM_}(| z&qm7Xb*KGuy+P2Je5iKmhSqfJ(y5D?`g%OQj#v{h77>Md1xsXqGNBkFtU{G&0|K^{KH_wBYl%0C}89bz>HKUPZ5^ z?@L1(d!B0jh42hf0Nc!>$Q8e0XPwh|XFRr0iFDzescBfUfap76DQO$!$4(Nl%fA}4 zL7g@{-XpV3fmX1?Y zg&wcujhfY7fO#3)#16jzhw?AA8D#6B68>{1%(@izKMwZkeOsjAm%!~sSA^@ zY}fwrGAsUQ!)pt`k@MRJV1%fMBhpZbnJym&f7g9%l=E7YiXE)kN9)5Z?X`oh1lS-$Zq@b7-53My+)z71oHS8gL6yxpSemFC7T${;3C(k8`H z$$s|H{0mJrN2`fm-dP@$f+xDtk3-v?Q2t)1h}}Y4qjv-gc#4TODoI9WQF%Jh{~71~Ar!d?IX(`s4M$CUz9W;EJT1GNm!*b{+$aWxw@VJ7 zSx>$fWs{Q1fFFFa#(jR21N*mIbZJbZsD{ROupCAd9Q+J7^@@xdH_$w)Rno)c8(V-Q za6EDZD>c?m=xv<dNZ2z3P4I*6r_|^+VEDnmA!a(P{##8Ijb4SZ zGF)Rly;0F>swT*;Lw2hrs}BU(`7Aro8v+W4UiW;2_6Sw3p8`DAS}+dYNt6hT`0C`W z1d6SmAc=ozGw#iiJ)JIT>K%{lFAGxB9!`Yu_Jnc#6>E_SD6P2*`KaanYTow;TvG#H z!#(O>xvjQf#2{EpRLiFd?Of=BX|&;$sC~dT+RfU23DcVgKa$UfOLzD{JP>x%+!R!R zhr?re6=zrbIpV0Kb)!)0WC5S%5HotO1Ss;Yf$R;AX6spWh)vgzoz#T~3Pd`fas|K! zw;_K=Fw37J$g0_x3-A?vc=btwnkj~zD5KGzZJ`+3r`3UZTO4uq0eGvX0mT8H@W{?o z9XVIE7#lVu9(NH(Z~&WfTQE}GWEs7=?7-qBeTfeL?`2F#aM#+>7BQ8dR&KXK;j3-o zVB|X=@f7&V!hLQUR~t=D`zxi@SDzP^jQJGH&JP(I{iU1$j|yf4w~VlqzUVLY_(;k4k4W9PT5nHElX{vaKEOg*oz0x(1I zd*T(KsmX4sbRuDN#%Ps;K3M)w=?U=nHv#hL`Dt#Nm2p~Z>xFzT5wi$%44(A^ASq_LOhZmADX zy=MX-4~OmFWQSHS&Ax-XKEsPhe5nv1qZjCjb+!I-&-!J7V(}36SlWw6LFe=!{H>pX zZg?nsuq;&d5h2xNOL9hJVXSo(u;>>q_dVra80r`jP%i}@!|l&YdDRgtR0)f6(Mx=Q zzq>QPiPyAJg0a~PSX+&b%n+PtDn_B}Qy7LDzM@c^U!%q)sJ zY*s*Ey0W3k)hL5#qo|`9|X^^nBKXX?|JbR7CR)Ovg0yluo{k0&z zVP1;N)=Q!|N>c zE<%U0{#`J=ne*uZrYexEkd4b4Eftxt@5*JuOFlkX6A1Pxd#3rcVKp&=&XY~O*7|9y zUte>4EVOSw{9On26gW@Pigva9dDLug#B~39&^AuQzBcZ)oH^2Ar8e%gX{wrTb%bZ@ zqKJ&4A>~!h;)P@AuOOJ=J7iYZ%(uv&Gp-AP_cn&7H$t$6%B5 zcno=)xIg&I)En#{zhH#BiV+q|52J6%zCI`lUPL$g$G3m2`kP-tbBbd>p|AyyRS#VX z{AyqyRmhpFewuKF@6)}h0LHRvY)vKF<_YGrp;wI~r7m#lPfU=ZqZ+_*hG4-MsE=uw zHJSkZUDp^v#gQRidg36eCM4Yu+SXINBYfzaloj^h5nAq9L3-TK&P7vGai|a|oZ}sy zHPpsI=$*?QcP?#^JsSj=m`Fd%GO9@It z^pV*E#xn!aS}8+Bh?JvZ_D3acR5{P7Q{{g~EMn4lZ`$QU%xFGFUv0>w7QJrz?yu7o zso5Ta2EJdwY(;6~WR!sB8F|}N8Rq=L3&BC6>dcAZ`2MnuR-NGwK6_bm-KBhQ{C5IJ zSsi-_i5SaY+>O7@iUEbzwSO+x6>Z3HM`{D~Xxu(6DvVyU^QZU7W2SkrF8fg~PG^I! zk3M-#GQUxJCO*rvf+f+*rb6ICwQ%Vv_auXD)}C2=i+7D5l8c=g|Cx*4VerHQ|MO0< zM{|N3lIy(1;TIAp^&ea0&bv#)eA47)CR0kf#kPqPeTZn-#%tR|<`z$qAwYzp9XE%h zaRyw_$dE+d^D0Gw_fz5}29o#l5@z37gkq%3I#1R2J-NiHVeK+5$D?3+OYy8bCCNu1 z(or-@eg(w>+YtP)tRxG=Fb8H|jf#68HjdAv?u9b7!g;e23wxLTKu-7%^n{K3+10Kn zzs{pXDgf3DD!U*}~CMd;XsO@otih zR!)iN>vp*)MBenkZh)=K5feukFb>YRQVbfN@wSM5Av=4!{N7;Wg}IjDOJM47wq_Qn z=XkGSE9{JQ@K+3*X(F$o)ba<&W1-;oyoZ$Yo%hR0x3=hpFGY7DuA40OJA$&F6cyPW zj`HW$!-4x7Kise5y|ao98-3I66$xvqaAK4hi=6OawTQZ^;=-K_0KkE^dUUX`usCnr zx~}O2o1ExNMV$`5AESG@T@XP@2gQ!$Wg9H$Y#Wz~3Pk*UzcqWuV$oaZuZ&aPU^$_4 zWz>IMb4=e?es(q!zWtx^b}Vk4ap$qQy*crDoq;8 zO9!;)rc(ADcVsz?h@QY3fx%7o?Vs()QUWx4+ zT}WNpPl%@~Z4quotRlvjIKoDqUpXL+zveE2I~+!X!L7G+@Fj-i%%a1`)w)#4qtO3) znvG`Bbw0ACIvb@O%l}LchaOJ5(sJw82BTE}n&bcoQZqC+IehFMOUdH(_DJYyP@1Ji zq`s3emK}CJu=kym#h>J4v=}q7CCq@Q;m4iQ*~vHTouhJr#NX~=DtZKW^^yq8$6|yI zLw!!K3Cz)#iS z^TM~N&^JH(GQ*#hde=j3TmO6q9pCplPLAt-A0rS*se0mMb~k%$m*5r6_m`O>uBwuu zsu$NHYudsM$uR72*)-MiG!ZF8%Xijzgk60iA>A+fJFN~VwK=>@FF3!XrKPadk{KP8 zvs@R@X9>IR8J$+qv;Crh?C!0;@G)vP3|Q!WsvIpP8*rjrxT~$M<9*v$W;X9eOT5T9 zBqRh1;$<2RgPxj(-f`clcmovG+2f(A%Y6p?!P}fC$|4(c;8>~0lbx$!Bx4!wi0S!5 z<=4_F$_8NV2{QL# z73Ce0g2~G-n@WRuzZYizc(z+)y)#we{fqBRm(;3CttmVc*un7#C;o_zo6VyC!$b?A z(4_6!VlP;N4m6Sbt&Jdtk9Xj^94pu8^@Wag7v3AeQbbm3=Cpu?_2=?a2aSPs}I z$|myAX|d)d$!94s^?ljS zwe{~xw9lADYy3KU@mSAfq;+uV(X%W(OXTie zP`FmoKn~F5NF3vkXcF8=?74L~{LiE2qlTr4S>q~=)=*`fCtIj7%Emt-j#D{FMA*bIM zT+dak&&mKr7D?c&*_BvT{l>^B6$na$>?X1%c=c96Z9J1kxRs(4Yx_@l@}jo@TvXxl zu5m@5{BOFUurn-3uX|iM!v(=XQLIkmz`P|sou^!H6BZ#BhT;ZPIzE_e-m8BnQn-0f zZKL<~yYDG7&rns#0vt`m!8dQshfIa@PjIf+mly7Y90#Z%7(7Ct`#`Clqs@@5i?13w z`ng}JZo7ZY)dA<6?WJ?fW9jcT;vU%h&G$U%tr@KCJ9~-xCg*^G!NNkLC3b6hTL#!L+Ax%XuEPVmdUBuz?)P zKmf6i_3EflDfSMALy{()D*9fhh?3kt2M^C@4u(zF@xZ|*6$Z3obhf;rcF7XHk!z#H zV>=_rPP68d;aMWHRQ2X@wi?+J8EG6uF8?DbpV zk4erjg?nt!Km4;r&J(5lUtmLm ze8W2WR{5R}n4u)_ku^vWSLC^WJFr*Hi=ql?=$JrKh`CkCv3f^+0`SJev3b(XlU_%_ z8=wn$E81`fZh+uNH!^y{`A;U3yJ0UZXyEwkZn&Kvy<+4`a#>>0LlL*x3FkYiEUqGs zXcp(6+PdVTD9ulnRI<`+Ra{b8TX&O0+QY9p@D;rHvveEaKrCyRj$@4KV?3G*tkuIi z9+<=`+kef}53jbBVPxEkxhSEHRkKdNXW-{$(e+u})F)6Q`OnhI`uVQj9LJ(KA|QUm z<@*Q$7Bk9gIJf_K>D2be^wnBm2|%3ec)l@@{d|nuxN&&3h<8@EvDeY6NqFx^3%>AP zkXb)m>&$$=sa#T2Y;O8-*twDi4q+dcLC$!01em`)Pa3U8{yixF^_Tuw@T2wt`|y|l z<_KN5+mmVRUwAv}Y&nvjPm8NwKh^v!s$$)V+B^hD!W=H4Gj3?A_Dsx=ZF14_Z=8R=+1`MT#u?6?$Qx z*%R@G&c{)?idLli68X0H!@@)_s{awU$<#e!A(*~-zgMwaR(bnHOy0BIn_H754`qH4 zLE-Bw_++rkz;F*)z}Djf%|RMAZZHkrFeI@t`&cu)hEEz_jk!Xz$Po-!2nV8b;)k=QM7FiF-^bZnLVt+$To4tG0$_A6xx- zJFgikc)SD-{?-j#rgWelEF8XsS^jhbNQQloORDfrI+^Xe=qvj3Q%$HuS5tv;>|=R^ zTWB}I!L2Jm)yz>P-QUoS99v=5nOgwps#34!yj7GN{Lj@LE9U#WG`yr;1C%Cov8mgg zMW56s>nNxF(pFrnDw4z=>*~0vk-aNRoN$iKm1G75r$#fF`k-egU6*pY^Lu7U9e?Hq zVzqY3Py>g$Lo{z#q)0kBBZE#_8vKM8$h`>PJMm``i+T!-JBu5bRTYqF)j*C}|JF;0 zwOK>Ylyh~Zx(7D8ybdj%?SHS`L8W>Wt?HhpPit+J|B1iVe)cC;AjncT)$`KmhXK4s zQ;@*Xdqbjwho3C0-^`OJ_((;a94N4XDuNGo#awGr9w5S^i$}|B@zCzRQjfulS3;Vu-FoHJQ&%V}}Y<_AI{5tY8@T5hybG-ebnpaq$E^TYuxjd(!h~_g*UdP%Dn+H5P_!j__did z6n1~;RP8f z-)vWIgr|f`zMYzCD$`o(^|v%M_>ZMZQ4g)Kn=)A2S^K-AN+NdZJYeHJMOp<+XFvZxQoYlV7bH7*&UQ_u~>2egEWMa%&+=naVc^4 z-WKGQ;!t@jE^+Buql$yjAk607zVL-tl6L7&Yt{tGGy2&xjSX+;))(^2ec2^#{$sQ0 z<(;E5j=%3C@RP64NRTA8@hGaN@<`pzD?G!=I zqZsPM1Z~+qzsmQ(CL#Z49YV&>SNhalRL$!NiRS90*GED!%yEN9xQ&c(y|TA*;D#Pn zD(sw}5>3i-zf(_8n_<`$0NyrSb$Z(LWP9`pIh}9QdWI)3tI6+EvErlvbLq!JE+ygZ z$|~iTD}Wj=5px_Y?MC9@G%D{kuP0qpp=)HSVOk1*>4%9dg9)#Fh1DstSWIdGs3GXR~Y7@IwouQKdc zg{dwx-?+Y{;mdkH3(@jbE&*oY{T#Ep0=^0Mxa;zSXc?BlP_~@|phTFaHyHjYdYz>- zn`bK{qCEhxo$J3`v`oBtZa3JgE_49HDbz5m$^D3tjMR%+#B zS!JHXAI9A?S%aEVxX}WLGf{}tl{&rw3`bePE_*g58~OOi`WdzGl8L%a*a4Vr0Lbb!dI3(gC-zWZ8`PzLPR+}X6SJp`sz2_2Vj!3(FM|TYlB;BH z)NVX(dg~c}AD=+%&QcBRern$d>(iC$QzxOHa~6+c!n6P)zS(5Xh5O?4uP*x5eE6|t zrP#fagVD*)l8$hsO3~L$veY?%#kvOc#US0TteX3&Z0o~Djch;A_{S}p?a0R#9NYY6 zR&X}w+=JukD40h5RK|`u5b-e+*JSZmY++x_IlLlu;t)C;)Ba+fbdV9KvS0TwzIB>3 z#@i7(puFE}!8rZ1X)}gP{_k|tdURy&;8ZX49jiVt8m)Gu;el=HFzDag_ZOgY1;SDf zHf`W8+fiQzU3c0JCY;+N(t6>hifAui!NAFQ;)fLzX7QC~e6&M<7&g~NWw~#$*w5uV zL%?yA-d8@u@@&Q*eP|pNc^uh{GFeJvab8qi=E6^zZ#^vyr;9qaUzExK$!d>ed^4lN zTT~ezsaUbdkv(^WXS<{6uCdug^z&G{v=hBrCb-;IWnVaI8n}@nb3`ylCQ51#*DXEP zmY`r)V4Q85IaQ&Rrb~rB{D51s6nrH3KfyN5$Kq`eb8tugsQZ5I9b+s9Ft#qsn#wEp zq=Os$PrY=yv9QAf+wt^mLvoz41A}mB?+dNKxyJSw=p<)Y%K)<@Fn&oes((<@fs$g0?jR6`khf@D|crBp9tHfP}b z9}4IFjHpFrL;Ri4yR!H2Ayhk41F;%H$>#L*wt(bR;QT#jT3Pe&@nT&Y!VD?Kv_8A3G#`HHDdi=+yrmD%Wqqmv45Cf(;CR1CwOTux<~n@=KS{dsT%`tcFgO) zUJ#msLdKNCZzHEbjiB;73$YdM;Vk9(EtBcB#7UVz`G0!U^!RlGg{#Ze_T*zLrenr+ z!|yQPvX*K7{F*Bg5#t$LU5RJ0-fl9O@v5a-*@w5h?;9lf>(AA+ilEk6n<>-i#6aT^ zyzQ6PS8iRA@*t}N8-0dPJk&?yFf;b+P{nL!7qnYy!P)rz7V|fR#O=dzW2gSgYW9Q3 zDS^9e>;By@+A|N_^kb`QD9YewCh3wWg4|A7AxRZ4MHzqw*ZucW0>jv@H%*ZAjFSoo zmt{UZC~avvXE)H+UVp>FVzfn86g4rM(Gxl`s5 z6;brp!T#CG2`&j|YZO)8Hx$upQxy)kjHo3DdQ zi1WE4i})EjJ}bF7;kq%7O>@J1ymCal{Sqi6d_pme=qSr}5L*r>(it;_cQiWqeL>4bS5ek~hC} z3K$do{glKl3(fo=YL_gr`P~5nuEO=H4vxanUfcD(mxcW<=?SMS-%hwzKI4K2ydcNL zIdMN!@!Bb?fOluOA6z_|DLjx_|8tAN4Y9Egzp43Os-np$3^EYJwLEdTIqx)c*8ML+ zgCu&u<8R3}JIj7^C-bI-$~l|xw2^YIt6EwGJ3(fc!oUlTY1?6{v^7Lp13!nv+vf&Y z>kx#Cl-V}ZJHXadvFxJd$X;bLGbcaCr28Mn{e%x2KJ@Si=Rp9f&sSp1#x;6kTjl2~LOIWGTBggLTO z-bu-?Y5C`x(gjPd5*tmcqF^4?rpmL;f!q%~oXIrf zpQG!0(Sq(7VciaTg-6TL1UytZH7pb54}fGy%Aml&E1{_pl(wywC$lgqn4Jq> z3E`NQ=@azo6Oj9&cQ|~95&azSV{J9KNNDCQDppz!BWb2fmS2`NAjIrPv5?MOFBi2a zN|o4^853-4FRG*PS5S@4_uWBM&l^ekB_?hII~X(PJH%RjUoD_T7`^{yU9C3`B}?-x z3(_(Ph>?t7fJC67#iX~F)@AWlC2&ugk+zYyw^1}p4#Ci(3#DUrc5HKzLiv#*Q;N!D z5CvI1ms8v;9MHU!k%k?X^7F($tgP96$;1cZhn=C|A7CjjfXV)I=hf7OfM;!Dv3WV< z$B(&{#-{J_H-$#ZSIPUvj&Hx=bg8q9hxT69U8Jn#n=8DvSq_x>PmY-F*8pcq@BAU> z!~8NY@>Z`DIQU&qFGUOfG`{#HsvKCpx=xv~MU zt4rFhBUC$t;Eu=)&B=4{i1|+fXJ{gT?-gJ|>gEdJf%f62)`(n0$)=;Rjz`cy1BY6$OQR+w2ZV|WJ2p-`E zltc}8#lnkM3-!O|^2YABFPUc_(_S>p@&ngAZ`jL0OF`kjXO8}M=c4FP7GxMRsH-dE z;CBT4eNK#o{SObuu)pTHqFj5gV2@H=4N|}nzv^)dH|FhHtGv>?6UiGYr!YQWu=uEk`d5wF535jT52=HRZ}SS)B40Wjmh z$hq-#LIw0yRkI9%@O~lqqT`Vy+*iRpX>rOZMwdx6KNl}s*Li&Xp%Uo3wA_?J%sH(z zjj8@Ik&D*&9$@X-wL*0g`8UAJ=zB{ADu9ZpSUO96hCnNr%uXtOG)?0p7BozAZ6`e$ zVzY-_lM8nl`H_Ga6y z>oNBz>;RHa$*k(`vj%3n${7hO;x%mbi#SB_JnPrKE)|@W)V%k$o_~6Wp3Ao<)#!S@@1<0d8C~uXp7#W*2ToTpu{Cxq-#$+! z+?FA4g|fL31*1OccV2p`wX^!vV#&D`6Q=pJhQ@h}mIc0RfpK>ppu_gt_g{3cs*X2C zeR(QZC>J*O6)4xg26?OJJsjR;AcWYSySw!xW=06q?$K2p1$4;-QvLTSqhtB17f6-WInR0_3h5#mZeKF$QhFzy6wWS z(Bn@(oiu-@!SQG8v!%`N;;o^P)LqZ0V(?^_YbcWX6{wk6iU6=JW>e6q7v*1e??MBN7iX$ZH1CTmUj#|X0% zegw4kMxHahoWC2pytVrfIKQpKJVO2X&%W$k2aS!W(0n;=uc++WR!2nUJ!<&5v6(%u zljDiIcuP;L&37K{r+EER!6fq_B|Q@BI}fHWnnU5o?b;Cwm>p}g!`U-K`Fl#vSK&Zy zU7ZZRQ_2r!0c&2i?bzwQgby~MQaqknZ%Lom7vpSL8U(+5 zzQ^(V3z8#Gp8LA5^E$8BsqrpqmWyK%*!KTf05K239{_=Kirm8b^rc!ppMv&zdG2B{ zznyM*hBvG~F3_)v$=k9RoHTL|rMMq^ImdsqLP{4ABN@){^XxnN**7hOtWx#Sf6Df0 z6GDHu`c9;50>)ODgde?DXPaT8j1lkkaR43fm#Q0&bl=IxG1iHs8fDZK=j+b}OyM6U z)aUa%K$?#iP6vw@R`6nc!Kd1(da)6z@4zt%y`} zJ{Em+H;?sD^0kU88|>pF?I+=DYS1@-{rDXjM@_WFmFim8EnK>^fF5jH3uuc|;ieGd zzt##IW!nSNM{KYmriDigZ`yrv{MD}`SOeTV4{W3tSf?#j&s3JWez|d+`f<(k1Jfd2}JN1MT@mPw-c3gXIq{a z8KJ6f5nmW8=6sLHmPjqFmeTVkU|ln!@nMuQ$>bo#TkBdLgfpI9CEtig9i`sr6 zCF845tpIg*K%!$O|NP=dSLJo!Rga@v7$bpGchCs?$vNZkzPy(ML}r!OoqT@t2j$UB zPB}aJ+IHErahZR!+ z#PMtH@Xq@xqN^l#Y_yB}bHP&=c)3=Z8eDpAS+> zX#txHs?T4v(}6rZ0uoQK|Gg)bkF|m;N{;h&R*xQ5$-#VL4{VntUsf-kx$j-<|7`mb zd$6|94e?z-ze-~qjE00>_q6&V;@jIhPhAn8mGzgZecj=>P?*Ct6?`t-=K?JS+K|ha zY)W5RJtEs|OGN*szr4BJQ@G1~_}HpTf%I|E@#8eL!750ks08l zRypAK1k-aYI|>VykMwVkLwr(LLic`-J#i6R84hkXMX_A?aifZ+IT>1#&>)YiR*S*z zntBPf>dWCZq)QnL8}tV0RlHQmh%}6cjLonR{SMstgRk)!xRMOC>sqaKsX(nUK99nBzzO-ax8xn&+TjJa(+DkVKDeUFdZOFJ zd(T?xwi-1)6Q6a~T9~s9)V`i{1Bu~~H?{g<(ihf5=Jjft-4g z`!aOZjc!Nq^EVQN3eyNNM6a`30N!R#fA543y5ZU=Ab!lkkWs&&(1{D?;*s2!5W(!t z9sBTv+buLM6{LUTdoa4vDD@M~_8s*644fX*`E z@~uG)$MIEhvy@U*v8|}`dNS8t){MhlgYQNGdkR?0R9-VJB>GvvEuIYjmZq*fx2h{^ zM`^QndH%rG&7Rt25DEPmKuD<`q|CQn?d(=FDVaaWC&7_?_#>TKlgMQvm1(S^#-c9)V1Jg!itc;NStE7*xc|664vimjO`6a74TRwGly)EacZ zYJa<68b#_EEu2~D$wAW0XF;BGiCfgk3@kzt&CeB= z>^iXrs|;1V|8=Xm=u06#<7~k3q1}1RYIM_p4jzu0)_y&HfJzfXbFBjMUcmyjp|IIu zxfAMqRZ2HijLeyt%}-bBm;%6%raF)(bs6u9+*qL={m8-*Ml%|1yP`3_kO6oEgw>Ic)PJ%4 z@9??%yMXsQjuOaW&}J4Rx%*>E@uho+J{IJl24T_KRJpEGhsqE$M;6>xBHiqWqer3R z30V^N)nd9M^3hplkp_K*I?H5aW3Tdy*OZR#*}8{Y#EH4F|8k?vy?A@0Hh8a%QD0Y8 zlcBBadSB9Y%5s`MgVsGKzV$c%dDL6^j&!@}!pte5I>7bombSs1&W}b$@8xVfXQIwp z1KiUb-O4rLf}1z2-}d(Mz+>z#Vhp^K%H>{(H91mKYp?Sq*8TclmaSUXBl3(vJG!P7e1fVa2FG-H}OiQBdfNEq`eX03*%qQ?~ltfSDmH1 zHwiZm%u9zul{yd9z@6o67`n09_VXLwB?{SV#-{@psO9jb3g4qvf}mE$=#hLvMG0N8 z)GN5RsZVnfI`oXC`UL=doOXYexih)kcV}w;==R?*$HQNaLIIFThr$H zi6(;%fz}73WpL;3S<3zq72PnmUxj&d7=0TdHNKsgyD~%Pa<9Y&E?&=@zg;+nOvydJ zM_pF_+gM3Ip4_MAUPc5z$qb2%%6-E>j{b^R6GIuNM$f)+@UM;Jiia$GLvKb_LZr4o zJM<1ThpS$VId0+vRnzJZS#w5|7nO6l>4nuX|IZ0s!=k3b(_j`qub}qM+RN^7D_he3uH?v`CWGMtrwge7p~7KIqh&x#};GlI@j%+EY_r^9m=XZRbC1^rvFoW?l^wLPUap*f4X`m8n~P!}~U z+SE76a#sDEPP)7*SWGP+A>5=qP){V;x}ExM8ncjg%sGSjsKFb&OIx(YmIwCEH*KlLa1gd*0AL`XSbJ!DK{fYhRNAHg=wF^r!G! zBQ=af17vw$r6>@}5o2;b5lkG=wNF>Tg)cF_f0Omb21A0K0Eb1LK~9W{-dA7{T7@qJ z{Q_WQIo?4s+4zT`O(3y?OHVBOt2|Qqicv;? zRet;=QpOU)|MkWbcJ@Q_F**qwU|{F2KF^Q}yQruR!)m-{l!1cO_4D_}9Yb!zH zYSR?q1?{a~r-XG2m~X>p;^%ry^T1m#_`a2JeOio-Uto6qV!SiD?1tV%Sd2}gcTHw9 zJ-#Z9<*q(5v`?&W>($wp==`BeVoC%_A1FC~WB(oyzzZ_^Kh?MwYg*<;^^61X9Flx5{GyL~ByDprG`e$8a$Sm0hkq1TY z(dz6Zr#NGDcL%Lu^us5Pj5Iq@%|eohq(?k{_iB>L1&I6W4nOpuLzWtP&{K_FmyILM zCtpe3R-M3!Bv#1x+$ru)^n*2ADeQ8`>eJoK%7M*~6v{@H6=0?A#EeS^^gDRR2aEr1 zMe&@n*}Dje);dz>%zetHD3s0++W*pgAocI=P-eK(KLcUNw0#>6w(( ziP5?_$0KT;0%;|Y^77m>1*HG0vJaK^{**dd8ax{OJ{|Jl7eJuH3 zPC@}d3AjhxQYYsdl(bq%gRrvh8+u2>ZF4%_!sVaQZLm4_&@A+_`bQg^Rh8XeK{e~k zK96(0i-|R|3CUgiyRB(RX02A+EsvP`$a||Na{Y@@+P$b&i}ek*P|x5!No+;+-H1}j zv#EJg{}{*SHRsb{8V);M0|rAYB~+FBAAjlKVoVrsYf?F9iCv$P5}iC-A~MbLvhDla zlfmQ2%-`nFDC+IctLOu_q|tl-Rch-}+r@}}zojdB>oAKdvlF-7OPh@&v5{c_{|vVE zpek&I@qDwKs+}TH6y9~O)464&ab;;5>Ax;cU&cdr;gP0k&d?vZJpX{C@J)-~)%l%R zjJ(tF`*u9&g`9(}`Pe!ma=0J5)6Xs?#NI2fV#K-Am-pL@7)>&bQf-CjsJ@jjczIP+ ztYOqKouo1t^r}s?^QUQ*aE4A?CpN#4X>USDx|%ao)-PHtr_Gi#@!qFdq4hjho5brM zMn`-(HI*E_laf+1+{iz^@pn7c%w>+hL~yKB`_}<4>VYcjxLNk=y1~PIm$3O&^Uw%5 zfs1|4xc;5w*!>Kb!uo@&B=fV$3kGHDoU4zVGOJW5ei%G^@1RC#>uA20 zW+8<)VJm#enBj5h7yjP?b>*DBrNb|Z5idJeR#XXSB&74%&12kwEwhL_Mb7jq`GAl2 zs7GysuiPF`jn+3}d^`|m-17$cKY+ZOYY;E0{O?Pzz|PS&k&JVpT3*j0(-1YAnZI~& zKbo*zS`ma`?XzbVXcc&@`TKP;cWv+qDKBwry_4#v3N|>JL2VH5b2e=Bj~MT2SdM*{ z)={)_nB|(*JF%+gE)8RortZI}!`2ng^jzwvjeiYCAd2)^)gqLGRb8sClf?QYT5B6~ z5={rc{Q%DmbJ_UZwF4e6VXvkGty9+J_}kLv*;BTQy?ZF8pMOO=?q&m0DhGpBtZ7`MsX5%EUcEa6_m@XoT1UBe_;84$j=|#ffWSd+Hx1CyQ0$rD1!g7b zU!~YL>v`m9#kY-4!j$Pn3}f9(yHnS5E7h;wA%%if-yEf%UT=n4&LNj1GiQIfm2Rf} z!(}VV^ddk>YzjwGD5g>m0rN+lYuuUji98f5yz9x921U9jQ1LDW_zy=?8kI8UMM5J? za#KqlCoA(5{t{$0$S~~@>gX;2g{`N1L7WlMvOqFLtGCp}&1*L0^MA-(31#RhLYajP z{1oeW5|y8-#S0&GacwgoZC=ZJq$t%G!1q@5rSCXyP!X)fIM8dG-FX}#&)o03zX8=M zK>k+({nlEgep!5{q+Wwzy7@hlTDopK`iZ|EEc;fRFUwI^5jsv7w($P~QWXQCbGX9) z?mj2VUW6kB*zu3|6NW7Y7hD(L|N6ImU@sbZO!9wvD7JE)%6&a_XXlwXRJsqnD(hbX zc91xw!H~0?KHYavg0YL%i$Ch@w_Me@FY&U-@oxxCR0#KZl*WBoJ{uE~cK0^~?r1}Z zUm?A?nLui(SQSi79uME217DAF8;nIj#PDFXRTDTDFLF9V?#b_Hz=39IPD@n#d3NUv z>@c16=#<^n@nke>$DQ_K(PYe2H)gMx@6?4JR?2;K`(mAI)4k1%CEsI?$A%tQW;gR5 zIRHG2IorSY4)gSvfX>C^LSld({QehA?di|Tt8mITq$mFX14(pxMS^`xoh|qi14)gi z;Axs;pI^Y8tV+tJbM?;G!+&?bljgy??WN}o%ZC*HBwyg-@xH(J={onxcg$n(nz6J5 z^{-=oS?3`i+o<*#lx>&tnAKkVa3XSm-KcnlC9$USG<~x!nt=A7jV6p)_}3dq_jJ5D zI?)_c)v6r$_ix7X{OcP7WY^}b<+^^w4wJR9)fBj#f0lYVl76f0lx^>gqiR{YrCm@Q zPGY`{8%y~;4MwwBWeVCg={&!m!tNbc^@6NkVr4JueFhmG_-Y1uxhH}|mSsQ6*p#h4i`>SNZ z&b>^E*Y~yw`tN@%(?-pi+|5Gk(n96udPll-xb8&jONSHKlB6mR(>O|8G5r%#-7>KM zCKyC^glQJYzhvBIEyX@|I?lq9so+FJ?>-Txq%5S+0f$Gm6AX?T6GL7m54fh>QTrMC z$TJy3>Ps+re6+rq2RB0EE4R8r+pQzwchu&c4JfCw|4iLLVV>5P+}H^kYcr?f83QQA z7v5xLr$6`^+Y#dz2+kn%gX)=RN@H$Fk3=xH02md+sim#?RxT)VdTvDsS;?=3&e=Q0 z(^g3hfSK=89M{P54q>Rt-J&=gNIK{K7sQjAvkxg+Jk15=Cp=ujF#lu0I1(}Qv?9`6 zrQ!9#{!Dn5qZ_z=;ns6^d16IJjkEqGmqoF_XX*F*jTlJIP{{WsE{1%Yk4u~3WKiG% zV#IWbCUBog$N6@z8thnX#7lG|0D-LP5^&i<8m0WIJ*!H|?XcL3fW|Qk3 zI69vV@Xe}u#4LLAX?_sw{q!=#P>S)QQZNrq;fuQ&w?+na7`GyVs8-R1!fG=C9yAtp zk&2CxeuU*<6&(4CnYTz?@G06HH^MNaA#avCZ38zFXi`eDH)-BfIZLc?i7j8yh~K@m zO|O_kU+>3;&hF;Tzehx%@|g6AcQb}eBpG^B+Ma~w|IHgv!u`1o8vpXs`Y!6Nq-F0- z%dbWxg+a9Di@dRZN~!^Yw`nz7veZo)6#_sFB(A4bop#w_gJ;?HYRHBy2ftVnfRZyC zbGc{>vmo8en^&J#)PNpy#h{TGZs%ydQ+uDxkM~2)&iGKjA?@V|=8Pi&*hB_$ITnt) zfn+tAlc}H%l$!Z1$?y__T{Zay$rzmVxD#;5&OIQC@4l>Ykz7%IcNt8)S1R`p-g>Pc zSa({e92s&1<@;xGBHJNUOnCfnTZ1>RKf~jFhTj`E_p&V}En6C({Puq1sVi8c2Zz@Iba0OFuDm^UqiiA*a_vcATMqN7QvHwR)$E zoqqh;`|A79{JP^G?rQ$0Bx1vps&xfq*FO&?^A{|eT${)66V8hict?Vx^{^_2M92xN z>?^oh{8&?B^vt~L5eTy?c+m}j_rR)H1(8$!q>LzE^Z5RMd3}ZU$-@MA{@8W1gVkVK zaUTOGF2j$l>7{N!WF#iPx+2oQH`cMQCC7I>$d`j<-lN8B+JB+mYA5{!lm6CC@nS;- zd2h~*jp2nm+VKrXM~y-b4w5GlsbQq7oIM4aN|TtWMZV1S6A~QrtDn_D@*8>amo8@! zYN=IfR8*oYG2!uz^MbORBjE--6m|%0!y{?D$2N&?*r-OvPk@!- z>NiwNzE1(59ptI3Su!j)t&GIuZ3)SrjUxnImL_h#B<{W99e){Vv}&kE`ZAACGu!To z{O&!9@IAS+Ic6hCBGqM@>VIYF%lv-2#eMj%VK#+8X6RPbLO1XcosVBNQTwCjmBHiG z(bDyudc((`v-Of!a$zw z1BS<~F@l$L3%$xvDN;yFwLWTO`Sdh|#u0TIVJRH~Sa@deeeSv1_4&z$&Hu^oADHeO zQS1*?(x|@+K}xU+P-w>reZKug^aj#C2qWxC2LArWf_2sE<10OrBGVZR^w29`I@sFv`~%s)eDN$p4&=iSvOzUY~R#g6_o0>oG!d2 z$e7EzI5@_CV}W(@R`Bxak?M=V2k(?$CI(b!h>WUm3s8r)-~JLx=baWusnAM<`Tsi; zGJn=c*4CNHLPeJ;xtY_IQ&mtPKuUVO5t9Dup2Veo!w3@%?cK7w1yNRUneQ1aMwA>c zai^}w&>FRz>DLbLe8%@JXQ$OleauKsg2?wTSLKp>S+>v%v}P&H2zNid!PKO&qQ5+} z$`qC?N^LLq*LsCjQhYd8CkZ_F7j4Lza-PcV+)jEjGp%DewjdDF`!J{<82OAkw}IQQ zG*m>1nLNQtM%^%kB}X`WJN7+E*k}w^i+tyyJ?42kAg8@|tQT`%kFo7A@p;>{L^sPN zvoQ-mdH3R7aH_VBp8;ejm?%M&DvM-(IF+6NCM$+vol^wVQ(JG07N)XT%G3mMA{0oijVm#@KZ*xl-9)gMsks0?B@zT=4FZ*G?RT zdP*OIwaAyx)XbikvH|ZiiRid1gB0PE7rnC}%gMx{d}XZqfl$pa+a6LpG|g9O8>eJF z{`VV2E3c)XjF%$Mq)LpiZ+K8qfsHr#hl=N!pUBKX@-Y(UCDTND_zy6bN~xc)rl+%D zcw!LcM@$(hyLWdx<5w2$_|>i`GR!o-d~ZALPD-$ueM&G)=1!^5bI)XhEM%0q9wt6J z%!v0?Z(jI~i280yyC3sIv*`eit}KI0p=9n>d&b&oOb811V16(qaG(90$_GUUAqv4Z zU$rd;9#dl<8aX%j{<~dBX*IguY}WFI0+hSKEyVFuE92}wu>f|(J|;4- zzwmFpxZ}(iMK0+-z|FMIq%2%W^dO2uchZ|n;2lZOsqn?WJIcN(l)qjjV(%DlsSGV^ zDu9McguC}y#*m!cugLdvkaat@BjU>`VEEUn!|faJudr0Xl^4BoXQlpyiEobpBDWEZ zH_+q4?_!yV$*A5ysJj1ISnXuKwpz2uRjNcquOUFMp1p39WdhwnFh=RXe%aQJ_3-3> zmb|ilKCcb)kFMy`fKml|CXdw{U78_&Y_e5^8v862UTdkSX*0s@?DP_5BzC9TU2aeK zep@ze`sqD&?HLQ}No^i;o#1x|O4d#zhM}e?0=nvLFylgeOH6gf1L%rkAZmOCHb}e-HxTCzZ(V&IiX}HpQNtB z4C>OvKOVgvGQ#DB8~Hx*pgm)1BZ#*Z$Nzd|9O+v4e)~gtGC$XuNk{0fd4N(X_Gw^- z+2DB0nJp}^z*TWd&{z1nufy)Ay#Qam`B_U_?uxqXg%+qi0>~X9cDB=$5P%(oz2K0B zDr5B4?}MBzzCGx~aMKY2ztb$Y`lesitv!MeRJX%I?X4U&15kY5b+oVOt3_3V_~ zjmbI+tkqu*mn7EKz5pytD+ENpIAT-2n^42z{XC;r;mT|&ESM(_lF+`*65ytAP`J0w zeYr}F(T{1tj#J~z*=f!^W6gF&I#S33H54Sqa68Cs%zrDazEbBCkPHn_9_i6qFsMiF z`8J|{d+nwa_T&+?&H`N^SIjW%zW+w7G%epY7$(>>APaLq>+&tHf1f0F_35_M8slR8D+aCcg|A-ZXZrXARL>ni>V9hblwEDEYxGKq z*!i?hRh;~hgDXRG;feqx;0_>MttX8BkP=ZS>t^#amDXkGIYYlrA4SVf^zEU`1$q_I z9^VAj z!<8#lf?9YqSB#_B+a?PP>g;v>o~;_vSwy{g#{*N7wA;En{UUd~IxeLvIAQ zVoeH7x+$$s)COOJBQuWo(Ep-MaQxizKl&H=e+f1DL9OYoA`&v;QCir~5&?yXrT5oyZ(|>JDwStF(keFJ$E2rUp^@Mb?G#Eu-{f)?-uY;IUW(;wMF!gNPjI zA^v0fGd^DSy#?cV#P86v@uETr#r`mn8<)C()U5ew4DD=#Gcs3Hfvnj1B_17eXTZwJ$OA{nL05G$}rle zW>FVex*V;mobk6j-RiMKfiI1kdX2n=U2n(ss&VWBPbUvLP}U(n-v#sSZ-TY%I$lC(>Open|rruVO#4~cBo$S7s|0qUsGBP7Sr8m?l6phX!FTdY1mMmkkkV@O>_kV6jQ`B zp4=1pk%C5d9q{E>d7Tv0i47ZY{k1>95dzVFkH`?PRx9*%#Y@KRGmq6a4Z$cHgjG)6gSd@I z1@WPXlmJ!LJG)M)u=%Cm+aCR;M54I?^&KaoBi}J;9PKbFF z2Z}V{Lq{kccvBAJ?rO)es{`4CEV}=C@0X zn5}6FLL9Uomx61ad6$jN?9wAhB_%)9_zymp`5>rfw?tq@pRTBk_&+EQ;exPEXLm|)kbDsg}U^&3ME%g z(A#B4#dvjul5?&7SSHAsZ6yBTHsWoo6OO*~5yPJC03le*Vn5LnCwp9L-Ie=R>MZRF z;GOo^KqQXd9;NDgr`k1CRJL>j;`G}YX|#-oVd^vjrc@Mb98XxkX?*j%dFAg4l@Dj_kEMeIwqo zp&j}A!J+i_qRKard>2)t21qFuv<})oytmm!mhU78mthr~WX!kLtDZPLCXwnNU18W%nh{QVq%L$Y+x`O#C^a>cS*pAfcmyb(|k*XuxF+ksF z16tlYfvWae40E&~SN@yOb*9{{dW`h1v2IqshkQp&XSKD1L6Ao|VDc8o^PY@HX9e5P ze4VD%5c#8Ikl&;;l-7_a0aBN@WeiNlX#K-T73$oe#iPrr- zhhTQY8DS8nP85~tGQoIkO{OK|@XswHKN{%C#$Lk$j@RwLf#I>Q@fK>x;eazTKj%m1 zIt;t(+C-@;qUaS<0HI$nFdpijYeBH~))K*OO|QMR;2;>n_LDAmwfvEFzRJ4S1j&HI z-$?dO%|MKZ|ArW@jIX87nWIeW8~%2nE$^cp&P!{S^VQOY2-LzoOIGf9dH{aM=gF5> z<5b%cFwN>g(PQTGL7gF8L&2@vd-0S2?;aADPd*;%O&{o|31uIh{g)MJV}jSp$B#MC zzTh;sypn4xNQFGp{oDO*(2}mdw4)6#=Fm+8T8pge&iOOV-LMW;T-T$+tF?+KVEUSl zUfT;=r3x=%8lgksc}cQdBo;4*<$E{N__|c<5Ha4UsMHA^Yf9vLx&491LQS;<^gT#1 zD6*F-KOQ1k!>OG>yV7pg$`6sJXOWxygMGX`&&VwV@m2@oX{aHY-Ey@l64T~KHs+qe z20y$G9p5=jCRk1IdM4FMV{Ti9dl83(c<+mdPv)yg_T2!4p3hSUL|yr9HLa3t=dFmj z$OD2nCIzC5;Xhkr1lboQ058~ew<%ssL+X-2QT4Pd1BL{6U08MpbNzzInXtpON!^S-sUX-V zweLrfNM5zukey170zQkwG(|LOoArE0%l5`u*Vif)y?#U!p9o{aiw2*HdY8CrZG}!v zMx+ik-K<`R@`sJ%Uq_Z^biWCtW60LUtRFtfU|NT7jVuKhrtC zVRYI(e+HsQ$d#s+4$|Yh6Sl*yPKwperpVvM(Kw&$ue2Yld3d&nD=zf8Uo6-!C;|I6wWfsHgU64~ zv?F~V18x5_>=YtvwIiM%O?|4Wmwuk^I>G&Ibjz6>jg7|NmCjwpWlNz!6*GbW4`Gu` z-(;F!;eu!8ovfjKZgNH3xrfrWia&vSXG{UL#>m0}VjRq-_`KBh+%Xlwx^+hLb~PyQ zd`Q>6BTn~J_X^3g*vFu(KVUuVx*ZAa2@#(Z_9+$I2CJat<<@e4rAA8=R57^E=PY{- z*`-PGK-6z?y#5sxSgzQp6VH)X%h{qiPO^z7H!|53Q>HIQ#ZS`X(O<0sx5gLPc@3;| zP%dFcc-{+b7Pv0oc}8H3iu4^{N|%wuGik(bBHdvAyR4=%#_8TqSW&0XFzg$bBRl<} z*51bfWr7D&j4*O?uWefYLeqU}*uHk)x}w@h+tap9F-#Z&y|SJqxu&H213tlqA3W%z zZPBw@=lC@qk*nNq55ZFTC@1Q)5%#$*t#zx6?%{(C(NkP0-bV;(-gvU%L9ZvUKdry- z{O?i|qCzd6%ydHuMGHabby3_WOJZ545baRr5po<}xfxoFjWY=tOL6~C zfP+7DLWfre{NhzuzfDw!3CCT>zB3^=nw}8p&?kv34j=ll__p^S^fWo{y;S1TsfHyy z{wY+t$ZdKfz`C{kbrK}KWc4n;#7A&{(x|7~~P0Uu5R)wbE?+_rC~4#`=5n3*&X z?ha0P$Tg|4MFHNRX-Q!*yQtu`{9M0V#_03*FkIw>!oaRhy5&*+s#AC0zx|AyhDhM0 zW-Rl$D z1nvZ)V&dATKzT*2o-?tPliVIMwJAx3lz;k9c)3o#NU9~~%R?=NO!bO@N>h{`dd9i} zj_U$D4qJu{`fmm!#ztOl%lOv&dQRxc?`l`$BfSxmHbWqB;bbXvHgqD60a5#+t^3i` zXCug;Reh@c+_(RITho;99$Eh|E=B9$q5#F*$8i4?3IeUNV50qMVcsbZX3Y9oLkAhF z5d|ClA!N(A{}KrRWnF4aGV1V)+Wz5ZkasxWw_$mLK*P2BGwzB5g z7A@ru)&ktmLU!e=P0$~v|D7=KOK#@)IS2mLm5SN!8^=9s45X7hzhfe|o){2APdJjv zgT`yIcZc(=-ZXE{!q&V#h&k96r)!*6;AXMgNxPb!Gv$Q?|jpAjFgaLmD+~=Iv|K&FZzg_R-(AFJVXkNeDss%Yal=irx`dVdl zZ2K;^06B{rG~NZ%2JI8R?4h-ED~KiXDXoUmcUxMX;DSLXgHiNd&p+;V++U9TuKRZ5?D(i_;c(GOq=BbAPbQ?3mpz zf=`LoLNir*@P{J7k(*FF%zlk2q?L7iM94At@2lGP*BQB%kUBV5&Zd_Ol zD6~!39s|@mwyq}%82x%seQ*B^g^I8Bjh(R_*|9ivbNe{iMZxSi3W#9wV`zwAG?=I@7Xp#MO zWu+QH&l*SR-exH~au*;_qK&E$y)IU1(dO6x$r+Jo27*mt{dWP{Xz)sD!EJ?g)nxeNrus;uwQ z%NS|i&(r%!c|&%rh+1Qr5HOu}Kh>F=#~onik-pV-L@DL#jc6N!0I*@g%fm)?`9zGW z)(7HY3-%1l?Xmz7SYszPD8bjq5?DrfLt!jmVdzyiXQI;s*L4+;A$$LmiJJ;XMIcWG znADW1XQE|6<+7XYPtO~!yX$PHQl$g7Olo@h9DJ9?kSlR z%LsdGOMM~2=tmK%JP--Yex;(NbS1Zl9B05bY;ORz>pFJszvv34pY%tfsSmK-n{m|> z2C^UAOMDc zPaSNIf#q6IA zuxCd9!G~Gwh+hrSMeJ+B7V9C(GzwQ}$IIlzmi^?sRQi_~DZ0UF4#X$e`6uq0&#rir z!02c8pCsF#M$)b6xK>Eia?4C70xdNZcqSdjoK@!oT*;$4g}5PdhuWSPFTBn&R>qYd z1o1Pv#@x)`;srHUoJlpr0(OrykjnnW0796;qaFK7;BFV~Wlhn)Lnf>?<7y00b<)Rc zLKB{Xu4P0XPkWH&(yHIO2E9Jw-q-_@@Cby+SaQvM{BqF`^--LkzwPM+gy%)CnP2;E69a`2B@>mMq zm`CnP7GxnTMM&Duc1}47K*8sxtJt8KS9DdfW?rI=K5tKojbiWQM0WK!H8}3mWvxk5 z^}nK{DwLuPko9Pgrea98Ip1$7=qtdl<+9j$#tG`MadFgt%K?=J`$W8Pc{@oD(74&2 zb2G9pX)+Bp83rB$8tq1cRl#>|IfbMOH5+=z#d?n!sNmf^5WS3BktGz~UW!5+#d>bP zZ?s&pPlymT6nwi4)qhV6X~6qw8FE+`?$!u8o~(jvJdUb%jM{}9u|VRE7A{}?$$=?O z!x0Gbi=124@?j+;fpY;+HzC<0^~kG74`++X@liyaZbxf>@ObQgTyQl%b*!sgPbhIG z&U^doN!4(UH#Q-0BAA_Q$p@cENAU=mM4nY_oOD#=!z{9~5o=YLCb zn2G;kM|4Hxt!L!N<^~+f!}1Uh^vWDiQ80hjVCb@DNJWQ za?L$4k{p0`m&t3~V_oiz>2dy_!CCSmd3;}lU&~8-X#(;)iVxg0nou~h>Q#LsEf&?8 zXSgu=R4youv@>uP>Gmig!DLD{QkE_A8BGFtWW zZYc$^i8whXS!o+ag!LX#(Km(?KkC?#X4ID$a!qg~M4$pD6xvcH_TOZSm?L!(cS@bN zO%sjoOBd?m^+29CbPzW62!8W<=OuuRS|HxQbb|R(J%6u1g8btIvmX+)P#jD51o&q$ z%xI+)hVOa-a}whA=uPc2&Cd1gM(i5~yggY9H(Xhp|MHZDMOCb^GVBzi>!jdq&|2%f zs0HMkvHUb)+*ZG09rkYigoe9~^Jm0&Eiit{vh+ky%nrO;%hVAuJ_&|(%Ma#^irR|6 z4OiM$xqT;%{S5v!mR>CC{u@fTdig0BcC`bAzpYrz=wG&u1& zVHUEQL*HH2)MLYtEXot{)^sx?f-g#}7okOO-Es)%gF#P%I zpa3IwLd8x5@E5BcraEJMQOr}Lm0*KF-}IK6u?n~{hq;~djvQKSl*44AB+5uFVkuwC z(UXkPVmS8(M&c$(UNSp@jaF>hA z+E%rpHzFXBVZ*7I@8bz)X9!UBYkA)JZqMsE+cpAKiypY0o7w>Xcm?}FVd3_|EK1YA zp&N!`gh-X`gjN>0o<_O8Ws@rhaJvhkZU^k9P?~REpA4^L>!;9Mbo;xMY=T=#8HpU^ zyof`Y^y`HNO_9aoNxAx=guM2Ra0cZ!U(xYSg&{>_hF12Jjg~?Q6n1x{q0IBA?)v zKP2g=15Vo($|@M};y|3axDdOut@^608Mvi?QZZM=t%WnR?P;}db9Hw3BXz@Dt+6_Y z-5>pChbC?zmY$08l+KjxyD6a7r=}VT0pa0h{iI#0T)+JX@1m*X;~X}M%xNq=4gAj? zFK>d}*ku>EVL_;s=y81JidK_*%Vqi)m>B&lb0rq-Ih5%X7Z59Z-mkJi;FI)BA1ln_ z>*0en2GobYbOa}Pe6F@;RuZz};HK{nhU3E+6An()IvW199}GrA&qx!mf?P=@9{Wq0 z2%Lk@;oDsy;JV%5biZ=k%s(|c(!n5C?&@JIU(|2GZy`>^^ zQ6CzDl~fAspwranQS8b(ptvuI4VAusQ4Ci5B2Wc+Y^!zLI}X3dFXP)MAD`nxQHqnK z`?@^ty?vaaYJrLp%~gDw=JV~T$bXA)3X%xbnFOGlsP1TfquN{?*@0NovP9_wc;v)o*Y7Lg3XOJcIkhPx;Qy@5yV?eu3KA zaL^?bO26zEs_~9j4wySQU%jnJ8-SPxlRGY*JScicdi7;>5)zB`{0%kyJ*6}~3ljzH z%G_OcN>THm;)M5e?9g*&GyJIDX_|Ez{Xi9Cz7qYPL$v#vbi&Ye4k*t?EzD;HadKaA z*95mkaaalW=yJ_*Ui5tZ`@`Uq==b4li-(<@pZQqit$4m1u4*~xG2=8DuBs1rrpShI zRj{_!65h5GC051OfI>z!8ji&s$LCp209{YSJZSmN|KsbsqnZr9ZKWtG0xD8N5fD&m z(n1d^0wPUC>AeV;&`T%@RY3?HrAX)kBE3uR5PI*uhZ+I_LTE4EcYk-Sx88d1@9$fa zFEeM(+2_oey`{HIM_7G{!ODe{ABh%VR#OcLrn|rI4`Pv)qnLda5s}F%G(Ez~ zs1ehg@0!=iruGGblCrWMj$2UM+~$>5=s=t6Snf#sfa~?hXK)y!TgFFj6LsbkxdtOi z(nl3A>Rm`|QE22ZhI5q(;E4USj9gmY{Rh1L$frP}%qGMtw?vqFK2W8>h1Gbdncy{T zGodq@HL%L+o6V-znK}lNgirV|2o9OpO_HZFG98E4qACV|w#C9MWFSFd^%J=9l_(CG zN__IdmDA^iGGem?_MY#9vvJ-=5lSIKFeQIG3fErL{MF7u?0AuaI&oGdB|LBg55hey z4#6nP`zio!p67u~(Jqc7O0p=+konQcnC&RRA1^lW3K-O|F3}q6TfpznQ!NtU@5Mdz zdqomUzP%PKKKvuRk=b@HR)*4&-cBtBa>x5oXgdv~1AYG)=`}C3pl~CN>AkVc*AUbc z>Nn+_I(4(sBqcn2AuR_NVCM}*9kfr zGqu6*bj_$(<%NNI-axv<v?^=8Evi0nfpAN$+bJC?x$%OnC%Ym!|9_Aaqq5 z5lQf#_@N^Eiv|>9oDmMmkavCN64K*UyHn(jrLlZngjLXK)!g9~8{1_#WzpY!iDR83 zv#Wx$&;~f_|b$UgOO^ixk z1YZX`bFdS>2(1)Hqqv0)dQ0>iR!HkpBuzPnm-7jZqeb_p&RCFJ7$Y6S?PcF737vCs zpMy6dFBs0!plH9TDC0B*cwGt8t_65{_`1`*`PDnLjF8cYFx7=Hl^}v*neY(nS)u0y z59nt@hMo+*y`jFk7 zh6h^_nGHHRjm}1Ad(c8Ey4|qw36;a=?&{f&9F1OVlA|ZuMme=;6~m=7Y+BS0$)=Ox zUC`BF7T=_&roY)q4cOzP8=8xO-`}f{58%+tjNKi|9n?FqzH{7~QjRTTm+gqek^m}Z zywp;|n>U7UIn7v?Ga?rJ`Ail%izRVdp6WEKVceQSoG|1yG-EXU6{7KMn|nk0gc_^ zpEFaB>HZPWift11h>7rNQ}hV?afG%ZdnoppN$bLXW`EnOZ{_X6b<{0ikxw?-;uc;y zTMc76!-C~C<5^Yq8)u3=g9&q3+(NJ>J1b%5VDakbNqNuN-HXkh+6*6K1-q^7bgtvY zT0zzko8M;u0t>)E35!A`SJ#LjhH^mgxpa1_G{eeA^nG0 zJ!0YT-h8)+&?k>=uxOjhmPSjyeG*~5qDz&vsBd&Zu#ic{!b>yP%5WqJQ=ca!T*?n%`<5fWR~DiuJe^x$?F8qEy?7ms~!d0aVAEwb|URzgNy` zXcnsDwwoo~J`=Pi&Xf?B^~Hhlru^v;~8Y*SoxK!;#IYm@oU^eJwpKJ9T~}(!2!<>_i<5A zs)5fbZ!KnB8cuX=5YF~fFg3duCcg0mIEHW(I`EFSW<`!$*ArU5{=|(ie}>-6ljy0? z^ZYrggU&rwx%i1`C>aJGF?eFOb>uf^yagza6ygWwj%_8v*)3dWYARoMCCrQ37piCK zz&$PYK2<&B=J99=komG2NqFtMh2TC9P>!pP)$pbehjjOOpXB=}NFYTuT&HV?+n?^% zAE&Z>0*(bRdWWX9%x%{;3*=CUWP$n$@4e77~Rd8U?V>oT=}LLSNNNK7EYZye`vJz zgIG3H@$FE668?1dR=CQ&%EOHGpWQ9mw4V0vVER)vba@20#Ip5**+ks;-z}V!6cnm) zo|WgFO+T)0CKK?qLh5%K&Y*QSp`r^4jVH_w7Ne4BuSP)^a;92G#*GqNf&5~IPK6n65I(QK2 z5nqLRH+!`1XjYZhzWyt9syN!Zfopz?h>Dc|p(1Ve4ka^%G>&35a&iIa?`j2&w^ba_ zwtLE9)GQ0PN`AC&GUgbaOV+C290&&;Pg?YdmR32>?v7WzYUz?u`J&YmN+p$J&i%0< zpMrFCaxTh6x%(C`^6j37>u|x3pr*Q;k^*SqRN(lzcD&-qTrD)dGi)s)$m<|hB}OGu z>l?k1x=q^+fHS>`3#XH@e%wdjajI&op{ma-!z8h$IjREVGfm>BN4k$GpB9LbGm~zI zUjr}zX5sCP-VY4fb{{F>PCe}Sv-M_090vQjhUd7Uy~3U60}kv364E`HAjVdS#)9?1 zu+Hl;bC^{hXvqhFV(&5fxzju*K^ljSvS1slkS&}>QTYcwCr-lP-2@tvl0N_EhfyvA za#gY)d*<*yE;IhIv!`>(t=(Gr!i10;;4n7DO>C^s{Z86nHSMrYEweTaDCTsEEy-sc zRge!NwNtP^vKoC1xhY1T{csU0Iu#|FKBEJ02C~bh&U5iyH=wNF>pe7}D(H>y`_djz z_NA3;6S+gw9#BS0~EJo4$)>-i2VeXU|piqx~K#h<5?ZF_gSZ&(0czJyRW_eud&#i@PTKYUDZHwM7L3BNrRq}`yX3%Pgi>7 zvr^+fQB+a@3g9a7HdQmL^B$WWz0q2LT>p344d#i(qXE%^P@&~8hqxi z%}oe5>0X43UyqsWX(JUNiI~F?e4yFc+)$&LsKXf~{a@LStrm0!Det+&udIpNfMV^C zI_huj9Hyz7YzPUNCQV;>C0bPKmn$Svakn~JS-XEg5j;d3_}^xr@(<^D7*y@OKwEcS z-dBj_N-79R2$p^*nfrIUZ>3^DdON=~#oVrUz|V3oufVfVm?(|&#>F^z+C_pecDMF)Zt@hTFD%vW;r`M@?xJ`cp#G6;N(|~>ARSl%`XjUj_2>MNS6_=} z%d7{`-?cQJ1T(Nm+CouAW=uSV<{=}$%n@WFz}4C77S3K6?}gendVzmd>^KSfXBpz8 zkd%7wonP1aJhMhtG(B2qyD{0g3yt4@(~Nuu+B+gUUsjX#SlnBCJhHd=$JQpbDC}C; zsfq9m=P%_@FY@}p82Vds4exU=ih=ZWT`zl&%kKo^WSx5)))N?_toi=OP3SU^w~0q4 z!xqlwb*QPUz56t0bT{r#^qOqzeiOnDF1b<&%fWkCw0%~d=jJGT?v$l^Mqm9EZmP+V z%1GFJ8|}GALc#L(AknSaHfLlCxawYWL+lbj3J&%2<9>cipUq-jEUPnfa#m{VcV@TI z17N3GVLf@B{h+}Yw-v8jL3mLR!Oy1U`-T zf1Z-*dwIGMDOk7PBGM(f8l|9Qycg=ItN>g?r^hSmQ1CPmC7!-3)6cK+NIZeg>o4{M zEQ)v}y7jg(0lzW;LeH}pH=x+rzNN(w85tJC$xWaYt%lkuT3KFyo)#mQJv_$*G|Nd= zO8y8eF#Z>GVB~mD%6HV49=~FhX=SAPB}%=CJp8OB*qrq{Km>%~@hf8hxXrrvcdF06 z()RGnT4tH-ZBqezJ(dS$LVp(nUfz-4acx`(a<>r{Hh??d+i0s4A~OB2J^R}J1`0e& zP6o2;rpV6x$G;adk}fByi$aUKwDJM-7kf~4R`*FW?vvuiGLp%Gf z306yCUAA&_;$n;06fKr_g(3HEMV>?cJz5R@5G^}xd9kVKD^2K!Hi*{Xmk~XjVOnND zJ-euxsM<9F2R+D8(Cb)C=uHPI6l%52VMtQSVWpj?K^+Kyq{OCn>J2F%@_9tfzi1uN ze>%0H^xqayxo54`0(tt=qq?VQi6&B~wKm)y+9h?)XipFOj$pAQj~_O-H1bGp=DLcZ~bZ%9IN^fcs?Te!35NzEPe3ai=dva#rc3 z2C|A$&;3z+6 zAb^uGQPenP+nD~-CVPDk&sEK=N)Qd@clw0nnDVK<2HCh*&9Mp(_jrJ(Z_f2-LhM05 z_M&LDAl+E`bG1Dfwi<(VOVU)_E+L|lNu8VDC_~R%Gi}#a*tEb)hV|dYNAXcB3hlb%!rrWxtPhipC`NBL1GG`%U=-q z-*H)&lvGbbOw)NLHzMP43sp%D7oi0qDtJ72 z=8`HntTSw7lLAQpluX-xpE@G(Ijv{M*iZ3t#k!Vi>2nIpr1TUfer1s7*|FmChyU#d zO{T}M4s#;NM_;NEy{_K9XG{CbC!5;mLhL(h((Jtq8}}Yw=2*ktz^-cWKiU|veLRME zv3sp#wJp5f%Q92iu#Nl#`y8)TOjT#DzSsxLpNEtK>sPr;7#WSsf&dxxi46{}{bZ;hT zR_PvO_g|FFdid~h;vkU|7W9FrNnY8P;L6LmUVpuTW0lt=J|POgV)j}?MUtlqvQWrO zYKd;AuQvx6Nq0$9PFl_>=3L0rkPb-^kFl`J%IJ@~s=(Hb0fmWAV^qF85Xk4>j~bS| zd1pTChk{;FxQp;8NRJdskXMS5!d@JxVlInTUiM7Ib6pfh?jfeOnTz5BZ2%QS1N(<3 z#;Hh3-X?y}QA?^ta~-n6^$cvQsUD4&{ez$14Ki!~`?dexs{g?9e^AK(z`XxGHUG>( z{Vs7Af;oRHeflq0{r`UR{}`vqi*pdTI<93OzV&~P`G36mztQ@Ch82H7^u+}sY0QcL z6QTd}=>Ip)c1Tm@bkx~^@1-cAmHqM=;i$;h$mcOOTcUmw{d1yj9c^+&m_V~%;gvlv z4pXmKF3uLN*e*^QuLRr=u~%qRGMfwu27z+oj>Y6`&i^P7Q#%JXuNd8AxzFQOkG+5^Ny}W zJ2e$6=xd{{+ES{`M&gz87>As*$ z!Q$A2)_~S%l~}kJZ+-0>-jKgK9cYi35@WSqIlrI!z+ipgptay||2m(~0Hbloicq-4 zoytPYw29i;izzQyx!2NHq0^DnOEJRC!lib{GoXC8Qjz!EcAW5jd7?bX;P9l!QKN6)FAGiw<3=+cv^T*L11di_}by6;^t_w3RC$Cp}*#uEF6Djn97Ia%Owa%-^x@u`FpWf0duCZ-O8)zm`bkAJRmy z`?U%Eu$T>RmTo$VfvSYQF zC^X94CN8wYc9y{8@$+m(O;R!5hGP|e05aV^kF9|TNff=lPE#E&R3PzviAehf>j5` zO^MX^^DxP1cOv8{+jts*J@t^6WwsMwnZm51WYFpDq_}fhlhzG%BU`I=dp47NGYwO# zH3%}z$iruhRX&nLH$kao8OekQ$IGe9Twvk>U6}jI?aTA4e`J9N5hsDv(l$7Jr+fpy z7!~%}wq(IP;h||d)`I6#9!%#;s_37JNm8s5uPj{i`eAxUfTA59c+STr;BbH^HrHLcM z0lsa(O+RxjmSF+oa{}lxvG<;tp^k3Mn%KNu1Hz@#gdgurX^o3h%i#uxhz@E$gU>+P zW4n%{_!apw1B+?tJ0T^HDveKNm${noEi@4#y7a`xKju;}F!`3BpS!;{E|nkhiK_iP zRlXt)Y&0VMMf|~bP(zP?p}RBLm9?A>VEe)Nhq0q>+2M`Brbq+m;Jn*53iu%`tKl*~ z+#`3xipBM*URlNZ`;%1R`rwJd5P6v7-)M1;6|}_mGc1o zY%ozUq08W0T=Sz(;adN4qnjOAcdGMYt2Z%G%H)+@y0ykb2DZsFtdTl`5*>m_XL)up zaYyt;^-MdUoS2O@z8k@??c8SN&(ugHB_i4$Au_yA_lPoMN9f{KYCg&n9`?}ffI>e$ zj`h*xYu^8rb-D@cbuuphRBarg*}mA?u}ApV~+ zKOzKaN&4lvWj|-8TrV&3Im+W!q1W9n2Ezg(RyItf-Xa9OPxb_GOAAWKTkG|EZbdJX zuF(cNuv{$9k!BNU;AjP9;$bhmCtJx#NK9abmHPJVKi3nfA%B4jNN;ZqmR;res=d%! z^ladcMlr(?MTbLUK5}0jk3LO-ICqzfNT}xMm841%7=9QZR3i zxGoXWh&g4rRBhpYE`Jam$&cBQ4|#BD&ZXx#v94-D7)JA%oW4;RWD$AhzbM2n@_KO5 zMs%bj``Xh)7o9{!KMHw#vz3crgOCMdCnJoJx$IWZr(nkY7V9_eV{0a3E4BP$kI#`* zWiv$Q^|gptW(7B%Cx>6Zyy9X%eZ3SY6fXu^7mj3-+mIS~VlgI3M>?Hqhw$sm6783? z!2Q#8M5kEp+iH62hxmpx&%~WFF^ZBD`(IQKzzbK^&I3m5T^XmrE>9Eo4&rH5+b^loPF{mdI=Sn=w|LI{v z4Y~9lR^g>HdZx3^(B51ypHT6P?^62F3m#`nsWO&n^I73e7OioLW2T2=&kw+qUviS& z_0!dj?N*LMG-2k6MIS!SbOtq5zHBm_G#n<$jwGs@TFr$oeCIWA@miuZ(Ooa@squC* z@UJKN)Mn??t^Y@y<8tKZ^AtjJqrOft^=G^BpSfHnR#K%Ew}lowbxPS@%7;brNVoU`dVW%;?#WnmwX(VvH(02(GZ#9A<@m@24WP?Y zUS92gl55wm&|SM*qwsyYdR+$G-d7P8TM|Z+2XXu~*YVdmvlDb& zVpaFj@vQ90&8Qr_gOT?Deh_gaR$6Mi^$?5gWH%WsrSFBR!?P)I}E)ACJve>$~S#YOf?sT{odq ziqH4WSFMxX#?iz|hPBj3N8FHd{4L7r7D*9(V7=XWfnw9dMExdA@Dw$jnlFM%@ zyFhr#N=Wn^51o8R>g0a>jtcdh6|b-sL&O$u;+jR6okG9leQf~#NkN6CKDtNJGnw@UJ&wy9$iIv1Av+ z%Rb)x_Qct+yGUUpUO#CiXhqxzI|=c zix_J1NY1Mgcv35<7w2MwSF4w60z1Yzd&yX3msGpd@>Rn$0lRoSk{ydO z{1<`zWbHCqroDb1z0eeTrsI-;|3a(r7;vShIa3!cQI%t_VK?wKrCXrNTce)ob>UGE z3q?Zvb?QMDJ+btC3E~KoQ)AM|f zr>x^EfmzNBac#(vH-HyS0l?s+Ac?y4N29=EeoOho!~uTSQOe#U>lM#-f0xlcMkk$= zhiR{GN^0kbOPXNlYlc?2Ih3>lUa>s!8RWU9i(HLT7dwuSDBFj`3PYQOosR@cYh^T^ z-G4aPM3R&yt!Ex)MX#IwF3Jsx)S5>os64U=PKr(L$#zL(-2GKzQRM1((YV5jc}$|d zT>cs0Y_rA-c~zo7`TP>9jBG;%vDB`Y#XM-|9Xf>+V^v9K_pm{Y;Wo!6sXx2s%rKu!;}!MSh!Ua(PjH@Lx4 zrA6m%>W=^oQhGU%exlXSUDFeSzJ7ter!xmBE@82N=EH~gdKEor#e0Bp6!EiBHR$T#%?>juTx1xG_|dj zsC~|`>`1Kvt|R1i#Y| z&tTY}6z}}f28n5AQpCf%jSn^UZ*|2A#LYz61Dp|QHK%qcm6DF<+Vcf){Zx-0gZcO4 zhWTc?G>$pcQ+m+FiTVkD(X<~PFX@l8;U1(i|Ip>1rRpUXokAJp8TWQr8W`{04fD<#cDq$ zv05V~&W272-`P#katH$E6AeBXJT%r3rbS90XeTChog<{bBhkQJ?siK+z2E1+&C>y2 zpDEA&Aj2k0MtZ!|nfYQkgu}4u zmiAVSR>zIZKKY>4wjjS4MNha;=1oDMfO^V++{tVy$2FOxqLeke!{^1ev0toSTT5A# z%Ev0!To6acjBe}-8CGHA)Q#1Gh|KFSFlA}FF$FAiEXYs$iTnk3t zmcY9Tzl@v^E#>UZdo(UVd2+v2isjl!Ljc2yE`G7>luH&1J`Wpt9`nlLWN2!_8Xk_R z%-tu}$_ns8No95lg-SN{@+0hCd-atIf;zdpDW|h@5BJ6wa<5u%D4G8W;j8`RE95nV z=)Q5Lq;c6X(9zg2vG*Zg=c|JVFTnXE?~S5%M_*W!}}gdsAD3 zdnT$Z>JxQIe~u^iLBoDxU1@(8tms=-NRA#dfBVN9nN=FK`(<@yfCgbKIM3|cY_Dyf zgQnEl_n1QisP1|YOGBonc~DG3iI!WI-{9pABRSglVD(?}#jWXnb1Vqi7ZSeOC3B+< zj(Y5=msdQ0Ml4t~w7Df|kIUNK@%X8oin&i&P%*jcHI`@mk@}9oVMU681L~;6T&-Q5 za~#;4m7g^ExGX~7A^SI&WxE&G_497(mT=QJUw+nOxL8eLec+J&`tv+8_i>F`NQ^?x z)|2s9rNXu>+gWVwVTH3CP`y6BEAfbM8`qZmG~-_&)B>4l%8=vttNb%|^D*N2RYW!T zH6`ZlL}IV_s{)0dCf_*Wu5YYexpt@$GGKYX)Db_-K`FUnKFTG=ZUEoUShf6=C9Jjs z@@!0{oJxvvN#myDQ)C>K6ry5|O6tPV)!r%YZY^!k4P+l%lJlNrmx{TY)D6TW9N^57 zcO7f{m8_}+?ev7c&yG=lGJA4Q*K@#oUJJM?X#^d)c}K(Jw{ZeguZ94+MITfD19oA*n{i#Nnd^%rES_b4ZN?dasT#%{b0(|*AblU+B9tr3rRH1CL;sGQGt{k?+~EQ-M-U_41*09Rv1?o=3zZNt3w?kZcb zvCbc)e*7_cHEdQpppU$i~v{nKNs3j&3T0$ znMSgg2Q`ERSO?FnRgL$^h8K3YF^Sn7CmfUI2U{sbTuw%ntv8~6PJSAZQ1$J~T{tR) z(wQVuRlD`&S}%EuZso598S=0IEoW~nM+o+#Sn26gGRyTA<3`5;&JT#E8R0yk!va#C zrUC0i)*6C;$=bSZ_kXj{%#~PmMu_s7alpo@q^JitGu!zP+HCB<{*FzqObnXQb}vgX zKX&t>`ys?8szUr>Eq* z0fEoAu|M|~%Q%!N_&GnhIPuxo!V9TMapuI|q5Mdni>Dm;0)78Y9m`-)q1zlcS)tC^ z&^BjK9XOs0-g8A1c9uyU~?EllOR<1`W>1quQ*NCiZjmfKpcH;pF#LfV`ls`)xkJ4>BX1aZtsG zDUbnQLlilu9ML!aCF;7+=7*fS=a8Yr9;K(+5%*e5trp;1tw8K|1t6=?u_o<f2jy z`bjWqKv$Ojzs`or8zhz1m&@-Y=xy=J)mTpVI`IdE#zoG&nq=768|$=O-Ge2Vy=~ZeG5f(l@M$A8Y5piFn=Dt-RPQ%vWOJ& z>{9JsS3wlzapv}*9|}3u6aCD$slGe0)Do6*U4$T+RhAFsmx=D{!Xu%eRnwG5mLq*6 z>=qL)?6^~ntEtCj9WgSipFAJ^0_CUcE>s!^YPjU@k$hax;}VZZ;vbBqk~$xCJ;DaD zZ-4Ruwljwx*-~W3zson1`EEall9mOu9lAdy`YkAm)%P6B9l71@{_#{pgP62%m`EJv zyJ*xGIU4s6O@$Ns`L!Wa_E)poWBS}$ME@S%5gN*Bji?}6HUF`m$MH>CfDbZvgq#gw zbMF~q=F68j*;3-Zpr6gLL)mt6xcmkYE&WLpL$H185Dmf$_O;fF?J%M9yE-W8rp?xY zl)CM5-5dw+)P|{D=~B;feOC@v%8QY4VG_6jYxJ(ua^P}gx~@%ck^ETLtc1igAOr;6 zZfY?K^U(X+2^J*FOqS%CNuQXLSv^;JB=_6yqZ}n2uv4&lHO5&Yt5(4-z@gpzy38^F za_xW%qQ|);XiPFbIR#4{i^GCRj9!$v2c-6S=hRG!FK}Ob!#VZk7ntpmcxk}r0^Dvd@)P7ZhzBUk}qiN^L`OrS2O|Re=J^^s1UP3v|5}N?MPDkq$eGeFpdnZaQ zlDyf9Y6WRSJw5G@0Hk?-ev$(6?!k3AV9BtRa<_%%){kjWIvdooe_-T#?D>z*ZI7oY zX?v7Zm{rQE?K5hvL_nKpp;$(0;AM!;1FS}${`KiQ3%kDAUxA5+qA$tn)!UA7%L}MZ6Qfkx89UyWeuA(hf#=*9!Tk7Q4r|tK4gm=vNqkspI+YX-#cS8` zM9Q(?QpEYzw&M5z%jYWUhnhWoPrf$U9puzn~;{kaUy zrqMt!5sWFX#C?|}d`B3>PN4wRVX-YDk|UT`D8W$o9+DPi%(Uba$4 zwh%ywO>pf3wF~pYGFj$HO05^q&@~z%kCphHdP6PpA@XYSNtFvKc)YOWlNClym8*H$ z2ND5!PGRZ3xGkNozYU#{It_>Q+qM7}Lmgb~wOL;1uIZ=Vu;k0pB2Qc+X7nf}=1WU$ z4CrV^V6JAXILj8`yj3EBXmg#mP7)7h^Fm+AzM-mT%9J^-y8@Io^o)_-;y=Bo60iKi z9*6x?Y!1+9tCi{R2?*SrWR}`=HoCfjS&W6RzB75%?^`-uvY0uEtPTjhyl38#^udZpBf6 z-h>kF9&?5_9R6FPz>>u)Si|CUrzT?|Y)$T1`y{Ur2>HMcn#kHyI8!O#Qk6H}S{m?H zH)+V*e4n!?AvOfY&ODK~NP3GG@I$A7JNDlXQ&WcuA0%JFi|!2lHgZ*z+ikyOuKm{% z%Rm^S4ckY?dx`tH)e~xj$Bu@5)e)FcMOFM(rMfq!qeIiRrQ*RwkHPt;LUlNFcRK3u ztn^S&4BbQCzxmcjJEA$_qQU={EM8f|L-SUuO`Fh9x(RHyI{wI)y>SyfeiCLY+s(Krnenkvu19(6DnZT&PpU4*#-HlNwf(G?)g5RAj$6D=(PI5|}Ti zirhNe`QanIYAi@`k!8O{~}6-E=4nXrj0lO&d3E)&&(uFmdK&*2$~$og`L zxC}diBxk2{psF4}42iXYR=DRShyDomw%0WbmV4sDi!jnTM9 zsknBs!v?ZW7gm=lLeqzM4Z9<{pXaG1xR3#Tjlv_k-IqxiFzZMarmmbOXdb(;t7S5c z4|mjj?({H3s49VRAuqfVeP|qs5&d~aP%@$QJ<*nt&XYn=ehdC@T4de;tW@2!ga|!2(+qMqKwvR9z-9?rr(cl_mE{_5u z(m@0QYfUyru%ViM`od(z9#-ygM0Yf_oApYApvscIU^FvQ824i!bi3m=RmX{^&3XCe z3SYvF30z2=Ei7vR#0<|#djeO_xTo2COPzpoR`+M}s$o18bgS8QVWm>AtI&B5y)U$d zik-@mok9)=A;n8P4_AAX>UWBSv1*{`p?v4TxE)Sqv7mUtPfAI@xWv_utS^|j2+VRy zT%I0^Ios}_;FNtjqa!22Vc|Ugg{_3@t-f*Z`TZaX!%I{*1f}j}$$fdwA1t#fOFgX5 zc?Aw1)ps-zW&_O@boh=?1bZHcRS52-4-lO93`GlDMR}2qFQv-m#3HusH5~sUugcjV z)UuDrq|!YT#7!hDP}lRhT1n+Chjj)mSdvV~zshZi$jc0_kJP?Qe?lw_J0|lzrZ33;}| z%7ns_QYB4?xx0^o%h=+mstfa5*!5pVHhikc+9zeO+fV-@zYtsm+c*o$ORjNr?xVz9 z#%mc&5U*m=dgyBuEF>F`+bcw*2|PFOt9sVSp|^weh?YbYzO^gnZmy`czc;`tHZ4_Q z!~m}q4da};JCftIH@(;vuI!}sI8D)tRtn&}r?C_^m;91Ms-$80i@dV6#XDb(SC%eO zD^8>jBYQ1v_O=f3QqZnynZoS!qN{W;!Ck*4S&Y7yKSho(6v>wCu^eJ`2hP{5_x#|d ztj64pAgqhT!XTr8)0|6`6ff_MIcGa(&YMf^E1M{~J)nTygULk}=g{=Xoy8aO#6Y;u z?R)S6V!6ZY@Y|WkaZ|b#C%T(_K8PvggsM*c@-MnfetYk4xc|JZm?m?NBq<$8wnG3a zyBrQ$qLi<06@feb!B_fOjA%W7z1Skb8dTkvSvbEGC-;Lv`=dA!{Al5dDx3uj+`B0_YJ?L?Evh`Pu~`aR#&}jK+tjy7WusO#T7M z&W|Poo=wPm8O8fqSx7Sq97G5v{1uH5P)%DzNepVGGK}R82KuVRrfmp{0_ZItmC&}G z=0EysD~hQVcK+SG@>K4V|K6Lor;iYD#ImCGCbfxuhJq5cTH4$S&t{)&yAqg9Pwy%S zsSLnJuzFO_MAn`9Hnd3^Ef`1gZKl;iR5H@#=2io#S%el#EWEfpH|dY?Obx2uz>K2F zoBT)36ocE+*v(_{O<(7iyk{HWHipViEb!9nP!Va5CArFXCn4GmO>LwF&s@Uc9wi^W zwiSyAcy(VQ-v3Wiyhn>qATyn#^u?cr!3czi}{8{ z;=#P8_u#?u)xQ~JhT>nY?YG&MVPx#hLEww$fx-gUYzFo! zKALOUqyf@p%G3l;Iu04BosJ6Jx4{?G$Nq zZt&8+#fsloBMeN-FJ_7SD_;c5GiMk(MAm;f4Kvg}WOshBv40IL{G7G26pXZ9ed`DA z2zK$^g{o@cIJmLzU(cuJxqbWvVhq7qB|7Z%d1aZU^JlReOQM8U&^apeiGq%zWn$@XlmdCW;!3A;PXh zU3;uicQ0(R$!t~^7V}f>^M@!Jx)$*J53R+<6t5s5$r%d1HW{7XotM3TJ0#d@)*KF= zT>dReV+wyZH1BO5>ofFb17-6&vcV^~aC3&yW03(hfbaOUjW;dZiIf{w$C9%tU|*$r z1WBk3c6XRAJ+H=W-fq;|R)xf>GbSas1hPCRwU+6aSQx}_jl-~;9cJG6VPE_(O~dLk z!KyQspvX1H>rkU2WTcRjA@8ij+bBA!1G#++xh+@n#D~1dRpq=;SR|;VZW8SL#AAEJ z&G{8s*d{m?{yPU0h9#vHmYf)RzK$+q`_w#}?iiV04h(Kk>`__E)TLoOrSHLzZNE&onAZ#9qij~xJ0QLa2 z80L#r%FTR__uKq+?%@|w^8 zP@}7(O;qsl*GM3Hy4oH$nLSXv$>-Rb>WK4ZRB*qJbeT4|D$+a>=T)Py2; zx?%dh!=I_A43_-NjXB618puqhH4uOY8z25G<>-u7n~AcxrZK}9%%KaTm!#|7mG+W) zdogv#B}tf~Z3>5#LI`G#Wt_+?oc5P)qBtgd%l+TUXIwW4`!TX~ZHSCAa&Hy(sP*hm z6pb|Z3pA8d<^BNr`W;43Cw?FU6UdW_8|`t(=>U+ljL-=w-NsQautfM>XTWqMRao8$ zsW*N2Ix{kG#c%UbGOY*sbxK~O*~C)6G@GFsr+_vkeL$ekCR1`17NJ}x$)tdx>q;Xy zHdXzK1;rGt>YMj=Id{h-csYkM*g;IUxk5ntk4#C^D(`C}N_k)bTy;{gkOa^p(}4O# zj)&=8P{Idx`}ym1mD|*>|2`o|uytN_NHmn}FTJ{TrXpd`eYm zY3OelWsHj`dinM!7-?ofyWJ}~z<&^==(By74KeK$bdTKZhr0Z66Op`i=UU~F`OE3P zL;E`i&H>1UhcpDMkzUEUTf=qmG6f1Aq-CsSj6fLv?MkoKWRki{1MTrSPpV?k)HQ=& zNhONFP8~@*tD)q`9Lgs+1k0ufAo}r;rjRRuW}aTIeo(L)VK~JC5UvEFpVi^=gbog- zR`<+kymb?c@0=D4j>0#=e>oW2O0$`cEyxc!eM5(}-=^5=9u zW1=J$GAei&d&-cq^2t@6Gr11eUG`z;H8EJ!9V?Kh{8b3 zGn!;)$d5so)#n*PbAAWHUB5&j zcZa=GPf0J6*|x~8m;!gxhgj_n?NLK!*!x$-Klopi5Y0zh1 zer&tmA>P~-P?1NP@-#HN50RQUJAMm|Xo*uFRHlF#1}B0KZZnQ(Rr0Xk(?Z`$DOb$H z>@O$Ve?}NrE9{WTLsVF$)dyhXk=r($v-aDZt z2Xf4~Z5i1S_*KvDmKA#Y5JnG)-wqBOjO=+GLQ;8Mc=b_C*5Cm|BVUu+l|t%Qge$AYfP@XAS)R6u302S z0?)WjPCel~lI5GvrjE=JI)kNiiC%2kB%*bEx%Ko#C93l?rEd-Le6(V*CB;lB6-9ny zeh4tt7BngQbMscRavt)IMu#Jn2CVKfhfXAownQ|ciB=s(f7&8199W2DdNS?J?H)^U zr;CZ+m3fyCAbRzUqLf}?RfAYB!{tz^p-F!3e=;n>g+R-n?l6q+G)+F)M1*rIokq+J zT3n{|6${t&SVz^vzR5fO{y<%%32(l>3yTY+Tko(5q%pb$^ssKUG0(yCa#0AQ5sHFh zyw;-<27dQaHW?Q(3qhMAYWqZDMb%{6gnV$3kjy#q5Tev{sy zsX8gjoyC{&V~6sIp%=?fJX;?hjIcMLX_8))F(NeGzX2~>p|12oFeU<*3H*`HBF!d= zx2W-YbjKjgOtIg#1k=%gHJU-tH5jrfJNL`iH8D9?StkbZNexzNBsL-{magY*5&iY* z^b?R?zEfiGoshdqV>TT;V}Ru+Tc{I(LzCbjD}+Dv#US%XbK2BxHX>I3V4+ zp*60tn86g}1Ifi`Oba_Rp8I@I4^F{bNuugBgU7#_)z)Nhh@^R>TGPv8hidNfIDFvR zN+PSzCoBN(g8=S2Vc&%`c1NuPXZd;r~b-Pru4 zyn;@~--LGku|;}sUQDmW7`n@cCQqTq^cp?J)*oNqXA8+4*e07GZ@!X0#HaE2K{3d< z@=?6o8*ta8ej_XN!-@^na|QhA15NyRcdk&|CcnmSX3dzdz$2dMKi`7pdd-;r83X_1 z$Pchlwgnq9j<1A0{U$rK_vO^VyS-nAz}judQBZ<*+p5J!i|>N8q+!TWFh(1493MrK z;B!d1-8Bh;z)v|DJVmrH#R*9kIk7q^i2_kjb#2J`4LQck$ozJb1!cisow^v0A#gAZ zZ`XM7&K-CX4F$a>)=o~?B{%VQHvk7J@#~|b?tju}v~mXS0CY<%o;fxf7{Md$(aCx3 z8Q-371C#@^nImZ8abJ}Lb-{t*b9x*(=fok9smE=R9p{P{NrFVRuW+`Up@mu#9}ZT4 z76dqVNrJ#imIA7~0`8HWjs1O@sa>H4fQz8yMQ+&&C=1fP(}~Fh)PD*_p*0jvkH1 z!GlFbdSwC%f8W8D-k5L*R5^_!SojXMw(h!%PbBX`Hy_#+c`%D+iGGx->5Kg)Gv!1e9pJJ?P?{q%yj0L#v7B=bj$@{z>C z;ywRKMkb6B;Ny-vuE=5*8dFCyAo;hLLHF1#tm%~h*&AI|kKNNpeuD1u!IHU5eCU>T zY!_W@nSIikBxY97Ic7Y#B9t`+K*y*3ms>5IC zC%#qO;N!#%{AIyF(up26OAhMki{7$HzBY1zG5q;9K7;L|Pr{nT96k=-{Dx%GM261m z&-lR?=6EJ2I)`8ONe28BY{)P5$4Ko)$IJi}P*LIR!*Ir=k8fhk^0e&jWN=g&L6;s2x8Xrudd#s;>}WF1?id$W|pOtPhWd;%RI6S!FDMuSCdyci4a{3(3t8~wl=yH+e7 z;D?-Hju$?NufZccwG(I9hdO)5Ihb+yZTuPA%lC9dyh0oOqmy)3en$V)K|4Ii7Vhvs zr#v_lNqP-8I+H~m^uk-*_dOmgWXe}9Ah=Gi=!86&&XN&-4{v^jT<}Ui;l_5*%Pz?d z9r7IY(1Ty&z$~(3A9#Tge?#_sB`o=DwhXUX3we?k-^5qoDY*$UH};?n`$7{L>Yom>Cw53C4yM2cFRtT-U%>onI6)(E)chN4MAzp6SH2LQk?djy8pE(HXi= zKk-Ozas{>t@8lshp6Ev-ocR@YCchJZ;7QJW0DSQzre*N}UJ4!(ujn%SMh6|&r?Ke+ zdrhBcgd5Dn(&#kWf*l^@=jfAL&@nt1k55xi9AJ7HT}S&y2fI2_)wSb;hBD-+jx8+-529#_4h@1Q~nqa5BwB6V}IFe zG3TW(ed*;fyidP|uFVtQteuFPu~jsq31<8RTf#4!q>tptX82e*v8{X;pD;vMu9GpH zkcYs99?d*G5CG? zg0(~bXHj|3hxkG|%8uy+on>EaT%N)1tpWHBZOLufFrUfq(KEc02fu(Oe7VNI`akn9 zx+cz;6S&UzCO;x4`6Im+d+;qz@m*-*d)SdNV4yuc#S2-WExOBB#1{A&d<9#&2v7Xu z!)N}*yv^9^i9zg&?y+n3%~s%UErDMXD`K1CKi`_U0xZAqxLz09rmcAkZWXK#Jhbgddc#M}3Q&4>|T$6f=?wW*d_c-C!KVwk0uTVmhAdjqM z=!`lGF~*9c^Ug3iNC_~5Q*8RxcY|ki$pF40Ev;+-yCUg6$2>P&M=#moSC!v&(aSS#+=mfk4Gz+FC3w?!b z$y$;i!IGRw060g9qGZW1Pa z<_UQCNMcUEGocdDI7!Z%tm!}OU}Ylz@|VB7VB?y0bPV6*4+D5;iwDmB|Jb{iBRP^Q z3&SHyi2_lu<6}cPxa5LH;|>Z?2Z#buCcf}LyciBHRKqS6A_z4|2aTTkG#x^ih2dDUhJ;q?WjTkYwa^Y-qii6ntCMMj=huE{7T{za<>=iq8 z$Ub#Q6WLf0S20!xd^I)<@E4}|>(62Wd+OCZS1xhG5&VR8JyT!sJZy+BAJ}3(_UTW! zK|I*(8MP*UdX`1Bg||AXmT-oc^1(s`?!}Vb>c;c%tT(AOzThTTydZZL?E1MymEMQX z*$1;?riZI{F~cw6hwbps1{lT%HojfB3~u-Vk1dvH20d3Thz}cSBz}prO&9u5?&Oi} zYWv%<0l^n~K<$W$`euuJY{(ePy|ASRmNWT)KOD$byr{1A<+IIJa3&Q9&l(JyiS+Hn9pBb zVoW>fuP(kCn`VMf+(!;D`UV_yaN9;rg-^+BAbn)X6r%b zSL^hgdF4Uu#1*gMdNm;rxXPHtP5p?Ax!o%#a;=A{Pw`i4o{?)@3AbWhUir%he>W&7$$HKEdsk~GI)~*FEwtR0aI#9{jpgL^l$N0D`)!#XZD*LZoV8}fP+Ul#AoJ7 zig|F0=xp$ZTgR8^`&(W>wQJvstF)(+WA?|8|ukQDpII~?$)T7#|zSNF; z#ZaupUM-5Z-{Ez(R?l=T?!z(l0e#=+d+ztRynP`v3u&x;E# zqP6&iXN<=dd8S?P6Heogno|qr#~twGb9jOo+zOw@6Mu8?Nvy;+eaA+*W+ToFd-Xkd zzz4Wj%+(wmz$}cjPb_>UhOi`#Z1y=`R4Z)8BXYui`4sS4`KltJrdyISMy3^nItar*QpV-WAdFQtrimAf|e9Tt$NZ+wp?&wQ6 z<R-PD#!d`vpia# z(%fnn=iR-+pWe0}$l)6E?=H`=2c{gzsa+RM05fbBW0-KCmy6B#NL}y=7uYM1o84s| zW9T{kla(~8`o|^uYuKCf_}P8piRWlGvC?DC;)Dn0fgFC4hja!^6)!er8;r^eJMbXB zzq3C%{f1fN;SBs@t)tG=kn!sw;%-f&hQ)!ce8vM}`;UM8<5A0M)AMqI3-A)&fpPEd zwSIzs`kF?px71f~qP~Q0^h=+!6VK3FX#sf^Uo}AU!K8b|O>FV1I$%34lzV(g!<7^M zS+nt9U5P!L)RVekKR?wS`>dbS5pvvt9N*|iW8h19UDpcu)bsJFwE}+NgZ$3gw8mk- z7^-i%(BEhfalrNM8H?4_)M~+J;;Zh%5g*dj_CshUeS6i^6CXc+{v`rG+<}}$5n)IW zD?STO#gtIpC6)kGTph^SoYmw!2UI``cz|Tlp@v4w^UaS_-Z$Po!X=d0qY$eaJpJHkPDh{5=Z zkx2Y}{B0EWz8(H`MberE5uy=j`pEgL(e&*1csIY7ScwN=rSRD(1{$Lafr!7Cd=X`u zxwsblX^(s%7K>K6urMKbG+iRig|y@!xgje;5^-L+V2MqHu$LxA1d5$8*a*i6*Cv2_ z5w1;Mq{-$h7ZJcdg2!0MRc^(IFNm_uZ$8Vt4K=?Z&=o$D^V>7R8kOzJdEyhx} z;zR_y*l0Y>(1DzsS(NtwkYlq;L-(1(F|i`Z90JOTc!#CO&EM%i8o33TIpGXnv0r1- zkXz(`WV#lv4xrR1>=6v`j4ud>kNSoeE&P4M3J$~z7s9NC-ADMS{J}8ctcGEPfRICt z{LY1=2rYPlZwE$ljO+2Jg%j+~_yA{EjHz=mmjl?h zv0$;>W}e#RKkO2eIbtd5 z7>^xnSL1g#8q5VBVnvMCGc4xx(b?O?fuH)Yx@Vg_!4n+Jd)WzV7Fz0+9uRwn9`3)| zH^VROWx*m3^q#olO??wa=o{E{KMwU7oVgbUEcDg0MWOp~N}3QC*x19#`X^543qooQ zE*&PwEey#SJcl>+Du4J%KW7{6l2=>{i)_bDY7REoEoRw(n~V=bG#)-+D}AFjU=%mW z58U9T4(#Xz8$NLxAAF{MXvN7-Vnj>f9(aUNz0JZ7j^kLhD~8pVF|yTMaOX=m;;Z)A z>i$<3ys?+Bc$jX-G5t-SY{mDqk_Ej(Ie&Ja+=)A!^UWnT))?Z$Hu=X1{K84Ni{CCe zp~=M&mSCCgp=D@3`3c9c#0HwnW`S|>h(#@(V>8O{-KP$Wp(gk!pK=aU>OdUzE91k5 z%YEXF4~&DuaHQO+k9ny*9Ef+l<0&y$`}K1;#FcnNZ0WeZ$e|w95G;v3oQi>d3ya3V zyKFTMU-dnQNA5ej_~03vqv{-|8V~mLBfjEz^@p!)2(ul2^?0AlZR>VCL3z$U zHkePm`Oq4N&*WE1bbKK6gLAUHJ_s@?{=5WhY&)CSCHVPHa-EarG;1ctjr(XBc;% z`0|;4Q6DtEO{wbYG2rnZKC2aexnE!72W}H1H46LmF#Z%v*iwJR5y$1XyjTb8&p3>3 zkq=*7G43-AWz*GnJVhJ9x%l#xy*A7oxZ!zr@lpT5Q#jmuU7v(?y@Ac@R6XedG=RLT zgF6?$=`rgg{X!1$MEqndwwTX6xKoVaLe1k2&zKtq^kZ?P1>m2KrN`JDCd9x2yBdIR zI5j7n>mRTRFR&s{>JbOQioC1Gc+)!F*y$xLQo% z2>0;GWgIrkm0l`$a%4`N3?H~t55YZgEN0Ud?H}Y&K5Wzx0{d(T~1>f_G>r@uHX6kzaU> zzNANKnZCdQANqt^!4K{|**JImn_Be60Q11HHJTjo zTMooTA5ha_)EsKn7c_ktPp(^Y@#pL+XKFY;G-ijgaLxxc16TGo#F-X>5&hlg?1Lj* zPe+L}8{7l?cm+m_vGLrmmf_Ap3mnjs>Ebh+cfaQc?o)gA73A1BuuqSx>D|S4&#B%1 zhMbtQ8E)WHJY44J9Y*mad>BK#?1`Q2lV%@Zajx1>`}~GMJtf`fUN3Q$ds;wU;~1Jj zeZuRky@z4H{)cV!RDVMbR$+yG{PA3KF(kpkF&q^MV5mt+g% z4!9Jl4cE`d0RTWH0F4bu2{fV_i4$sy962a7#bMql@H}HDLkl;}V>#OvIwF^~H- zJew4n6=A>+_ws>wGajPmr-Jag7g03l&d00o6{KcrqZk2N;8@Ti9L>8clD2q5V4Ayz zp{ce|?cRUKyL=!8xsX4$iJ#2KL?He<`J9B8nxg0M7@8u2>r`e&pED;9~c zL_}B|$eWswr$j-*r?`1e!$Gd@himuF253HuE#r!l``}uv*eNgUCqjr|qRi$15h6G2 z(;O_E2nHl?e)ZIWoEozzSC1ClV(i&2i!n7d59BmZ4bml+Fe3L38WCS6xCC~D6ccH$sOKjDrJP_z&f#2XsJ}gFOJa=Qf z`kj2410UJIg9DpjL;`>0?2LO~jjhJ{Kp^-+1FVUYg;n1^el^DY+#(bnJCI{10d7$P zm(_u1;#r$lgb#j~8+8g-1f*WWrv8SJyx|Kmz&mYLs$n$*n{U5v2)IZ6+eEb>HinG_ z8^L%?Ul3b0CU3^INV&@Io>544^e;JRT;thPz(vG1ED(=4rZ1>u zzd0SqS;P>h@P|8ayell39|mv&?(jTO$}fTwKNID8J6^L`!4v9*A2zl8Ilo~+Y>93H zlZ|)~u88>Z)rOXQ=;gjWi~HxIj4fhb{0M%F5`1OBYAn1#xZ@3r3%F__kWI#6hdIR# zpNhXeE^fFEAIOh!;SR3lr!mCLIB)@{Y6hO!-hte--TkjFIZ#(N+bk&b6S_q{X$D+t zP8ThQ7v-IwxY)g77Dk#cJKT<`FOK7;pH7yRof^nx6~fJKSlS#+?IZqPgM zrg_=I?l$@920zOQn^%s-K`?5;1lx3#_^T}&ku56m%b)-J=f?(`1VysA#Ao=zYsTY;7&lu?46eCcbJ9XYt*p2aRJP&lcEFt2Q+1sr(QN{I6Hw6Wqa195s79 zTaAyG*vmGHY2&hu|8fHhHaOL*x!Ep8aR24#^TyyKp43zFQQqhuIfFfG8yk7@x*o`> z9sDde=4LP7^rdhZpNa+UQ?Kxj_wWb~g$?n-p=ziv57^+KrH$cILt^Z`*gZa2{sZ^L zNIb;MSYCYatbFTP`VS17^YfwQ*e@3N9p-5jeTW`nGwjOooL_9s0e|8qFYMMU+^@FX z1HW=BUgAK{>lbQz$5rab#)@8`-t|mcNnZJ3(+R#{0mfhk7R(EetBuAJZ{t~4s1r4f zr{TwiFVviS^bWD4qj2gxkW;g`M_$E8kEA7F$|k7!aS0o(53CiRhbhTE7r$^{CFohE9NA_0)l!IrSQNrXQ>o%#g9_PeqkB7&9 z*peQgf7!2hs{xt}FJ_Z5%wm&-t}epO5037)VDF!Fs#TQ8)$9Z;9h$JKG%nFoZhS_z<~bXp6Qo9BlfVwH?;u+ zdcXLK7rvJpoR16S*apA&SHI=RyV$@FPV$U38GKp?sSjEeN9vz&V>~g08$85MHO01S z${JCf@QW6*pC(tdgIX+3az*3FDV;1v?hyn2!>!uzxqhq8#N9lNkuUI;PF4$QWT)}n ze|Ej6ztJA-6*n=KlMdwcBRoXMz&(xa9)7D!apQ}7*50?X(R2KykKvj&mSa5xXNbFd zj4PgUD!%F$Pl>(HaRxrM$EC;V3-av?AJ!@CnOK2+_ro!~imhG*`>pSG_MZKY4Qfli z?90-@;=)GS^6G({dW1=RPYkTBvU}n~9nxOr(bx1+{ez#oi+!*FcOA&#;MVVIZt9BW zk{h|lQ#b`CtXJe6*X=HKqwcKl)HMAq4symHxM=*|)j1w853a^pFh{wy&FjH>nsM=)-l7)Oljp?BXX*^U(dM`ecfpwTB+S7!9mDtdN3YXkd|u3p z8UOWaKTV-Wd!B!A#1C~zFT$jK4vPB9| zAU=hou@FQSNQ!V?fQj@Jg(5PS;!x81I1r;Ee(%Lrq`)r=PzyUGBOX)mW~X-~gUB^ZVnty^ zg73BC%5!WL3#7yb!ayTk2>^*kvWQA!N+7%)0)K8)nHO1Tnikj=1mXch7TNsc8{uId zm;Cwp3}26%#(y+G_7aO0c0`33Bch2fV#VT4<3P|F%(_`MhW(cx)q@xze0hWwixW*v z12Lw#*LcA)?D3tj)ZCCUlAS)XmDn=2W(ao{(8g9b2)fNhb65!4uu)%xwiwpDk$M7y zy_!AorRmA3y7K&LD_<-ChzScEjZ<@xCl^s;JfhEm96RB7cOb`J0@8+sW@%2oz{^^r z{}SwX{6b^I9p;2J^H>O}AMw8Wt-5DZ7fZD)7jjEv$^E(!^K6`FpQ$hT;s?yYg!thM zyk)`s-uTHMo7D>8jB~{WuUm}5(w(aVIh#1}0t@O&eZ$tg+-u?MUJDP{g$W$1u53ts zJ^GAyy+$n&l6+;i9^rFwp9gY;R+}&ud={@TN4QxGvdMy34^dOkOrX#4ENX4cemTS+TZwyp%YtBv;hw<>Uibs%a1Og|y1|>n9O7H8*|fq( zFe(T2xW?+84f->|YGaHj^y(YA=EHS*q8itSb1^3IH zO(0r=jW!?rnGft-V`pv~EV#<1zq+>g6>E5?AHy3g8M6a9ah!)*Y*arMdhWF#BY^Q0 z{)JI|%O>Ji?BLQt3QnCDKgCO|VNp%$VYr#l#;*jqMIJt|c^@tthdo|IIgaI{o@wI~ zR;TSf^Xy%$=7F5vtCrfZv$f)K8|aG>5|kz?aX9Nn*uSA7w-aHgO2ep=Ilh~5)tKERY5 z>3dU8Hs|_|ljPI)roFHs4{XLew58tZUcaZQ+K6Hw+|#$NFoE|hY}GK# z%S{_I@~DpdUR~O7!LjlIGi>!cxwS!WOuAX$X6wwYT!dpW5!1BT8iV!E=ApOL987o~ zcj&QVT5im*Mrba)MgOTQi)?ihSIV=#z;>FK{d~oX`93%6jLZJHkqU=;1-v&uyX$q| z4!tS1#(_0)XIqC9;%GCyLzH?Ap2m?ave^z(@sIkz1^lz=Ve?vT7(aZKTN`dRH!R%c z0tRswo4VW!N9x45VY$r<&(W@WH!SH1I79#Nu7>VjYEwU;`5aWS+gR37YA!CuoAd~M zC0^UCxzs#qmajI(_Q_j?9 zx`rKURh_9pIfF5HR3Cb|HH**XbiL$)7Pi^MPCN}?{`q-*$fXw6136>DElj4x*#@)5 z6DQ;03I28APx7ZhVd}a4yY-6a0Ue z)clG)%9(AXg(SjZkkW+T4Uk`9HP$gh}^;|AMgb( z_PV3zvJL*>f+mAyy2O6MP7A|@oR>#2Rmb!M4#g|hcxs*P_?N8?)n*RG8kegBe$lWv z&%Llp-x>!e;#l^i=itfja2h_*pNz+Ddls;_&c$XJ##Q)?K7;-COK2&*(Yi@o`2(M7 zv#TB>ANa?g&8ODaIeTV(7eBVD2mGZL`6%CNfmW}^=d&=w2m3y-jIVHojZ^v?*44kb z(Y7#!L)DL$d(y3qi%apg@nC?)6chXgQ|rZcKEtdyvc(!e4Ai|?;cQ&bFTI?G6ib}g z;pQASzihhV1-!>Ed}myFW+QIZcg4r=;fjqj&yA~x7>C})4RRw#`Usr0cVitxlf#^G z@ua!=)V_f6)s%PoQC!(0hwwq?%(#k?`C(f8@ef<=r_m{TE?@kfJ+!KP&%VtM9I<0Nyu` zF=<`7@Vq$ScD0!fZNJTW2oBgNruYb+t;NLMmoMZuK5cF|ZcV8N;{k_vdjI@VQ}@4m zmoG0m*S-Q<<&-vT9k?6AGx$s``5SU{o%wN@K8ss-G2}0<)u*f_bZ3;&)_O?rG01xJxI=1%r>t&wPx;b$hlX|(gpU4!bbOd7YF=?Tg1?sQa`Xa z%#hqefvsU%^jw49>QHklro^IFU}F551cc#>^`xdN@q;TO42z&**FU z*jV2A0C)EP^%dH@13915YH)@t+0$BqFYsYL`oZ2uYX!E$iuu%%E#<{L~(Pv?h};x&C?WBk)5V$RSFL7>!#aMeKwjG5_pBELRWYjH4)lR^cK_ zg+w4~z(6%Ojoj~E_W1TbArH(5{Omx^Gf34!*K-OQ*}WYbVTwvY5-qW>AJr+_eQY^~;-4{Vibcu!B%eVOvYb4DEBxEs> zz(=4+5eX3zQ=oOfu{9c`g}lU^2(aiQ94x{#UqrGa&1b&DgH14G=w~t2)RD74TL|+D zQJEV)VMT)>dJm}~UTfD@AXb_a(c&8y{Hie;kA23Q z2XdOcg|r65CRbR}G{uP+_#8eM!;#~PE3|Bqhk`P;G3 zws`WA6T*VvvglE#@4?fwE8bNrFavA2ibx=4Eb{KwNaGVIatsH)&_K}0n;79xHF)O| zbJ(_-VId0FI6K~$V-baYLk(}s2}}@DI0Y|@Cw!@2TmVlAKfH)@h%NPQgN~qq`8XN} z*eubryo(e6)QEY!+;4%h*6Fl$_p=26PL_9lgfNv8anm!d2xp>9k1>YvJS$#1-k3JP z93iKV=ph8H1r&c=dYjnbBYa~_8#p+2y)5nsOp8mK67JL2<;*4CFvwRMeR5`=4&>Iw zoo8T5PT@fBwz&aQ1guMb-NQzl;Ae|UcFJ=b^xcaCZHSv6CK9icWAM{Fkn_*k;K6zD z&KF#iZG0iPJCK6`8_{f16UNsUXpgyJnOzpoY*R<#fSYlGevMy^r$)W>p>@&59xpMX zH*7TE4-02pb(f>WRX$+~SD4S@!#7NA5W&Cs*r@-S6CaxscEy#?yUTON$Eg;V;v=^5 zsxRE-3V65Z(pzW@8jB4y13Sg83l~__vR57JS#U}x%=_G5Pm&ilv(X}i&uoSfIrbS| zuy|h&Tbp;j8;>T%!xp9L9cJmawSS3I*kBJn&MU;aS?7wh%9yN^88b)iYvZY_`t2nRd;e;huJ*rPL;y z#e_d%KJku++{dPB*rvq#uTB`#g4|}Gd+{hf!j0@&xdHdft9qlo;K=44`)BXvo3X{s z3&zx|x`YkS${GHNgFM4OdQolKRHY%+lbTj5Z4ii~``E1h*$U6>N!Pmv9$N6LL7G>M z+RSV$F*f&_8+O562M=skL-DMQR9aSDOy6hDp8ae-SW=tfs^7BRJKTs*>n8cJiDv`B zocPLp^gsXgCU}s$4pVn?%ZXl2$BM6<;1t@h+|U&CiFZ8H0fEh}-6eL#+5cPI29ZrI z`hZRlL)xH2R-7rPaC^poFr)9{47S3d|MxV_;(`nLXrq>2Y5`8zIrV@z!<_oYfA~oJ z^l&xol2`v~0p8PZX=>{#@!4H`W~0q~o1k*z%N2YUOV6>xySMH2=lbMb-sQ9FEB=L;Mi%Kc*6q@_O4&(*YOanemyqm z=|otCD|}wh6+8E^Tm1AG8;{l@YmKN2T#Pg69R8{ay#)usDSuk4v4KCnJUPdLCH>GQ zFTKGBYaV!K`}D8aK6_VN#-dqqvwt2HZg&TA#-Ryd+}zf8dN3Zs4dF#hU{CQteVj>ZW-!-w!Ee{(O!&$MW9fH%+RJ8`nyTVJ&H z$`(W_`Bi2DZHDWPEAOhaWnSyQ-7fa<{+PpRv}#z4}{Y zSUcb$_!2`s1rO14w3?Wy^Ql*g$=N#}#Yk+_xj3soFER1CxvZ_}b}#s#AK-wFH=p}F ztFPcOHsY@i-HR_3PxTIiLIGv3*`OkI$^5<(f|3U7qt&Pxjo@pn1$UweEZt7e70Y zJF8n-%i#}wFJIOfaBz12oOAt|uk5hDL$_J)<0_bi3z)SI5?|c8)}Qg%f_K!coX|>o zf-zj;B8Ga47dzSOUKoWjd@SbbS3fhCx~JDC&$Ep-vPP0mzPr!{i&kJX&d)TVWgmw4#;9mq{C zSoe(e^wvXoHm+sUdo{Jbgd^l2P5tvgPDJWCZh`OVdD#gbeX)E}NC&p-HWc(i{lI!K4_llTh8o?LGFK zJ%hl--$sy42605%%{$3LzL27(gRtcoQ6U#3LtxE#xnI*oY8F?TuXhW5d68#ghFF9# zO+w?FW1QLT_u+>RF1DIaGq8b0(A2y&1|k>X+6-pvdm5fiaT_+8g7FYO48lz|JbpO- zLuk1dw%BAd6RzcUz4+3LAF%A@XFl*pj>J$S@U0DTvZyz=CL(W|9iiNF#8;cnKL31( zeT|3jvtBHKJCL(j?r(~=u`aIckaKkks~yOhlYn)>hlPtd#r(H8kZVp0REuTJlHC># zVy-cX$44&y%e`hV_i9D+BaSVi)Xm&vd(T|*uU0IeVTM@1L7F_ws>$MfcYLA(W-R=0 z5?rV|d}J}4*t$Bd+QP++h1=K&+iR>XJPGK8&pePbUv=!=vto^t@C3mpzZM+gg3CLQ zvzTa6*ajj|t41tz2_fV04G#HB#JwGdoZ>j~|IBZ7uCK`nPWQaHsbze1WgInO5oBSf zkIAXmjyI+)a;7JQIR_~=)@+Wt_-Jvh-e5-#a8jEDb1ZyB9J7P))8lZL*to49vNPxi4>AD+S$kL$tw!7=Q`F?2vVGrz^U`3T{@JB7%?87I*yM|}i2TzT7J}m10n@yh{fwvCEH8M@9O6Vv?l8RCY@udx zD6Tk1jnWNx()_Cpp3fFGc$pLa^iuVPll0%+fgEnuPc5o!7|11V(Yw^KnBX%S7EWN5 zeld^QN@v2lIGMwy{}o%=X`ELVPR6nPkVm$_?dL;J&>+qUDM$_()IHvnMyGH{2mUHlEDmUU;NI=e^;foQOkt;iqSP=J&>>ebllz%Ng9! zZSsO6)ijOM1_8S}ki*Sq2Xg5p>lGV2E%?>o?BlDwYz#x?kd1gsJ>n3&DE2TVZg;O@ z<6S(=iOc#0}0pBW|#4t!3jJp3P?+ zXk!nieOU!p!I`zf?kaXRY8>S0)7DnmLLqFN&Z0~UDtS9i9jcO6E>tpJL zp3qzA9X7$SIrV%vIr|%O^Iq|@4%3$$$jzR*i~oCm$9DYMft!HlLHYFRKu)e;uQh_T4(!>)guUvR?e2wreIIA?w*xujnb#o_ zPStzxJFSJQJ1jPi-^&-jVU>S+GCc(!b58fax_sHY+T!=KzaeKV^IQLVMo-48>eqAO zlb>+HPg>g-1jXO`iVIkxFYp@OCV%n{_h-I{r5v*X-{D1h`O}~N^w3o7%rCg+R|j%u zI*VWPnf!tsxySYLg8SGg&(@i%KjwD96C3eshqW|IU+%#}G_|!D?!XV`S8MnKZ>uSL zG4KK3YSmtwczMp>60t9(hqdfsDW(>^~pho3zoN9tP- z){ALT`W;Wnd-}-QLF{^7y!0x(fE&*aOhVU zxJ->$f9nVFfH=;p{9DWDh3XgHahx^$vjaKf;1%2h%ksU$Z1c&L8c{30aDb2TGK~r+ zXZwx(q3>|9oZ{X)`=HJ5oxiZDcd{kSs&n(GbF~Yz^c=hT(ny%4Rq=wX%2I1l9bKtIv|@}LmZ5fm}aFT!21C<1>bP;8D7dJZ}eE&|mQENoU% z$d+gC=2WZ}H)5e^5t~9JtPt+pKxizBRV1iMX{x`)ft;Ay)b-6s4bDc61<6^1Lp;Q& z;)f5!B)@V%IPEqX5Sh&m4TrEnf;Kb|mCr1i5x&i44T8`^uy-!GMDCh_MU#eP(?Amy zS7Ok7NZMk8$USS2&*l{)gm3W$J8f$3{`RQ(h#uGyCkNB8)gjljdFE$oMBFXbh$-=W_)+#Ryd=U@G7JQyZSEPfM@@(Q=+c#mi{uiW7`8woZ*iT?6u5!Ob?D;xWKJ&+Rz zLSVO!Zy#~M!pcja)9sjXNN^Zy>V<@61A@` z^`sA4xY+201DXNf=q=N)ITkx`YzK0G_`@F_8_vFMf9KNg^dfx?AHgzhfwwJ2@SPZ} z2XZu-1^8TGoz2Tuu~T=(f_J#x^}4e${2o`xgIMcZ7XS1D46}3gAsUjl(_`GrPWSru zvO1gh?&g$Nyy4q|@TO)wCr+?@h39O9@Lj#bE#0fn`PTgv8?p=jEE0`F)4^yPncd@E zZ1I}fw3()_+YA?L@9Gxs7!SYNlv9ghq5gc4MxMOeV9;-2{f@2Ep54!ERG+kg#h;q7 z;G@53bUKSY@P_NUN3G!_`CGrd0K@#Yd7*FPXd88KW;0{fkRFda+=~lcHgBr84$F47 zufOAqmw3_*;_clSI7$DY!}VeddOBi$Gn(CeWV3@Mn`8RHr|~!B+#?p&0M<475N!=d zawryeE_v_D!0tg*ydFSLG0`@J29UN}Yn#?$)cs{=Xl5R3XQO@gQS z?n;Z}MPs@j#`*r913CT9-|nNEZ3^LMd8K>KF8P87KC65ELoKKs2LNJ?KWQ!)^d(RS za$-8Mrw-gJe%(ta{gwxE=Dm?0hyVaU07*naR8tqThqH^1Y7l1NkDjwxh!5GU?(iI5 zw*JwB?_6{y4S`Q^3oi58X;|aJ0j|Jp^tt)u3hwDu8AfE8Lu4)3ga@S(jEx`KVQ zlGl152Qz9!TvmuV-wptkn=fB&L6!}t>IvJp|@b$9JG=zS=bkHC?ihx zG1fzwEAhuK);9XHOO4aDH2LmQZ{i}h`W)V-bH%=W3Vzu5l>>D|=i^B0l9eClft*@U zH++V}vr8=bt}oy(dl|Hrf6BIv)%>EzlzKdJ#S!$Gtd9-_bXcrmk< zR$H{9y17&H=J1ji+SNSzl-h!Cv49cUR@`6}ro=A$=uFtBS804X(y!OG3>>QucvDYm z4o<(vft)YIIOL`c*l9h~{?W{>pV=)hcMs%xmOg^5gjs!w4$$A}T0CkV zy;I-xf)`_lS@)^ezBJW=9Bs3^*lx|_;L?2N<%2QJ4HIg@o{ha5b9afO-fliQQiIk# zaO0VIv6~-sw|-SBY*(AOS--O$!J|0SnlInxc(9_Dt;cC8+-85kc*R;Qz1+L5 z733aw;;7aNG@zOa6Xsj@jMXpAuU#rvVn`pGyP~R4yH8h=PSkmwN{xeM~2aa;$ zC@m`onu;4MQ!7{HH+RkwHQcGFxc7?8Pq`(tvU2Cb+ym4csJU|>D9#j76czQ)@4^2# zc*LXkaoq3seP8!^o#*Q^J9rP+9#6#T_shTOZzvfaTW*XH5DiEv>B{LL<+45wfJcP| zEw~v&QyQw|jBV^DFOAZdba^Yvojh>6?k_QGv-tgqrEjEX^nLLQT7m69 z^+CDvx8?trs2Nznlx&hlAhhEz?q|bC9Bu0G7rh;A zHMR0b(D#>!VEyb_q<9bSsE?wcGqv3zFNxo$I{4^mS66Ln&ywFVnS4 zc&n#&z$oF~A+dzRo~DSOtl?3H&@IZKRJb1e4Oaxy_Ml=T@WC^@G!uKh{FB~NuYuS6 zjb{J|?~;`^oo6|*O#fOc={mB*qWNA^`Sh>p>JtrP!sDIc->-{KHX~WDkKX1c%JviZ z(7kG5YPI#-P8dDNj3f6<96GG)6T6Dc;42i>d~Q|ce)ppXAz=RWjf-E3(re=JC|RsAf!nEjQ5gV7jz znWJjV#dD-X+}87C&Gzt|_{;hh80lU)O-e@?K=h=s%$H4#BYV`Cw$@x7=P#B+tdM*x zN8qk_%k&MZT5s3o;(z7T3mGS_`67-Hxf|545hR4h`}JVS`e`@rh8^RC!wu(zf~Ah{ z9#6Rl=OI@0R)8kWw|^Q(^&<2J5i0-JyjiWMTQfS}g_2)FYtJ zd|904+fJ$HxSahxGm8@k^|!M1#Iy`w{lm9gHR-iKFn`1lgu%FyQoN7M^LxM&n#z=> z05ritb5P{W;NqjrRxyBzdVk^j`A*fm-oD?V>zEzFJ$q#T$h~=QBa*PwB;Z*u(-1;$Fu{#wF>4gr(h7@ zYq=Lwn;Rz+(LVCJlhQ5YJYnqy%|F5#cE9lcO2-XLxfKQ<%*?1K9{X)BJr3#y6kIk! z%4|{1LVLC3=kD5v57UX0nTWwXANsX<#yg|%?@q5ot-38S?@$}c5}-WnOdedNm3DLP z6Dvhv_OVW|TBhn1xdjA6A$*Nv>rY6TT9^T9xNjUzjYE$-g(>l?g$aZcvQ1up4p{=` zYlk)+O_4uk{3(#oc&jWf%FKQ${d8c;2z8YJQ!FPy$S803M(r)~Hc!*{+=lXP#?(u0 zmug;xZ4qN3l#WUsIJ@U&6X8bQ8S}%IWv4$-)bz*De~p@NN!?RXAo!{S^YqgVku09r zHM97wRNC>grMi(CD&8}E-)Eu0V{OB_6@9>~OG`kzpHuhbl5Qyz{#TJKRd#g(7NJ)j zJfO5(s5ka?n;{Ow-CgU=>D2_75nP)3Wll=9M?nW2rnQS-0%>Z{@4R@l`^SL16Hxhe z*Rk9EHm4-5053BZ*J_l)*H?s28zH>rWDq_in>Asmz9u)EEr_Zxco+|k+_`H{`VTie z;jTs((Aw^b2)pw6sOb;GhrMw;z6RXv4pnktZTb9{V2|Png)aUDnc4NH!A7Yek}|Cf z^L_uaJ1~r;C(+oy&Vt7*$KS&*47n*>U;k^3bEnzTT@(HD+Qr{g9aBs?z*juP&v^~6yfq?SHHPyv zWF}@gzn-RTz+CqJ-HIzGOeH_yeea8B8=Ar-PLY%E>3gvKy1M(c^kT3*@!!kzib~DJ zd$A9W=Yy@S_-xo7&+l5t9p_2hb$=wk$CDN(H7w&$If9kh?^EiyWT?UCFUlF4qb;IG zsyZ+QSta82T}c1t($c#1G%2O(>v*vlOMZO zr}6Fl28{X(id-?E`_nCe`IMe+(dFb(N5Ak!8o>RBt$qlp_8I^qKzpG3Qb!1JgL&R`Uexz4nyLG81Cmg=3GIY&$Qv ziR`3Rrl2TgRdRWJ@#^dryN(<_XEP_qItPN77L16ts3Tv|1sx!DDlLLu{*@{Qz{kmg z2y!PwXE)+5L#>-gLXfp*Dv^jE+0~~BdCYw0%qkG#Mkfkqigdn=Egd)~`YcS@3OeXV zwD$d}7z1#j41bC%3%Q%3vj1x`|KG-NhGQ|a@K6hHIHE-?h<$bAR4sEDk#p7pE_VGV zP}SyK0_u?0g;f+NhZxBB%7P{pU1b%+=Hv*gTW>wtKx5lQeRkJ6c>SHET|)}z9*K^v+o!p-7hmtPH>r)> z#pcoYylV?#zl+h>>9ZCliG>5tkx|~sF&d*W)6p(X7Xa#Q`0AE%jrko|;18o_Gn4w8 z3Nl! z?pi%<$gF!FS5yK|9mGcLJA_S0Ej`Yk^eH|EG8Pdm-mQNKUtBr2Htrg0wQ|M%Vo2ZC zR99X8IKSF$H>m1SayY7{=L7?9`bk)o{Niq@0Ie6B7tq*N)Ds_uph zkxER=?SSY;P^I2+6>lq5KYU^2nrnzBz%LvY#wnxj;nBA7YW7h@kR&X;fqx&99KTp? zRS@RXlcoMB6&^kPII{vWSH`69w6=51(_F&diKAc1>bTGSjmnF-I_SDI-Az9n=HT9S zQGXn>Hu%eX&jixoy`~Xt0Z`!$w=CX8g^c_Od{qgn`&}rm*GSJ6$az&jvt~$r-5BSe zDia5t5Tu$+q<%iHXzwI8?_mOF4q%v~sI)lPwz_GlrRd-AILxqbrDwAtuwp%Mf27qN z3|%{N9&3NYSOJGag*ksy)rsRED&TrO7(tEWV*=-^%%QEuHr*#VGucqTMSP^bg zQKRO8X~ds>p9*MkYn8ruvmGX}70bCb5}=Z6Lqmq%Epb4xKu(n)3iT~r&4=H_?-(Hx zcywL7Q#ZTISSNf_ zHH3ltAYv(76X>_l$eGNm4qyl&>ZvpM6JIo z9ytKRV9VTbIKlw+xM-~_FJ#K=cz6bZL#$4$wNC#J9OC!t+%G;H^8g9NR&=A|NR3$Q|y zQkyfZUD@Z?9XYPJ&pkMwb>?wYxgd2&k>%o(!@aW$anf=Mi7Y883iqcw*wd@eZRd8< zWvxOtry4(TjIv2Qmg3WQPyg~jYDT$rnU1^niJ>MCmG<%ctrN-k2FIOJb+`WnT6^xB z3$QAoVyE0)3Opf7sZnxM@f+onkbf$$@aoHjk`M^=Xs>+PuIs^~;V55A;^>YDFq9r! zIkg@Hkxk8SJwM>uK#r?SWSwuhhg07Avw2YMdtRGE<=!1->Hn!b44lN=)*X?yIIqW{ z8~d^_y!P&(hNWL^+m(*QJ{q67#x=&2(2o|PW9{mdV7 zgEKldi?MaR4wmZ8pG+L_m7 ziisxQes=2I#~{>-LkBowa5OJY(Zp9_nEf$qi-??^$46YdjzEpTZ5(=gF0J=^t!p8h z8CBjgRy2LUG$P}D)_Zd<72YV>%|siHD^=0FwQ>fEPoVI33-|M2RVM1SJU?)O(EfR0 z4g>mC1p&)0Ht5xkfs*0Y;yel0fZMhnB(?Ep0o`ec0Z@bL1dE z=TU^4@+4B$b)ibr%c+gM_J$Yc!%$rIdqBUnr_~C@b~YQ(J$+`)F-rchCWNG$yUW!a z)I6$gT*cxwh6&Z$g`4it)E0M<9GT2oaO1mlxKie3s0(kaSeupJpJf4eIUEKo`vbCTH{l|jDIT4H0Du@p8p-Tv7W zA}-j&F+UXxSmo7;YTi-24{w&^oCV_H`z96vSvW=f`xJRUd|)nQ?Y_gX!>CHQBAP>? zf8s96UVaOcje7M@)OKU#Y#mWcguLU+vyrU@f`!v`fs1k(vive- zdrJr^nYZA}u^Zc#Gb^wX6^ccjVjgkPjngV>yCU{QP$!+fYo|<48^Z(7(irOd=72D( z49WWYIIF7GmB;enWoAC3iPD5qZEqZ*jC@s?e?z8f_l5uvxq zyy=wtS6EG$k7aRKq~3&(V@xoe@~=$Af!YVCW#-LB5giVHj)UxE8x4Z|zOS~hMd?jO zT9ySY8lEoYF8l7}8=ck|EYvp;K7>1WC#%-VEpK3}cYkR5wicWZ8n;4@w5~WFe015~ zFE_wGEo-E&e);NHYhPwY!Z4pU?4n`&5%Upr&K+%R-BEyNOGq#om;2RoAG;S`2Y&zt z#Ig=tF{J(1$dpSbSNq_%1vg(zFsQXhzb0?YAF>rZnP8XzF=img_AF+;%xpLZnUxvp zt2;-1DbQqqTHB@vHjjLvi3hyQ$m7~`-{r9kU)}dhk@e-WpLx!B3Sf-j9ogp>Ui&Jc zI~|&FCug;Xjb$q!b-xtf2vP6|`eoCp2MJTG?Mn3Q3Tlroo_HmPWBL2TJ<_cz7@$Qd zK0K+&hQFdYY)_H2UgW2jAj*NJn#18D_~}U13hu`%;&u=m|Mr<^Is^KD_aelzhHf2J!-9ln8Wikcr;RpIIb19-mRN^RYIPrfzE z3Punf=@uUC@=Txp{>9Qs$0Qdav@Mcice zd8tPiEY3MerLM4Y>wEA|`s;8A2?(5dpnV3ycUJSoL*pxvk^jO?s?x+#9-yzB;Jb;p zqJjm@Z~?s153n89{^y*f^>6UaoIh9Sda7x*H|1EF_^gX@_p^vxItl~h6p`|i`g-XD zvCd~-?f%tJjUhG_Pw8l$^OtfJw0^p8R0sM0Rh!ey z2ZujB?=&Yl-W7STM+h<}Z+C$We`Q}F$xqrqBwxL^*w==c{t%Hlt5)!=cai@|98q=DF65n z2W#N>o_QcNiSPm5y>p|Ps;}KOR=>3<0G+&kD!|n>t!%25QaexL1{wDYwX!zM)`zcM zW702x9oA63b)wU7)P(2jwx5U~M@epv2V6&aA4eq;?X041LV2ENu{9!+ z_k7=CT>($y$h(-_-1GmDB!?f%n>SO`5o8vDRt7`ui+tq&siumyI|C zw-B?-$XIVk^^=)S7UcBjivZmJ!0I_^YyY>~$(p)_ZxexUe8F=cuQ;kkl^63IVt(%k z45Qy1UXR5-=IU(z^;8#wz7vE3ANJ@fycE=yrVO-)(`yz!2`u$y)m#L1Kg-CSDxCj& zf49D6`hUH;_!Qyr32*HDSJ46I1<{0M`Hl%m*s+Hrkm0`ih_RgpK`9zm>YhlB<(4{e1nYA?5t1+ z?JdQXQJonOKBj*rMES4$Zhuni!5wsym<~&3Cs?~P87z;$VVJfH0lJ^QcYAh7!tnoH2KuXO1T zD%|i&EQ|vGb8jFw*IS_}?FjBRa*66>e88Ci=Px>B7bQ$%aOOoA0GMP=`u5zvgFScC ze(Vj`Wl*&LcDna?f->fZ!{kthr%H=zg2usj2a@wlM>x8-FldjoK?hc30qa(;ql1RN zxXyN)3Aym=u6i8Qjz6j9H$pycgamsEkV2-b=p&63SbqgzJ~_XMhUE;C%_-6K-Yi5lUk~6JX91sWfHa*zykb-7vtve%Kwbyw-SD@sb2BDv3rmLdCRuj%h zoYL$6(iBAc*|Sv7bFH0_yU!s%*dAjdrl&MZ`Vh##txUbYOmmBmj(#4p3Gr$*!a z7;fP9`#SeQ9FnFWzEOYuoggw7=LQX!6Or&HeowkK<7PfQogUs%VyR|X4Fs(5GQLWT zy@=?mY@lzxe9j81PG(Ainuwev|ug1-%01i>`Zm+oW?D#C{*akUg=9zKIn zVsfz#%?%Fr#aw=<2@2+543xY0e4x{Qy@N3#=<_D8Xa3hdR>0+(Ox{bAkNa8kA(0M# zSJcR{zP`)K$1E~`WFSABrVE=dO)6RJgw7#6ejigyBf7sAz<{=k?Dk7>7E!qshWS4% z51*hTA8KDTq<)%nl>mCny|sm+2lN(!Rn*iT8VDQF%pL|uPfGG zKz}ZoMih0HaZFtrbizZwAx26VX&F<=DPx%@oo2p;-nM9ynE~|FatBMLi3DBPo+fg1 zf1}>?4@a}lyQ~Jla-s(4n@N~{8cA71Pog`aX1-|>J|A`cJxp`G2;f(F%Yb{4!e`tr z#@JnocaK3I;6E_`K+(R~qxufc0PzYg-%NZnSamKz7VNpPIGxJ0+_Iais(59up}8a=ZxUuNGw(>Dc)dj^AE=BMEVYtNd8yj$KLEiuxjL@xXC7_W;} zl8BA-qzhG#%_wZu+g1)aRE_yXy|VTFsq?uiJk57x4wN_gB>JC)dWc^?<`z$7=D&CX zJ_AQc82ybEgZJ!&=(XtC5H@b_Q`z~DVi-2U!y`N-UR=2j zv&~ZeXLPgsJyk6j-x!^PQZ-zT+q1pph$!N z#k=ytSDX;}YvPfYYxE6FZ2i)!T#F;+B2_POut>v5>57lqeo0hDJ}jJ)ljcO0-wiuy zi^{8dzHt{5D{_{_OYqaxSh+cRIJ^Bh(?mDpWZ-u`zVlI%dT>}Qd=mn=0NtNvlg#1y z$sAEGn`XQ7#F!ejae3pC8wz00NN5(g!uFlrQz887pt9ETTgqJ(Yl{2hi*`Fz4~EYq zvMqXZf7iNBlyK`NDQDC;)uQ7qRZ> z8et;T(5{H&8x2y}^Kca)QcSa?ETvoQ&sVEg@hY5G=MY~s{jcM^o%?5jMxOzh4wMzo z#2U}ZQcuUV!lj^sKSJ;mYc{^UuDS!&%Lqs-qOBUl`$(}!LsY^`{&#aVulQ(T8se&< z@`vh*1VtHm|91;jMWxc<-xs#a4k~-A1tRI4XMy8sc!w-YSdQl3)XqRmog}q6>eMYmd-><_=8|%Rg=hss*h}** zze_l2f!moZgy1cwo!kG(#JFdokzJwph3%iVirre}EvO~%0vH@d#5kF4&eqW{LJOb( zmz|;IwHc5HGYb>_@iqW%-=GZ?WlPiWN%QUEu@}4aO;GhFnNgJll&I_$P!*N<8N(CH z?>xEe_ryU}g7=HKZ|2PE6$FR4OhgWcgtg4bcEi#FWtMrWMmEvV`ZRPJIZ)rCEfzd6i&` z+#^SavZ{o942NOIhn()qiq6K`GHApTJ6cGt61P1iUbCtvQ!pnLy!If!y-dHbitxN5 zG5}cRZ#Iu=!&SlJ?`&&XyBURAgpY?2AIt(SsExBy?}e6V(aPV9k!#kc ztilAw9j)Y#lsQSC>xaD?9gtoBWB%mZBkjIjY5DfB?z0}Ha;79WIDLyK9Y`O^!&t%B zRGlk6gyFhtbfJ-~BHj1IgL=}Nk`rQB^BlzwFBYfN>fI0p?Vba5{1hx5p(+G-fV_1Yy^WDeL+nh#gP8M|3K&e!Lbp6F2Vhg{*K7w6qzA!qEdkD#>kswHO0Qst@zRfN{QW<++F^Lnt7e?^tM z)E+?sGEzqDGdtx=2v2|GWqkN#-eR9VqmHQnf5w{0Uu}V8^IWbvdIMN2y_J_h&{$MSXYP4|I@K3J!LSgX^Zw_fgv+5bK1UVY_h) zG`E5|KVwHDwI?0((=vav2Ijvx=VZuzkjC$>Zo?WrifPI&VI-=RKUJfebZ42%C#t0l zPrp4G`nz&n>8Tc`y*cC-sO^*84zQ&whh2$Xp3}w0vH2^wVbpg2wPbftz=hCi=*%kx z?SrLnz6>sz8o`ZTt#B1?+fl*Im&ygop1=-c zq;X6cX>}yxPcxDrWe(Ww*}UpY(+sFEa)3#BWk@uib+9q20WU&N+IUaKV3TejNC%8o z4olJ!`yHryZh7pI?ig!JTj&N%ODnb40-W`9r(mM9|1PS5!e;A>3SO0WS?$KXmq3#^ z81GCiL^s;96$?+-bP&-{-?muq5j#|G0mIOEb5Bj<@o7jph{>*cv*QT#wk;XfQlMQ! zjsK5`gV@QLl|36Yj+FlQ+Hr&FhVmpC273_sBfsN+;g@xV-s?7QZzt@$K1}ERqAZQJk25J9x78NJS9E2U;sNl&QFh4cAY7w4z6S}~zqiGVu|7Vo=((A$EhF)S_XS|utQ!yQ{vDp~Ei=msQzsck9ya2;`)TH9dGpVn5kJS- zlqg;`Ey;2zg}39(5HClEWnzI;&D)!i9+W$!RY$I@lKS=+Kb)yuaOAF&Loj4`DD%!o1 zn1(ReOLi#TiBXrq@MOlZI9zrU{gH%G)=k&BYQSypY{uiEfP5>{MQ-cpn;~amAN_9| zwL(5M_`+1dxB?dhwil%WLdQ( zvUJ>LFYRR=x%WRsDcpv$%+o)h$-|9kjvdOB9ov6dSDZA4=}tUMY+IGyWa1kgIFBse z&Az}~+2{V~)gefASIm6DwR;P9`n#;nd1QjGf~Lw`6WxMGo0je{_&4Coy7vqwAys4i zM~f3p1>0Wsv=bWB4}7*>B+IIb*WjQ~A@K&?sVEK@4PM42fOif)6kq?5O#p5W5ACG4 z#>Qk$SM}7l-|uq!ND0~}DvNf-%@dL6l+o>V(p;wO!_dw*PJQaJORK)(j8LY;+yyly$6_YfbK1D;azUJE zitHpYCgrh3C)~U0o54U*26jSd4b|#fqO{9-AoUyjkjp0ZsF_*4+oQLI@l|)d%I&BG zKHI==QXGoGHHmLoI|K?Ar;wFp0E)h6<8P5 zC6-tvmzg{RH#t|I0VHzdrsBP3;$%j_+slE#aLVmObr+ zjHThpu{iWnIU-3z*Z1?Uh=6v!4XXZZFLPxt;dh?Twh8AtiJzuCL9ZTdT=oyU(7pXE z+?Vg~B5E`897I&KphRk)U=lcK$E15DrA_vg1V8uqphGRR$L2wtbalQ+ke)R^fTpnq zQ9O`Vv{LoqAi5xKGJ4&yL%lK^=LA+Dl}r+N1Csk@@n-6m_^n*kjNgmaZYldJ$}pGy zYh_nCBHgT@yOyD5A8;sF>=U2j`;$vLk3$yXG$8B67>ZczW-q~XaG;w=A_v$ikK7h4 z*srUFj?$q6uM<@Mv37?5%LMC5|B!VbUW081ZYKD!z~C`=n`9JD{gWVE*Ag9)x-)@MycWL37l_qA z?Q9O=MRqrDbXq&h*Atm>rYnJnu4M)UwY)0q!X%i(mlIk_!Na0HPREfP_Pd9>Em8J|CP{&VRG>Z+=yW4|CY=C%#WX zK}lxo2J?gTo&C4_`-GS9gtAA~n z7-1dL&Gmnjt9WFjZun~c>zIS7H+XDkn1@_h8<0i{XPg&hL`wv&a}lE)x}Jg`OF1XK z@`=`NPt5U=n6psBU264n&>aK=($@GtjOCqlfDfmd86!t-9C!-H$&&XN>*lju_zMm@ z*P>;@1J2ZL1KpjNG@?fn!f19X>;0=>tRr2(VhV3rAtjmi*nS4(76f;@K7>E$xTihQE;}Y|{K{HP z7?K<#;zxOiZ_n3O1J2KqUW)5np2H68Q14f(H`R{wum+?`%oL%1Cx|>w*wgmC7%?79 zS2=d722lYm8{3DrxlSi?;A3%D3Y)g|pAhbX(X^9x385aKYI)F);kAcQn&Q!q&1d|W zhPgh#wrXaU%|5kLN9DaZZ|hoAWs2^ohFx2EOM>#ES^oMCCC!L(4TNzJ>*=d6+W&Fc zH=yEI%uVfQ5nWaA4Ax_;c-poTr~s+Jyr#6=3g zvH&I_?rEmynao@I?Sjn*`%3`TURR|yPihBrJC3)?rCwwSkk87oxli2x@f~XopMk;Y z|2w7hG6~P7&tM*=sY}1x^O4^tPHWbgo(9&7_bY<=%i2CL>D`%&Qc@S{9i>w*T^_n( zA8GlzAWVzxCc(Wfk-Ine3d={92Y1Z1FPzu+0!e?lc?IAvY27gzcE=cz-MQ1|+5|IM z;zW{Nay8OleY#Ls-3RJ2<+4n@^g{^KjVJ3%UrcDt*a+GoyGVaRs6Lp#lwBnWy{vQl z=|`wJ!XBP%9OO@bejxq33%GhXWh9Q}JaEs!xwKAx;BZN7VA!0Ox($|I4Px*JeopYg z-Wg248S3<)h|=JC!wi~Xi%`=2^iGd$q1rMtzKuPtyO8_m6$1iG166V!cBM2c3aN_qR-*4%$-=J>?(hDRuUh8($I1c$ZVJC?tQQ!IT9&94g zqQ`^RT12GpP53YmR{B#tTs+W!{CtOAaJ{G6t^KainGo?8u$ykF(VodzfU zz+}G{;RuqT=r3SB#*#TnuvPAxqkdEJ&0OL|As)4}EC3?cen)ID-x=Z(lqP_3U)hkf z(-jky+(gq{xxpI$lOjjnwR+v)U`Kie>HHB);kEZ`F!UNdTbfOJ6s99Ce!5ViFQ@Bd z)pQmd4UEukv8^r(*F09g;Sekaz6&~3ve-|B`*2YXSyw4@a6 z_NI`|E7Y@kK4%-9qrli?JUJcU`yPN$v`}@I1FeVKwK;72prKr$xXb(p?b`y^oO{{n zj{NiI)oFbSLVm3_@oJMU2}mY-)CZ+8;0@oWr>3p_Mq>e{Gcnz%TzZNfG7xHa^Pzjw zH*m-MX;-QKAsJs0uZ7ks{*y|gxYbJ(GLZxRT_-ay8O3FuqUGP2o5$ONe5bdU%)d#D zIk1DPK^0=~yGd3HLRS3BpmqF`i9=+D`aGSe8%$PeC+i~aa%1PtzWulHn8Z*~YaC;7 z;xFV8J5+qoHm}3Z_EKM!*`$n?sAa54SXM5V&r4)8AKCX@>zJe$L6)<#xGA)*4_VF_7kpmhh&-fYsS@~X ze!!17BGyt>+8%xxtgiAQP92o13j%kZ{EbJ?kKD4Y^h0y}O5Kei9+ zglf09Ryi6&yL$2JNfKi@IoruHglU9=fAV)ErMAV{t|d!vKGJiBy%RIAg^fLiOlo%r zsuKMtqnH(TBw31)C=CBB=rp>86)~Kqkioh-;JE^Ky;KLpgC@9Xte!Sm1Ju2>cIFLX z2uArD?h`-VWx`~cPr`ILi4OuIkHXl|c!erHL)ud0NIbZ4TS>0kVY4f5Hl!r0`=$!V zb7@!NmzJgI2)gJd1=heLxSeiJ8tR}M&WuG{E!-1&dRocOPqr}Jh?58xF$W6*cXA|5 zy9RWK!j{3N<&$HrrDu&GwzFV+@+GkE7Z@c~V>BrfzjSpo!>l1jA{Xim$jFT9Fola6gIAvCHBqh67-;N-niA_WT}&yro%n@_qxIB-11{ zu0VtTODZ0{(&EypG}{Li^`pGvddYRAm8oLFJr4iA#*aTCs)nMLr>;e)DCV^R`ui?` z`dSZhQRGMXUhupV>wNn+p~Oa^*#@^n_4{zAIW1c(M<(6ccuDa3$k+-jwoO8(fbA*B87rMBGj|=yI4DJ;z9S zpLJk|oK&n}#-B~S%2*by|0ON$_93fJ7cE^n%o*(lO$6cE@7&rYrlSdmFN^T~9AM&k zH2HM{@cP()P$7HAVeRl`ankR&oTsF*iiY)b;}OpC@#Jp_!3M`a(lON{>EOKBl&LHA z6kEK2Ii4wxI$C;7;Vje(Thsc=RZp-3jWDKYG9&A{F){D>bl~UZt@c6;Nl!H%jlDB7 z#pM8nO_ZF-epT?F7FBM^u`nZNW_UcFnf!>S^xEy7_Y(Mf>beDulsEbPD@wxuEL$v= zE%l@Gy}P`3FGv}^l};wyx>#DuYaIFQrMvYb;l7cdHUE43;_k@Vv$t*}|Bn1rS{{AF zFbI8P~Jx${5Qt+XRhULRR1bKmw*z`H0!2tLEx9|QkOy}g!wB}{I8o^+YWEMlp`UA zBdG3ak0i*326SMuNc))8Yk+QVtuLh=S$cVw&qP>C(;cJtG;7ol7^i1b#? zAFI2YVYq!0Jz+<4FAvM;uP z-{*Z}2jet|rtn|?{a)$DrKqbt_QJ4P=lqk*=5i@TrFqLF;K zFU%@)r%F)~;Z~=pY%>=&*x*ts)E!_FQK`l)%o(2UPffv-H}kdMviM6>`Ri!>^ifK- z2ic+hPc-CGKgUIbRt?cOwXa8}YMq1Mj{Yu}E9ugMSGy-S`zFgf)m%jXbl~nZ;yPea zmud*AP~RJr%La#?h7<8yIPv98sK0*oD`j!!3M5QNpO;B_%*RRRvedq74l<1}Lh7tN zL9MaOYtEG(af{izrHTI$GyN7ka>YM7P0+>;Wh(UPGBoeOZQ_n&j_>n|23;x(?3h%x z9c_v8MTHY^N|Gh^8{L{yL9H!AT()7N-Hita_J066BlUt}or36O=!kwSDFkT!CPLwDN+ z-a5Jb0+?)~SlN~v-oTY;%9&Xu!PPFfLi3f|1r60OkolqZbd9oD&FM-^)7#5_9l;Z5 zDAEwUQgBpVPM2GM_=4qY`xqlkd@9-#VMgBl_j0D^Vs<=Go8ZpbG%Tp&B&+dbv43V# zh~X$|SK)9xEQQ<)IvmYxp)F};H4HNBTol|!QTv{5U4}KkELwLX2P}sz1a#m1c(#9OdFTO4^LBAMo+Ma+F>G-rB2+QtwAK(lj_`YUELSEze%v2~< z6huIM^~~|5!Q_Ni1jTUotCfb~gXvFSzjc@p*q#$0 zZoe*KGrVN)uPz3ct3 zH7T`K-VL0@%m`w(eOVe@Sq*5LU3iEi8sQu35xFbuhK|Ju?aXCv3r_=h>cTp&I81C&9f5&)YeF9g4sI} z)3cAHjkH5*_@*dg$TUNP-EPyO3;$j}i>Lw|29(94$w{Y+K-8?^8|Mtlb*3$FjA7BK9wg2+oi=m+1vu3L*1=xaA7uN!EeBjS^_Ug< z!<9@XxlLk*Rg^^PbOX*Nux~+uf#p*Eo5iP#H|hF86vzZiBX zQgrT^E69JSUk8)!@H$5=XPEd>ygUf4(K)<4tTrKnN^AFquyY;$anu~)nM;TdA3ia!~6~e?1Al#)rHyXR<(*Mz)BJ^}ii(Ypz$giGMzOgsD-H1khnhz-hV%mNS zmB(r1UMwl)UvMHrB7n^l&6Pt}ZKMI~ais9`DB*x19!o8S?9aQ=HyU=jYJ? zE%n3CWDYeeis4YS?zn?yB2+u7P*D8U;f1u7*J8$owiOQQWE*u+?`(L27bZklcCRf< z*cMGLcOd;?YP$bI{S8u%{Jb}%{L3X?dUxF>H5QaN&Nt#`VaL}}Ht(XVaK01;de_%a z&vH>DWfDeaN13~czy=<$OMUO#)MyxyOD2W8q>^4hH&x>^l?)GO>Prjp$Gds`KPz5X zoKg(cvTFlJG$KR|jZVv7zM8zyk_Jr$+8zo!42He#Am6&Z;jIY|BX$4uUo_D!lQ`XP zM&R~WKrdNb+cW>Qb@!BqN;Ogfp1+u=B`=6^9S&~^sZrHbe|h|SX*Q!5WLiJ@4jg%X zKDXFc6_P)f9fPau)o9S2XuDZ;wo%3+lK0@M;9{pNl51A+%d17mD|3XS-0cJu1@@|W z9WZ+cl%S-D(MEvc*)i)wj&G_YsHMrJio1ycsJghnapQaCk_mU&a-aGaYzWn^8%XMX zSF|Y-BBk8X|Asr=PuZtP_@_iGKfRRysY_Dv%zu%7eDFtgMn#qX>7UDWs#flOc;9sM zAW}k(04qopFA`x0T{Yr1GWz|5O+5qzX3Brd|3{)9goiNr7dXQUbk1Li!*ms zK5P52`JYNu;Sd^Zn{Y=2KYz$s<~x{bSRoxNP2V_cE*G{aB{3zqw;K%ETG@`C!c=x% zdfw7^HAw-{wj(LjfAAuF5j=3V-}MDA%6WxN7j&mfn8%?rkPy`h`n_t!)gWUeF8knjRLwIJNtg)#&4>3k*RLAj>3qJOGca6f3kI>Id|>`>b9 z#C|;WU&!uaI5qK2k5cwEnb+f1hkph7Ub>K#{ZlvTy25H-Gq;!3-_*Q&?jL|&zuNlx zrKos9d}oNEEXdG$S4~dY5II}(CZRqXY@aPLXOrPrmsDS+OX)D&@9aJHNh!~l7jV<7 z@KsUq>PsPDx!+v~Tj@LYZ=!_${ptYj^>|ggnBKB#gS;8GzydHq=`rg3K&qTAf3>JNJ~^iq*no@7wLo!(gUb;kfNyc zA{{~z2+~0bC=g1dNC_cohCJEO343g({J=~qOydY_?VxEru|as|dPfPRYTrAe>R<+# zKpA>xd5!&64jN}>^0Cbr=l^vcfO5!>5?1P1-Af^oJu5*c`7N|8h1qJI+=-_Z^@II@ zqZsa>B*V4w2+10&>BYn=%E_GPw(=ThC$Qh|55x7V(^ythb{@LF-RC>()t3yC`}y9D z{Pah)V(x9Rjw2q(N}gc3J;3=6mpFM_rn&)%A)Oqz9q0Rp>O5KRG+KlFywCqj#R+`a z;+jnt*n>bOjSXJv%n&8}jmKJ(0olottw~|! z9A2jlph4Pt1Sg<^pL7O&WN?e-ToX$Ec3(>Nus`&cdur95xr8Y3PVX*ra zAMXG@EL6cw7a**M&z0ZP+qL77Z5Z#HNg1vT3rsna2Ct;o?+#sda5KMlr+P>d(au$Q ze83iBV{aw(efahsQ~hpTSj%$ZE_d>}7BG8qRiU!ZoZK~rd`8|4Bukn2SfSQ0ncCn9 zMPnqc)%VqIp`T_NZR}LTbzPHdXZ-y<=9Ov_76?A$`-X@iDSY5`qZ^8eIGo#wdtJTs zKD!!JFSpF1dY2Bh47JNcLKXyp+(4xaqA_}n9E1*|*$sFztTQ(I{pG3dw4~DL!ny|~ zF*f8wMPY)@R=C%o*lbegq#Al7ZtI$SoiaG+jcc6~9y`aAT|iv%K;=>&X;!zp;0oI} zxeQ(F4~vrB`}~qy<6)salAHcjCAsmObA@z`tqfbeJiJQE=9z16h#G!rir$bpM&4bR zfP3LX0mt;G(w(ufHcQxN1d^CIF$RV`6!UIk=$)&7VPXF}hcz=TWxRevwIOgU;8bn$ zGdc;pBfN8bn#|t9=v|QOMu%*1E&^K%s;;bY1ASO3L1@~j;pe=-&^1;2VKn}vl{l^f z01}fzb#8_<4e?H*9(FiEq?p_(n4mz18bOSOObrAWf_RRUxD-mQu`2;Z&&+2BPwW9p z#$@`AKw`(H|MMNomt!;787F5ZsKpv*t3}(N1w#Fc;Sj{g(P!z&CL%KWbXC@o9|W}y zEKDtQky#_iAGGXPp;8H?u$^RHr;FG&8^yAh$IA8>;*vI039G8ItE$9xEhfVv|MqHY z&#!0ERbDCgk#m~Zn@aPApuIDdoP4?NG&6bC+BTTT8tQU58 zR(E;_OZXkSHGqCjo_M?8R)L+%^tacgPg6sfzE=>7-M{b4V~`;`an_D7mVJ*Mzv9X~ z2_|1dPgVPe21C(4*9MM`)rg~N=-=39c;-v%it~)}avMRPnE)qsLlT>93;x{pQ(v;< zh^*8^+NkxR51mg!3l)DK4F`i(6$)H@EO*Qg3OWZmEx6_<2INjkJx=lx-%8uwN)wS@ zOKXFu&YpPqBYLhL@$-$%u))%+cWMJ4*^ZXfy4LMJ?RR4j_S!G_{LP{tmyMMft%I3_eqdQ~s7R72lSZvON%(-6#5V?<@SU0^*haTp zvY{H~rM%`SlceovPR)a^D0l&U5*l)uKD8s5@1Eltk*w^^#dmk5HtZ~Qr&(_AEp7nh zm)1h4zqn+4a@D1j<@hlQ%Z?aLiW=2cBA=&UVU4)oyqWAVeI>x;WkaXg^#}AER59w5 zOS{YE%hdO!$c7gXcS~P+Wj^^{1Nn6+XTGjzw6%(XZJT$$IcE(-Z0UgeqmLGv&LlQl ze!6BzZ+2XM8hg&v;tAa7-lKChCCxt_Y0{YjhubDM9kt$b*;$)?hlI*Cx8ehLi?I(bs?rUent?uJ&gV!YLNy2Vvf%=Sb`pe z?WKdWw|$1%IWXRPW7wi2%i!)~s_Ltxp!P}|{;y<=6 z%&{?Dhq2-J3Ku01V0*ewbPns)ART;6v(HM%iq}ZlWf2<22u+(XR!=3!!|hMd&=+Wh z75QeNYloj_rCVS4QE9-cX1WDug|XYi6_IndzW%}c#D_c30E}+*FerLeu;)OK#v1Oy zrJShzk9A&;hyTofu;{yr=-a+${N+SF91;+niB4==PPk3}B(KO<_T9DSDREtw7<4F} zhGH+(Ooqso+&X;d?Es%5jUo+|`Cj2Fc=f;W7)~59t8FapE zQT4^oDds~2*YZ+fhXj)0#a8;4sUP(uX_FZ zEm$dWB9x%=q;rFy-^QRrYimn<=Gt^-`G_)st&>zghFb5l~Tngb!$bGR_a z7m7zpVZ#gYc|nZ5jN1KY7=tIk|DrI|@5SeUi9Xr8yaNcZDW+R@y*u>vEK^lVP}XQ_*4#gtl^^ zwo_H@vJI4m>}SqM*rIfqpVJc!^6{eANb$dn5W$KRgdWGvFccs?(OFy>BfY<*|pP2(ZRhKy*9{kOyU=oTH1*vS= zvTV|ZyI3FnwDfZm5zn?5HCEb|A0Yi%5cbxw?(j5E`Q>%;+I_KPgl((E@JhfRr~B)% zBh$;$N=rXydbiSlo%ozy$KUHJ<2|uSPWEpgl;aR zUiGw2XkTd`?(^6b_0B0l>l-`!QlfX8p?IaLI&)vn|AJyy9RU~ry^2#v!M-NZpV%o7 zmus7^z|Di{v97ESOq@p(Ou9X_RYmY3Db}y4YX6*fObz1)4 z0Qnc%IjF!<=g@c6D0vRAnpnOx4m&PgOhIEGPN5K|`@xeBCl^*``WR-NR|wJQ>^kKs z4`Gks^krv9lajntdXfILZu$15ODDDKFn)E`E_Yjoy}z|w6V2!UJh7A*1h!ZZKX&3- zOLC@S62ousn1{ByRrp0_TM{w+P!ZdyeAwd(zkKkOU-w<(IuIL-xnm!u`1)oITbNuT zPB#i83k>HaLpSt~%)Ea6TJZB43tsT?%KbI>fufV~v=f&;=`-d|EBp0(l;&ihSMk{y zQLBBUbL%?tf1Y-`TQ2SOyg}v!{LKTRFuYQeC6-P;#U?4P3l<^TS5;k`r^f+AHzcyyPQE(tKhlQ^jZ#^M=a zRhfut|BlUlb}mN0mzs;tB;yjX*5mlvub&F;*$I}~g^#Hy{kVCb)~+n#xTeD>mvNYa z!c6BQW(avfB>;Z#A0J==XUg9F@);Nwl(AVPzXgNn^txK^XfEBNRfN(9&2L(v@L*6` z806RNy9$p!b;Yz$5qQbjwntd7Br=w)& zu||-p8Qs$1Az_^rXTikfv$ZslW3za$wqmVDI-FC`;?<-N!RJaz`a=YC>$mJ>?tMj5 zp)!ZZ7gslg7|)$nJ)yU_Pd`p47wSHCvW;KY6t6%pd(C5k1wy0;Gn{N|nquLgzKjpLP zuJSZbH4ZiZH_ZGqRGuN1Ujc3x<#PRTmB?tQ1cG=0R+g_`-vbE`a8k4RjMTnrPr0Lv z_;4ygGwM%M3|KHK#fK>-tRrVJxBFr88zqsPp>uJ0lZQ&xc*_MB*uQ#`>n7EjrN&N= zgZ)VBfA-S99P0mmS!}-XfVO4jTXu2z|Nn2=)!#9CuhH_ju>DV4{eOKL;EcG1600>wn%`qop#2D@)Ei&G?7B{MVrW@9**7_Y|t=A8YKu6=e*kdMJsFHW63O$kk`9 zq_wcqwLZ1uUP|mqO%=Gd`OC0_K=fae4=oyfxoNgOfkK@8LhRR`;s9s0Q=SydX-Ylp#2$4HunoP$ zf5uW6$YKutJ@oA8%*eWO+r~cSQKzW(T97D(y$NawoF;!c`-{hsDW^vW%8U=L7(lfx z?6+1~ZJMFX+6RK$2NcVONXM5!l*&g$V#pYA3q+3&uYOc{S;3VCdE<S+ zUI-NvE>YnEh=LF$I^h-x?*~7SazcU*^RU6aJPS3O+c6*N!6R|ks{eB`_1>dQm$-QM zP4nH`3TJJIqqe?{sWPsx1E;V?(h8+P1q$S7C@H!x9~-jPC+_Z*$e#tcBdY8_hReJd z_P38nKdeuF^xd{T{Kj9pfG;3gytAyyX~{+bPL}`@R%c`sF&MNx1#GoqG(5|* z$^fW#@{j5r{Mk(E$xI&w^@)80p>qTK_qslG-O!bPY8ATwBk}L>VI_5Ap@*-brgML3 zMW1GT>|djGcb@(b5QM$IB*yNJnvV>P6<*jtZkm69PntyC401^GsONdMX2gf zhDCF(kTN6u0Nt&}Z=2fRbDb0VLK!A=f3<-i53R8lch`GzmvCAnuH(xwU2Su}B|<|w zzj?XZPri|S6B$2tw-Le$jNu788f7{NOh)0tEU=(LfUy=6Sr~qpYz5L^p>vd2|7LL~ z&Z5m#V&})GBdA-cq3F%lRrvrOLEmD|x7{+b%{SdJF)%j{ql>H9Ne1uu>VB_EklT&x zsQ`iopn=rIa@=*=bc3%Tf8==lwPGwwf~V-~lEDw^zB!4S8FqJ-Tx;;er$Q>`W|0$K zuz}!!V@jtR6D4Puaoqg#`&Isyb31-bo6>z=1-%a^m(lgsjfn9*(MLMG0 zFGG)@DVX=px7*bg$KR@tzxA{UMGGvQ5)o(r5a;fScZSz@GGQB;R}lN=h#ygm=dn(( zRVRr~QX(RtC;;f3OXu#RLcnu{;kXjH5Tw47ePGxgFce%~ie3vDT@%~!M;wWRmIXnS z?R$LiCYJIZGm;h6O?#b6eeDJ?N-65U!|gYB$IfXF3kL5Q2i->*=u zu~M;}%3V7-@HjijPS$};{R+Wnh8HRPgRxPhSUG_%<7MLrnr*;=EnqrPJ{`4H+>;Pk zpPHb~n9q1yP9)?zIQ0AS*Le00fxy==;he+9glm7-BW)HUR7EC}GYo^n!qAw-DN&p3 zL>ErH#TtRmdemarl9J*Z;Ki4k{49yXjWgMH#7SE@%;cd#+Qt0iZ@F`rn~AB1S*fNW zq_{BBGBqVLL)AoR0#n!-F%11|*SI>!SW+jKnmn;{M%lfpg>hS_&xa7g{t_hIVBzs# zsLD#A;SjIz4zBAM2?st*g02Y2IP1{y%HAmnpiCHaI|W1F>#3*l`miM~SkZuJf{%RL z?8ud6-dvVG#UBd~x84^zB=AnXtQ(%LZ^CS8fiPOF2EQ(*-M}|1hNsk8l55=Iz2*yh zZ$npTTFMWYX=a$@2F-5nbpH8V-U^zUWjPsVu?*?v3eiZdo&8k*g*)cIN!UM%LRTB} zUr%-CAe}Yrs447M{`2nE(zLI2HmHpn$>Sc$E!s~d26?W^&jv4?&w8icJ;IT{ zD|o%TU%}F%l7g}+S0YFk*y@k3VW&M~uIRdNHbj?W%J&c5{o8&mGy6Ad5igD2eGg%s z`N*yoU3lHJ0=_3~y(b)shu_0_xiX3*yf_x*Nops_ul9hK)#h<2{#&5pVh%OwK{Gt$ zx<24^%u#7ysKxD+(JZ}@(U0VlbqW2CNA+m7t9R?E%N{zL7UPoc<&dBieUo zg$K2U2XpPYaNgM6;j9kOUgNtsP9G+DT*BV+q!!HDyU&=pdPecN8}t5s)rVJyR;AC9 zB!apPyzU_qmOz3`q*P`f0WCI?D00F)=ueQ!ZU^v*NbzmWTQ^_Obq7P%ypEM=4alpa z0tg%rVghGhFVVJD*B6QnMq7PUNofGwHN-GjITY-`d18jSI@YyMbcHd)pTwcJ23I&X zJgppF@sImUODn$2G3%aMHPqgCfmJ^Tab@Um$R%}5-}QbWUZ3{nOuxEZz~qt9f3Ur- z)4%*mYc*d$=Z5+@G2P$3sQSW_t<$jXM7}x5D?U^tFIhN9NLq+;#9HW@P@iz%u%R7t zj>d5;Xu6(^hLmULc1_O-Wzta02^#!!DoEg_Zj-)-#Q7r2NVaQZfula;taSPWFRIs+ zIa{Z0LX7ERy{?YV2zmR}x96Z`EYuykKE6-6$13!ZZ!7r?|2N!#G7FlL@^#G<_@GYFqOwv`*jVZ?t>6UVn1X>qJY=rz!YvBvwT z5q&xytVtI_{wP=?(dl!3P*=e-eOCR5K}QjMrijVbqx+96yr~kcze2swZ13ti5bg_= z=oT?aTJ1)15lU+ZDr#p7$)5^?bRfgMp-V*>G70HBZ)!}s>bmu7^_KLC#L9jkXC-2a zZ7#UT25p?7VB4rG&@l4UQPwVOT?_E@S-%3t`22VUWrikFZ5;igh7EVUI-Hy{n5qMW0b9 z7S=zf@8*s_RsN~tPTP1R3+jSeD;;7@6&sjHG2%k()sPK}`&g!kh)`5XXx5PJ)YTT? zfCE@Xq#*R~TD&kt^9lbRJkEDmML4EiTMeJ0Lx#|ieC3Smel2VJ75!AcOh4`VMpOC7 z-BKWTOHZz}md_Y|`_o@q_ivv_(dIrz&avWBqQrG=!9|g;9iqZfC3z_>8WQ95?}Qd< zY^ln(8X<6Db#@!YF9(063~WI=s$=Kn2Z6PRH*;uW2h2cA4AAum1o(*_?EWy$h>3qA z@}6gK9SrWHKaKd32gtw(RNNqO0udqYg!b;~;gWGVT zu(`HWfvtMawOG-eW=WsbOx+jCrf)UJKKT{Th+YATs9ehrE3J;o>$>)Q?%*tN z?&sL?@R%>)Qsp{Q@LT>ho?L7PlF9m!ZAysfYG5%98uynS2G^l8goV!haohv7dtuGo z15*IlpEB5IwJVTr>=H{@Kv?v`XQMZm`3}Z+qNjWDs<`f(^?AN4W22!zhmFME1>73k zIg_gv&HK6Ds6SO0-C-nqZ2MF(|LfVoQG9}zbM91{^qdDM!P}0FR#a)5rUYm!a$i)U zU<{fc9zO%i%kQioW&gRp*<$*;y3vF%v~!knV74lZ z;rNf*5zP)mopR?pjJzZ3|1!!Q2K+NxMGXY_>InvV>Hy{CZ4jUXcE5ADB(_AJEj*ds zM}7S;jIgRS60stfiA&Z;~Dt|8L;^tbg+r~+TvgJ>|sU}LRj zTZ!AxJH6xWy?%Mx8?=f%HLJ8OUJ{}KIGjr7luF*$CAFZ}#W&KHGc^ZiITFS(G-d4G zsbR+}Z62RRc3**2?7a3cgI2@WHW)_}3L!*zSf7fo;zLKREOx&H(_F%jYnwEmBBL`X z$qyZTu@WOe+xK__{Uh_NNb@qZ7O7+llO&!2hAWIg3ErOm#czg1-YSS^CBIw=T_c~R z+0#lZc^CjAQ;GwJ-59-H4LLE>B@i{Y^g4zq-7yZ#aU=FaB=2EdZE>R^Jz;d^Ww|B$ z`2+ZwOUVWEKOWF%+-L9;EB0z~>3^jjRPZ8chDjL%z|n_Ja2Z_ zd=>zXH}RM*hBeZ*aCPp+sCxY-8a;w%@T%krjj$$YT{5QU<)IO}KLgZ#oI03hG5h+l zqTaHwkWiRVzzKr#+;~{>OAh+`4HK$+l~OBBA1j=|57lR%!4kyNQ6?5%+G>XOTCAZe z73|FE1V%$x`Opl6R)MymLVa<E+{w+K!rp>Le^i~cj(%ps3>4K+r|J!m61p2ujD(R($$C#e+S zfVlB~;Ma3Vt*(xB2(HfwW>ghcyP|gdq>RxBzLLAJD%Z3@t4J$XHnf@yQ>rY!T(+BN z&G;NrA!4Dp6bsI!Jg02^UMdFx2@FLa(3BiaU{A-3?`M^{ljb$9dITpt2n+ad|DzhM zEsr&ar){Nm0I%P5R2~WM8S^EQI#4x1t^jW2TNybQ^nK&zd@X|vtzu(B{`Db6@s0{E zzXZdYX`C|d@Pd4Ecb&c@Y0QSUj03a&g3)`cUn!3g+Qk_DZ{Yo_9i%A!V~iJ)X%&^J zjo=wH6evDOt@wH;o?1ClxJt zuAJd6jZg{x=p&>TA>%V<804kZv9c|{!#>^AX;*DO*T!a zW9lBG!BB$IVI?1JUZ@yS^gyIk^i`HVBwyirQJ6zhpcFRJwC^C zG|oa?}mSe-Z#b;DI7_A36I`Nh)7= z8faK_%`Da9#H2j%boq$qKVN3XxgvC+A~)pmQ>Z(D_on1^=>oXV4UI?3SDKppyacM9 zMQBE^o$tGeIKPT%LbI#@M3R(8e6#v8EE&caDuAjRx~g7P3f_alnY?BiDd?{ryRXzc zqnBSVcfG9g$#;QQd9L}lQ0zO9xFL@*a5UABD1$VLBR9YrVu<>3PsYqmD`M+E%efQ( z;FE$m+k$k;ZmyTT75ta4CiBU2wgX0Jf-K~f!W&2N2cC9kZeRC4wz)BxZlHo0y%n!F zQQlA*)~c%W+BG|43KQa=s{OtU@*41_;1(wEdm&h?m=*+Kh8<>x1xmv8zhi&eY;*GM z9Rk0qEQBTD?*8n9bgBF5SclAkA$m_vjLM(qMjFf`k)C7o^0A!*{koYoX%5nF2bQu* zq}P(Eu}YFY-wQjFi#GHDQeMfhkr8*htY7g=PH30@aj>6$kMT125x}pU(c5oYjZnn0 zt-O%D@x_gOT-QQR=iN|%m7kUV;u7HEa4+v}mcf0!?6J?aIT$4zQ(>hGXfTAudF zgm!U0sS#jGNRyJ2n4_s6<3P}c7PS7OA(i1DCx^T`Qg?w2Y{yUI3Sq<4s=hrd4zj)z z08+MKD`AaQV^tTjoA2HoX|*T=3zjwF=evM@NeM|5%ZZadQSgcv5$}cY@pVlodnLx$-xfuELQ5ha95H+=09wterlX7B5FuQeauxZ zzV`s+q~UCNr4gQ!&iV`QSaqr>5e%^xd{JT$kqTD_pwkUtWnIh~(m1P}gE zZuJAoZW_#~JAVIfF{d-@n6P#8{S^7#(EW1jd1#f$w^|^hHw0PBzN%fdq|cxK?Ha)J z(^D#~c4_~s8C*~AL68Y&8AC1Z(Q*xoX~9cz5{1u>D{P$=a&;WN^#vA3sz{)l12{vA;@hrxE6c% zihS^#VxWLIv3WqX^=v)uQ>|N@4b*9nCf`Rhh2mH9;khf+)GA?px2-0AFPJ@tIOx}Y z6O`CEy`|z;PyN#&hVi?3%86vKk)3bY*jN45mf|JRrEr&t+ zAd-bEF!vq{LF=GGiyXRE>%ZD}8LUDZ6gv7C}JM+NQYqPRC z(~A$~L!rRKM--N{gP))22S1s78Prpi?~E{3@NgcSo272Zpd0b;mxB6?{%ri#*u22I zh#Z?hH8U^0e~C0>ULj;0jq5ojV`aoq@2DMji@~npofHhkUC?R!>Cy-f4eVhr7zY4{ zPSI*j$ zU(N1b*d<4+mg!*7CRan4#Slxkk70;Q2&v@9(Am5bOuiGBJoYt!5^y>^7_xCO6zAUQ zOw2zW>5DhceRS+bom9+wm@`($dk>3LDLiioxz@{3J+W8PY7g;SdEg4!}9ST7rg6M#N1=D*uoe@#;^}PT)j_b4Mq&zd@gu3hi;J9 zuR9Yhy+ZgYE+%k!{LliyCYbj?Pgc?uy7xuzml2 z*!c!Dyne`U%ZK|mo3keg+GN?fI?@swcTT&e|1i^HGBdmzs~;dQr!>B!6cO2F`am#1 zTSmol(*x3srHG-q2SUY&WZ~ynC5_jXgXGC^$BVQr$FX_pex@3u5}0R*>v5oJHy$$z z(@A=R@hVpDih0t`F;mPGO1jTaLu9;^mgqH%e0#bpO48$}2}99G3f*M;{?1elBM`xP zy2##+6t=)w6p|xVTlTUfpKj{o^SkIyNNX@3fkIM68gON?KAfqLaD9=N+MEE_!l$hZ zWL9NxXe7>$r91Y+DYdg^W}a_1X$euyX#qIkB`yTI0z&N8BoivdzGTW`{JBJpdR&XP zX#XB+-kgn(4C*LsY*7Nyvtq`n3)9$GYPeepo z-HAg-TJFUn2r;8Yf_Ijce1l>TyHQ*r8*_&4-WgR+j8xqhRnw#q?DuqRfQq(N>3mWG zi2g34r3NYRh`yWIDPPlG?RdnZh&=*{@g9wNJ)RkkqCq9dkx& zVlzN>`jP!oc}vFifak77UxxB#Ink-1w1BGt4*4*SrkP6zgKNHNp&DxZwYsMDl}2Qq zql;(5BP#WdV{RS6l`owsC5c#0GxAM3_uh1P1Vv3N8WMQirL;0m$5U9Uoak&{7dP8+ zDT@q3J+zeDv@dMr9yL9$QR3Rv4X}~G3}XWoMZfyNHMCjxlKsu9<)l<8U?~<6yNPxMsb8x;}zpqpgXVUkg9~blEX1^W{v= zV#7Q3B8LlT=AVSh%Vpzx#ata9tFMy}X7pTIb>!Mf=M!$bN}1~x+UUj3INYI=N2PNs zbZ4EUFl!$W>>-TRgz%2X>W+8|t%E~AyeiUi+Gb^!71<8!ko6vT+x!+?CF$3b!`=2% z()Fz7H-tBc<|Ay6$9qRthUKJN#3lFeg;W{Q_0r)0@F2Ay>u4_3CpFM?s?xHICw7;> zP437Am=Ss#pN>sHrrRyng8kT3mv0biL$|UOGwjd&EuH(>XPQ&QpS9U+V%^-5UXB`Z zBIEtN>0}y(eeMp(24t1rowI+q6cndCSM&?g{M>m`@-TuyRUSIC%w^Fret&I00(O8R zO0D>JMO`#SCvTYTVS)~rt{jWncSQoeopwXQrW+pW2x7^N4|{a|lm?nK>v7275Z#lm zjIj~oot--fNrGdi^Z25zfp1T^Ma}P!OLCbKqfFjaKuL1?FVE^)+-nayO8Wd8siATn zvf!O{hJ`flpk=dwwhIMSQ`KKG#L{*5wz2=QA^%s+ZxgIBp;crCu9>})vxn=w4Qmi5b0;^|x2B%e(fieXOZwa`1o!AMZb2dWtV^PB^}Ub2Po8Zo@k5G^av z^0;US@4gPsh>j?Q@>-34UX0J!!W)TaWm;&Kog4I!DHX^(=grBKTmpyyI+?3cc?GN| zMu|&be^@R_2&h5`MV-@p5ap+PvF|Or__>t;rgOvQH%@*_h6Q2^WhA)ix#A7&nck{0 z>ecw39ib6KK~IJYk+Bq2VqI5*`GXTBZe~$pHX6oY)E#HT$G>{}!If8VhKP@2!Z937 zw2uO?O6@{Cs{$W;fT4f%sW_iFP<>##5UJ3oCW+nN@e~OEKp*N-WI6^UKHd9F&}-G=9!+cE8h^`c-!dyW_M3co%>ZHXzbXFLkS}3g1F? zqdKlj4(TBJn(+^kb%r1tq47ro0#2P#6fB^-eGG0o$9pNVWjzLGt5Z09NZE(m(vam( z(?Tt?v_xet8W;bt$nac$=S~{n?d8!u-+raNcY1Djf|tM`h)4MASi23c*pzkHE{Iopr2C|zxV}q<>$l_93(;nbp$HdKo@<`rR zWK3Y4Hi1KJ<85jCS1R-KOq6oi0~hK}5)z%i(}f6wkmpWrSUdc>-JT#GF4@sfeTUh) z5jndq9kpBy?~h#h%jXx|2DM3+Ry({Q(r3=EN+QIdHUSow-^JFE3{4CM^s zY&yrgncl{_&f>gO!VO#SA3BPw!-@b6k`k3BDg>tOQCoUe> zK4sW&2mv@p^6~j!%GSy7s<=cLKNfUyzOhDvHMPxG;v*}%AF7#hA=5kO3hh{xWBm>$ z^N^QAfz`R!lx(9thNjt-V!23L-zQr4Y4Uw%$oD-6Ye7Es5cutr?l?+H+~5dD{M?sr zrh|mn2~_=cZ`V`B?_4ohXYJe-9`8yCs3BSYj*JiNif-SHC|*PzH`U3c#qx4OA3Q!Y*jC-;o2-_M}Z zR}TEw7R=&8#;O}`-UDouzZ6kQ+s{c}w4b_E=UlZC^vw~@d72%`tN2wgw_(xHy3q|Y zlPI>!hre&4;z^Z$$sx+mEkOUm%xKzHJZUU+u4u*!- ztm4u6Pm0EVzS7uHMPUOpV4SHOTBP^WkLsAMefjPkXaY@ZPP>&-y+=TGK06(h_TkJBmqA$HahIfGYL;6rn2h3?r%2IGkIxn_J=L8J#}Pr`8B z#GroK861CEn8fN!cK9xdvaV{5E)6Z@va3Z7!(mR?>}p z;zSkic+|x^5r*f+Z9;*>nlB5+xBp|Og|d0i7twJG=_N*6$RKMh7{ltg&*PJ)tu)q=)Sf<`iYs|$ z%pKu+lje0=kvi}$+!Z0uifzIZdO{0Lb-2~#4eU#CjT#(HN}hXLL9*!eNI7PuGQf#$ zj?Xad4_=Q!briiPO)QntXk#f`+^;XIw_YtGa}x!g?55eU=K46D4=f$1lG= zr>nkWc6`&kDz3yXW04;)^3a;(TCfuZN-=U+p;u za^(;cF0XL$O=a$Zy?*IiyHqvBbvpjgjMW(YMbsZYLbudiIC;z~XdD&J~`**Y?d`esxAqUA!} zZ&>n3k6TZU|J7@>`sjCC#$rL&W%JR*N>)Iwijhr8GMt_+wvQK*$ z(!@=#vmU{eXZy|r#B0&9GE`r%Ut#rqkFWEPm(LVCb8{28kP$}MGpVrOa;tgC*OJN$ zH}!dj9lj*t%Z4W1mL4>bS#{_Pxwxk+iA+1+d4AS}fZCs19$i+?{0~+4F_1 zz!_W;T_|M3Pc3-a3}y2!yR1vc`!PILuF$K7vx`QXin@^Dn!;ZCRVrp*RZ=(0PL|iZ zxM4}bf9C>Vmnt%>0e)n=dLOA@z&K2^y30oJ-s8M{4Cx!Z@|Z`zmnj}h)IZMR;T<;I z&4}i2r@cs}pdlV4;ih~-^REA=+-2FDF#0)8%y?29)r0O_9D!D*JNsUNx@L`ALHcSW zt86;^%qGhTIXb_~&{LA6%VuCBIL>yJ;Xuf9@Ll-jSSn9lz4KSDjSF?%WIBz_=+X(V z0>nSnSc|_hqYLRWEKVD{#!) zx-W7l*kw&+_{az@_P}5K=PoPruFycbccjAkf-W<=7hlJ|E{W%?blQKosnFF z?2LC;S(dQZTI2m|0g-;vpsiv zZ+Kw?kostM*Pn0+x}g>v#ji2|MBTKd($du>i?hCmb~j54Ki}oG+`7(}cKLop#&(Gs zqe1|S4{D_YHhcNb*MnlyI$@tH;~CTpbd7@+vlkT7&c`$04Kq}3_+Z%iJc-^Xjh6tk z0)q_Rq7&Lxvye@iY%n`W*Rv~Wt2LEbgk$0vdWi)z>7;GiNFzQSGb2rWW>06H?6hMN z?R2!um@0IS5JR`>sG8x>YtovkbE0=KO<4{tDzGO!!J+yrjxYup4`a|e37WVRZy*0) zCEZx=qU2zM!^I#RTNUOKpK0&z1I@V5JDvON2+PcjOw8!Zt=z*LE^`NqlVb5kj`n25ai^72(-3?kOy9dtuBD)Y8*sr@D)5GXy8gA{!D1IAC|3hG zvoyYDrLEcOZb7Kw3%E!ezo)bNwCEL|EL2u_5NTECGqzv$)x7N?SWG^*>;kA!ZKTK5E@+r zfN_+#IRl-x%qDBDb1$vA{tk1oPf?-4Qx?L=X?OgB=!4ofQby5&CR+lBO;0j_a-J6T zGfa1=&B?ZvWpU0wGVk8=;cL?aR^l8Iw;LO4DsvRIJ1a7_s9N^Jg52i?=xWn;iVAUq z6;WkBuNly-ORIq+Bv09t4T(uCE42b;02eAiAzu^o&*<(jLDZ@S(ViX2WR6whp{e-g zz!ZkOWI0i&@amGCHOa{pWMziEi-Nc1k?)2bBw^hPro)J7YW8qLeCYt8$E>$Nxbt4- z%h=(>S<;7H!#S5>w`Xy@yOR0v6|HeDmkWyFUR!Eg>j>NojmwAq3x3PMnQUNTR{N4_ z&N#D79cO2m71%3)?xXY_H$Zj2uWm3l5XAbfX6IOmJ+1CSM>_1eJbgKtB z5WMr4CrRBp%XC2%+&DC6bzLJRWON)#y85eMU~e#U3Rx;Wp>qLAlZ{dPD(}yCZ6Cao z{wtiW4J=P`E&@O|N?axkZW0FgYgQb7e%S%atgo@xp4mx(5&|iFM0Yrj`Pj~B9cWSM z5g$BPUpc&9{vXFpDQ=_d3~VFG=$+>naWBuJJF%3jOtx)Vp(@Xpx$0b;kpzkByO)^o zh(bD>7nSa)TA8t3Dqh@HP(h!nCyVM9^Ifpz9jym1h+=Emf}6n+pQ5SbEIl*WMHoh@ z?vmNM=t&AAWEnc5u+6vq%>`RqF8($1M+RP$u&{Uu4Lg2bjL>Tf`_c5Lk!%qk1@3o6 zON`0|*$6&(oisrgLIb4&bbC;}uO@%4Hp_DzTo%fsxmR=faw#PYB@(d+JTI9e>?0IM zxXnO`tK-BB`*W39U6!~S)lm$$0jC+(upBkeSVTV1h!bF_q>{1krI8eVN)Qfz+iu)2 zST!-O9ZT~%-GeQk?F~s>00qpWF{I*(fMaRORtrJ95H%{n1_n|{>KPlx!DLATcd^>$ zHH|)5N}hO20uI$^4i-)x%((aET$TZ&)F8vc`>O(rcLq2Pk>Q(zcTP8q#xGEZ__|5m zt%|;sXQ2-izO^lK7u4dN{Pl*4&<-J4Em9$#O57(c`k~ZUp7SM`0-VgG=+>T}DRPlVJL^j)rFE;wsgS01c5ke`E zyt!9Tz>-PhzaLs)qTNNVE^0_kauw7?RlTvX_aA22VPoIQ7J7pl~c(2^8Z8IHKvOPlbe~3kXQ>kSHynkcdc& zAsku)2mvWKXWaL_<3H}WAM+`DJjt{7UUSX$n`8G5zyc=R2N>W36ph#*Z*LmPQy4JL z=+d6%SF=blfoy_%AO5HeBTS9i4`Y=M@+wV~6$)EaS#84&j!_(^s|!;4nNXfN@;BmD_%Ph$?vOzL>b=l$ z_jkH?&TPcr_@uV&B!3hI4haW6kuQ)VP5mF zq{Ch83}*H7uo`JF23ByATF}_MIXJ;M5C?5lC9p7E7_%mxqQ4t^W6eC~{xnh2nuw!1 zLGSE%GMJc5R(a%+#!O^B03qmGfIXSh`E9CmZZOODgnAH^&7p`Ep6oGBgmkLJ^dOAK zvV(CGbXIQX|G5H}z^kBA%vj@;a8a%IHv44?hpdu`dp3g{J=EX)b`l4kQ}*NeE#J6{nPj<sEr-Gz?>X_zd zpktK|XKq0S8pVq685{6`;?CfUDaMrn-+=)OpxGRrd>nG9! z$`*MdM*W0#Zq8*5f@zv~F=%|GD%gjqP^90Pfy%EMiB42xyBs@Hrx=xq%1Hp>DbTar z+<@+^xN(?KbgRLODuKh{NR!JG8nQe(;pG(oW#xsG0QBiRdrPGv!)=u{`%pC`>vgo` z^4xdB?A6bNp$O>wvqR(?&w_@J7bGEG$j88o!&v8*^?AS0rxOODhh!SXX`CsMGuka+qF}p-N$1&ziD8)g9%j(Ul}8~! zw_f)ovawCZ4zlLbl~rL>fRkGoEQG`XuH)Qnu#a!cX^xH)1-40?8rM`2Jicl!%q|%4 zvB9cQBSkHILh;vS^Ca zLeCm6>m!E8wA@*>vFX-|E7z{QxXGZ)U0fQXH4HrFE!;L0;n6Pj8cbJa5ZTS8I<)fY zb5_BH2(^MKIfXmT*!T%A7-?bRu!@^Pu=sXBhGWg zS4r#b^eT1@+&l3UIGQ!cOaUju!WT3w=Kq`ow89TaO<|wUy zYU0vmAcIyYzscKjk6Tu@Wo`5CIue36E`k24PO?r9(fRr|S|sX=Osk#elhs5Kj7f`u zjP=*!nA@wpz8h5Xp{iClCLJD0y5n+iXKB~;s$HJz{hz==5(_vt9qF3 zJi57%BXh}+EQ!7@eol1m9dni0NTaZf@qm{0HJS?XI@fV!96g*)R7Q>Ts#mOOk#OmW z4nGu*-e&ETj3Ts}r#$_g&JQ+4l)LCFqLB0rcZN^%?o=pjRV=Nl=6QsI+Cd%}zEleN zh*b!#4zlZ^y7nO_;;X@fPJAi9jY{5{(e!u6cvHvdQ%k$Xyi$?m^M>j)Wgl@H=&yg& z(?peP3*~g>bWkiR?fUD%gReQw!-DQk9V;p4+h)VMfjjGF+NaCQF2n87}h4Mhb11klXCRpaWOb#^t_vlaU+NxDx#$BM?$g)j(M@x?eT z@3`BjsBKY0bE#*|@jOjnwgua^30}Ot^fDFJ)xzCjM4Aikn(v`7zhyJd(HAn znw!3o0IicL6R)OK(Jx(jakX}(T3VmVER`ua^mfh(mUqf49SH6!q_3c7(+rBgOR^vU zx$>pcCgL&>0FPNwnzxk!*28oM0ynl&IEEeKzWn$tYnKF4n(05;Nc_>R2}H8y#U6sJ7V(Bdu6)%iX7&<(e!!t7}u% zL6fSQ@|~tMZEJN;DcJP`EyzqV^Y==Cyd7vfmBykWCq65Sc5VMmSthYB&zx}Bm`G8N z-fga>4ohz_DP5nLiYob~7F|<%q#OQ$$1={p@Q*V$7eV8_?vYw~xn8=)@NBV9be(lt zk`g&)s}kS6wrULM9TuPv^DLABk#Z)lI1wo?TH*GpC~jdje(WSC0M+i>x+{lzE8m`w zaZ3)hI^I%)SKm0f%mit8mn(TJaJH1s_+g`W7T|v4p!FJYrh7>ml+^?MdGcZBwrD66 z+Y(<|v(-g?SokO_NOS&NUT*)`!AK%+KUQjsYAEo`+8ZAuS3pY#*p9qDB2OjQ=C8N7 zXVklWL40U*Ss+^b45=NM>t~5T*Uf5Tx=d?%g-~(7nf#z2K+Y{Ag_Ha9LMrA@>*ct#Lj=+{lI39Bvhwl6 z_8m3dyR1PJs<*~oRp9)Y{AAa7IfCIJztD=ybrCsD(ENxM_oPd2%h*F_-MESf3w`de z>?I`X2?-jUT7Q#CGtY7K=!?BiZ%ZTj4H;abXxJ%{0!{5h(Yc_;ZeTIFsE;oPPR*b4 zWm0S#iv;kfH&qFDa@aTi2n+8Kx>Dz{Tn4%yXPLlD-~Afc_6Q6bb%hO1hePV~;^fSi z3$~uwjT7ez9<@l8c?p=L3l#I;EatHW^^li2%#nhBZHX5t>Tt_}FbISSIeF-FShaMH zir^sXbDX*ir6*sgI?p=XcjliqjbPi~jhuaSWsm<}TO7=TylNtgj{m`N^du!&xXoYP z*JnZ}w>_4~63M%BCi2Y0h4LOrlWKM{^1@AS^qW1*MYrI$j_$V~3Jx0>U^4e~1_;mH zT~z|Jx5laNUvbb>9(y$QOe#9Sa^5%uAqCgWI5g;AOSwLsEMwJSLSqj3i{K00qFox; z;Kk$hR<^HKw35ewim+U4@YzDXTdFgK3~_r0IVQ`F!cPfx4qN2X<#)}-eT4HQLZssV zxcySQq#SX*H&B7hz3MHcVVQHN+}F%p+YtgQHy%U;9%-zIxS2%CM>E$0$JGmIX&Gen zx2cwK(wi&1FPMku6=hK@k9H8h9tXo2_DXG8L}|XYBpaGAphMy^Myg}2AHG<)^4$@r z!Hc7>i+37Kh_!Sb656=MwlZN&y2*_A_~iA<4BI1mDQ>Iy$ies(@j(ZI`1`!I0^I^W ze1=pZ*Vh-{`J(5kp0OC~94*vTWZW|!?v;R>s3J3pG*U4xcLeeSh+8%G2Y#SO>H_Gp zP!gS_n87Mv`Z*06H=CMRgJy+P35r8Lkhwj=3K0ioCS){mnzYg{b%OT}2ixNBYxVHe zOUt1Cj;OSziG#6zB&K_c{JamEEudln1epmKb1-_=Hs{Ol_{fh#k6b(f05nH*jUx9p zfq^N+#5FVgU$!jb{gORm+{k*1tFFh!lFsfsrqjTtu$CLKZ?5KQ%N#4E!E3}jCI!b3 zw`~4?^cA7aMPVJ21_0G<_{{Isg~24HxHZ#&+w|tdl8Ee2h4%;q=YzXik&|KOw{sNZ z;Av{r^}p=9vM;wCsP7c7a2l9_D^43OPu)JGGD}Sui_`VWbaKrlKiCrx5zRPHK0m}= zqDpO4Z=M#o#E+L)t(@9O-B(LJnNL(?#I_&h1Ov`Jr^)d>rd<)xIopZPg$KtdebNX| zNM!*>&f>F7SXD)4?n+8Re5quzVL8x`SXRTf^e&2$!vos1aRIxm)By!Ay7`?CGzJ{k zY`KkSjUP%dbRPOzw1|C=4iK&Ufd31}qH%jgG|I?X+wht^qIvnyV)<)-D@RfF32`{w zC&2~3A)V;Y~|i-3+=jk2TtgGNJd@RLMIx!Tv$Z~gJNn`<)6+JuO@n$^D# zN&WGBtUZ4qe^Mq-1NV73^T%}Q+U6meOo--x!w}< zPs2E2Q^&yZ>{&3C^(O~=0ZyM79=rqF;$qT-Hf*ToFfl;LOu`()sN1l~QO!!F;p30( zL!r>aTxWa5JKD`0dCP%6$YMP*mr%LLO`#H>GNiJRFx9U|op#es0dJ*JlDFkBL^~+<5%VB-A@yeNPqyCChAF*OYrYq@{rV*ryg4E2dZ}Bw zH)*vF!>*pbQ}0ATg&CJgaz%k(A-7W*qW)1UT83wmV< zu>&6sQ?UXksM;xWdVH@z7i7g~H7+0Yoj1gEG0~|Ef!5|6_9jwb`_hwn%g}p(h=2YM zX6%3SfAX1cdj~Yx2XoXBM64!d%Zi6}+O9-AA8mWjU}|kvXtlgAzpT=>M6x#Hwvc~N zSUd;!g75mp;lI-2-b+i@^1rf>udFDx)^5`yOuW2U|4vx3l+OjXEp1!NVJ+mZ7299A z)0X)4Ykb8;*`Gzr;rANftb@Jk@?XK~;A0T`IM?TvdtYfU-b>5X<=-l{S8;ugPA9iC zTx9Di9{95SZRue4$YPSFqPTVW&wUTJ(^~!^1aRI?BHMv zHflzNUYPcxhjQ)HLhZR}h0DM6m%h>#PkEnR?CxFczTb&;N`I#TAt+}T+2<&?)esNq zAS60#xvQ4)aaz$-B*UMt+(Oo7@m79ygs}g*-*Pr;xZQ;a^lDdxm z7tFpxn2B$B&+vXu3UGq5bYSDR`Dv-^_8sv>G=<;wIO5~VKg$V<^5mJ{!#zZL-9Jz} zUzU$qEV>;)!q-rIA5X=2l>Gxp+sNI8I|ty)r@)0EH#Ul%T`+;RYGp!`GHodUtCjY+Y zLw1)!=QwqsCKv^&U2ki9_qxU0&c22%POD9+bIIX`Se3T>WA_<1C|yVYerPK1JC5q_ zaPhs6Pt|N&Ih{CLy623275Y!x;{D)Z#r?MW+^u~2&Hb+k*SRqGM%d9-fs+o7((4*NskSAe52Kflqpi*QvJ0SRF=pbH zW4>C=b?rQzU+R#kVX%DAOqvyshO6StU~*Qd|IdOuKkZ*MNN-yJLZEw^BoSO1qE z&)p7mW1Cpxb36lkNIl7tT zQCb?9myCN2!tc<7mhX#MM8KBB+JVj$oZE9h#>-da`srQJGQ}H_Wl>Lit0yD(&zCRH zt)sR#;uiAqw@a|QozTG+Y1eM6K}Gj3uJA^OW~mAoqpr1CWf$fCRGuY~4I z7^2?nK$r-;=+3{D0nd!We#;lxRq@wpXWagreo|O+L9nr_wqJukXF0YMa4?(4P5TLJ zo`lW!=i8Rq&xSuo|J_ync%wHE^hwgNCq0Jx{=k<*b7kl=>{w2JceX!G~v0K5{ z=vH@dw^gvL718qXsdv!d&0J>dX*#oZZLM)|6}531FbU>o@{Mop)PjHa< z`;VEDvG(|e8z%+RAgJ6HkNTP><|H$ZqYv%n3;1I@#tXodq4HjSEMweTkLa+>Q5EbO ziRkJdLReGBA2Zj-d`SoKV1_hmS>q&u%TM$&h^0oZjcCim|is)TQaG*CVZej;buLY_w>b9Xu9rN>K(fT2KYfVInOV6 zM`bbD2qxy6j-5F*pB}d@JgY2f`bRN(e{gfa@u%B!fAV{rQOggo;>-THNr?^5)XWW| zT&^?QZ!;GC_Hk|Fj?2HDmcQ-DFBT>r!|q*lJ6_Qo6*>5=wUE816sxg~SxhUimeUPA z@o3s)DMlmuH-g3f{BtSrzj2EHpF;(jJ>XoLBkY?s$+g`bu#?z+(5&&#c}Todmfv?O zByVZJvH>gP<6UfI>eCmH^>UdVYE$t?=ksU(ms+{wPVXB1vVIrw1WoGib>G|h`{Thf zhfDXqw&BQ>Rrjua>_XTvj-jLePD*#hY>U+F-V6#c3vV28V-g zlrB|->bKuFjJawa-2TVocv~eP4!UdyHTsL~^`9>%L0!0qDFwHvb>w1=#3An+3nVJ)nMPOv!d~8jZs&lrjzx-#>t-T_>_0Z9l?*) zoaaITKkLRLu)ot?#Ms@T-8b9#wSV(GctPsS^StPvl)ZT%X%?#eUDh;zdn|;T-4M5< zS?7JWs9+kjh|rG?d$%+gdaTvixtl0b6l5yjzY%}L|F}#;f(dl+QnH32AX-hi{%Ki` zFH2|N0k+XBx~UC$10hq z{IzM-j%R|ovRX+F@ePaFuFutWy5~9n4-Qz8OFh}-8{4`?_Q(Uf(8$kX(_#7!TlEhQXHubcX;|qk z%hP9CJF{NhrHHp5!uN`w$#1z^qSU{krZfzm`FUM#ulb`VeM@s3<}0R2bJ*S1JaOwRi2}|K~8iuyBYS!OHJ1a`9<_{pIC=%dUBZ!(9d!} z)HhXxc4{eOxYPDR+`$XQfDH0rz`EVNGH~jSp4tTVagbgkdR(9S*gTJmc<|d)B|7iJ zqGd!7HZ5om=&&ka2UhgG(W$ur!lQVELa)!EZ%_t=6y~uSd*mZhc40Okx=Y*X=^c4CjI)6P`7Z$vq0#G`AZb?I?%g3#s^qfsTB`;DE z2^%9fT{3pYtu+~4K)tSCVpcgB6Ha6iCxV!mY{A4LrNRAR>tz(NT5+J?(!T##?b!2tz2^&@!IKl&BfPYxZ(-liOrRW$=9B zi1ECH<{FU0?$>%twP&n$#(~}k-;=j^8c0D|jz=A7=uXH|SJm`W@$kC$wwI0`4Zz`f zSH=DAe^&2^zS5nE24gfQ6u)7$mRko;Uv|Ax#E;xMMQc{1ENyiBy8YfZm~R>P68xwX z6%$y&6SU1-T&lfxJWxFKYLOzf4Y}^R76qC{zuH4x7albN1ZIg83HQAMWzgI^UM(9B zEl$r{*GN@6LbCQht2o%0$b>xepVtkF@1UAu{3rMBC@Ql1ud@9($)^m}O|o>JoS$^_ z;UjwjM1vyJr`j`>m!^mn=X0Qb9daj65R8CK75z?#n{u!fUeM+)7-q_v?=3|oNa$1t zge&haW1A(u_^exJQ|0gOK98^yXV3Ua37%kpLdf-OC?ZNlI=Q4Gr`mf>1)23SQ^$3B zRV60!?&)OriCq**qPJxX^K3uBAJ4cH66a^fmsi{W{}4!SqFB`FgX7%?RgD&;gw;QC z2XHr*2C!J8uTSmwh>w%auSvZ61(QQ{LI!1s8NcjVEcB@=od~FWc=F*q@R&ZC+mH5Z zM5Pqv_;16(T?*>6`bBS^=%s#jM70&-VGb?l)JLFHMvwX&H#7I_u6|vh#_BHDYtz3$ z;(~u!>2oZV28WkHSzO~@)%Nq^S0n^;DY-RV%+hi1UN8ikn6vQ5_0^>5c`i_!Fe}fs zgZWWjJ%_0U@j(5On!k;LnZ=~bc@9nDSv-MR^!A7!@!5W2MmO|Kk=eJHDTn%EK$dos zDwZDUTPq+vzWXMJIq#m_Hcm4xG}c8tRA=^Na1+DCD|%2-FqZC|ex4pbfk1kX=2(fV zq#H1?CIL#W+HEt(w@>sr`WYG#f2XykSy7{pBFrRQx3{1d*-Zp#F1bz=xYB5rGaHRG z3av8W8QHbZNl+C@Xa%O-7pdpV+n|91e2zGA0x&sdwo~eap|s5p2;*U^!}6w;_LH96 zYn~fFJ^+$6 z6?}=t%2`Xn{dW(_7OOG9ROy`WyNmwA*x=iUOXa^x;!Ek-PTU<(%3=YF^`hIHVmG`@ zY>l4|dX&)1XjImPl$M)TBDD_hyL>?K%HmgP`s}=cw3F6zd$u_TI^8#v?<@!`WHD$& zZrdM)Utqy3#k}|lEn$YScoFkQIn^KV$_yG^s*Q9$(u&ZU-v#pT!Y;FWwF2{Y{`t%Z z7tzy8P z<{3ZVeXc;tY1qnShsNWVVZV14U5*>VAXYD*Ea1HN+J4^IZd=gY;5`GrCW@WdgX)oo zMsE$>xWHeK8FhoNt@5F3)zrT1-|J@|hFn;K&R8a-rwa^(qWSO?8C_Jd495!&i0Lt~ zti_TX;PblDG3(jxlgUV0hn}H<^>XW+){Be_&FEFPrQodJR9?h)C4M}wtLyl*alR>Q zi$UrnrqKp-8$SLMQQuLUi=nm)P4v{~zCG;7XV5@93l33~96~17d$q+LinIn7pfcDl zk*3Zb`cn*ds7smnC%*LMyuFc4hQS63b2{i^(sK~VO%6dg4Fry?DV^Nmk9p4i6#w9L zCDXhmlD*gdS9Zbeoc_Wr3$g~~TDCpUXf$ixSwDO`6N0~NI3P$)Kk@C0sG1(T_z%v9 z>z|3xMO}Y=Krw7_oeL>m<}R28jZVIEaoEqf%=EB8kOUUfwXhjONq3BX^xeAh>qqZT za{nzVT%|gFmtyT}eZB8aUz&@X4NM%6!m$-Qw9+Mce@tk3a@r+znQS7H+CL8epxes6 zQS$)py^?el6`!F~6~@z_tGvlpMk;g_eC2T>;p=#qt$o6T0qU=z|gvKt(%XH6g&^mcHkU~m|NDmK9am07oEgt5UN>Iq%_6kt6%ad+Q4zW_`2w15;ZQ^mL{_qzfKW=j|eIdFk{LD#iNsP?fE-hRj!3PRCa&# zfTja;SyA$j(Gh&3;KcaQJe;O+i} zE^OELp79A4Rx}{uqQRogdsV|@_yfa}R;i$FG8=zY(NR7tZ0j|(G`5YDd_bS3 z$903&ppuz4u9r*wAwwq+?6(aR^m`30q+dZ4f`w^c(7Y3WBxxyLD(A#dM(fLBEDZEe zw+S-8>;FXGQu4(uROcU5?Ggq2qVewSI*Y2rl+3rsP}A|r#K|K1_ZNix!nx(K^-3Cr z@)gNz9Yr7A22w2k$t=6yWRbM;V@&VSaIMk4`Rw4>*JP|=pwlB<1fq~QZ=-K{33PG& zN4($z6IoVY;-QP5!GccIxVRu>Rb#gso7{ zlgN25Nm>{fj>|F0j{@*83R%aL09d$$l}%XpZNzhbB)kviV|O(dGtm?rK5^z=bRHx1 zdp6w9wot%z(iXrQO|Sf0(LIEEe0MB)k@4Yd=EbV8Ww@5lOeWl_>x?SJWK z>E`ZH7faqu7?IF38=3y1Vdfu?yIGMgz8SByiiWI zCtq~VK;qs_txRVGavHHPPY=%pAg5MLhTL(eoPdv6B=)IMHGpZ@Z4ZQOcit_$A}SSr z%MYSGV8*?r#2VE3Anwvl3*mOg;dFh6w?Sz*yHol*I-lcUos^r{A!GV=RxPLsaE7@V zRSnoKxNPw^votFf;$*j{HvV}sp;}bl*`%dQ7o+dd=XTV%{fDMDwC1}U!ao7yZe_or zulva;#Vw{=6q!#H4*4fad#)l`$#EjPE&}qeO`78)U zEoqrIuoDuC@XP-hFRpk~a$TrjHh+^vTXUGH3>{ypRY>75xf{ImGDYO-c>E7rM;1Wp zGO?_Wo22k@ra;?K`*%#}yi!<+vC_dYEUVD%+jYbF?Y!x%{wc>l5n;NJ0h?C&EhK$o zl_Vf(?3bo$mavl)K-qsyKalmr?DZVT7kGMD7d#J(-VB*%iZowd!1ceZ*p)jY$05gg zzt?|RyQMkAj~OW6M6{Xq|H7I%m#(h~oTlrx4_{;q*S%^z8GizQCgQu~eP(Y)@kCbK z{n{1pI94eD6N&7ZG2Yu`6hZlH-V55La72Mk$IfzsdCOP&DhM#eBpUdusR5IC=WRc~ zhvLAEr59693^*T7>x6=U>O0!5HgN+9QVf)y8cR;dhR-XoSGY@ zfJZG`l*Al5Qj`fT;@+7Lu7$=iE`RYF?VW#drXc(iWuiZ+G1aDs1mhC0!hdy8aqpK7 z)eQ#jIvaU!UKae=6fH??9h!ecAbiE9d`i&~UWT1zoXa@Y8yz)-d`=QwyVEYg(c+AG zc=D4l|GFZZD&Jk?Bk8c2R$CdiUMwqD^l5xYT-uUkEgjxpD_ymgx&KSD?S z^XBsif&~6aqZ!S`Zw|%QcdTnPw~eL#8X0tFTE-od*h0Qt!eo~@n0n^aE)m+JUl~1B9C&`=ZOEb4cOm@Q1{jQ!sVo@aFAsU=yZQ03)B=FxLH8D9e2)zRK*Y^tYB}2Cn>+Ih?esl=bMU=u<>2KD5G0P z#jWG%|7TN`Y~Eom{X4#NEnbd=0SgWXzeJ4VM!t{8&R|OkY3k!Pe0W|jsHgP5&>m`g zj{aY;2zL%5j5Vlngcnvtqm#9WXR&3N2Lr(jUurVNmuhDS=8|Ua7@5I0;oZ{qM~`Ne zk*;*E>qK%Mt5eq7MaMoXu2Dtaaza<2uTaMOSE7qO zlRuC!ptsNI(!r_qzrv@+oA61Kd6Ny9sqBI{)5PzOg&`%iznpl+^g0A!&|>LkV5>Aw zX4K>q-y2rO4{6@uzYft)Iy|2T-z);YrOv$@DR9$*ZJ=X}pOfEYeXo}WmtYkgVBEu+P1}vjQk{n!DxDk!XANd*dlN=-1qHn@v zVsM5GOS*bnqdfDLPMoZ$1kX|T@_lDw-q~QD#mC8$XIj*jRZF1DtgnBl-rj^9dP`OF zc<&bbi=bXbC;5rLGP@cVOP8L6h%Es6dqNYh2RJ=)IMB; z32}3L9;F;6UFZ#AuN@=X8U(%OeMk|fW8t7=vGk%u`#sS%rlzK)8ZP_EoHYxFT78~1 zqk>a))l+c=?owhWKJ13v5@-KSVrwXHb=^X3Zn-nUGbXTUo>Z#w(X*6!VG|KF)K|o5 zH6SlzxIh=NMe?pdJe+5Q|7CtP>8W5#9MF%#vw;cLMcbQwVDBOh8i&KQEC`$(#{OpIU3x6&l+O?fz_YjbSHC$%CvOurBo?PCgLsxUxvh?!ym#?`Ss&^bJQw zP=Z$3zWuX2f^bPEhA9C2ng2xZNYe13`jN(;7V-}ZU5Bj(x;4EsTuQp|PQzIAva`pm zv@%0)_3(>$Uj-3|Srh({fm2^96h+!7_+Z)HTs{yKp^@T0D?2)cBrmwrdI;r-?svZ6 z=G<2dF@^++h;o0a6Zekc7X>$Vy51}J{cCPiP!=VW-MIS3AM4WEMpVLOpWZKr(&?Vv zc474Z`|qwKj5!_}WsfE+{2MZORcrAB(z-p>NT6zEuvo$QZIn`N2{8rYvhJ>+-pUmy zEsDC{ya3a2{vX#|NhJ$Vm3YCV1=tNC&rL)7BHM@SDyywDuOGs1%`Y5!&F?-`h9Q^s zW!yX9qum@H==X5kHM5nPBI{Uct()1JSUZkm*7iGdWPlD!yNTNxCamRO!S;a1WP>_c zt*$8;8}*AjT~p9s{THTx>pJJ`%*{f}!2y|XGDh5wXoo320_xo!CRBPjYXi5iGh)v} zGO*^J+AchmdY;c^j87`94BA*AF%cibK#t!N!PSX9Nvc>_x6m`|4PVvY#!qawgkb zWvWaBFQ=~$0N#dL5bN(DWMbbWj(#5YKc>#(ua%upZM-`bzf zPoZS_{B{X+9qA$rOQH!LaKOY_Vz^j%(14OBB_0(xF-U^*A@gy6q0kfrFj!~zyc)wY2sD{6$iA1SOhnd5pJavpqo}>9U4+yLWu1Pf&?@gM+G%Q^TNh93 zWV*&3&0583MqL@XxNMD8bjI8KHl`Qb<_WN;7zI}+#MI1%V&(Z>Ru%tTZ(xR@C&T$Bq?B1!Dp(Xr6i+*Z^;2 zdN|$TFUNG)R4>l+_5G=+66>Hc5umW!6&_?^A2BWCxGJD&J)A&S57?#3 zQ#do|taTr^|6xue$;yN3mZMw`84Sh|W&4={M>_oY33=y1kVALixKUBU&MUTh^dTdA zNSxRK-&x$=NNCBa%z9;N`2h~5ChW;`2JW>xrMQlSQe>$#)5uAFqST+qkAE#1E+sN; zV-v8GUkteCtu_Xrj#loMY2Y)Vl4gQg>47{cb^C-bNx#p?ZoE3+9%seq zcuqA?!Qd6%W|TYXo^nx#occDb zsG`4VPSy=3aAZZg!r@|}M=IO*sL+sUz#rk|VivhBd6|~bgD>vwhtgqzZ*&g@%3Epw`EyQfI>rt+m*CRiqVkjVkrj#TySd&x~83^%fsZ+S16@26G2W}sK5O{&EH7RJ5a8Ephyi7nT9zh0g-gPdwB5ceAVraM z^{6XwN=BnYUA>jNmG7rsrSGUgd;RjGku0R!pBr$ao~clZa7zb7N>OE`F4~I9{oWoi zC1h|6vp~+2A?VB8*0#qky0)df+q~GJgm6O|!LpFprrKk|OJt&;-6~H^$WpNq{{U9V zx&F&(71a?ODgAT#!`nsJ;h5mOZscSgMmP$J%#9#Tb6|P9f5~A+`V|)ndkH(_{~>BX zRcS#~ko1Evz7n|uhJko$nO&k;qM+X;K3i)!qfptd-x?usn{C?<57lP4h_|6>sVQ)^ ze&H+i7Wdkec2Tg{%H7P>U&`B2_z6vutKF3k*%rkXv6bHfN3X9xOK@G!G(40YWA5@h zYh}sfZFz|Oh^z52@&6uc%z+F4bn}`avDu_`GxzY`2aE1?A3?R(w884Q7i>M!_kq5C z3akDHQhFVMTrgpqef#~9+C{^0ub+ljjz~(inJg#RMAPe7sE}Du`c-KuXwdQ8%rn(W zN>V_u@ocV?#@jEYU|oW=(OFIhy{M3>tGCpfk&pKq*n`Gi&qx~`=2q8Sf%`c^gCWQgO6 zlnGFlle68>3IoD<_@Cu)!Ch1MQ#IRLE7*ZLt#Je%AQJP618tPbfA;-FYuG-izb27g z(di(ocWCgZ|up{j2 zbPkm6l02v!jm50~)wxINwTnoJF1i?sv1CrdB(Kx{|IY$I0?(n%nCcjqq&;v5$OSAu zxewDYn$2%Cy}cf%vr5AVUZ<=NyQ1OfH|(=)U6vJ&zo#~4JUr&YTEZOfW?H>=tq$Yn z2`SfJ^>#+9Yz&L(gu9L(CixYc&3ZN&${?iAG%g1LWG+Ph*|pONZ;mcYMo)7P=Bmrl zSi5vr&zaTU@72AvsEGu%U`&i{%ft1V7+XWj@DxyY-M#SYFR+h&;R$UKd|_2FO73-b z_s*t`n!R=TV_+&pLMe^S*1Bdcu;N7n?(NqBF0OMfet*OR#L%<^ulO`dz-IsrUSP4 zVho*|Cn61|4zsjfnS~1xLU3FXdBwtp6wh&LFh;25nTnGaUE^7i1-sUr5(C6;ll4Qc z^t}jl9LiRl1rSb$VqJ1-R6z~~TG98}DonlX*p8~Vq8dOU*Rt)TY#Km^`Hl^;_`%EO z1)?~d$kyA=5j9xGSO*WSjyIf(G}(tu@-YK#MFUSsz3uxUFg|uhmHTn(L=YNS;F%!RmPm<$+5p_Ee;U@ z9nNI4ZPuObjJ^_K#_%yF9p$EAoR$VcqvD;SXaXOERdHWT7}j93_K-pJz#*aZo|*?6 z(HxWe(;)>bE1JY`M!ZpssZxZE@}!9qKf(v|_mVk_XHsQ0?5A=0!8qhv%H@f;uHgj# zAM?_lRR7#Ojd~3d7(DR^wf2F+6Ip3X7q-vWvC2ufK9P}Rqa6EtveR?aCFS)0DQF6~v2n9Zmo-^;3sz28WM zk^+vmkRD>Tjc@JxSd|nZSqjSSVyn6d7WFhDEM&9ivOp~O-Je}tF+7Zg&jnvh6cUht z*>U^(YOV$loYtR>JYw@n%hOqD4~&cETTDRvRCZOK-z&OJjtZ-Q9-`=y3fR1CFBq@F z*-oL8Q)$taW&T&L{8|)-DYPSXM^KCkCH*;9RR1M>rFzxGdHzMk2^XbOpnQvtBTWgR9c zAOZW$M?z)*Wx6sh>l@8!!Xz`VvvefIt*eL<52&?DJ;3n^zcX5+?Ws(fTus>(=A6cO zbd4mV@~4EXT-x)_#ma_1{1)&cHbE(K8BPkn!hv7(Nj~kvt9DQp}DlZ%r zs3{;#={1fdp>whE-Hrcogz(0FV=gU>7uokqbi_dET<^K^0EJvzfs|wJt7bopZ?SkW zd`1X4$3IJTDsf9y)^Dp^P^S$Lb{}k$X||Aj(jsZXQ9>X0{(g3)Q>*?RKo|Y0Pjf2w zA)6(`5aKcT>cw~poZAVUOB+>kKcv)B$(PRk9*vZC)$|fecd0e_!b~qwLLNQK2tgHawXPseUR2-N}uyP^l4eYP4zV5dLwOqNUUf?j^Zug17Luw zgtC4?>*f6*|I47gYcA>B=gmyI%Ly07SPyZi#yj0DP1yakEFiU@$qAV8RD zdi&~j|?TK6h6n`%iv(DKdUh|UV+5EZlj?F^pszaD%G0rN;#>5%~9z)d5}}rWZjQ> znPi~VZv#;Gi{tz%y8gc`Pgl!Csim4w*RBEKOaP85yPTuQe9Yr4%6`N#0aBD3gupbKskA;+|{cb6{j$#ud<>__UJ)LSL|sHhah zt*aF#0w)olDzimz@if29>`lvbW8=imu$>JQ0q%p&-xWY}WR=^p84UU$W)IO{DopJ6h`nlMA4=dQas<>HRXdt2Q z5~5LXUc_brd)GErO8V-eKPWnfr@0qYspWi%RK7^IoD=xe8g(J-+q_PEH#aYMYHT&S zx;i z70o&D`G2wZ=J8OsecyPA>=fCTktLOoCHsi>Va&uB!#v}<@2>m0fA@1g&-42IegEh6`kLeWJwC_hIF8Tye)Edb zJ{rodoM$AR0`0F?F4LN{k- zXN#0u$ZLB@l2|@rC=J@6MBGe7dzylZhb=@ww*a8Dm=0>CVeM6|DTfvQ-FdUp8y<+5 z)+3gub7c%T-!B7k&+=RtU3M;+jSv#vi4MRULZ_09goYM%S#@j*ZBi9e+qC7i;#(A^9+|2R|RND604 zF8g|XSRs2yx~*xUZ=qNof&chseQ3Q#{mti38zV2CFe1OFkt zj9zrap6#_)+<-|$9`6t>soFNt`zhJI&=zJZUNG1hKqqvIXLEX6-(A+s0DAnez-Ko; zsdmtLA(4P4sm6l64t-I~R|if_wv+Vx zY6Xd~h%HKnBhsMELf#nHI^M#*0B6`w4lT!5R&HTe;rc^?Icc&+`Mm1ho|MOXV%hFG z4Z~o*{k1Fdz0uwTXRq~dgF_|+Va1>omu!EklrgIqN*>Jc-d?e)9^9VLK$2MdfKyftgjLOFxakZCtO)35 z<=5dZC(-M<8&}fKh%Y4LuL?R{PTR#Dvw?_XBB&pwaaLQ{w3zO1yP$kkNr&u2!6zpn zo7a}rrs zUh&SW2P1w_UbsH_lF2~d&VB!@0I5D+gBUpHet$Ab^SH#4(PM5aV*PF4>Z*?&Xff`( z7q<453VKYig5JZ|iPQ~ZmC9fg6(&fo&P5fVWL7BuPZ_C4V5gf(SVg zFp^D1B#3H@r^$+sgELCUcd4wDL85)_r5d0)@AaY58sJN$wVP&FyFN*kZ^7E@OFzMynXGr9a*g{GR1-2gf zbFbSBI_v{ntcYgg!UXh&MNLOC0O*fXkLri^qrt9~qwd2FTX@DXDFu6j-rU}&E?LJq z$bW!`c>Tgg0YM<~Vd}ZbVVqUFoHOk{?D! zyL?W1Fn-%HIrY5qq1_0L5-hFnQ3P%r98K03ZeSqv-P3jS%GK$M5f`5p?UozTw3+qY z{CMqEKWxE*>!xCMVGm-CAA;)y!0*)*fUG*cvO z4t+3WUc79^Sx|pm3cEu)ElmH>K??Lw@9a)AO%`!Rh#?2L(?|yTIe}wrNcPUT7-C+o z#+7y&E>T=F#ICpC)VRqt*f^_w21n}rf-sK6r8FerZ_iNt5 zq&9@F^J0Q-yP3*hN1>ow^d*L*aD{h4xQ>A+-t5fM%J+uITvhSW+vK8O33fPhy7vaJ zY1>0c z`{vcEW4fSc!om1StL~dKPdK;B)r~WZ%WzDzt~y|qLxECuRCN{flOr%7lxV!62bQI&myF2SRDD+pt zL-7$1Z=(&)K>ricz36DP{g>WQMi=I|W+8X??gVwTgLp|6OB^xU#@2OI!kOc+7bcO| z*7i<6^Ld#h9Vv8j^d?3{HZZ9Z4J&PZsY>;^?Jr%ZBqgmGuk0dkBSj}Agr8eC14_T*TG|U<@A-JS$q1dAqn|q?bV&KKg@<@F0Y$x?uDn83b8|3NqTZ5=_^nk7hx|6LZs74Q)*)x-N<9zXVFV{VK4Z z+x2p88MWTp=~17f3DB(`F9i#z5+kt8U8C4Kin4aTla>|zsVtrdq`y&*@lGIxszGSN zj!IcN#e|M9Tc=vIj47d%OsD+(75O^Z zxE`!|RS@r6jpO78jWZZ+*nnq<(U*-+tu|;9#7`PTG}EVwYRgorSRp#ckffNek93Rm zq;C-5nEmX70^lakBS?}127O6xhI9o`@sLR)PvrxzD zAtBlX?&Y(lWV;JpYiA(H^Oqe4veiaBG?VyaKDgFN8MGq~%a^*<$!|ho9_m)imE4Vq zcaaUclulo1yq^(^4I>B|Q|`13Jx4rIW6UZnH{pyFY zDqxuE03Q-&c7xW4TCo<&B4G=w18kLcMFr%?cC=5BIW1Nnme)4(p9juisT<3sXVqkM z*>9eArwTE+pHg_z*ua=y*t$^j=g>lAVQ{lAau8-W)Gu;w+#g79++Rj8?=dv&(3f+t z^j<@+wa3VX^aYXPt=Oehfs$MTNw>I!@Og)tZ@9r2ATv-#>&!bb=!17A$?Ka(c>~o= z?!rDWh9}Sp%7jNY>Axh18PX0O&C;>W%-pR@*s%5R2#y@3pY)nCd*VL1eeVSS7A??6af_G<2f0*Dh!g`y#Ewfzt1u2;8>P23ccj%A+br&w3 zxlT>^4n&sNPyDWd_p6$vFHO+Yb_qcjP^T;9h<}iXMnrvz*Ixe-+0wvs4WWox6GK2# zB#gk}MTA3CcP9fGi1u|v=u9Yr>h{U4WJF}wFCC$k(Xc{H|6ruC)u)a zLEIn@6-tm&l09w_`b9h8 zl&8Lp=dVVNixsV1h-x;%N75~WW5#;Qfk3-C`(!BbIDC*rj$Eoc@xyTVt)S_0883VQ zG_D#&`FbQ#+`@Q&>x)~rWt=L?t&*8j!dTkPs-$xkj#P*jVnW)cKY5AI?uQHAr^(h? zfR`ku$+OR@nHXQ`q3AIIN2`(!VoR$wUSd>*h~>1SU=0kcTyf7#V$8jkBrh;Z#Ina= z(Ko_Y_=~7C&qRB$m!-0xfiG6&->NYGO-~(RT`A}Lt9?uHqW`=q3+3f@HAR=4Eo$VH zxe4d@d+oLZ{&3q9`}cp)b2@RuF|=~D5YJfNl^5?5L8&b7{Jh1&c4$x4;d#C;3M|GK z0Wn`+IJoLF)tuMs`7HB$v0@Ql-y0H)%5I{XO+6;AWrjF9IXipV-3GcM-l$)VIupyZnU0V-2g>57UKHTfp3$_1p`8E|DJcB zXMq>q?1p|`V{ujYQC~K9_(ZW+sQQ6Cj#L#@ozP!5mR^3TTo{;k~+Ht4&x z>fo4F(9aL!!>DiJeIgEn@M5Y{NTl=Pd7V?&83OZx&9gfAdqlg6&*~^h7!oh?xlcv=cVUs7jk>T1%+7dbylDL6 z`oC50BD~p+-hU}qbYrpZ41#MTuTyUqZ#`e}5R9H+G|W(U4QpY1kzzm*xc5%ODXEL{*k;cpgnq#W?O_$`2!?OcDP_xE?Mzy4k+6^tQK zXNV@?HtH7}BF4S?4}lA-3Uc| zQ}TgcywgD(+>f546tA?czAtp${p2v5DB^W)A`r zj1#;*?iRaGWie9*jH$ybU+daK7KJN0Sx>;Eh5U*)gx_;u)p)x*on$SLlad?q-&V+d z^+e_gklzfaDXm*yg0>DuMIQ{EaG11V#p6#4<`0`P83W&NJDnRbmC>`St`vewv%p`P z&cC5u&5(#5Bc<#@lilAM0-xy$@KPY#{1kdL@qw}_LBxRr%I7YNF}`I z(<8UNsTErm-`dPhJg-{bMo1WjMXCecafvNlKXGsMhBDVt@WZy%EtX&33nIXDhohFj z1hqC&*)I7l2nPKi^3S7?rF95>_WPNJz=_98zgG^!6E|~uC&eD(d0<;`NYhREh7*c^ zk3@ZTS=SVsH`@9`!_E`EG4Lp*ejO(ZoC&@c3Juw(P;5&pCjmMm9A*?J6*rD z#?My2E9&J#oLM4YZ~3DF^!wZOyxGGNq1mxQT1Y3I6eI4->fBvTzh_`E&myr()Ra~J z`Chm0#OiyDMf>dm<|>ckaCipr!>P@&U#5^BhKtr$A@6G?uSNzM1^zI*u=6;8v(?3_| zUz;EP%Zs{R9v%ZPxjWYW;|Bhh;r{E3q*d8e`(;$;ivE*(``=H({qx~@`I+7I@$Uok z|1@3J_hpF2i7sV`ZVcc3e-mk~4@;!YK5Xjk|HtqCkGEQ-vDVBg4ea-yOp*UO)8D_C z&}4~pS~D(p_P^1(XzT$o)(+hI z*`=apf2yVk`Qsh(Aw89a&#rFb0bojOut0NA6^CBbXr;-ow~>sRgC8};>(HHcdvM!m zQN`gHc+A-p9l;Fw|h?cJL^Qxrf4TZS6ZizdP8m@QU5EKL30V?p)pa zYQD!je6Q~$%Xcd&B3gaUjhW0H0_Ld4kYlIGW>290AmX84Qf0bU#5bwXijxU5%(N^?>7eFL`>7!O>&h>RRGd-(wE z$;?;QX<3m*YpwUEwSE{pX;QBipouZM!9={^8j)Jf`c>>!cRb~Ez33hL;XmpCh847T zw2O3q{zcus`a=guKzdZx&=UUS)kzz@sC!aXM{66QelmJ&VHw{~-2<#3^pb}ocTJ*; zb7YBY$2%O8QN$gxs(`i8x$U=jJb$Nb!V#xZD~7hzqF)C^)syS-)f$}#DFZ8SjQd-# zZ(W1pz4v6n?4&m1(hvIE1ZMl}&!ExqnA!0d9Fo#PxkYE4B@?cP28rurE=7jDK9Bj! zjroiE!vPgVA4xXRHfDKC2sIRAYlXEacxk?1p65evFVn`Hf{W%hlXM5;dU{!2=E@#& zW3M8ZfeuFKQVTOC4@z=h4E62J?I2eUV*=FeW>gHFhA}na^bk_S@6Y0mW0*U!OzIO( zqxtl1CDQGd7#1n1X(vHuBky24nE7~4&v+{fj*#6aSz!ywK|NS;2B+ji(zwmZox}H0 z!Ld7F;b>-ZEG>D(b*F6{H0hITyOeunIPQ#uUA+XYGL~MsQpEB}{t-4A8$WdLwD^fd z;5n)>o?<*|A?BhTLt$ZWhKvpDaot9)vnK6U35Qb4M=>Vbbt|mK?GoZsHWZJ2p}aVL z2f0&(WN9k&pd=>1QvqF%^IToxw5fmE5UN#s?9T+tKXG!oo{tIvwdUQ8?g-x^v~`O;Tb~#rrV{0k^Sbr zdv$Jxh3Y)|WVQ>(SeMu!7vfpGvrfK{Og334HhYm3C{!k1oy}vk6OA|YIRQdIof4tA z?D#+ncM&%3B<7O+fp^pbubZCostC6DfLe)_`g9nrcxN~L%g~|CI=+MPUA=^bN(S|_ zlb(KU{QaDLK9XRFET^}qM7c#>Oo<(!p=fESJYfZ$?gP~R_B2ucZ&*z{5qq$Pwaayl zTFDg%E5N@pyE%UhKLRJwUOh|5NDHdd%l-JwJ(0B1zbv+oj z%61|Hu)2{5KkySS)eT9|USqTsxi-cO-%n-nRZjukFI5`h=36L-D++8jt@+Q+% z60;6t)(!Sc$w*5Knh9hn7NF79AF=pzk}xBt)*||%E=9X zZ|G|YhEfWNohgf`&UoI0lKnM5tXO`VctDP&IxKQFeB8DM@?C|P)?ZBjT6tGp_h?-V z{1V$_+IgdPnz6pbo*tQnkv}3hq|w6bCPk5cbn|5k%bI?CLXU-eVV1_9r6Q+@KV`%& z{T|&A8kU^C^tU(u?d{6tD~Q)6hC)Bm->t5ms4abN)bxrux3ND5;aK}epoq+heU|mvfFbSxhqSgS+sq=2W1zvh&bAoH`fOcj)B7WrUDq8$eV%)x*q@Xg z35Z=(hI*<+NbB4sWj=Sv1cK)Z=cpB}Bu}Wr^+JcOZuHxM@m@*eJ@y~e&Q@7Fk|B9^xSsSuGSu{n+1@!E0C~H=QANO^BaJ|{v zHjFOvvx@<89=jjZ{q_>0EmE%2ZJ^%Yzp{ z%lHJd)6Btrt(!~sOsc(~=}^f*mms5yI%>Kon$H_Lr+`E=00xPaz)w! zj&Ap|j;GdV*tw53RV!untYae*Sam^k_BGC??(c|?vxTX>>zVIax1Z;ptRFi%9&u?Z z?dL?{RC4R(sku3eSFp&821T30n8pdclN|aP4)dN~D=*$nxp4dtP|R@D91*#k9h05# z-Z7W&*Br+3&&l!AmzxzIi$K`>gsR_%J-?CT9^QsFygUbUJkE!o=RTK1>BWZ*jA!ZBx;s*Aa=-;yuwi!er( zvU+%ci<}&{kcn^|PCURB9eGMZ#LYP?#T0DbIuXB7=lirNvi@L_hn*Cc7BXQHQ*W1I zuH?VxKU#ew&Z}F|w9oH83nd!51C9lcS(}WH9&@gpSo%6wR)6=|w8z^CwYU3Ds9#PL zy5G=Ve#vhBu3c-DYBW6J@%EG3py5PSp4*49TIpPyXZMNK(|(VH31|P>+)F*{$yrxI zGnXDo0}kIE00_9%0YYnH-gKrQUbZ}!-T!L8|CJRzMSMI1b6w^ZR%3siyO{Ok`RmI&~u;Td~(|GhXcaVZ@yH%CtL8 zWo0_G>kQWfWbbCsM)s%mzi;Rnl9Ez0{$TJl#yoaFCn-N%ulmCJ&iCm(%DS44*Mv;;%Chk8@yGMkGg}-;rIn09Ykx-W$JZ)?%z42B_ck(G zipYN;TtfS}QeULf?cv{BvN)BkyuG-{&h43U++np|3`kzUn&=T83|DuZYmd!Q-@&wQl9 zRwyU;Wa!a_0$9qVbne;-(iAAt`YL>X@Llj+jH~YQ%-h&8`T6(9Qk1M8>zPvWv4|WB zkL2n_*H4~5=T!u_*7_Ynl=B}J`;>O0t+&j~FyGR3OnCTY%_j_(?mmf1N8SQCP_wkl zZoj{>KTyILFk}(B+}lV78I<>X8G&tEKmVcmFw!T2VFl@4A+1132I(e~U)!~YgFVmx zT_>2R=g`$2J>;uwR9zs9=ZTUnCD=JMecz$XDE%czZ1GH5oOt9)DUh(@Hm0?%&IWHs zc-yDGc^9H}yd9KVR`yrjsrA{!%FIgr_x_lY7V}$My&Jr=Au;fLt5;~Ve!54oV#jQj za_C}@T;9ZyDC)|}T%wSXyRRB;%YqYUtKBRkeYE~s{R_UTopbW=@*kCvJE_K1U%rt$ z0{5j6*%v`4huRz;I%yc3#Y2v}5!GB-U?n3i;oqtzC0 zPax^@rk+%4zK9CnIxtaY6hxxdZpT&Ga@Yc9pJp_MO(D&LK<4+(*6J7kb& z*`e!KLme`#7Ov&BFAm74`u$MTvkrkrFS;3JJX61S#$BnsA75m2XlNTN2b>aM_$I|W zhc9e~FVtH8nF++aVd*3b<~$jJPahK57DnpC(BTMQtR_> z?Q5E?>_=a_lClQBryt+0|6omt_?S10Ge;ee8IP!}>-y8oE_Bp@bn;VRiPaPMOjEqG zj~lxH?@=gv)DXHq9vg!^tIDBo|7?Plpm5XHQ zzvcYk8|N-%&$|FkaL|E2EC+6yuaB zbyHuW1eh#c^yzS9*?SQq@rWz%D+sHhmYlUi3o#F@mQ#Xu#!$u8921ECTH)czx^J=%A*@B%VbKnNoPO2I_1ioz@ zou2_>jqf_Vet$E+;m4!4tGY@Hv$hZR>$U^vw7(j7o|}7GYS_gS5B+YhbA7O?)xxQT z(^;S~KJ(z+_BuIYkOw%tXnnTbkN?`9xA#4k0y@jy;~phEe?FsZ<5yLf=ZIJr&|h8D zVdY-YU29!V$zAnwL^cs{e@bHCRG`H?lap=ive-_4leW+>usXHrm@xmNSx z7wLPdvguyi6r5b9rxj1wF26p9eqUk2MBT^wrOJ4O3WXGB_{J!ktf;FqpX$=5XQ5oE znF7?Iv4SbFx4B zRF;6Po*YC|-}dYq&XF?)6hcnjANcT-dZK^!Z`qwsv0JDyr|qy407%qVgo~f@OKTR$ zoVS_@D`y4NuQ}g;?qSa@v*A8@)~0d4!}`Ne%r(N}^m$gAS@6(IwJKHVPx%1Yo4^c< z_52Kt5)_NmihsgLN|X3*=$yAK5NhEGE|$q{V!?;WDWXmj{kU1#IkoKbGOUeLWj_B= zYzd9eoLa`67CK8o{QC7tm54S=2-R+EDVi=4 zgg)Y|;o6%WUW?Z@d4_QMava|EjC z)s3NpwkCz+3?Wv7auC1z#jr$?{bY{0u@xSv@a6*V=B4Z_2=+F96MaeEShRkT_ocS} zf%0|5RT28+bJ&U90$#xoIF!ITy&Nm#lGSNF`Lgv|jotYI?{i`|$?J%D&ID<5&Na`< zT0?)S@Tao#ynuJ0r_fiix-xO6(onlFAYnJGQPJK#*nRg@OL}XrVBCwkQ$3R&C3vzkjg6#?C)QQ+KvJJ~pEkj^i^_U%o9bNOz$B>| zm?cqDXY3pv=NqnutQD*KG*iEIK;)<48`4CJc4WZpE*0dww~6=w7o4=Qqa~d-y#huM zD5UZEHF4B32jv|V zKbXc}p~B6tbR!BAT%xU#MFC#bW@#I^%c3;ilv7P~!zOgBq)keg2>RkDwua^u6?Hwb+u`5Q6u(l>C+trK(sm?l;JWenr zOI@a{oa8)AgzS4fm@UPxecj12-;|ED5JZwV?v3&i_tMoVJ}w!9y$N*-&+(bStlo%Z z>5g1g9dXJ1U?>pRTQ$2BHsWjKII{QAillu;+PKVi#vXI`5^)uaoIi3*9p61}^2zXE zQX4V>$Kp!Ax1gyk1Y+n?4svNpAP5|ce>@%7;O3Bdd&$V(Y#6bYZPEov&q?6yoR=b< zn%RUo5G%fG9gvR7d?^_=NS6LU1zw2a^xNWBMf+`d&3w;0s8gXM^^YUJ zut(9daAJvPw8cj!{Cmogb5>I^XywSLQk!0dsRXa(i@qe+sWHgn>HTibq6DdZGpQI$ zmANm}QYR`PnEr~lCItR-#lGg_!!bKZ2En@{d}I0a9_b15L%;Ds&(6E0D^~qS1Bb~d zF_X?scjG=4!>7$+P~4EieBcWiLpQf5)YnTu*w)ljqLOHL0e<-rI`2r#WLo~Q;Lk~x zTUV7$`pwGySe4BcUTe>*gzy(ITc*fM#4aqB)fH49Dh>4vhkuD>mDA`(e#wbP@W$dg z9%xmNhs^ITA??(0910sa8&LL1=)x;sW-{_rk6zNEW?5lRV(z-FL6h5MlNP#A?IMnlqnd~?&mI;<)Y8;`$s?D zzrOyiVE2QPB~oFWq(mPC8*Fmd``x71R^(+_RaNH<9@zKn6o}cEqxxIDc^v4v zbfDfY<-9~B0jLd&W+)-up3A~I+Hyft*8Tp6V-CqVu8&mP% zi@j1Nn!5R=4uFjVurxd%^m(oqsiJ1hjXC;Yxm%%q(-S3mU#MZXp{fZZ4EGx2yBF zc(tU$R>*dbF6Y%CXgjwh)GwKExx`!WURkbJTrps z86im2`+gGNZ&SO0DfRd%oxx|>yy1L_T?}H0p@_d{*kzH?8h%%{$;t)~oHbw7ETt#8 z!vy!|mre%gNc&5P!8R`kEvcLU5%~&-EXzwvo}W3gA2lz(5Fy2unW(pNr1R){cow zky)+pe)RL5xsNU-f;h3DWC4lWz(MI{-<+kun?wa5bosPcN0xF4Z*#hbk$PjDN8+jN zReg%LmHj}J=@0~+1c+2|JlCH&{g3#id!pN8_&P0-Wb~BqygOo5 z4+vBOl__n@dvIAfkPF2Ec?>U}_G;8eH?M!AsTE!Xvl{hSI2E5=e4>j`C4{B#H}jyY zTuA{_<(BU!&(Z6C&DWLG-Tf8EzrQf<##j`?YSyoxKRZ=*4)LD%zya3G$cRm-yHZjn ztsgO{ir9|!0fJI~qBdeS3PW$KRociBh(T8idG<+0Ol$_t=&^@go2<*$sRPU%G2@D;Qq3glrR{$F#eU^zp=Q0i$nS{{b} z8NT&7B1tu7p0mn)v-H@4R7MteepxRKIht(0wGJ_&So`auUHRX;lFF0=4i2*l&JdFi z1Qu;YYCyFi#28v7Q_5@V{R|uhV9vLY2eRIe=+~S66)2UKUM;fd>)0g&1&OL{K8f?p zWs8OE^{cGm9`WVTO9I7vX{5wA7`ZQEni!PE1UwR9qdPAenU}`55-eorU0!-J@N+x@ zZ>$9eei-4lBHRb#QgyVwrMC;hbN9E*GB%p?F^*$O;`50pIUC2!qENCY0D~^i&F>YD z5CYVyZ(9eGF1lPS)|0vmiZR{O)m|t{$Msb}&WQ25Q16&dv>%(IZTr`zt8>BjA~DHi zTtB{Bdf(d?nh{CXUtJ zYYV)>Td<+kgkst}Ed)~z^f#OSn}tDGs!S;7gb%-QLW{!10fD4aDNT=6V;hQP9KjMOTMkK3uo2odj0%4KX9N{j{*?KS0N3FSA9dV3)RB~#4Ud6>MylB)Y#KLDxXmsK{O|#h3ut<wUaCN@CCc=gisK|0tLEw?ZaOK9q0?qp znHVdcmT+6K;utGHs7JEoMC=-=N0pO5llpXvl!amM=T(Sgb$?|yWYmkFnJ>uwoT6y+ z+>J}xeeh?L?};9P_QAo}IZPggfir&Gor^Ok`mYrQkXo?!S!6VZxqP%6+P!9`9fX`f zD>2+(a6%Y-jCd2g+>P2yp6g1l>Qz8c{Tgb+kXQ&Dx*W$JnUaIMj2a|&{J|dj8 z_gc)!=$aAV+=&gyIao1|B^mD%3(J@ped{ZR01LE#r8$H%Mkm*6iQ_iWF%1S6bo>%S z&tA?mff&#A;~6xiw0S=xicd8kis~MK69oFXV6-~=pA?nJY*1mQeoo7mM6biTp_96< z2>UY`-SYHgJELyCK+bz$%PCeHUBlmUJBKk?0avb|Nv@aiE%(1x#KncQNT)4b=&LkB z++vH)7+VA$CSNW4-E{(&eU8XRD%L4PoRH%}i%8A9>COr%Ti*IhE3Ifqxcss@{j9dd zV_A#Wj0_2QLo01Djp#*)_jSdPRgU(Es}>*(F3jZ1-AwVr7vf)hinrkbV4ghodUg9r zf{8frY>0O9)9OU77+DJDiHzT$57J%nQo$Xe#nX-mCFNd!eeOcnjJO2}6+1XWybRbM zN1lUFhJdlai57n$mnEy0bXvL~A!6w{=6UO?JLuMMLL7PKbYf7Neuut}z&FCMk>%iQ zsB|-V^O(_#>Z^0ULp^_M{pn-F7CeABwI8yj7T$X;m>wz(=xWS$r zsv+mbGE7Gr#saDl|LYbA@*?>MiP$<4RV%AzZebQN-pF%Rn;h;`fM#0kum%tS8adf2V!!hH9Z zJp2~qI9nXk)eo!3Wz<2=2#Qy*tS{ z8=o60LLag86^ax6aFf&W;BJg;_|uKh8?$1+JBX+vE25jcMwd``Hawk#+ zoUZTQHF!|>M$q36zov5#H}@qLnuHvcfo2!s?m<)22W^=Pi;ly(@UD!Y6)X6JvW!(>d|e9IVsrLeb}-T{bEID8ei_Aou;|iud*HJbp(gB=q--~|ZH#7jF&ZJ926C9gTx_3K4nqQ4R+%CnoD zlMD!%xzqFzHv6dK4hHwrE?=yZWTBPBP?R+O!Q)zn-mWkYC+{k$O!0!eTBBsKTk-S=*L9U6u}(&D7jz+z-8dol3HMx9L^g7(j`j zVVLMNxrWMCLw&YR=^T@qD4M!Q+59dZIjYk5hv(>Nc&mt0x!7G$u}Lq&WU|pPw?yu? z&U`%EBQcX-IGS)M0m>6b&rime0>=LS7(jdFbn%rKvT}no@iF*SvMV8<(U0KI|J<@I zww5#aQG8LKE(+}tj!9qd^80oGgF4-&Sr8~<=&O5S%p|Z*GPsSyo{kp8nH|J4;}l$M zPbV77QU&z$zTDZqrn@PF!c>q%5mkE^?Wz*);9 zDcFFveyx3qSoSsd{>!w}PvN4cf{(M5WQG>MYxp8y-?f>U z%Cjt3Z$U8qv)XRo1h?dx%9_uF_I@^^K56kJc1-Y~E6uG=dB^pw}n9$n=8Lulx&0?GnLEcMN< zC1`7U_>CV(jJZr+hY-kG5j#v$dpZV-i$${AZYBzrT-CkO;FzlZg_EhK+1%9Skz?sf zYrNaf@ycnY*-riE0Fy8#p#pU z>qeAhJ*K@+-XCE>YG6tljv^(`)b>^q=BjN%s3;AZ@gvi({CfW2~F2muI3Z+ly)$)n~BHRY|RJsYQ6DQ9n~s;JNHsw z-)CrRSo9U!7z0JmuS5 z-^+4?5MYDfl=@|=y%I`+gO7?l9M&jbGoT~yNLrE}308GSO+J<|)S!g4m2>F}iB?e2 zyHo_Cl`KTH#0m&}G6OIa^OXHPAiJ(xHvn)u<>MWN%iBZ#+siC=b0!a`CJ zsLL<2ZU@A@orjgKH{aAeJ~)5&T=H_!O$~obPe|hp%RkOqlh%)Y>ii z!tvqpLUu1oFDf=J_AO_2YsjW?M@c9Up3h%tAaj708{aOyo>%M2e)au^1j;MDm{NBw zJ71$gqxMNyn`o)x7P}Ifi14`lGD748El_?K?o6Ov(31ur^hE6l`K*Av%uzN-5%yfi znvZ&6NBZ zdiSHevx(HT575@^=+Br9$nvA!E{ z{U~qSpm~YA!brE^^vfBCOs%9RY0xr24M>}pf3nm~PATOsF^qbXyo3(P0-B5R-m?>B+NHzSaX`_F=pFv{rn~biK4R1rxN3`$PlbSx`AiK+) z%3(X6yvs^9m`RfWnpoQT*>5Eq-NJL5{Q{(BcD|~W1cE4}TaC$KWpZ+#Y{u}(uEd$f z3<#pV(Q2f>#87>J3OP<W7%AAYn=&IZtY3xvB;q8EtJFA|Muu=b@rVPg94U79QSP1J=mv8Rlqf7~uH;2ar_TQHL{=^v2Xu|ZL78U*?T7B1gK zo06mhN(5S7EgshK5!uB$nRS4@x|M>Wb_Qw7l^-_dC+>GF05*91n)8w1sP3`A#tD^K zB5LL4B0Js8o^~!~vV`AXr)n*^}&0MuaEtY9f+xWw{PY$m-mx8#}V9<`h>{N79=cR32U|pLp?sA2sIZh2|_Pim6ko zuRl(NMj^w&pSQ&v!nXR?7;h40XIGd1&l_7XejGD0{d*}1tl^ze{R-6 zpo?0MPVm7vAJI~*>hE^ngDgFKKz@~HiSSeXUo_o!G+Y1wz;PO-YJ{4#LbbFXyY{YX z=`dPad#g=twKp+pv|3RsMNu_k@10n+Yj0xj1R;sw8^3dY=QzjlkAuX$?|bk2^?2rH zG|kZY-(g7kUX!}OKFnsT$*tR%W^jAStD`wE0uzy7z%XiK=HZ?wiI9s_cF&Z|;whvpr$i3KK&V zY)O*0y@2$>$svM!%FDOJy}lGlCTFiOF|%c;=b;z;G?FmJi#%ZU;}O?-L#LVYR;7%1 zE}2A@-G@QUEIF|>dlMs_*(1&z#}zMqgukfQZmk{mCUZ90CxUpy6S&|RL9t<$PhF?> zmrn9UkTRY^XRf2qA3tR<{l)&$u~Mw|mTINA$lOZt7Lzi`YnhwJEpEN;%_IEQeud|g zjz{a-l_CsKRFboH2jsHcuQ_K1chZfs;%Vi81=2VC9CKGf#A}U;rFCQxrg;~B_S_Z^ zWWI=KakmK1{>VNtZfo zgvtjFJUUfn&zS1L+nGsy5JaJ5}uLkUeA4f4zOMN%|P#0Kd3s3kMe>F|F zx1I6pu9<{8e@HBCB^=nM7BbQmGAcc2l;9eKa|s3q9oIA@+Z@#QL#H|X45+q+n|MB1 z_u1T+Doh$>s$7}dry{QP#0F;A6t+oQ5P+6%s0e=9Zu3}a+>2HnVr<>+Ga8-bDpxJs zz4^NI6Bd}*R36yFBgPO^DD7)4?G>+FL=ngwuh)1U|U;W2lB zhm}CNhp>4#t$|_4;ILBfOAzrn#6MjLIPKz{4x~DsZ3zavi-r<`XH97dneL^ysb14e zE6zfw=vv_bebyLp!6ufP_7zsS@zdA@Eaf$J7kyv3j~Qi28`Ndx3~Bw>XQLFV_=AOf zO>Glfhh4J>8u^sA3SQGFSM+`_;UX(Yj%G5H>2CI81nm(kqD|Ll2{hUM}ql~ z$LM^lx>Q-rz>7a-w;`3gU+E8gWPSGP)tQC#%HtT;0GoeVu1>hT@AH)xD;Lo;d}nWn zI^QW3B0wF z`oQX2gNJhU5$yFk(378L+a+3>t4a+K?0%`*Vi7{J%;K3(*^y6u+f}V?`(81gkSx1X7%7C{fxC zZZ2wz6_^9nrrQC{r+sXf`!^i2>J4cz9_e~Z5tadWjeeO4m2IEb&ol9->PJ2iOy z(LK`aKWSv{<@!HK%enJC^c{Xe=%-Tlss8xZT;D~g9R>G60+X9Xq znO3ubZV3#_$!(KTpn13ffmaGe>56|0#RvwM&jq3=JqfAo=SIP+Op^C5WuBL1f!o;@ zD6gsu=j}kjL*~27%q=wLeGvTPS@D9Zl6cT~AuCeBsk11Z4j|=+RvB=k&KS>baKEYK zQ)+Nba~4yyy8;Zxb=9^x5W`mX$ z|2QcIz9qZ$J^ALhDpgYMo4Y@#M!A)C%b8f2LI?jyl8oBMYQE4BJMSlZPQIM}z4NVT zTv!%cMTpKz4(w;dK+aDl=*G%O1m`Ukl?QH;dZ+f$w^h(iCZQkUQFH?^*+*tR4831I z_{4~rFAUR$n=w4y>E%_X2X7#+;6F!ZRz+{)97Q)&=+djf9C5(DzcecAL9(lb_aNH$ z|MQV@I@+>P`o*0s>8WYtNu2A@vsQh!s7-LF+~8G+JLZBx^T#|Flt}$pO%j@tZ%(9{i3gp)sfZ-SxFxMjk;Py*_R-$*1Rn=mLJcrzy+m zIjHX}aW`U#jf2oI=^dC#<-H2?y2W^p&UQc`dM8wwaE4j5DWt7r4hdIZmejUEv8 zE6OsD6`nCm4+tNTqZJzenNS@4xp=%8y5O2!ZcU4h4$1u7=0Y5$FX?EMvo4f5x|v-H zk0uiZp>pNUv=cg+*~c3JWSNsS@;rn#^9oAZfg&kNfh*^nMII3;fR#m>u11SRR4Lc; zbT2$XZqhg=*UdRN^R6(00@g3R?9FpI=i-lEJ1hq=ioSog?{7F$kiw>So z;ZbkyjA8AZ;loVQxr!+K>|SSswSN!X6|Xl*fPaOV?L2{YqO-)w)9LrelT$DR12|rYIzHZL1UTNhB->lgrIqLEM#V#0=-7TP6;?$) zov1&~()xZEUp4z_gpbzW(7pXR{)?)Gf`yh$+-nZeRZCApbA>MIsZ|#OKpgvz=fCWB z0jvAKN!s)Er$bxxiZpcws=`}u#kSvMBsz{gstXJ_-WcrauAj=ZDiogX(c;*BL#y3D z{D}6+DQvcb5&=C=uF_NL)*M;GR(|FzA)^fNnv^szHrIO57N{XG((mz zH2h!qMPka~cGyvCheu*>BOHS#blgIlw(|VJnf)!zNY$zG1Q?RqQ-aAQLc445HD}!1 zj}ARdxc)ZjDN;cu46s{4Rpy>5Gg9R^9&mJX>ZFNAnXvuIUwN-y?U2d!Qr_*3tNS>x zWb@2Q<8^=0^mOQvu6F3_!(D(|k=-9oxMV$o<(RJdY8L@s9c2jEZONYC)XOFc3R|W$4p}-c`*zo0|NPX2sL5IchgwF z@Z?~WMP#YJR zL);E-fhCq`9*+rOXCyuDskyCxsvl4?>>=7+AiHX1b1&rnW z_+1|t4!Vd|T9s}M^-~zKoy}0h2~T=u&S&U5uTOD3QuOOTE$7>CRB`#C-SP+E7oCCH zkW;+D#RUS1xW5N0CRZt+DK-7k-6YwG0!>En*K{bu&2B;NT8T<3$*Qus35e6S7p)dSe?1Uav-ziWSUh&ZG0YXnhlaWpOo_lXRT0P%i6qtrk_}SyCe5CwDyGTi!(E2tU%y;J3x96Mv z)}LzZ87^xGmA~cKCKb!&oRCP2eBg&TTu7Rm{u6>!#=)shzk1zB>}bP&KlIr32k@2J z(PDVj@LHP^JI0G$aFa4mps{>arUrwJUjf!Ozn9eV33sRDz`1n4>?c$+n;EaNaXyQO?t=|Z!m>N&@>6&JQP5nGXG zx2NnP1x{s}{>|+>IFO!3l1h!daogeHGJ6Lsr(QbvZa$^pd|}`^m4e97bc@&Dk3diW zCwXZLxRdc*E7xOb6=o-M?(G9#mrvN zr4f*C{Rq>I@rYHQ&NDO3`vix2V}xouxLp{g#^Q&#yV!tnHS=)mb2~pLpp8~b1kj7p zcs*|(o?G=WNG+?1Vz}e>VN%TTzr#NDW4QH6;&`b4UKodxg>ncw zQJn6Aerj3CFIo4p`@PIpGYIf37L1*k!&;ik)bR;*Gb@-3ZvceH&ew;iE=wsxj&6oH zCeXfb!zW@lq22>3`XgL;w)s&pd}-rlMt6J=x82z70ooY}+xscLKY(kY&s6?X7>r+j zEAuQh;X$sh4E=w(0JHngSshr(7~OAwR(tMEb8B*>m#!`R-d{%U4?Zq&*$ zMerTU)y`IzQ}o^V<78~Esw#I|L#2Kx=WD@d?rB$sQe4w;Kur3RC)7wQ+5`>2+Yzhf za%#&*_dI#IEBLr6>D|pT;u@UqC)Y;YumXqPpPny7KXRk_d;TK&DlSfOLwq2tq;y-Z zYeViAzwisS(Id*Dhab=?zPL=+>qz3NeyWySygoUOO=b@c}>+TNK~V3KWQ3(wS^{ zDtedZ9=mLREQe$GQDMbjKi^PIS-*L*JH|6x$-0V;--cx+$ir0vXMT}Zyabp}-7&^= z*eTJeiN1J7=YSeIME!J-W#s9cY4ryaMNR#;t2SUb!Sq2y&>{up|zv^PTC?*CfLc9nUr)WuC552>-# zHSHDqxSTirx1w7_%R@klj0c(y;9nh~C7bSNcA{5_gfv>g(NZ)! z3HFC!Cg@h?evD$~v(Q)u%gq#TM^1ey#BKc|Zv)gFC#BvxlPb^I9eea|FOGQ}I&TcK*`Q1 zW-+e^^Sa@DCco_zl3?RN4tOU1ZGijln*KsIgdx%tc%Uk0=bU-``%_T*A*$UxlhTPs zYDe5Zob*%mO~oAjZFD^_Xv5acD0R~ErOJMMk-6xyJ5P`Oky746Rmz~l-$JUZRFvih3(9|iukk%5-GWOLI; zt1b+o9a0{(>5|zM)tc)vOdb3;DL4Uw07Cw`)z_F&HA%?GpLkSw2wiM)cU_cu-}*CT zGS(vcl&E}ibR`D0BKu?Kph&(Hf~;Zzlj0$?_~=u86^ z<#s;kU_{TF0T+$fDm3^&&O83K1xf1mt2DUxQ4;^`>n`X<5wk_8@K1I(a3-1}+D#@C z={#M~#Ia~#oj^)!P29{`yr?1F2QXpxO6EYmmlX$@l_piix>`LE=wN^%z9wx;dKLlw z-?T1lmYX$CKS;zz@a>fMQULs4WbRw72C<%f*NeP6iF_aF`b@^>#eQ2iLP(EuGR>scF>@ zpIpuH-;(wrxPKIb+Pw1O;o50nb2}D^J7(>?qERd}{UGnZON36|dYUOXj6%SXQlA~) zYJ~a6kI-;NH$XR+0Zk`?QU<`(%$#@D$N0QMMMQgmm5OIOoe6T^?PZ;p7Aa&WR`K+n zTkH}%e>$pvhh3!OOKXsbuzPIPJwH0T=J?}@rx$M%;AKjC9AQ_!w_Rf&X!J{S?39XD zI%?yh6;+kC_!{6h{Q+8FUDgOm$%+lKGlQ{39hxF{u}&u?`_R09*@5BmhZ)2M#7oTE zVQEkTY;${XhvcIL^&*zKuo}$TUQV>*Hmq2d)*vD>s)9QVUFci9XM}7uJzY0i3g?NQ zfHW)N*4VnVN{V4L2rP3P{vgljOmQejWlO*1Mb;nAK)a7J^dR@M?^-3nTfb!WEAnkx zL#~30+)*-6T)85^eS~4%^p2(eLq)oIAC1Z89f*1 z%n;JB4#UEQ+HiV-r2v3Oq%JB`DIAhnH_zrVCi_J$S7kP!2~;rtIDz8Wt(19IKSsSp zZ+;s%uffm@4B7MJ;~P+sAGs^Dklizr)50ZO-h);O*jcD7)u-x%H`&l(0*=SG>5)e;MIj`#!@e?*RQqcIH&%X z4v>Je4w0);p3{vldH6)xOmqXSTBhRm9B?k1*6vDkwM!`(Kn@K~rLrXQVKJXMc6fNAp2`ej5}oxwTOr8TROuQ( zq`a*yVRVcQ0FV`>Y(cFDNoF`wRcO_W;_{k*& zZje&S-sh!eI!b>%bymc34~*r#W8xHy(2U`=JB{Vfg}9o_`$ki;GlO3oA%AL%k8pP_ zHg2p&L{qyW?pO};%km?a$59UC!E(;wv30IXW{XpMcT6EvAy?|HlJBQ@UnVf|I1tHp z!jq5bNgQd=q!)}slf;ShJ1ZUoTF9@%8%D4!pMgW%YXqIFRFWH2;WN@XMA`h%c>!ID z>aK$`>M?sl1E(B3+=!o%!{g5aZNf&gHqNZH5}Jl!kkTY1+a>tX(iBj5cyxej;o>~9 z>^4)5k+cTO5ik^tG#049z=q-{&Ih|ac6xs~k>8C_VuhO?!73a*rlRpCV!3=15waG) zG(Q}pUNeB{F<}&FlF!Sm_qxuX@$w9T?vbf$lvUPh-pl^CHuH)s=0{_P7_v-nB6E=2 z*p~CRat$p|X2Sajen13+SlNgkYhnK>z5p?i6k3JEx z2O4Zg`lXR};JdUlD?eE0*a@kg-koOdHZV=`w=wc=3W>+9M%7<>ejp4&o>%LG19ov) zji-+b+n)4Tl5xsI&qdbO7*D&jJ_gO|?V&CMfBJpcEnVt)E85A@2^2ng7xbhwc2E)h z!|9LfbSj9Vw!DZI0XoAIV*&jBa#`G5*kGmP40ge(Q9fG9z(cv3*pS5fC!jkNp2hk# zNRjHTba7Qd_hf}1s)8V0DO@0FGIr)^60vl5>pT@f9yR{~B!qNA|7`jT%E$yZx8b=>tTLH6gE zIJ&kuKdURZW08A#FwXaRl~PVPp@@Iy2kioil6G{;G9_yx z6oAcFvA4zMxg?#sVnc`CH0@r}*siBWLwL^_ozQ)79@%s_-iqYVDpq=%`!K4YLmTDCwN5x+o)5NI(C zbcuMmsb&QS6JOGP+xbpHT@$=m6Fm}nr^@qd z-BiJdU4@ex!pgq6aY8@uf}n`i3;ut%13RXGb2Ai8rd5LpyWjh7wkEGhGTv z)xxJRBhsjyILLD-QwTQm{b$yl*)`bMVMnt_t+0pu-QMdW zMDf>r2HOkxG)$VMU7gNv9JONX-_^tqPxP0nfLGtQj!m3E8w<|{rrrRpV4E=&^9EFj z0h41jA{V>Fn*bEQ`Beh;#|t%?%0g^_=%Cbf~j_dp}YKWg}37^-Yexc^wf`-9`dhp-k3k22LK z8_)cuyyHwt5Z{8H#c0zQ^hBqRObjIacpa|h`R*jWhDP*G~gI|WF4%B6bQd=Ewq_=?E zJS@lhwL8uCB{76voPJ2A; z=1j1q2Lac{B|w%xe%HpPEA^K)JN!H9=EwBvcd9R17_`ihI7&(JkxiIPc~3IACcLL! zAF%CJ>=I<3f*qKPS(&0I?dA7=oOQ&|B&U^^YVX2h$Tc%NdFLjijU`@6iZ{FpDgwE` zVR7!7G7F}NcowM!OSM#Y8In0#@RvH<>ja~om=vkY+~;Ng#o`cp+qu(UH{to>6aAC6jyPEzBpe)t7glOXru(~CwWi7llIz+{Y}cj)=} zRMV$JVekKH13M`ur|eLHKmeX>^s|j8C@6{npuB9^fVQOa8>QgTk~kdYunS3|I5AL! z+ky^UTsRKy36U!s(x^9`R9x5C5&r6xnwjlm)m|nfn^`BC7*BLu72lb9} zk@@;|^N5-x*|lMs$LTl@X*ei8x!o(=!NI{mmc`ko;0w-@6;L|K(yl3n8!T=|o3P9R z*@{Qh8|0UwI=QsglRxUn%ZzW_ah27m3PUS3EvuWZ3T8-n=ho^CM#L|Z9-=xVcWP8k zgO4XvB5}^Ih}XM;PVe|z<4P&0Xn}4mgHgfhK^t&mTB=ollb8rS_Cc`739omU^&nVa zI_8+V1}-JF!*miw!#<$NRdo=^ZKs%7xY-%!8*`VspXNei*HC=GFv--B!fsc^O`Sc1 zxaactN6yl&B60O>H1F>Z_BHH*bNG5Ix~y<(KxO3=tU)CwVG@d@&_Dtf{m*rHx<@)E4gv1O^%z&NvdIoadO30DcPDo^AG98YZ2sJiREs9;g}@q53N0~&w|`%cUa@E z5Ztqf9USVBtw%m|*Hl8eMX;NY1Ni5=F?#Oc zIWNNPtMA=GYiNueirZO_x4JfSRVir1tUKK+J4lGD#|AI72(KyYu`U;YjQJe@x;w!% zzmmAuz>0~yLiIGC7*dS-)@cu|I!HCpLeLGD>reh&zP-wn5(f`D=FCPh1P-bn!=}tV zRS5pvh3Z?e^-qDu0c2)5mMG5B9;HkwPh{EB^84csI)#dtAD3yB(17MB-ufx^!tO$* zfj0b&U2$_->UFNEMYaPbYo+#_01RJ%VQp{9(wMN@s)a#P9?!Ui9aS}x^J);rMj71Z zV8#~I-6}ir)2K30?w6@MXU2&Lh^=snD|qwmJi>v~&FYGTcd|!l=Z@aN=$DNOsgD!< zsAYQLiCiUg{l3r%2gkib_4;=yqEDUB;Gi?4j_DsugFDt04$5}Jzv@P~twcmt7^S8i zgA_v#ey$Mv$n}z)&PQ50aTnrRQf`d_!c%XC~)Psvd zPP)HhZ{QWy%w6_3Z%5gW{!9*lYM24*8haXP^CfPsAy*&?|E6H(BAPGV`8Ooh#GWYh zmauYDPgNM_@CMT?M9@Zo(`fEbkQ?Ty`1d{$V;9%D{iA)@ne3I zqppHgq8-v8L4R0PLGdt>QpJ5gj04*B1I4?6bq4sHhH*IazWn8KY##*XI(oIoq4*(` zX`1har3SA%_CSe7{Bx12U#h$>638KEBEw6DSlbIVb?Rf$s8Fx^URPs#i<(_$a0VcY zo#>U^s`(QC1%6YE@4i3xrhn&*N#t)h7j8Ktb4H_Vm-xJhnElb=I9T}=OK+vE5!;+c z;o+zbsQdEZ7wXpM-Y-T>0F#s$9hejK8i{^v6b#FtkG{ztAKzWFXc5}31E`|aTblR` z|6uaG9A1G>2B3K(&wSYmZoN~Yw{+~qDBbTUsNWL&Xi`W%&MUZT#{Mvv_$NBj_+95` z2XJ2x{ZZ;vW^6uyUDxfCI(5966o^0B4w?V(k-~LSU-#(Q?;RJk{_(=`cM+6OZTa@{ zjp5V2nt%aPRzG#^uWM z-vMt_ovSV+nC`{|P2>v09m}IZ;)NhwX`*Q+QhKEh9FpIXAo%1B=iSkrW=}9G%e#{=gZ9 zk`Z}*_SMF+t^|BoTY-)B#ofeG3JNT%$TFj(L<3M-K4wIHCK`g^P;$2i8d}~+MMn>o zbG1%B4~|JPX#lx)&c8jFG#FJ2+$9Bb#p{Jy=rm2+ zqy>AQe9x$2R557ZtT|78yYxUDM2)%$l2KUI20gZpZ-I~dmi74gXF8!1{paV}ik|x= zM|fY^x`34zb+2gG5WvNNwB(Cc;)pIVTwm^;P-jk>PrYZu*58onB};SAjdGZ0avc|+ zVU_PW*T*-3i+gJ)Hj-sp>#mZ3=Z9jd!`Xb0oZ zF^*}K1*#u_+B8NQ9|wwkwz;K>zQ`_jv{JYh2?aivp1qQhDb^m9AV8chfWe3gvqcKf z@=ZuZz-%z1x^GAskG6+O#J`T{;8(n|X@54{zc#}~G#4m(##gInE_O1d^qWL^ht}1p zCwCV-CAPYTZj9@iRB$=2Qehs{ofcsKrdKN^>PsKxs$u9TCQm2>)~H+U|7+edQ8h)G zny2ytppln6O;TRhJ5YFnH;S}w7ew6X`{_dAo#~-0{;n{(7@zxtTCx^- zXVM=_1)2O8pX3&+Yk^R7i;b8lG;?Ey5EwIjmli4c``Cq1q9eiYp!#PXp<`}LLMQdx ztQfJH%|*bFq*T3X;QslZ)4(Hr&OhgVuI*&!^MIcEX^I&{pQ!8RW8XsV3o8;5;<@md z$~*d`^puM%o04Osot=cEi6BM{h(mp<0Tu_I@bp$~k~&A67hO%(99|fT?332a%K}2z zaZj|e#x{|>%rZ{`Pe^2xI-}2*Y1NB(r)D7?+ie-y%pir~5TH4_z)A0F+NQh%Abb9P z-bVQBpPl2=LH`vYNuXzW3}{d6L?=B*p|kE-TQLIYI|2t_e)t?g0=%-1-yg?9Fp8*l z@MLTL_fwBfEl)!#P+#%I&osFdDZ6HxvFgWd)7By}kgl6BIO|ZwQZ557d=neGIbb7F z^C{YfHaH#%vjWONH>#n=aP&O^>i%oUpPb6hHjPBXKhP0E_-0$5X<};Fw)}1Riu6Z zyUaBEWQujewhEWLJGjBY9TNuHzq_sH-2<$V7VAVla%y>VYAYbH=J1{R zN&6x|)-N15)xdRX5oao6w73>OdEE10Zv{5paemjNoCTH!b@6?!y*O7`q3+T^>tmsP zF~qvph0VV>Xd@vZxw-;8M)UqZ7Gg{g~S~!fCu8{r52L zPDN!hqbVmK&8 z6{zTSbd5KsT#L-QcGtBit?O7#-?bU4O{;)v@2kqjl=K-d;U{BTuf+uR`QvMxIpsP5 zl=6Sh+dPpx&fxeo@18Q%a^RhEEy>ng(69~T)m%A#Xj7@hI z;^r(6@}DRs^3LJX`! zjTT!MRl`aFN7aRjE|up8P1@NfzxXwYBKFz)fmXu0h&B;Wy|h01R;Z9~gSd`)%j^ut0f zcA1hu#IkGpUejS~ik-sh-HC3ZUwzd;T0rECDgLyfw-5~4nVH^`hAAR}D^zzYhxV^q zSZh(luhxilq`9?UDO%~xxIx#l)4JMq@>S#%5pD%)aGjQeHG_8wgB_2EL*0e=Cv8NJ z{pzvoQ7z^V97EDMzp*`WEzNuf^h?1>$O$g z;2GBOs4(-f>_(dPf7$Awpp&)h(p99ZXDpnkX15JN4zD$6Z7JvJ^7}x~Ll0;heggLK zh-J@=Xm-BK)`-7*e7VN2EQ^~Xa(#Vo)j1{o2CTWnao0LHJLANO>-)pwBA1hv*j1?z#pwx+~@qfW%-I~yh<9Uy@4qz~9?V26ucMX`EE5K8! zFJ2sc(m#l!s$fqX>AWtR9R;+V1*Cw9Ij9scvGbI2Eo~Qja_(*m2DF{zi@Z0@>9Ts| z9QVT^U7-}{-xs}fxxZA#QE*e@Jc8(c)12hCOl1;-V@VppM4-HChwgGEXPSN2Jzz;k zIpn|-nvvrq~@Me`TA#Cg#&;7%4 zFcwm*IlHC47t5fK$KM~j?y%Yq@V!8Rl>;l`wDRvt@!!pH-ziJyby$?*99r9mM!a+b zob%w#anH43yp#02L871QEFh402Ks{u!|ICcwOw7NT)$Oe4K;%*RrntmxrO9_wV#To z(|J3U^L+Z%MpC<%r``nk1GyN;QK!fyQbbD$KboY4m0?j-K5RbzFXZ%*?4=6v;dd5$ z_VP^0>w%ruibQ5{K5rxG`o9=DL1;3wTPjq(*zQv%z?H}GYf^O$n(OJa_HWCAu3diu zu?G;ePUP)QCzzd$cOFY;wx?W^Y?6hoN8e%dUR27x2?TEF=;){BRZd-Rn$2c@?LXq# zL}_}e74xOvq-z&;g@@^v^-d5!T^U`ZNbOfCO?)OYqiuTU--@R*s3>sB+5hIRt7G0= zW6m6POk+Fq(#+l!)vo$ANnVM7SDFMV|JWUcuL%TlAf|s_wJ(? z6x;q%ta{2UU;?i~5ZR0aZtYzM3HqRy+fc1UQ36uqPGXz0XR z!>!q=JCzSHGurrQCJ#;7NenO4+?tyvs1$>~kC(@^*@=gdcX< zhEp`xhj2*ApdDtkRk&bc#)@rtJZCa(BMfW>HoG92>z)&Y+V1Ikck9x*l8ANEw76nF zmaI3MzeVh?tcfUIANvxvTeEJ|ry*W%lztYs0u1pTJI9eK&%E^HBDNGJybrW5*R&^V z;t4nP2|w*57V51!zR#(WMBQUXcB~(ki3fHb+Q%vyCKD5e09{;+f@{^M-f6h`ugZl+R!&U$2Ps&ed3nH z@hBJ}bio{dl00N2y>dqg0yE9t9(mv5tW9~r%a5R+D++DAAZ-)9r_Or|D8>1$BFTFuZr^Q-voMmoI?!15 zM!~j`K!VXh6lBW8QxhZI7ND_e(=XYY+0$Q_in;so_re;Z_rvU@iXV0&S0i4#(z_zw z8R_$_^ujaz$LSb8(@|xPtsksSm{M0$@2wi**{xGfBVxa!ci0Qq-FDv8W_(6HXTUi( zG%RDekSOiE3Ni8cOFXF=?=#ssYNH#+gA--K^Mmd?an(dE&HNrZ4zPj_iM&5XB$i?X zA=9fB-Dk-nJ?AC9zcwm23k!5#|GhaHW?1_J)+{WAjg-1X6D9lvf!(LrWxype*2uoZ z)MW|#dt=2Im)=o`3~o)~?%h2`)9yP9Lue z2e?fxotScLEc)y{5B7oLknpO0wywGX)dEH$!Wx$q*#(LkLXZ?~= zYzqVagcxS zZ$w^Ll2qdDU?q(Ergq$PW}HAweJjfmr>)PClLLb4B%2*`@;<1+NZ^8Pf!QZz=-Y`?BQWA0) z(^ctVD-FXz2X7+nvDt^XY<#a~{zLXxci7?#sPnm5UxgRB^gsRZkUa%{7JPVCusy%| z^dyHa_~A{TeHbH?>P$UnoV}hr22xDt_mJwlTtUTaQD79xdryaiM!F3*IOetCNxvmG zd`D1~KE`pEl0Q@Q+kM@hIfue5+roiM+c$YB(N>s&sf^m!OxkRw=KoRy!<{#UL0&26wF?-C>-ChV|3 zdg{$rJxr6|w;Q#!eagunn|P&B4bn z`OLfbu+JOb`S<3l=Xwz<1AM*Q@!`!*zScEz*6+WJRzYpcW^t1$8jF{wb+EKiSfyLB zdpx{4hw%bVTv?}otey7k|5ABZ;oChJzCW;M-nw}DQItkk8^;Zx4ZOs|Y)(gldR??) zhuT~b*QZ?;2=CXMvb~!$T;5G8*44IQb~|e2I{eZqP|$rb@>wVI-DL}s3HDnC(wTq6 z3N4ti(0Z_~zX(w+%W*yc=1+6}<@@K>Z@gH!GvJ%)*A^dE$z6Q>@cCLhx!9ZA9h!AW zjYpT!M>&yfZNba}Hr5UgyFxevbXPYh2pyU@)iQB&IUVNj8TAE&*UPG~Y!ujlnLj^< z?Jtl1*xXUD#7DysYT|<2V_j|^Vh%md+h~{g zj3DDGi0kE*O3iI?ENuQu5hw&5(`ps~dmT4s;#=p1?N-W7-Z6idRI?}DL;H?WLAUQI z7N8w(Hb+LK^U0v%jiP-ZG_i7tQWCuiwiA@~=FIk%&{>5&y`r#qfmmH24L;DnFUQ1XTchPTADhbMx-8u%NZ)$EP#!JdT2HSE319ynt ztbjd}@`#I3)N5zn!OR*kd zmEm~HXruFa&_8+fJ1O(%%9!HJLQHAGYHjssV85Dnmi`Pi>>`$_ag#@XgaelXn)Q#A z8p}tB4YI&@#M2)<}`_hFTS=rSlAd3ZGVe0d%H&R;BM?CdLb_EN$!+72PzO!om7C!z|&0j{v z#Y~n5Z(KtTtMNs41pxF6oe zMD{yK=e5wRx;(iV^1hIywwRz&NzvZ|lLQvu(cAOK&NS=)W&9`U+8cE;-Ka_^Duy&x z3L_p73K=A1*dS*!ygpr=0f=5~IE8R8jzAgUO=Ikq$MHm;wyMP$>x>LPbA#;LL{xMG zO!Z!)O^X9o#p=2b3Ece1yPQ6KaO|@bhU0oyEvzwZb#x`Ef#kFjVtQi$G~^3jJuxbC zp6WQ>P*q(E@DAtb=5nVMsCg-0#$l;wuQ3}-)%|PG?Y;W;u&QzEWZi73bKqp!seJaR z!m&PkjPWt&6m~<|WkJDJE4~>vsi%HdKZ{H}fSPMkkno{w$2vf5z1&%Me(av70GLX$ zY=A;!;sn(nOe$|LxKzxKrk8Sjl&KF!%bIC!-G@{ATmISx{<#RTzihq6f zU6s<6c=4Ez4|kCOFHB}yoBjRn+joeHV>W22CWsPU{5eNuqsb#3mszW-m>g6%4^3|0 zhH&k=GtLaU4&a}#^&f_v+Kr2K_rN?1Or5kbGtE>inAe_v!3~a!s{)tbl(cMdxlG(&XdQJ1A16$ySe; zsRRL^ulchOzc2FD^ZC#H}W)=D{Ly*K>c@o+!v4+`sqsc+?RcnYRvkr&HilGpAwZoZWQq~=zyRJ(WC(I$Uyve!YPii{U5sbHH?@3!u z=vCytU}gF5uJvryPnO=VaZiT$GM*+I*rg1%gmbg&(eltuc8)j4T-?iuj#RO@egBk! zHjP_ej4$w5IEv$oMFbhYSjALyp8@tC%iPVPn*#1{*Y4H@c7{BJlEVg@UBx5Pj6PFZ z9e;JUe8th?D#qXU@^_pKvQruT<-S&Pf2=+K`?*f|MBz=+Yy*4L1A5o^7tcwr z9%Ap`a=BkFn2O=0th@P5YM)Q1990q&z-?z)go?PSH7)UtOaWdNm|pksi2%pr;aX*7 zW3OZI{Z*yXx&sfB@28+1xG-FOZEdyGQ@YRtt*7MI)aO}C0hyNT3vVGDVqKY8{#|)MjT0aK zWWu}YKdH{>#OFT{f+FrO9et_2BSno!fO5M1BH=od9Mnn^Fmrn{8X18<3%e;(K$qbI zo3bc+@wOz6ve8aFRBxqMg5B-aTPyLQ&H-EC{`6N058qIE;*%|7&*`V}jPbN$e+#jW z!s%UhCZ15uV1NFP7Vlb#+s$(#toOq*35DEsX<0QWXq3ZwV+GS-Tr)@NdW0ae5i)ns ze7|KZnE5PF7>E)I5_R>w1E}u(A5GW&&gTEUt46ens#yuC{Z=EC21U|VOVw(tt-V`& z1hpzCYR2raNmWZ*HDX51AVKZgu@j9wVg{jKpC7(|z;j*C^IWfUUgwe85n4b1J zTF%l1!wzcte1UI<W3^ zb%wAE{Yjp1Ef}_y4?1ugRWxjhL><4viw=r@1P?0@**`=Bvl;7_0-?o~0@bQD*osb{ z&Q4DE9xUZu4ds2!*OHm%j_uyev~iD;LwC=UaJO0k{LA0fu;`kdn5?&<8Qng92)^i`+|sLBi5^zr zwLY3*lRs11>XTLTccXDp&H*sSK*ojt z-^&uNdd;0EnN@a}Nq|$Eo8{&R!T8j!IS^VJbctTKbhetP`6p;V(TT<$o@2^$@lD6!OMsEd=?- zJpXGQXtk90CXH_SmZ4p zd=&2Ndgjh;QyJJ5rZ69n(PgYh{Udl2;PWbyrR;4wC0hYNF{vEvf1i=^X6w!o%dn}K|US@1QfKA+nJudSVYNz7^h z0Oxb2R8nmnhP~VW_eS7LG@x*1QOsK=&(0a5@A0;NNIqjLxjOv>o)H_c2N7~CqNSL4 zzk|lJ<#--2?s^~_jQe+_|1IkzYO7f8J_qk#-+Hcp4?Za<D=oqjKBZxjT`s< zocD}s44b!|XTm`~V)1t^QZ73Jd9FMGep?P3t-QwHN#N;Z(q+iMY-wUhn`{@g?deAH zJh&2#VTO83{2+M7UH_)Z^Et0kYTk6|KaDud`A0XnbI5pfu;qE8)<5^OfgYQ3obeU^ zf6Cs2fJx?ZZ{DISX+cLUXBJalcYdf;rHE&TqQ+u7Cu=% z+C8JYRe=Izu{#g#%ip+Vzc{>cQgikJLOmC>uKZB+ApN~9-(`Jcu1!%YA)8SxM22wK z(qMVf%U;}UE8VEsqLXW07UtHr`Y&8@ji$9-t_rmY#n}4d#wcvKn zAe&=8A$Vf~i?CN>u%3*;Anw5n8Q301PUjnjZDx5q87&u@ZqbHX-s(enA5}*mzlg}=`9IK z2vK&E-BIDsR;o(wi}Qm;pwzC5_i~jvXDhm28k|#1FHCH+p8EWrkUz0I+7@h|!)K9# z(%El`l_w{D4juIV19o@LF#ViQdd_|$F?h(`(}t`Q_1!$2!%U%?IS}iTM7QU_GC}CP z+1tl~iumX08d^pk+FM^EuLX5zFNvmyI!8>QR(F$OW*J)_4a&Sl)`dBJcl3`vzMWO0 z;Vc!C(QGGOAdBEBCy{V4iBFqOftiyZ8q9?p#(D;aA;-UZD5sRhX?b6_{`=AST5zQr zrOkjYO`-XJXH=s{v8^X@Tpa=}rA@ulg0eZW6<`uQEd1CKp8>W%2DTV`Y=M#}`t`JP zobIw!s=o(a<<(dyKEO$zYemm-Y=NdctFsZ-VMo6m-v%uRE?(1c_Jgh$YNFaeoz#zK zFIP++mt*NoMpw0&>?O2`{(`O=7j57mY?^-cj8Y8>oNNa!)vL?7z=u3DYH8e*P9EEH0yo5E5!Es$f)HDIiRd?zEdoTadtLoDi*`dAtN@2Bb>95;9gjGeQD=uX@ zK~44MsuZ8ZY-0|3Iw;SJ9k3~hCqV!o+Kg~#^{R^GA5I{97IGyKFlaXkQ5@YprC$1fqsRY-_rn2kofXPNsoJ~FDEWLZe5 zS~jv+dS;|i)^PvdQaIzqb)sSd@Y2t*CEg8c%q@0L0^%%Vtv!*NYy9PnoR89Q zOuWbG@dx*j-StwI19`-gHXZk^*lX}KqKE$NDwLcd)K=vtngXJ|=dbf3BSS@HRu@*X`t>+?d|xL3{;#}?L} z2D+1Oo`<@+YT*#C_1cb{Jo>9&1FzV3m}`WZ#nDHU~l9P>6W#ScaWPGULWADz9DN+Xy))Dy-f%)c=m74QLFjhI)oDvzfnR zR0|y(HNVW62;iR0dLsu!Xq{HixKdRh`zS?nYwBn>>Xm5rk4g$WG}p$~E(}M^nO+mz zxnWu05vaC#MuJFTRNG_ZfTX9pb9d0%OWWfPb%uVvw=Ku4wRIUFxMfB&NqJ#g=b;pQ z^jBA-*KP1X`LZmCbylS26-)i~G5an_jGItGn~$WXF>3xTim&y)P;{`F@y<>aY+6j) z8M0ov&&9d>XFeq{NB}6~H|=x4*fWx&w7Eq1OvDi^QD?`wC@X^Fw>RAx969q%q#$y6 zNXfk3t^#Ku)de<&KeA#uK+--myfjAk-gB=ic8Rhj2EDgFf?Y~9r43ESWe zUeQ<$R*Y7!;tW_z&MeT3UV=||0g8+eD+f9&D8Pe zxGaJLF+3-ux~2dg_~DF7vQ3KjAUFV<<}t+f(4H!+5^UBPGPBI3@l$O0sgGDl^wr!? zQM-LAn?0J?E!5$5e)V-=B4nSa8Qf&dX{z##T&0-y`kbUkf@^Vfn^g5zjC1)3>#BgM znbV;2A^sNI?3Rvfmlav9!*GWn7ijJkFOnr?;sm!4Dm9qYp*fYVIe5AGBAc_&CTGd{ zoc2?xZa!T;UcMYw)z#a5+9_`^3ikx<>zjD$9XezbQf*Qm(wVF*@bNXmDCP4{6d(#7{$NBTR%)d2h7aA>pp#min%ymsDKmDu<)9C4)ENv4VG!!zeE#fXQJ zr6tAhuTulG4%^|1VqaAAv3M(i1V}^qgx8>x)>YU=;i=A|HkvfR=ZKG+>4}}Hp(*xC znC^pkeczfc1yA*wuP3=y6Z+{i+9T0tw@D-c{sWRAL(O+Ky%_S9NIVu(`G_m#Z2Zlk z0ir!fhdEEnJxeyRaqEy8st6Qu(O;!&H|2#H6^M0l2zgi1{ur5 zpXmP4es@>z=XKLUp>MGPU6+y&mmw(9pievL>HL4*Miv@#u~=J`l4{cyDG+Av1)xXP zlgA8k1F{o2o6$jWMUD^N%$`CNVRj7}47qvl9pTVCLR+tzW5yN3n4>;NjY^v?8M>E0 zFt$x{7@}Rg5Y=RVx4~>T9*+0L^8b_D&S6yZO>sC2I{%uc3<$_lrT@EP{PHTO)9=A&Tma?s`lb zKhHVau6R6m#URD2YF-7sKw$P2?wG@dHIsQf2dorj%VK9`Yv!1YP>y8POD!UJc+=Gm z$Dsz9CS^_(>wSq!h**fr@-9iENYaTlXIVwh-wrj z$)L|_x#v@;kZdiK<&i=Sv9rMi+=NncC{|qP_U?(+a(_-6^4m+fYm@i3k^O>StMZid zxBFEYA03>3CPK(1GGL1LJSTc}=nj)7#)Vk>-JHGZ4S!Kp)5z_nPu<($re8iLuH-BroaAw-kAD5&>^k8P{2R(YjhScRAO8(^Rkn2T z)7KYBH|(z6owQuwM=qj~=3HpRqsH@aD&wYiLVZWX4B_omTR_Qdak$bcSLF9ucVPjU zvx>-+aM4=ftBbPnzim#iX-X30U@H>&2Jq?)A1OYHswz)7SPVFslc3`h#&1~r{1i|K zJ0Zs$>HJ%HxLkR_v8 zVgl!aEy~RvKo|wB7zIsezfrx=yl^K77*jPL>8~g&+|KSfmlbHrWTcuI$;tUmX}Lsk z0Rms;?o;iVL0b5oCEJr0pV1=&wDLnVc`sXS@S>V_qmkC%H22bh4d~d`g)sG&ikU}B zI31zue3dZg6Seil;c&zpcaXB5*XU1oH^ua_ao3?lIHIoP`}oUJ_b0)o=*|wGbMoKB zJl0~V(9pxTrzjbq{0i&glzA(XkPVs-hQ;QOa&x-!1B>Q`)EfZ-a0|xHSu=DMwq+y| zy;K~diugtVC_l8uRYIl6BE8{an(re=#IQ0ZB=1QWdEmBR0_~3!M=(1dNsxc?*xVxh zC{uHECQ#CPxwQIC9Z<$pP$niB(Gw1`scur_3;7~Pk%Eregq=AGCX#)mCmVE{7g(#a z)pnFh$$wOJVwpijY@^jaOw(`JgjJsX@NaumF z@AE_>wDae^InkT4Kw7IgTK+dfU%m;aJ#8+3aXo7(*nMtSM1stzFN0 zu7+X%x`r=ifzn35msgB_al1D{Hiwv2IkH;(t68USNF542cMaAs)@m&-xr2y^-cHp> z(5bT0KWm&#Zxt3k$Q?Rr>p!|Y3;Z2=(MqW>Xi?Z>mz{sp!gxVTVmDyTVciN!SO*VW zYQkwLc4!}3ftHQf;~_qD(PIWmx?qmigk@<*d@j2W0Y2&PG@=NX7;xGrdv@KY z$uwgul0Ged&;2u_G@DTzI0B!fap}1HG8c=H*caJ-uX+F1U@0$6mo6|HZb>i^8@PV7 z5ke2IpOQ+?VpE^zkeNc<{tEjPvazV+P+gaq_D9S2CHYqc2WH<_wV;G%_R3?*{>HkK ze{prMLGS0Z^f4;K20gLa=PF3E#~|eHqD#!{cs?ocvT?Av(awl9)?qUOS{!77ocJqz z3nFYu`Q_aArP2Q0)V9RrUlC%@=I9M&&OAbXvT}NFoQrQSOs)rC%BdZf?Jf7iWB<4V z;Irj(AK0oG_{~IPD?gFK4dN?70^l zePq%wX>=Ll)9fd;VOktJOOrd}q*F~jJ8ovZ;a;(GbM*Tn_>@kLI-bm6`$xNzWUGVB zRD6EC^FuR*%(I}w^0t@3qEo^DlD$kTQv>P2JEr-IiMM7HD`EIR0wgsYsc5x?1PnZJBCnL`1b4|7C*q1NeH^isf z?$*P^>9WJN4o!R!#H`9My^NuFGv3WCeo>M_W^<5MmG$hnfC`&rRO^z%cVInGCp4!Wf(X!^ zLYg3?dQ0r>Bl<1Hp}MU62sXn&mqEMy(W7=GZQ}ejK)^e$FfSJoXbjIKdNgDF94)=s zmeLx6><4{eA)N`B2q-o zzNl&LwiAy`Jd?w=%G9(`Kd9~)GV5fXG4jpT=sn^0wPZze9X3B)?QzAIG_Ol<9$ zLg>s#s#CXN{vZEvjV{pd|&JFxqqc|0Fq zNkhq$fQgvT0SW^#iD3SJUDEMSUTd(SYRahns&Y-d!$|4AUNmHaS;dsZY@G?QQnpch z9CFPQ(FXFtm`$OSn4t+S(ag+p)mW>Ai!l?Oa91{m9Zj1*h-{gzX zE_rg6jNHCpqQMjs`D>n>iso)PV254w%2ra-n@0NU;8@L8zLL=p6n$qE><>!xuuSAKO2q1EU-l)O2?`af4X zC}K&XZ@ZTES)^-v?QQX`v`u{NxP^Fa=i+zWk!LHsJBlo`q{~0Yal&lgJNZ&GD*W{J zt2^aa@A?k2l2D#f9fVq}7J44;aUv=2{O*W5>D6e*6W?%x?I zo|9yl^a-shqtgOaySqldtl=yLYheTr&uw)HS_7$)q4>D5HZJeCVAszJqJj(sH3a_d znT}(#n=rW+4@~sIj=aa79(M_O`FhgtiC5W)M<4hRdHv40Mho4G<)4)78Iuo<lF9As;mbHZYZnT-Hr5MZZ&^^%F@UxW{mJ0#i(UskG zwtWY?{lZLW1M*i|n_f&aQd|dPkmqLTl*Z{9qx$Ln%_HSNfGvWg~ZYCqYZm4Oer=_~C;-fw)AW?br|v-y*zw zhYj`9#_q3w+suWp&g?<>i$|#nMVx^E3qOl;C9f$(lbfGRjR8X@SxI`|JJKTes%j_z zn_yu1Clw0nfX=R>X46wSOP^!$b$g;(uIp(a^vTGw9X|d?9i{-F#e4Xk(Jl!c*n3*N z7PAO8&Z3Fju>?GrWRSOL0;&MC#MqlBVD6m0!32I{+vW128G$;FU2kK`toL#M)g&D- z9!j0zCijF}nU5r4mI^od9saz|67f>M$KB>JwPIvdT0(Wnr#nwC4Lq`@aKmmG-Ash_ zL~;`R>}guFbDZFYBDvi+99z6V7d=&(^g&D57#v-xCuCqu19#w)L;hGD)(!>|PQ0{b>A9}s^2U4o{AbY&aRJ~XCY^23-x~o69V|PD<`^_{ z!-7|nyM*Ao%hdh6F{WBk6Chey_Y*UOT%O!`QJq2OoUMdvuQZ7@ID{&t?f{Tw{;sw# zA2819440C|j0s#c>55Cy`_rDgj&xDf)}H`3bH49oI%y9RCVrC7Qf z4--Fe6(KvDuS6~^g=iSwkvyEMIQ%8M(G%%4(GFe57lq=l{hZJ(;9((&t4?kqF5?3D z+5>ev5Gn8{Q}eu+B*Mzt?nb;IKj9aytNqIg|0yGQZ*t2J1Ea8pR#;Rx$#BGosYV9d zKXPx2m>JZ;Y=#$?FBor1x8h?((^&%hSNYWG?qYW>qC`&TqB00Z;%kg;GN0kKjkJ-0}?3BM%n*GDRlPa@tLEt}AyhL6WSmTgG zs)yGaY5V@3qGPGMGQV%@OH6AsjniUWAjZGbWczmfi?TLOr-i%z8Ie=bK#J3ba;ltr zOUZo*R!WjLF|ftoA>Jdj-NDkf{&YDlDE?|wsyd?A{-Zy+>TZf>c1*WG9DkFt6SnnC zGvX~+{7enIW#$H~qoskr` z%{*h`i?S)Fq_f5zYBF%H?wx$B+kVSKIwl-i9#=XTzYq)@C!{M?M`8R|SWq|j|G0CW zVA!P)GmOH75hfMQ<5G>t!aMTiXrNL(8yGK zbshQI^y9@ik*r7*VfPGqX7!eW(k`kjHTrLtX|&mFeJomluW!Zlx4$K}YdD}Y2qjC( z8&YX*1rn#>*;yT=oaS~XS5AzF^=@S062Gv*rwIiI?qfTGr1u@j#FxVSVjuAnlb9ck zY24|E0%_oHQW|`ZGr-c`jX>6G;)7!y?s$OqQF=i`Cw$9mUuNlI{R6BH-8eZOJpvW@je(5*xh`@e`+Mt_^FHM4IRyjTO?LfKOI9v=8$6<<5tPA)0tIz;7*(Zt5;6N&W@4j}Ju|`*i7D)NT zWH^s`t;lT2f)LPIN;I_!IC+i1=Y-HDYdr4#Q9A8Lt1dX1WbaIfG|{w^6vNaaysntg zdpM489OLBon58JJJtXv=12m1Xy*=S{LG;%{hpl&TYF#7ZT%j_T@bl>-_3F_t|d|jn@x|0Q!%%yZ* zpj$JP@1Fc8OzX!|T*aP-1zsr~2%+s1sBLRn-~pim1tnB(!)f4*Q85({0@B#}DOL&u zgTwZJWQPXY(}vbG`ErQgw;;3HE=Bv<*AGJdQuLRW8{4s))xo!P^LRYkKaYoD6y zEV%X|asfymkOblMZr*dfvd5iUmHtl9?XmUmf4dXf@}*IFu5i;WP0)gBwV3?8C`Y_{ z&;vuRW@XDT)z1c_zkSkzHMfjlN*r<{);)jhkeBs*oL`~C?4!q; zIF3!LT;`pQbXYMvWLWfmL}7JiSW^@{b!ao`W3%Z&*P1e=V3^8 zB@o{v#Q|~$_C{>B-l)maCNO5RyKWe_oZP#uWL?pgqp>zU@EEyhu|Cq~-paY-pfve8 zmx#0ROf9N_OM3RmDH<%U?|px^phaFWrnmOfcb7FoFW0+6CBfnWtpkA^Ya_9*I&hbp zE4wvmLX-IVY8G(Cg=m8BeU)k_U}+X(F5f?e=WL#F-KO%PhIt)2`#aK82{D!Srk3-G zS;mG#+VZaJy6CF&j=OQsI~gfI@}8pN)efi_tg%w;&M7JX#6_~y)G9{shi!c`FeC;=uM1kir?27 zC8++$drH>X>I_1#m*Z9ps;Y;%Z1_xf_&xTVmWK=YOw=1Zd>(1Ah|u9sw(*NS{G&t` zFlnky;!7mc7ta425BYY{G=!NsST zaseYMd(X^5H$s8+dfb31(*?zpe2Yys;PD-c`NZ#hbQycmIpi`&nVVi9 zkHMB$*1I1y5f>@%-X3Na)gWG=4klbL?TGANgxg=2zQTpO*O}12(Ua&w5FsGOk}~Gb zq06Jdnmm>YFH}IRAJGz~G;WQ4VRv>TaS%4U2)4VLpArC(Uq-R&F5Nrd&sy6a!M|qw z-|G9N3`UE?jEsq4l2&tDPMBSRk*bTAA@=S7VzQxEOYu(N96=t>ik$zEjIhX0hrX+d z*{598S${tj+bDYD^iPpuTuvzKmzsMfxX2=Fn}t?`@k}N7>QKbR=!=3UEoKa7RFlia zl-7>=`^K4%#7-y28_KH_#kUK+~bf_n4kIs0b1Si+F zwjvS9237Yf23c&pXEYIi(vt0D(|UB?)x3G4@t~B}lw#)p5 zJMzdD@6aa+IRA!kYDk{zeX0Tw)Sq~PS=)(3|ORE15|2}3YXWTy3 zHlGRX>jr6h1!>CUPE-+=AJ8BV@CvvU3)x&hbDjWLr+2$Q%u;F~b|ZW4Bfqmxb;C|S z=-HNJD07@r`N8uaPOE(}=%hAt%k9ZP*gAG6G|7r&ki^AC?-3UK?v+!h_)3gf&Qk7C z51QRw#VhDp-p5)hcM>*H=giCj_wg^W$Iu^_muA{?6|8N~?zo2NN<=z}yq#5U$=JPf zX)XpkYq~ocyygh!=#rvCoc`H8zdpPL}4!xS*v|?;oVI%7VQ;4(9cpu3sK&%>-LU)48c{?at z;P%X8=Wn!D6|gV@P4&)5gpG6q+zW#UWE-`2WfNNHkqB#*LV6qQW<>CoWnwP7wxWn( zLJ7Q|(C+v8U7~m>HyXA50GZWn{+pm`O}g<_Z}cD>uc{m=EX_g6_>4;lYu;eS_WKckc9v;wI7j)dn2ZEWebG446Qv&GrMS=WM%B_|Y zKiEOL3;}csLdR!n5HF#AQZC02hW?X#N<+X;iSI)qun`Q(+asz zl##d7cfIL1#k==PL_6BPmH5$nqKA)E0bxy_{;fwD+dnO>8nlOzI%8DFOUhi*kJ~R? z>WR}_yJEEUR_@;qsX5`(iu;x>MP56pHdlgQedMHFlJYhQ+bCGwb_>R62`j?>b(=tS z4_&692YCNmw|C|q@H>OE4Z<7g;*})4u8ETh4xJ|=XBLYSbT%Tza zZ~^r=dELD^P10(nR*NsNxa{o&1zm`6Ct;PCpFR#VNx^7d(bJH}+swBj{7SY;&cNy06uT z^eP-^M3#QPdp>GXIZ_fM?Z?m<&R$xMKOx<<)?M%N_uk~{-BA)M7(AL&@h;(1yJ9lG z#-Og~D32haX$+h_BlIo7WM{pV3)R<DKyst*{|4T2Hf%r-5U1F8`0hfaA9)_ zjK6OlVPP+{50RUF@*IUV(eJ7x+=PtByBrIs_F13Y()b#JgiuB8}FIG1v4+s4A}GmL!xb29Y#5Cj}!4)gzGkKu6I z?CPKt&EPB=3Wc!0(}jsa1i1gN+3}L+!*@no;Ai8Nq#>qrI(nm^2g6)Iwbb)yk%m52fJRh{_XZz1x?yuF3jgOu$SQ)E38@hYFo8 z?j$e$lZ#9tg&7J`+2`9+S^qnV70ga~X5oKL(pw905(vTlcI)m0O zQ~Vck#TAv1%TLDJ%)u9R$*XXW1Up0PNOcA!e*5{GoF`vmMd|m(B%wKWb4}uQCs&RC zNk6$DW|wL^-p3Kq#@BQfvGsdj$L2hnh^=ULq>Fxt%Vva9b5Y_LEvhAxGl9m&Kd%4a zLhQbRc#kkW->Atc8@A_Rh!_CmEgLi7I5vYWi`1-eTT?c-g^?$HDl~p%FFwj7p6~9D z*a3ir72(5L500^qIQKP}#wWkl=Iu*h^f*-TAMT^j3&1-RFsFaruAN~f8*rQn5GbHR z-qJ)@a4l+d5O#UPlS;~sriK|zwvxT=2moD*J-|qV#hiJNH6=25t)n^4slF5UIZp3; z4!hxzTZLj9PLYRkX8VI$pab()xke4pO_BwM-B{zLOhV$~XE@zmHiUEwUAzAWkU^~r z#@`0YP}-XZMNXrmU=2>lgVzK1z28kax_fB$bTqED6toi?)C_}X>9qKo)-hj-(DAfX zT0@_daHt9tY<~N7bZ-^g?7W-d89m@=E2|DDB@heO*lD6}$(R z2J%7XZ&{9mVDhdGM9h%tt49q^`Jx;ReU1%(o$faXMxIzZWuxHUe97&XVfEXv`f92= zyKd71YkS79dAOAlRDLcixF?;RqF>x&Qt$i;GZeNR;)4$E)k58AR)r@Lw=!&>{9LyOK%#nnKiI^6Kj!E@Vzb0PD{!UeEFm}ia-)6daj|yI{T=(BWX_VR=>2|c2_v)xkylm5%_Ua>D zHMzoxFhI6RdjB_rcsBW*ZG1)3V`7sb%y-N>H!6})Sg>W!{nI505Eg&Ie+9K}KN?Iq zX9Ml6-(}?9|L$kIVb;7BE;l>J*l;+sX&*-9EuH6OhX(AcYADPGLFenRK4>f{0OSuA zP9$F!>=AYVXdP^GY8;LSzhYQyR{#g)K{-#`xo)jGxoOh+hCU99e7_o5pti*|wIy{^ z3^>=VZ62HaDwlKj@8soEqi5OJwLCu@UVzf=c@ig5Q-8&c(B>C1H2hQXBoF#ZYi&C- zlnM!vgb(s&F~VtXUZE&UdP~d^-dmu!WWu%ws$^oE1>`b58ey8aZUnl=t z&;Q2|;=-(L5?ldVgZ36K+l`Ani>A-&lsLU@-%*qgGq~JkdJj|fT#>U3pdRAvwzhy8 zP9)fgH3xC19Nup3+L;$eQYXS|8BNwb%!h1!1#H|EjGCgTRZzmq@-Wo%;vkVNf3EPf6I5eE9(6wR)`UfSC zI`iknUD#31Qyd=Puv#EPAsLK`<>+OFyFD~$aU?qp8=z-RDA23w22JE}f&^r|=QV>r zxC+GFSdI5WgpJ~xzn4sBn?Dl{KnLOY428>wYZdu(#eU*hf9^u^Tv$#??C^@&U}U7j zb}r+YGKf0jQO}NC63_xv9%Z|AR4ISEMPYxe&T-m5f;~6vYRoz<3tCcE6$OUf68J!NF0b2>3;lDh z2E`uqY<6Dx-&Js^N224UgK~xge8gdSuH+x2Kqlnpdten=WgOcs)l(v})j^|dz)prP z&<5=2iYBK47&dE4E#~LVWe|q|9Oe%%#j3bn_I2tvuYZmY2NmJHb5u^%4DSfua|h3e zy?C%bGgZc!Ui0qU;?cx0@mEKGX^jm-L1T@c)zO&FQ5UvO2OYFDq=mNjt(#?>xDYXy zqEG*sIQQ&DAWdz*K41y}WGaVgu)ggMIiI=}HJ6zVi+H?t&3%J+c+D2bz%#%!a%Mci zmbS}ij5E-ez2vTZ(NuIfRgp*J{GcjRyDC%;xpMCg&U$B1xDYp@>JC1Bm+0cu=ThWB zA?|-olv&^HP|1ur?LpgK7CE>g8T#f9<(*<9S`RE2mViE(cbIvrD@t{jCD+nc;Ix(g zm$DvhDj}5l6Fz>jTP;t=q?*&Elb-s7F1`?%r*rSm&#YqaZq2_9#$It(GF&r+=V@9V zW}bxlmz{qEr~cIdIyHJ(@*Bo;p(OX)L{C4Czhko3+i-vbHO6^^N$;yvw27``HSD2R zL^n_YmWZ;Thcp^m)z|B&7%odqhSl)tT*^Mh%hYQ+8`8Qx_p>`>OIm?~kxEy7)g9-C zxqN_$FPb&jF`k^|i?++B@0u}tskGfZfi|7f5y!P;iMc5rn>Y!F7`D))**ylv9m2o; zi;i);JAZ@AvJ2`+Ii}u_V?;-rsqj@Paz}Jkw=X4a)acu&5(b^#ctvGic929OysyMKs@Fd`)y=foIA}0bbHP`yuReEpn|I+|=2(0Pn z4F%M@q?}Ha*O{n$kuA>6VFVQT>3DKGyq>7m9;zD0&@{lZAK2~>H$pZ4CC(5pN@bW$ z1v-`~CS+zLLK3)t+N-ba;c7QJq{@~HdPD3Z&~0`HJIOV|p@wKoKYj1Lnv}I>Eq$<0 z>mOCxVy|2B@b*lHI<=Ft%VA^4M0mp&GZdWX;C8&W*dqZwvVs#lJoMq1)ZDr%-e4LD zw@LF#jaNEyR5?D3o(@c@TT$ZA-qm^UEPjdyyWZQO7@w@x;;)DF1aq)pbmi~|^5#Fo zrt&k7`kDC;GQjA2kO>rU!w=k-uy-Rw_6P)ehq423!vWJ$T8e>4sNm-!H}*D5T0aQ|9!w4H&sL!B{F>+Rm6j z&#CcPD<2EaY*wS0fr&VE#f=G5W!OzkpluI7B1SQ6E0|8;BlpzXtE;!MDFQtPrG6G< zmy-bdhV>Czs*E}zbBuX?m0c&eo<`MkjIYlFL*o2SaN^#)^znsIkH{eRi$<*~2m0AD z$F^LTT2U?@7MBv*Oy=c5__wnYU5=n_5NP6sMwWH}D1r9;O(X+A>GVU5!EN6>zpE

    OQ;_9JsNOwy{L*~jhT=1A{>|_ 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 z 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 z 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


    ww~Eo1 zUt9x65eF9s_*EU<>knqv4TtzI=VA%z8nNwEpN)sGa*;gTC}TrxcOv(Y;!tu#w+RRU z663S_X}%JtjZbUl)v*DdxPd7;YAj(BBp#~x=T~^`fbt%RYWgzUx(JML>qh_Dvu>j& zmF1UV4Wh0;r##zpoTh(Q-vT~=zFzfMwSstMmzI50+lsnM_V_XwWcf+`i9`TQx_Ne_>DxT(9 z8%4IZB+2gUVK1fPq6Y0(o*z-pwPnMrsdmDmA0MUnE>!Hj&0kyKZ1`HOr}W6DU@nru z2qu-2Bm*2A^bJbw>bq~t@r~XXyKXnO-sYiD_0nD%%G2_1is6d)^5Is)8YWi~AwyDs zu;bG9GtyUwKd^D+wj}Lr1uJ&TC$8QveV`{aH}WSZ{E+6hoAKdi9QrF~V=~Zf;`KI4 z4GqHI)E+Nxmyll^u_)F{%(WI@Ou6Xd%{C@lcdz!frh3ORt3)|BsyV@sxi1yr{QQjJ zwf7%BsvH!FmSo;=WQ~rWZ;;KdZ;{OnKR`)q(=4>-Vo?Cl>3gT*?>t)a@HOMj(f{1M z^xrnVQ791KQuo~$sU~ffMlRr$WYRGHL`!z-stZd6X-68r&(?zgG26I$I%!}2b~P%h&N$(H${*{^#2r#!Vc7X#1! z2nK&RJ^r%o$k4wgs^Umbqc1a@c4!8q;@+xD#Ql7pj?NWy0e6GFQ1@hizHb<@*2ZM& zv8oQ#F{vBXu)QBAvOG4p{qyItn}6Owe(uz0XWrA~ zTC>CH3D3!vr3Lpzn}{QLMTAR;F{*KePy7~LCFZWk64-ux2RZij_I`rPB3f~5tLgQ3 zyCrB^M3E(z?k|PWJs?(oSo!&c|C1F{*DCrw#>#u^CN!5YtLW&x`|bTJ6|7>)CO1mykaeplOcxF&K!T)^l&{l@+63$hgNy#I@=^A3kI`u07d*XX^MiD=O~5p^O+ zB8lFHDAA2>5WV+^-h~vMD8Y}}9uNDSdDmWR?^V7Z zB^inG?*pWtyOy}#Lcmiv2S|;W#Yv7@-T<0!h+E2oXZ@tZ5BH|XHYIK zlO4O&{y$EaM$p5|ofnnU$IuNiz@szGne_h+w?T4a4LHF6<<_GWuDcIsbk^V|&PLUP zW*5nT6oLlHj+)+wI0yFHZQ5_R7dy~<|ImAXJYUC5=A}1icg2w}<0AUX22(E!bFY?f zFiB6V3-*+sp9FE&1>xuG9~lEvzIgv0K9dM2FP(mXl|Q@gjD?EQyyxq3QlMlyptnWuYdK;ibVnl8xawb;2V==Ua~wun zb_@SdeSga#yVfrP=16jrUJWFjb!;f_cz)q%ec5twV1tZ_5#QEy@|IkhaUx^2|%{LU1Tsp8E z!|SL$J^2_56(fsB-*qO;zj-?yyl?6FkT!6<`EH$k*CXa1cg*+my1CD#1d4o0uV;bx z6C^8hul5_3j`WZ6^h$9>Og-qMXps^g=!u=Wh*bXa7q(Sy<=8u64m+K&G}wz|F#j%4}>%k43R94u#-V421({m3rJhD>o z{k_`U(&<{@Sbzu06vUt5x*L9#QG`aUVL4G&ten9P3%6WXWDqokb}~4Eb)gt)d5n1&DDR-ie5jw?Nlv^NiV$%C&fi14jMwSbWO`!^46O^p7eor3K2va zS|9JH4-+w$y}7;@*J`SiFHE;DcsL6Jzbn^ zW0q6^e%!?nEU3!~?9b}$QX|P&r>4Djf@OZW6}(jv-2bxlA46;_@2Ih}u7Ygk{ud$`F< zdOU}yx9m4q=2Oi4*l(sVLt^$yS}~?0b%T`Yf!RotJ~x)m7yxw>`;^ zRwAkEJi7+izyaW}TWH?SJM>A7Uni|w+voo+7ySQwDI7d~T>qvL&5pf{_S3JmoprHi zmR2~ScyEm|qq>r*Q{`3$X}~nZ9D0An1DCdMWntI3yK2n`w3qw0=tyDdn=&dhyl+!t zoEL91vhA8&c|?535dxQT+An|Y7Ti2*e*dRc2LH3l;;8hJyKtJY)MSQ(kh9I|$9=9O zZx$_y^Cj>O)}eEOiIyo^*OtU=RJc%SHqKu!Fg{93+qd;8xCov!W{+X~bM=2nF2Egb zuQlVp1?T>A#s9FX|L;CT$#E;v&_Vj;&VP8l|4UbV`oBu;SBY5ts#6n1{{KcGW7)?m z;x8^CN6KZAAqt99`8}A z?jZ}fxupms++q~nWO?^$gLj-m!@7*L8dgGY&O%v-_t@KRUR#~MPTE{P$@=arCbkp! z#~ts@cmlcQynq;z+gIiBnSX`0hk4ZN?~R#Dl$)#NC@!yp7C+-}aA{bE+*M2HRSPmy z7J87xc#Eflo==HgPl;`UGW7$^pF3bGm#~P3P!sg6P}bVzEDW@h}3v6)gCfuUGc)Bj~+LiZoa&Ta&rElm{NanZW(_7%5S>oo- z6N`<5sXa_?yiw>l@J3(DwkRO|95|2|4C?v=>DGdf%hVCefKj1E;y<-Rs*6MwQdD=# zIys1bY>IJjBl1CJVPKmM_JJ60zddKPaGsFl zDcf_a$20$JBp0_*+A8)wgUr0vJ!^lyuN^#Pkaxgkuj0G2gxyghn7_4{&(wO$=Sj=0 z=kMJw-uD}Y{4r{dgAtqoR4<16m#-I>MgH-NZ&_BtZh_Nz|M-AnZs5Fm;TmwkHtL19 zgh?zG_*!IwzU4Bm{R41;x=SPVziKz%A}$kH7gh+9?!iCdWU0M=5M7z&Jk6*2M->|t z#4xLzn3B0Lzu~f=rK7@slt{&vh@;QZ!gVT`gA_3=;_>Wj-&~B!aY?^}>eXETEnKkQ z0!t&apXWwb^ws_(k%S%1-oE=$qhA*k%lj01M(8*y*v<8xJLbg4>dYs>{i@mB46-vD z;>w#*(d3gG2!wUCkA=tHO~7EE7p!Il!cy1HyBSjYpjZ$cM?&r8=UP+Uz5)TuUs%O7 zE*T#FeytGn8P-_;F(VVqmM>@i!4O>&u@n&VxW=VWES>IaQt0gmU;f+HFXHCuW-EM? zoRXk+#SpWp&vt&xw(Fl?I&JR1{g};@YN(E0_T32?r6-en0U~!;4-Uj`4#gO;b{sm7 zv>T|uJz7!Z1^?VIx5ySc@U#^&>zo^PYi^xPa%;+3M=n4=bl@kzPgbcyTSuu!PDa~c z7kRL@ey+Tr&4$^tTTmlI7WBjn=3}$t(aXB@;8($UyBv_gnE>jf|0c27p8JQzu2)un zH5QIp@IB2q^FmUI@491VPF~)%VFfTid=z^Nzr1zrrK7xVUKx2+ouQQl@CJ!sajWY* z>|zX5qbcX#4w4O?u+2J zXO|2X5_ZKgq$L9%12;pcd+61?nIc1@CxvC;ZnDZT6 z>q8Ne50(gd8h=Jwi45h0-P>b&!oN;Q?lbn~1NMZyi^4r8AcNNx`XAI7%aaA`a&`SI zUC|Cb)@HmFa^_{*Sd$et2-QD=9G7vr?f`o(I19EaF;}bu*f)Lit4=%oQZ<-^on86~ zHa2bR^#sB(0q3kLbr-ip%~%p_5nLTb|B9HNEEG`jZi5jrkRZ~f;2$zN3mIjM)%qh$ z&hOfp>V~4r*;iLRR!<08+_qG#kFcadV0-_$ra0tJ`uk;$BdjLc?UI7d(^MJ(r{Qd= za_=;ds+W~Yhj#2?Q$HHMEZgYITnAv0slU;{MaUDcWcKA9H$P|3h(x=Mh|4tiTS%$4 zIL-z2^4kP29Zox{qF=B*%+7)!~ie=T8!QZ7P zQ)N~243&eKlWJeN@us|EtTVy896l`SO=e&_d@Hctk8M~jl0{(-IB)80LRNdC`foQ$ ziyn#L+EoQ~_h`dK2tN(OTD0*jBn+6mfNdY#Bp>`TL%74piW^SB~ob5j~mn!kS!+%R5_ zS0-=J6oVSaR3#Op*F(JiqA^Xc3+Fkk*2>a9BQG!CRQ<_2KEEXmUVJnj zVeD&L#_TLxq9-}8pXFWUIAF2!R3>a98xJad($s}*f{-6*{>ZT9a4K)AQJE?omr%LJ zm3}(p8;BJ{+L zKQ_6y$!yaxOqH8UO4G{#`e``5S+`KEbb28Y=JLb%2ZugAzCauVVo7U$B?tf2TF;``BVoUi{C(%tn9j9Ai_BT*v5RiAkw?^+JB; zuj6*JFC0(iG-i6b^m!84$)pnoZt18y?ufz+D__0G_ZG2t0M`V)jNCRx7n}I<;FB*_ zi&*{4M(&){IDv5nGaVkXMm;%)u(uwM_JP8t4~&`2h<_hAG4jk6j1>>MibYE1V^*jz z)(2Oxo2#S=?I~Wv{6L;Y0#UrbC$*u$d3Sk!<&y_|H!PeYzIOHPo5~59W<7isPMeI7 zIB2S)7#{N#c`NctID0sX?tRl!N)-=JD;nncHL%WEj8u3+oTBR6N-EPNUA zyCs{E?w5A9>D4HTLT^5s<6GxGik#z{f2S09m{HWxT4$cg&rKmfpe(HunrBM0^{rt$x^QAB`w5|@Ltr4DpkT@FXZFOX<4aT6M#%Oij8y_4QY zMdQ=V5~hhfymP|ehDB#K+X=okSY7|JT7(!ZFYZ0hx(r$)8ouULJ>;bT-1xm2>(MuV zA&a-;nG$5Km`N0oFY z^I{JvNaML{JN@7fkL9F-2iP>Ia#}C)Ov)#@JI1DOHw5VrQZagG z<@?NtS>Kv^`*BPyk4lo{TGqMt-tn6nJ2ua$C(lQj#$sZQSnWO~;kyu;I2p#ah0ASO z%FX#(^S)~Z5TXtrJz|aFE5Kk`yX8p$8hV;qq<_{Cze*RV*P=v%uv60&8tdcYZQ z@xy9qh7j_!bR~=mVtuqRoxa@hGn?=9w~L0oZAM!Ge(9*z(DtV+W6=So^*%;eP@E(v z6ON$E_ETWYu*R2tJ!I=DLMaFk&B-G)^NJ4!WlI+}Af)t}WT{?rq($aSuYR#S`P>|G z)JJDqsP{1@HMLAp;cm<3?~aAQ;me+LU3cXB0op(bRqoO1#G&;rPs7@2=d(U&dPWsu@zx1hx%x!+m#bf#N zue&e-pL8}t&jdPrCeSqB7*{fm+CGae=oio#9J;8%^sQ&@TOvgkR_%`>WY3lUO{i+~~!mQ<0 z63)v8_&d2MswsqYZGc|ye2p8KLSW-ZJMe=IA!6U=XyLc)S6{a;dNwj#zjvF<`*zKw zZP0j~b?ybHye8VNOHt+8J|PefzpEa5S)|RkMHXzPG%ZcOFep3h%q>Lt_@l9Zdx~r8 zEbu9ba_C@|{&!0rMi7ge$Em7UEH}nsz3RCGC@0VIPVEGZ0%iav~*k#ghogHM#HsR+RYpn5* zr-sk4ZwD^MKB)35%sMsuqI3DGQ)`WNJ2gAjsy>pVGuo%BF|+ZKTy%|eUgIg|ckQ+5 zl?4idO<}4EaWf{uu}6)wZ_TTHYcGh4>`bouxt6ORlYes4=(l!=c|MW&e zO!tX?=r3NvSa&2jsKVIVjZdB@E^m4&M+~uK(J@UjFKYm5cge6EF^nGWwP^Cw@#z|n zi=L1f&?(JxC(5(vTWjo#*vSp`Pei$6fzr(wph}z(vM0{aL2$jB_ z_7=~`N4dGU;#wNF^5_+pk1!qDbrr-D_dqgRcb^M(mswz9Bk6@kVRnboS=+cPR=FS~ zooGlsBimKXILHL;^keNO51ENePvleY??XKkZZ>2!g~ba$p@^7*ECzR-HnJamu^Ghe z(1r)~#3$_pnVQl;L#4gpKOP<3N?BzLg8l#v0;d>bF>Mki6Wm+E$Pq z%XIm%qdZX1v)sWC^*#yVxB7fL;*~DB?8hes_)C|duSq+M|G+}UXqr3C>Jv%j)xPJYgkKe{qfNHU4$x312I+yp> zSJxl*(m&6dgY~u}%B2@F_h{pHOL)su5Cw9PRneIlr0Il^os03%5Z>qK-&FvJKyq~Q zab|~hVqm4;VdJw%g3iL9{B1(mF*q9YuSt;#?zS5WCAnE3|jM~vD~+K_kUO`_$+3f;H?E84OStQNqv{$0(I z9OKo_oZl0Mk&OCyH{WZ~k9GTaWYcEQMhkgf-7NL4wyB<0l%j{_XvPxalqptu!McTCWb^Gn2lNzEQyUg6{o*?+xf35gm{^xnmVU?jxBa=DGtm zE1?OtpvJzwTO#S#fOmX2oO+M+<)IIkA!_C{W#`K#=Xh6*uOzf33XK`zce%L%HVS9o z(a%87gY`plwR6Qx)pI2)YS+@_T$7zTos!?EI9%IcTwLhpB}8+zv+sPK-II56rwn9( zkM?U_tn^a#ftZXXIUY;6RgKT69=kNgN+(OFTo5bL{Lr6=U6cg8Kgk~CJCbdFPSPg6 zQ?Pe)ASnyyh#gpeD^NHaY{5D^c?{VW_T}Pb-a$rz)qtt|0w;g*(^-X3%EM)$BrFGM$&p? zhl&Zr5<*C9flm^g5?&=xw2y)R0uH6Rzj3B9@5buJy}!+FxJvLu70h^eJ*ELAmXGt~ z!nodbz7lC|`oKoM;J|ppo&SPMtaKhU#$#w+=WK)(t`X)-7c%DgokpsU)297=Q2$AL znaE@Ql$F$iHHO;#uZ}z0+drEct;!r+Zwm}=8qtW-J@Kacx1q;bDs3IT-D^=v7nag0 zZ#F)S_u)sfloEt_(L~nxHi-#vC7x5?sLkw)iIdLtS{Bf74^A))Vx{u3T(F{G@Oz~( zMGC_u`Xty|8O1)mIQ1MK!{axH$_;(XLBeNSe&Pjal*yy9M=zd__+{w~QFzXOKmqOJ z_aJW<9rLXCEO#3^gR7mhQzhLWLU>#@_%ug!`&@=!dTP6XrgaGYciTlyFIT~!pZ$Nf z3`yi|^Y$Kig{LpG18QQwf{27cRxy#ll$7NY&0D>M18uK6K-XE-tDH+m`I9bFWh~SS z*M)Elpd9l{#v;hCU!TfEteV#hL(E}VZ$mWjTI@&?yaqpiUy3^Ry*{M*qSW1;Em$&g zdfpUJaq%wWExg4(hp0jfj6&80AReqmpIHT(|)$!0AoN|(<+VB)W!isj4=V<*n&m^%K>lvT>Xc|08zVe_!f9M+KS+DFY z1m=gHgrXMplI^sA4IETUff**va0t1?ow~aqtR{pcO!WkJt(i%32SK6MJ;6E@ zH?{Etw#({xG5C}uY&8C|G;%Cnds;Pn-Y@$l3`hmdbu0Mjc0pz_#hR-|l4BNyg$xIX z1zna#?u}2WEMBCm29v3I4K()zeT8athv+8wzoyG2QCU&n6P(uI@}nq@iN;xAVIgLD zQEOl@NsC z^qg8P!#4Q$kaW2JsJ@<|75GCo%;;%7wEf{^qVFi@(el}|{Tey0iy{hnJn#FwitXzq#sGM0&{;*W)pcM6sYy{Ov$x@*|cTZCweW?L-LR!^?6v3Gwra&PVa z+w;$oGJh)w2=J3|;NaP#SCTI7i_SOtRMKF0L*MZ1isQT0;exYx=DN?0yr0a;I-J#$ zVKv-DDUu}p?p9`>Qa=JqoiwyCyEi3dC4;n1%WC4*PN2vFXPT3rlUd zm-df`MZ}k%m#_uigMzy}!lzR0Y$>+woy#6tEP`>hctse4AQDJTSE{xU0bxA1@2z{q~ve{rwVafsg588tPZSPv7nTpgxp zdqA-a(r@03hHiKmZnnQOgqkF2gw$yD5Wx_}WaEVoH?pMO{8@u?Yf)Co9J6_~`o+cB z?);Z=c4&~WQM5UH{6+dc{&nHN-M$?PzhDvtdP(U7Iw{L3E-aj2Iu*?Lj6gN&tddRI zm9Aa6yF{)EzPlx+Cy(3N1$?lxyOc88mz${`;kl?h?|8WTSED=SpJk?ih$w zq&#DJ9Is8f&yvpaVmJSoZs|(p&5)pgj>Me0m5Jb6s|$KmMpAp%4K`C!^^pZb`AW(dB=|?s4SEAC`OC=Xo}Htp<(r`o0JKxz8@KMd z8#2P$-Lcv7miK`ES8d+coqO@gb-Z&~ItO=HydHdp6Sb!Y%WCK}IHXl7Pgdn@d=a={ zWUAthIs0n-&@%mntnEG01J(2678WmP_^G@s0$v-vkad!oi5e_~SX0RRHHR*;cqx-` z4eWo-B;|s%um*7)MK0(%4#i0#X}wY|zJGVQ`Ot9$8>5oNYvt}5rAJRGQ^;@7S$#I% zdg5ES7~Yx1GrjRW#=hgGD8b+))Ifgx)GhY%en6z8lmblp51P{nBQWO8FvOdWyEa?< z*S@Xt{kY4}!QR@?#?MsR?Z8L+yyS~1u0z9y3qN0}*VI-m1b%K@h+gQ+0;$&5=S44g z@DD@)ZY@n9H9Ccfu(=rotDM=ZUuwqR1gUVJL8TB2-p|#?D1K_I@2Xz@kZlipx4ZD- zUP`Ew?E6~B>KVS77pz|DWah2FhaCRrsV}h{!~b@AOSevM{Ap6*1r;`KK|s(7@4e$4quC{Wd>!nfIJcahhB#G9ldv%1J<4% zg@rztutShFpN`sNzus)2cI(7QKO;Gtq3qjh!2(k@?Yec_I*t z%J6%O2bFu5ByDr48Tc8Cv(?;{Lqpm>QzOh%!M0x35-VP=k@G54VmahL|R4B_uo5kRyhfk zQ3(lf=j+nXkIVIRdvMU6txxK36hBZC9f4Q+3MbJ`a@* zSUm3DhqKn*kXsjY_4@3kxnPPP_@mNKiiE#JhyF6B=`rw_lwAP>`EQaxDTuv_vpfhp z?XKB7*lFbWJakrG-Ts{!|0&1FtkTnR5ADpg5+3x@Q@(WT`xO@o=~=!pg?*LL`S?2O zHQ_~-hJ{{OM-PJWO=OtlYQ$sWsdhDg;5J^S7bcf>x1F7!@o- z8bi?R&9(m$^6cHgNi=D7{C+$T;mBdqCK_NuRC}(=h(W$qvACxN{jtJa8^44NhE12M zh@n6O_uNeA=OK0|4F|<&iYn&3ij&|z$wLZx-xt`gc!kLRKu-msb9&zIeArh0qk4RW z>bfx1jMa;jeO8Iv!QyZ*0>G=xzX5!BQ^a;DWvs+sDd#UnY4m%JjhLe&W zOoVmeGEaJPd)Ppe1OCTK3L$m(jKwSC{Y;dDEQSB0sG>DPsU|7JQ1T$SoqLl+vv#l(Y=&*pK3IZF2+DpsoJ@Y|j|5CaYh5)mHy~uIa)g85 zi|nj|6N~~skV*MadhagSrns=ZzrYE>>y$>EFF2EJlUidptU#^nP#Q(y1g^3YaKW?rUx*;29B@D^@nK!(Gh=W>T7q28|>(d-yBRN7ou z24SZRrhoyyoG2X1W|31EKg{|{uEb>bTS>vIKpx3B>r>FSO0&F4VX)D!e`73bdEl;c z-K&B5E)4;+bv?aGBU2ge&w`bSkQ);PgU1D(Lu2TjSsb~+vRSP_y~0xe@A?bo>N2Nw z6-KlE?o@k-a7r*dHfx(@w0^I!$Yu9~-?6C~dV`g{PXQF@<;$Q*wD2_gloP!|w2?R6 z?Dp66tgeQ!V*=>?TS#fDMP8-MEM!n|DWl(<@usGwaC_uLR-vh)b2ECx)O}oas>Q$8 z=+!szgxxtuD--#%7NUZ{k|dGH1Ch%f5C4Yu7am@5s?Jd&N~_a*!!%Yir#JWGzS3<5 zt4G6cZtKi^e=3Tkud9uOl~}!81oNBkb;|#cLSRl?UZ(=c(wsH8=Bt)O-G<1zg*0L! z)=$RR4dLKD^(k9)InTVz>^i#0dzvQiUCAQ&WK>7grH9Pm)T27U@;ul7QC=tFpfGtlHG&rd z)a$=+rFa3)8afhkniD~0uqdD{6=TFy#hWVaD zMJK13@xrRPpYGGU;xSY3kT|II%%C?;WgGUT;;_W7hfvCAM-Nx8Eu;{1V%Q^v^}T0| z`Iw`k8zosysXrqJ(xHy258j}NpA(pE-~G9&w%#={G%aPJjr$p2dt&#?%MP-?5CI(e z^5FHKpY-IwhQ0Dg2RUZpEj*yWEVAz&8g!dY1IElXHmo8{&YM-uwCth<=Vv1)|c8-+oQ2 z8ATSXUTBsJ3(3u1J?fc*#yo<{$4(6?wKF}O!Ga-Oj2Lrm8Dxb!CbL#8AzU@EAq8nN zZR(-s?k};t;XS<9p3@y*Gm+4kyRd0iZ~u3CX}`wi3-{ojvs8!t;@uu11tItYi?Z3J z)92PD+Rd-298zG+$g+s#Vt27CnavCUZcD}LX@gl^jCmrTN<^Y+2S&k zkht&!;eKvsH72YQws3LJbLdNkn02ENrJ|zw9e}qkGJ3gM{gq>>RVyzb&=%%0zruSi z0k-M=hQ7;U9i|#iaHqPThK0i0O=W4MgzWg+nB|2?k%Jh7#?Zj$!?rbG|d@}NVb;%t1O=!e&U6^fbvg^E`8#VF$t>-k@wm=s7w3k7@;GJj39o ztLW>>i~@3{q_^7{?gdReSPc>x?OcM@H^3ow3 zoHYPmF{SeYrRwqVqr4D%T9@zb0nq`QJ%EDj!RBA@`zAcr>Ld6rH|$o1?0a{Dp( zg+=(u(F;e@bMkNBa|yl|$|Z|rTiCv>kBm&THtv3x$R~~Mr1l#lxYIA~{5YR(Qn@3ExOzYHt=#DRQlvLO$*tK0|e3s%;j{{Xl-!C^la$KnnZJN#qy2M7zgFLn?E> zzHVoHs_mUlJ*x5l%)Q}kdhTfqv+v>*b{?vC7*^)QZ=qR;C#VC7LK<~74Hc>!CoK8f zXw3W_tZ3Y4b=ZPy9C429DAjX&(hY)^6ec3|&v^|AluoOQ`2z}_e;cU173pcRE25;6 z$@{`p99y|hXdBO4`13h_*C5-z_NmJ-^AAqvrQdh-X6lLN4!)wuU~bU;pC6WuF3*WV z=D(phUA^Nt;Hz2HgRn+})^eht-n6z0ie}x=U6xnqRX;dDg^pI4(Y_yBieXA1bpEj!)@`2wOYDm5;7T7IEHc-$MZm5!~AZP*cH zSla!KBgL@S3`K};-4#VAp)SB)_713IbhY#7*wb%evKv=`B8b& zqxsCd9?`a?3nn(W!g@JES6txt$3~?$#xF>n<*o8L(Fxerr1u^HKdd>&90&q7#87%l zm9!i5Ch3{-$0KLm#1;;X-n-_Eob@KortXJBmh@2<-ZFo*=o+L31J-W%zRD=tZlgb3 zqqaNFB(j3b5}s^*H$VN&*1E!LliJa-UuIoERbdqM1dL`EdB7YpQt218FLt~=BBhHrLrA6K=p)aAh#y`qk_oF}W~zHku?T#4mC*9t;l5s=1u9c!g*^GCDhoIGovY96g( zQk-d7)gQXrD<7^O%By?mOPNscrq4GS4wgYw4QllV98W1lxf}|!VRV2?UGv*P;{W5FE^5qjG?HbR>>jXe^_z+et7_Zs+T|2l|iKy z*$ke4tq5SLMr;dnX&bLQ!)qjae5wKN+~7-r7L4la*$UPT-s^q6H4Rzoo;Mr!@>h%s zN8K*&UXBy}IU4QFJJ|<{jx}uZI(Qr3AsmV*=v7(D*RAVdv?5ZHIQ<<4YI zMGmBB*QTS9V(~$iSQ(kr!50vxI0wfBf$H(msdvQ}{#3HII9Eh2_5&YC=KeAwclIMJ zA$wo-Lv&}y&$w5zvpB1>o_5=SxtXI)aSzV5F#jVba$}6*GTgzF%j5_Bxln}pYEEGX zDo*vd-eltwcZf$tPJ-C+6tC$bT~D+5xOSrxnsfbsf`Mi9Z7`7hS%v^U=fZgr%h*KB z!Y54;_JQjux7u4i=BzGy4cWamSQgtgw&zM2@G$+t?>aJnAP=FoUtY)SPp|Q~hR-1W zhK5P)3(n(J?MDJm?^Z^Otr~bH=sie^M`<6*Joc{^8Oli2)#v|>2MlXF!7n*|g>%xbAAx=gHQ*bb_}Kf@*lYYg3-Eq0Fv;?PvT^pcI%%Mh9k;f zq^7vX;oOwM1=L=orY~fO-;_LXOl6&Gw@f$K@c#0EyDc3@FJHU&gWoprJ<{k^dO>vl zTCB$5?=U0vFio}58!8@?3U$r=+kvGGK9u<7kj%lJ6AqA<+?12SO)s0TmQ;zwYyTc_ z#LfD^G+>Ha^_jY;6?b=p(RP<~)pVnVVOVO_s@4>%+dk7k)$l8GchUSwlDvpJ(3s^6 zkNY0RF$IeX6aDUvLxOLBC~5gg`%VODB`Lj2{sJ6#pJKfQK*v7*HWKLK zuu6*=f=08cT;ScYKt4_%Hl|J(I~a#h( z!2?vK%WTfwyjKz0D!2l}+G>Qp!!st&OQQ60)EVOKP}70lqbK)Em zV#t*Q>8=(09e*Eaf^^>8Xr((r>Ep@f;a<_gG0G{e2kC`>VPRCt7;rAE4LTxl|!^C2=xI}=19RZCfY5@ zC_6^b3+WEe?^4C`UHe3kPrp;ej4vAjl zUw$b`xHQ2l5ap>-D3Y26o5aqK>Cd7VPw8LIQJPva$sFLRLPWn+uS+VW+4>{Yhs|7g zYu3*CO7`6;FIKg=Gu_VN5D}Li(Zmd*%YF;w)rh=U2$x~~7npqGW|IC;+G6RCi*T83 zJ1Ph6#r>48!?^6I1?VxT&YA|UUI%!y>m9=XmUQlmP+ESMS~a-mnyh` z7tNg5;NH>AT10fm?hPeom_1}`+1$91V_D!v(g=4JVl1GZ9p-b|TS)N@qzDOTVGaiJM<7Jon`K_w+yBp%o_}4pqihaBj|mAo8rhr7O1tpZP-iJY@NJx&e1XZ zH}`+E0OYuBztyQO9@2-%R7SJssW+Z%#IQME>(GsdwDNfuRln_N7N)` zxq)+GUs@%GO67Y1O*EW{(}n`0u|#ZJ7aI~1u{_8c!~pJMSD1?$-y*EpzYmMnJ7%c? zWA+XGqj8N}QsjuVR8$LOy$J!R?l#k^xa2YZ4R(vmH_%F@tg*;KOgGhH+};pE9DDys zQ|Y(xAIyUtd_v2zuj{TyQ&ogwvRpRnaqmF*vH8w%$EE|#W1&+}(DC0yBoS)3azeb| zB1a|OaFf0QF2Zt-E8$?|@;&z$Pxkmn&1RC)N)d&k^I)j?RwJ2BPwIA^WHZM@x`eML5-Yl6N+WK7_Ky&Xjw4%+gG*iqdVi9~Wed43Y*}q((srmD$e~YR62hfm1~tRt~w7YLS?CD()MH*rTo84llp&Un(7}u?c%!k z)SU5!;HCncKsDSvEZ$nLjyrb$EXQ0)eddO97>~6(Jvtvp=OG`{3rM!w-c9>{vMMnh zfib-*K0I6}OsMVE@iV1o#j*xGKq_n%M*-BsKln`*3=bHnA- zNY932m=p$8ubJvCW|GHe$ntl}|VI_C-s4 zVtD2^i1w{h$vC@>?hSP(^e~xMuo|zZ548di*5qUKID9e)U@|(DFAYTpp#|!(KrWG&TyO&9A01L1c?-tQa^Ys7go(;obvR5#uN#U^8CSHD3$MeBJ)v zgm6~Kf$kXd(WZ8NQm~GtL%LA?i=RB;>_@Uyb#Z2PYRNO86-;G44haJ5}Orb zA?)=zzicxy@p(CKP{`v$5j7*bIu46{^>nvpjoJ9;q{;MV`=$OHH#Mu{2Vdl(Wn@0b zcDV)HhXx+bDXTcR4oz~0t}WELC$TiVCOXbbwizI!AY~Y1-(a1aqR737iz9PB&lj1b zCQnlozR%Nba^B*rNe>OLt*j)?M9LrC2i4&=Xv@wU$$j{Nrfm~sO3w=ig-|E407*?C zurR=p6k?xn!{r^vPJ-y{dapT@$@PJ~>fv+ZGkHk2T!&DXNu}f?^D;-iif2R30_<1j z+=)+C5<^=AmbsU#$>Mz>^LeuFV_wMV(GtU^qnCCc>-3?hAA4ge#sXrRVw&^E5PR&N zL-hjg7ynA7C zfkn_!&xc-XnsZrdsOHYG73AzC?(0W;bXn%>dEl@<7?zC_njD2*NL+dfe6@7oQSN5v z?6+UY@Am6`-z~dZU^Rw?`k;ga`r3mp+)n!$yJ5y7Q1l(sQL~BSxXN{RoxB&V zxMbiEwdhc4ZM02L8n;r<=j)!~g&(61XqAHXAEv0arIK!Y<$5xO9g#g7q0QbqIqMN4 z@My{0l#GZ2iZRktk>rO$Y!g}8Y=rqI$B!{%;AV9P2xVtRQfKf0w4WNJ6OytxN&UpB zA~x!rMLb3trR{dUBDA#-f-L3~SV>s0P6;mYyVO*QV>chb|^v}Xj_G_S?+lwBTP4If5SyQhGIXa zuG@0uUD1%QO?p-Jwo<-KKUEjtvOyKT5@R#Z{NW--yXXk!f^&La_#jdy`%DqD(_d2{ zS<}MNzGh`Z$T=qU&6*6s^L|a}=%Q`~eV6xuYLi;Afft&6-Al>58b=jl)QoZvr?)&e zH~w1ltm@7YvWM47L(AJ%q$5`7;+af;b3WNjPsGuSDhCec3q_bVr=wTJ5VyIuz86S= ziqX*n)4+I|!syFbJriqrG}ImNcx+9ho{X98KkqERY}HyH8g;F^iFFq(6Wj|Yj4C#& zEH^EFrM8vR(5~x?dr(;v5=i-iKZx{Rc%a(4A*I^8VzX7<2LO_H-tVj{GvdSWJaJ1` z9^>&$zH^+8>-v>CVQL6MSv6s&Kef_wG%l^x@(*D&3{gaW-tU`q zq=vI0HpYkCbE!>_ndrj!MF^SiK`%^ok|;Hwo@xW=o5yHt&xvOEE90%O1^&g_B|Wz_DKYYl=WMh8nQC}9 z>q*ZYr6cD3!6h5KYn!6c4A~n#`3eX1=T))Yh5U$gP?X|mVUASp2Kk}%*Yuz$%6`R$ zr!PiCYf6@xU-A4Ow%)_5$u;Wsr6Zw93B7luOYcoUq>ECd7XeMA1py(_dnYKpgQ8nH z(mMzw3IRkZN(m51*dQi=m|%pP{hfR6z2l7g4`d`G@4KG0)||ij1ly&ugF3=S-qmv( zQp+iS%>OK#bJ9(yh}{A9+#t!gL+FDe}U#l`2n4N zQP3L|EB8zc`H12tciUC$!c0Vyo^)5M6S#V4dXH8-&`92%4{3^J{&W1|G6w(`DUvtL+>=%pm|qo+yNtQmuC}KH3w%1aYhmjA_LpZz?)6rIG;6YN@D;e%iFbm* zE3UzYk^hut8yc7!S9-R9T%3I@9m-l@l(E~ooWZzj-w6$leO<+3_sGHX%OVMG8qR)i z^pX7fxcukM4Vm{$^ZrgkHDBqqf4G9mzuxx3)BgrisZ_1$sE%y75`=xIZp;> z#Kkc^hl{NFfOj|~w^`Ry>{p_%B6vu9d+xy*!!9^G9zWQl|C=)kwfpc*8zy-iNXc`Lq+minVVJVkWhl_Rziib)4gT8v*~busJ{-8UbNg`4M=(xV_%#+eTIW`HxtXZJli(cA(UmcX&5grm4`I1l zpeZhM{n_-izstjLw~Nse$5mgKKXB{Jy;^#9d@6bNX=UlYO>nf@kz5qVk+vcZiY&sP+#tI0oFK zsv{0T--k95pvmT8IHlde7cv%tmz|e9Q3){3^LSZN|C{V4iX*Vb>~d5ABWCBv6+Pi| z7_^;|KQ*=QJl&{*?cx}|%RQUv!?z{pg1Ww0UOJ^CWSNxEbzQhKo}vP2rb8rg<_B4? zaZ9~!YmYZ5m9JD${_}5&?j@gKJEe1oUD(^Mv{qtVWH#$1O;43DVOQLTf*Je|#A#`% z?7sX222XoLHm+!#3PfzL^hpW3QCu}T zfrt)B#OFJhGjU|9*JWY82}b2V`|bajg&y8U1;O08a z=tG<|5!}tU3pmN?ndPojDwI8AC$i}YOL6Q^%xK7-pJWk7_KoXrtWMTlZ=i|_7$|^F zl6*<4$I34%OWS0`3yWp$+xJw@Gal2F!?Y>u(9u%ORHnv_DNIkOoMK(=>=kM`8X2#* z$YzvqwlQnJzk#&6E>Q_nLXe!q<>FSNj2n_to-T-my->auDg2IuA%nt+&6vuj70>~o zrFzg8$N{s=WkyJl4UmgpbtH)UmerEPENS-nwE_-5KaQS`t-$(1ZU*u%5Qmr1WrXUo!s`W$bCQfCEZ|2=2_n#BunL;?sYpefdLa?2^4D$#FRa&DDnx{&}h&sF|}P>sq19ct}#! z?G^G$k5ub?7^tt0TGG90G_p@d!Dd(H39ch~tf-&O+v|79PC=cwK|33t5*#k@$5R+o zjSx}D?%ETw%}CkDYccT{C{W28J+q=i&?nCeyBGwm)WK3WcJbcQti$cQJiDy%_-yjH z+#K4?64^kYipugh-#f)p93v9kt0u`G(!%Kmr;d-X-S>b0mFelQ3$rKZD?Do9Ma zMwfo|y4zX*1pgM|>LeR&q6GfF=7Y+YCuYvuPMKWnx@}dGq()1A_6k+u*p3pmI715Q z`S^u^Z(GrWf}g zXVvzC7jL0e;e5~Oc*lE63l#~H=SLfBuHv00^`Oof7=Z6*Ay(m21sD*XsCiMPSrLPba}|b)PGQHJ3C9!c7H^>6Je=>Y$A)1`{Uu!uR`#6m!0YCkbI;U$cA&B~6Q>>n_Pm zK3aUu^w}-K!MmSyg+E>CNW;lO%%0Qe%@v8C!AA-7+JetJgf9XQl|4wa8s7N|lR14M zJLP0qQ2QMs!)8RANRNTXoTD;XMJ!Y}kCybkoSCNcKJX&V&%bD|tOeWQ0bbZ6AMrCv zxgZ~}R?Yl8v@bT@BDO$3{;_^cq%B_8H}>Q_JQyJjf-j2mpYR&Or5C8<51LaO(#=QS zLo5|dFC#8qVD3h=tLBQum0U?SRTq3ZuZTUUQhI9JsjzC%dwNgL==dO&dAzr@i1nc# zn6HPA=wEu?#j{=}QC-HYeTw*0Sw0Lk6wafclMa)QpE@Qw>i8}l`D@(%{#`ex#B?G< zf3>!Yt!GLMs>bxKM9H@zTn`jwS}{7#y)}`iwysuzSdBsU5fX{zsPjps?-(zl#Ys2U zr8lF&sws1Sro!pMd>ZbFUB?anfEr}m(>}Ute38;N1aC^tD%{*o{s~EISmQNU-0{|4 zTlR)*Xw|OG#J6keeKsZ`=s##2%?=PMpxu#i#lhHR9dLBWRjckM>;FCni2rjA2zxxa zdm|LjP7_UZO;FGZ$Hgl3ue+nlt{mEB7#u_#Z#k+t6tJx`#8rnEwE0`#mDPF~4VaJ< zcwgep;z4DKkRRY2JTS(|Z?oIi*(u*ZvFpjjSw*jJ++UDld*NawB2jyO?+Y;6DuzF( zt4YEQ^`_lN$@q2S$~V}v%tRUoyoLAMgnKt-3%Dp4Nt{n;y0X@(zPOQ>D%?hljkJ|* zwo@DojXSyO!m4o7g65!q7<{iq0;MGeu@dnRwbjS+05l@Gby+l8gLRlHHcAK-04U%; z;9Qni18UP;5-J8lbJ13{He3;JdF2*g$Q$l?|2!`UZSZ1G3{K^+Ed5|_VtaL#&6U|C z))F<)77eROu;g*bDN(b8NoXopkjfdOLf@8px7G`J+;-`KWm^r&QQg*P>C!-Z*07Vv zUz2E-Yep-r6jj{WlGTpBmlU1ZIy?`5>(4irH4c+B`x={-dZtFUnM#G&npKv)IbOVZ zg*0D{xk|6}EudocGP*iIs%I&)gT081-*I3&2y@SPJf1%~)rUcgG;7QS-~?RXm%Sq+ z&=I8tVe!yic#(UWjeA@BZlM9O{TueE6w^g`BYZ`exl%9*`SA*uAUps|`EHSzlHb*u zcurEdYSA)@j4+Ob6m*G+^Knjc%FOPi!%Lr(PCEA`QrP*YbDL##E2obfpS&`3c{qc1 zDfAl8vzE93WMc1TbO@0;*bJ_>B1oI3HHyGy0!6HAQ8VX9Y>ybdt{eU4Wa;Vc@vPDP ziiHQJ!N^_H$1iZ>NI3N3M%14*?tN_aPlp_pN)_~>6m_8bU))MNvpAXOdH(Lmap3u%Y&Ge_-g+>lQq`G`=CJ8DLnv`gbG?X7nLssuXo4iP= z2Y{tB#%!q2`s8XwkzqvfasgxPQCYM4og=wvHfL=mgqNr-Wv)CyKCEK;<@19(b*vgK z)E1ttRchZE^N9B`dOA}o!Bq9{vR;w0rNnh5K{4DV*1Rs+Lj;~7JOnG@tR>=h=IT6~ zfh47aw&?}I%t9@%RLD2UGi#sEq@lPrrpoIwpa{!K>*8om-FBZ&<*gBD2Lx~h&G;QV zA3PL2&NWIN27NI-e_xZf$IB>H{il`c^J{84RO6Z%ihK=e!BalxaIZAc3q&i7^7~U} zJ*_T;b)}5$!I1?uFP;|q&uF$I8P&ihFlye@>RlWQh$H6%R3G#xxwW&5G(W=qh(PqZ zBnQK9gPGjO0jxSDgBh}cdb2%yrlFb-dGw>bk$qRj?cMWnI_GF@npAw!nj61|FKC{e2nqYY1JHN%8l>Nk3U|@YS0}(iK zv5#FYn9PS78MKs1ZuWJH&P;nR=nznbCk*J4O>ZklQ*rG*CDu zEN^hz%rvtmV!vPIev$bT6a5re-as|q`?W~|m!5;+=D&o|75|4fD zR@RdB+Zm%FRoz5dog@ytLoXd3zf{!co->A1TcM?E38sF=nu$5GYnVP**aP```4>K7Bk6)3I z;<~OZH2~WR%g_X6MRMRthfu|yFv_70{B5Bdq{%w$KR+V50rO(kj&3+~vmhIE#2MbR zJdpf{^zC22^JQl}7}nK-UE!IyshP6hzwQpkiN#m`&g5z(bK-dIu1h1w1zMHU;|7hH z>1DdLJ3YqVJ}mxtO+EH!7B$JfbfVX{H>DWq?GlzhTGDufrq0dJW@6C!nhF2fg7X!9 zY0`v+@bd`8J9SNI0`ZJ1P=&RQw=d}pzOGHqkMYJMqk;%(B~YT6<)}&K#P+K+fe~U5 zEfs^N?(u8Zv%=h8tCC(cs<3FwyQH*uHl}@U#8JmkAb?jNXotfYi&q&2QRQMtn`sKr6x&CPXvvjJQAFV3o~Wzv}}0e%^)QC~~s z7Hp@cEmPkoFIp2>omM4PSI>7e*TgR$zmZAXo;Q*<@JZj8^q_rkc!aou;!o`2N(^F6 zSPZ88+D++unR;48nq{VX5RWdL;-$sO3Ut3#JYjY%r?bgKG(I=#JZRyi*ujgYdIjNe zmNkCiAq})Uf6tG1i>TR2@eN()g;zZEj{e^`gwd`X6i9+Z&)&t_YG=A}Zz#sSr`2U5 z+xBm+?cztf(@#NThQn=`il=JooY*yHri@2E6vaeoo`gs7ei$DLLG((|HNu^?qF_?H zt{VPX)*!T6?Cjr)ZCX||x>BR&$`^vZt+edtMN%0}o4((BRruxUm6YA3jdimR^B>Z; zZ)nw$n!r=iwXILn8?}vz--^CM0!d?Zm+FJ?Lg94L3)lIuo4D|_c8^un*R1~ENq_Z9 z&iTSyUj>#%*g_+31T|!ONjNv8RnDvbVCq4oZqhL=X?mijF;ICux2?csOe~R4?*c4{ z5D+A!Q}amKbyP>2`P8%&9(p!gu!NKE`1{_@i}~Qk7rv%T8dn&~lKjBA;}OTR5uvt= zxu1{Eaqdy6m^~_F4k9P$eR0i>|1;TNag(TwZ|q+d_tFMpFc2nG=b#* zosFjb!6y0N%bDpUiYK0}xj+-gqeaAy0=r`X~rOFziZ^)p_ibL31M zF(@pN-%%a29<-fiKH?#M`*`|yF!2WHRiIsBzpcSo+IF|}A}sZOLWh&C+EZi@rl3CzK6_; z9=lbWs1h3l>!L*-uIj3eKh8NPKS0Gm_@n1JE;rJkp~8627W&WCWkXv_3M+hF)J<)~u~RWD3mx4$XN!v$X{D2g!nQc(2fPKIO;K+s>0+7oocs8m{6!;Y$P!FRLV-)m=E z)-YN1{k028378aubAa=hcr1(@2_w~S5Y=}S)Kso&=Wt1%xh{#ZY)tC1u(SAbc-4_tO!tehBL zko}(J`w5-Fds?V>1b>F(Pi1re`Q`M8xb<5pN4?K_}2sj;81Y~&lYyj1XxVw`ocZNIpQ1C`o#U&a|1wl6y} z);mo2;fBn_MtZuG2t0n@U{;sR(sPXd@r`&)`bTs|^J{_Qz1kUQQQJ;ZtQlXRaC|H3 z&9yE~cv2qcEBMOXHRN+J4V?)r$*|A=Gu}M+W^UA9;OQEA6E-|H+rNFan+ks|RtsiM~ zGES2+Oj?k~@NsNo)iHTBngi5Ddm(1DL-aL*^>6-U=np#OZN}xdi+SGs{p$e17fCOi zwWdt*8`*{%Bvp}c z+s)2;DORhZ7AslmsIPIjo|S@RISus263sz%emV6|Pd+-nE9ijs{vh5ID$NqgGM=z% z-W9qBY9%hr6Tb8nXle!O4KH%A`qZi~OwYG-$2e&@oB-i&c z=Kga2AXvJ#Fe))lhz||01OLg7C++sLz243OyFT@Dc7M zZck@!FYRzj^lVQL{Z35?Z}XGHzLw2Pcy7ZMA0=2p?l|M|r(|xKT>0X)+&)-E1Py;J zt`9sMh9I;79OuxFkhl69*Akt=m}`=3ndKr**LoM$%ZHb!_3;mVtpbZi$KRHI{dR^c=nW)SV4&v3`)Mdy7>H`%TkA3e z)i+cqR0bkldC;bNQeC2&D;0+6UKh7G-VL5U)_3%T+UU_-?Mowa67>KZ`o4j!Rm6`D1&_I0*XxfLZ@zmwAZAgFdB_`EpSn$I=RN7x>4Kg|hyG zBM!5d7f9Jg6UmIE@lX4Gi~~kkB}jhBiapK>*K8Ea@opR3l|W^QP<8Ny!#t-165rkO zaCk5FU0v_a1-Yaw-p0Mnv@g6h{tu0neVe_g%1fj5&jm#(w=X$;ffCKKrN#b$0oqxr z6E}KdQ597Z#RFwI(U&|jn+54&ZT@vsZ3)6;GFqbf(CA%SmV_4yO0KW-H;;t6_++GkIIvqk-OEVu-E>F~~fZdA-<<+Q*tQ@vh)Tb zoU}c<=r@5@0j4Y?t4!b86u8L0VTlAgE1o@nQ9?uJYE#%*7L0mfD$pTFZ`G zJ8ieEEMTskZ$z6)X->1)!G*$m@6Zb&has>Q7g#N#W-@KLfhV#`6qb8=}&QtW%O5NgZDcl7+Q6 zK)CN&Cc|o(@Y!b!x`fVog|M_=!>C1OmE$+RbzNmvvn5-3TTGjvV#G&ka#~z%F7!&} zR?1`ZAenJl0UY(xsNqx7yk_|9CiufoK9VOO=BV&VmL+~}bE)hQp5}>f2SVJ%rFq^G zljHjW8VDAXd?f|%5}l^J4Dv3UShu@4|Evqp{Vu<@qs~Kqs7LN57FIdE@9ud@oC+?F zc_WG`2h_BN1%G!YCFO=1Qpye$S$ZaSPl)>lVQ)z=QyU zRIn5hdutsjjsHVx>t|I*S6Uo7H*k5N|1qAXmlW=4$pFU(s$6xdW3!YvX0oNRABb4K zWQAG>=!emQreVF8n)8gBWa+;lR&B9=J!@W^BhGEs!8HFWI>>*koPr$cA&eX-_+4wK z8m+XvyIVaVYEk2>h3QMuG;}o0yBY+7{O2{u`kMX#TVR{$%uJ!U`$sv#N2Eb#`2{-% zJ~4vUF%2?P?LW^oMUm^z{2M(}O^{ORVYS;wRs3WR`J%A?~ z2SrU*q%A3ESN~n4ZvxK|@#NvX6ZMk-Qgib%wVnJ(jIc3fse(4?P*i0k6MmhEv%F6y zZMvG#K}B_w8MS+PGPZ&i+{n|Kr)gf>ciq^g^&gaO*VNiSeKOFVHyoe#D|6u--x|ucwZgn(` zHQ+rkSJEgpac6jf-5v0O7Di==$VZz|9^Vb!*BP&Fw7eUXk)DNI??>T3|H#?Pk zwQ_3(E;3@bzqQDTj254t+sm+{0M_c$oGcP|0h$quF=!{z;^rSs*X6EnK4zDt_*zgT zV5!FWuT{nmr83woEZd~PzqP4FqO%t+9asIYpa-AS^Om#}_eHM>#g4x2TBA7fdp?d) zylZyZt-|=dy&3o6Qi6+}Yiiw zOwx6k+~j86yN-3zD>+3avZG6a$Oz$9EG{9+tAC=zbxG&923jq?Sv+h-AR)a)8clc= z9AsZB5jbTE!8h5vjhhuxzFu{U8aFhLd#CqD(B>%n_%Yn_1%`~bCuaqfr?!8rA(qQV zG(bSN*Vi=Ne&4E1l87@P;U*!A>*@w=qS6feUU0v6q9t}_$^ITHS$0*lmIhXS+0V69 zITNr+N;}jT)K@%M#w{-O?jxNy| zC7swxw-pUEr!KI;`!?RMjZCbH^6>+BgQTU+O7(NLx1Iu4TN`v&p0U%+8>Bz6%UF;F z_x*8Qikvq9c6c;6>{LeO24psA;ASmcQ=1O%+$Q}O>Y!>FA8qFoUmcxT6s}tRueJk1& zr2o547qZRP`dmsV@zME9y^UJ&k#?bPi*tDaOAIYR==22(!yVl~Cc$AHeOE+!hh10- zkG}?V6{N|z(6J*b+@z9{XZicZrwdiyuOwrot#s*C$aG8CqX9cRWs%oY>96}v=?#^~ zoDgZqW=6mL%tYL~Xt3}fn>8&E5Wgty+0YB!1i!ZR#4cX8I`9OrB20HJa`r=xV&;qY zV`2?=D{>oHpZMPjB>vX#*R3Fij8sDjA$`}a$Xm@EGwFzbNjnza*$N%sGrL}zUoJkI zNn70JQ&C-mssG`u=pqBz-|Nd-384cp-GwHeJZt8j1oO+Rs}$`Rw9<*;ewiOLw15)4 zqz(OJ4Gwu8z0Wx1ytAG8^srf+B&&RNU>C2mi!9qC`Gb6svP-QN)WlN-J{F?aMPF3A zu;xKV4G{`L#8zUE0}48dKg`aN^?c!3KTjMq+R2tk(@tHzM=_|H>WRi-?<|&$H-17D z3j*FX{x)1l5tnKMSmg?LMbz{I)1tX&`;Q#r?l-U6JOqDTC!fV+bZJ#IX0M5qX#VAJ zDYrUwdjB_aRdz7wRMW6X&|u;BfBVq-!d(27FFodo9lWkrwU&6Odx2#PAjo$HD1pb< zWFr^ea4Kb}Rtg6%F9k&@44=FsL8-}1D3SO0!>cpHd7aau60O1w*YB6mLYHJ_yyM7S zetmt)AiMX$%%GhqXVn1*8~NH1inf!!^4*gmzHlT{56j9P732vhaub%xy;h$-yZupn z)?z=FymoE%D+wxM{aPR=)FVAqklvNt=F19o#e6P~j}R34@WYogZb45EBqJ?1uphN| z7d^4{$#j5iQYV)B3YTVa2x6(XoXe;t#&!bv$7Y4jvD5A&TV+#*xY#Abqs36t{|kSn z{}24Ruw=ZKN5iQ{BbyaWuCz@X{gTQrW}|swa*6XTmc^hJ(Tt+&H~6kySC^#;0c}r` z==f-M0hH|a42d-M9d{>h*-O27iN2G@IWD2w>ac#jFDA*X?zV{1n-apcJH3P;!#|8S zhi{nNuB0h$Eg{_qzbC{!hhUSNxjij=w5!5ugVu{iz4Vd9&jU`WpM02l|o6R~ZJc&uM)q-~z8^tXy_T{i2%Q8KgDdW~%pC8(1B=N_rScjSK=IbpE1AAxn zu}MF0yCfK7>X{v#V_s+*VtVC!wh-2I$*2%?yhOaoAHMx?`tFWA?cJLe$&;-tW35Se=;t4*9XYD}=7<>sKpbEaTRrkpFJ^5eaDU-dH-WoHyg2!a zFFayBRKGH#%p)+ECy8>kNmEn4fX($ZU-?#Rt0aggPkD`<@DAJqgyg`!=a-u+~zcy$-G)M=|sR+9AiJvT7fP94sl+ zb1Y9UIS=ES!A*M+LB)Yo!f1W3)@r98=2?znc6adtBYt;19eI^j*_9Tb!kv1Wi9a=I zipL$ui`#)ZqYlSY$GH~X*f-bhK>FCk_u^+&12xbD6NqP3I1rx&`A4<1l>o+@M_yb{ zQ-`fm3@xhg;&q{cfwS(D)#NmZcWITwKLwBI^9iUwEs|2+r=cB^TUN1)hHES2*Y4&d zcXM-cFk(@A`jQY8smU+67K~5STEu|!pM1-oU1SMCFe!jD!GDi({7;upHDf^^@ioCR zi^}hNSI2ci$)Ql2M^j75>eIyJ;GFPbDbC78E0z22QQt>~NylV?gSP7Dh5OFC?W(pf ztIGoQpque;MAL)Gc9wPMHgvmaz1c_@Y15g?-_bMVN!oQUIORXG$kD;yA+IS=6-U_n z!M0wI0w5p!fzXXjMg5j)=p_=E_B%5llJA%H=cYQ5CY`2I@V2xD#2iPvE6Y(0l z8?jrwo+N0kTLvn_H19}H1+~{X4D4C$Kb@KXU%6>o5;&+ts2aLDzm?^Vri6$q_j~ez z7;)zsjX%uXxa5{svT?X5#mR4~)?CS`D+wG&#+`38D5_hDhhW7Y9`ag{VH$H~1xj{h z#?MS@3}0vpVSI@MCO#k)O&W~O@?EX9Nbgq}jxh!a+UEu(Z|c5p)Bt2*-l@WfMD-i6 zg8ZG1;mzu-JnTY-L;LEtz^%XYi870yI>|IR)TG$67&!+7pk_OXlF!Y^p$J zZH5|un&SP0N0}{+=A!eP=q4QCU7B`~nw<*MJbTQPy5*B(D6m$tjombrNylEq-u*Qu z9o;xC@hDMS=d*nh&`iw0m?~FMXT0GrP9m(Rz$T_1^ixoAktsivA^F_l*5J%2jv4HJ zQ=vcoJJdDvUm=ClpWvGOr1;JPniDzlRFxVX_4%=KAN2#Dr01Q_31%E#Mx&%+i2?)8 zQo`_kPk*ZK?9k-q;oxzR8jmpY61y8v?r&Ve?!%*QahLVaxjnArjSls4BKJ_ISJa0a z3F91|YoQmuSA_cljtL9?;)4f_58PC&#O8%@5dRq^Ihe*OIYc9nuK$KVjytG2IUiL) z4AQd4+H-EJ0yl8Ai<5Z-mB2Ff8(L%ahwAi4uT4m@3t%_rL3KeP zfBC}E2rhDF*O8N7eL!Q9ykR{<*GGhBD4le~)X&1vH2#aDI`7G!UkV`0k8>jYrsc7> z28pD^iM-P?eL3V91r(?654Jn^4QB2KTtrO%jGoB)5i~uXa;liqUGtk9)1--+P?-Iq z_e4nOhjEQEnLA$|E9+`ho!8l)I0nPlR8;wJCJh8{I}#LiCw{>fk_ygrDkoWhdB zSI*0%Qn+Iu2jeN^Vae0<+Ow}6PmH7uYq4+GZY)Pk<2DGKHMN2YMZpGqA<*X-skO0+ z!xiEgbu8(|6=2k7UHdI6UAlv2c(-QrbtRFN2c?N1=UdEWU*RUaz6y+SH{*xV$#kWW zs=Rt9Z0BJbc58jDCelJ{?a?X1kK53iTiYwVeov<2F>jKTNjp=#Hm~z}gPiP}lyt6h z;1IqrD{;M()X?$Y8GniVmt~bpO4^GIy7fgzJ*tpzE&6j&)%~vdHJl|G{fG@-qX7Rq zO8U7!tT9R`u*ZCP=%=l$SF7(&KgEx$%)@}CiEL-ZzdPT7TbC|tsO z>M}>az#+va{7{9FBC_yEG^X1EuM@H66oJEs7``KCj-(dZyWH`E$D771 z(GhvL`^)SyZPkh zQIdd<>Sz{sBuxdWv<7q*?}~wG)$zNNv`MBpN&KWFaL^Ajh4W2A_Cs zq``OeM9hEncN2~Ah!1k37^YCCkNF?km#FivpkwF5hNhZcrUtu_O^0%>Dk zIbO#7TmST6QeAl}a8Z--&O6oV~Mc7-$WjBM%vLB$6-ECNgkF8tvq*8^QO znVLcKTL>=!kBtf5{RjO;+-uv!&)&V^sv72Yq-(lp;r|nQ{9jvK@4FQH!78b)W=@nv zCP@>`MqVnmH{V5zKPy(2iCNd72}=?OJ+su2yhZg-OJj7a(wG{}uOvf6??e^)?q@ly zSqWWf!ots16|X{z1O=D#u3Dt~lmUZN)JC~nAGa3ck>n#PgP#C}b9U(CZ$k#^&JtKa zBG3|Ufs$5PxNgsMfE;Y8jXdeS%!y3wOt?pRdqTARC92MiU6j`(7O_2$wk0W&@Zm# zLH5G;wn!X({v34g{aumvRxuMhxMeLSsMYsPin{}9u5XFlVg|3infF=ZJ2KzVW&|tW z*e)Okux7S4(k@HJtM=d73K9irB|mdm2?nDz=~Bsh$>t^@+#UsYc)Pt~j$c z=#7(#jRl>^e6hqG?SbMK^dGGcjEuU@TuVQ)GtJG11zEjD0Ld1Bqp4rPcN5eJ?~(FU z@AGaID}DC%c7yq@IxrcPBr#gcmRqhKzyyHc<|bv+8s%y3F4k0*!%iDBD#WP*&-*6x z`V69oyPi+B(3LTnud3z(DU(= zYRw($(M~R1WUNvt5^`8;7;#D&F{ZdszcAf&ukl%s$N5prVL@S2i@NPLJ?q*vL#iu) z5;Cka!L28SbpWiWJ;qnLeLqZadiEg(>31Q`+Jh)r(DwQ}PA^=U&D(X&SHBG~+ir^l zNMloeFDLV>krO64!+}q>Cu2x)Ak_Gp-x!au`R@qzu!Ae5Mo% z=schFiwV2b@;acdJ{ph8SXr1^&ThhS=bq(RghyzAv`*%rX(jq6OF_dAQG$P=Ijad? z3C1ydUau9Nv>e8qpkncRF_&xo5-Xu}J?7zJ;yt$&vv$CX&oVIPggVn_S=@imC1^(( zPyMrkRTS2A1_=%Zk8|gI>bo4)TM}3uN#gFj%94t}txOMsVx-YZ=!!^N)^ZT)YHoZ` zePM2754i02PT9|}pMERR>mp76B2`pvNx{=6#X5E(V}AP&{xx=;IE~T8Y*hzmgzlf_ zMu$&7@`gcpaxOueyAFO1dOlvyShucL(**wRmM8&}$p-dSjq1w6=z%W)FGSZ1+sDLsf~8c>i*4ZNl!;lT~HwZx9e} zB}h6}MdD&jCT0U#Ko@X3>wjkf9If^R6t5zmeRM*Y4UcVAYCgUm>aBGCL?IFo?~m~6 zG}G1*yu~q!pxeVDr9s)csHt^mYL}Dh?AlJ+H60`Foc3OAY)zYYvajrkD92@%&}#6X z?A~U}$Y{T)=&Fve@M-$dG5XKCSFFzMiC%gIj3aw!!o$rg>4>hULJxa%}igjQH!vFWxra5sC5RM@DuqKpRB)cXWx+{uip%l^fRz!LQ|e zPxaL#|NPbb5IU9J&eZ(LK|ho zEW3hNCA@fC8Iyl}Ee}eiK3Pg|5b3PG#lB2_2vTfU8-;TP%=}UxLL?ut^OyQ?NLFTX zppEljuQZ#ctF+IW6Ug+bn!QB5W~rHKvkaA`jNHu~zt7g`AMK-w0WJxGsZTrWKLH|Q4;Mv84iYFc>kvkk7V*(>Umen>ImM5Y4h8nvuhwXlG%;s_#g*9SX{*|+9%*2K{0Ual;IyUcFWRONree|EBV9%WJ3UZk?j}9DPbuvd*67#2%~Yd945Py>deYbgaX$>UZcw#`&llsS z=nJ^r#OMz@Tq91i+iWqpTR>|#lrdd-H`TVsI6oB8q~l1?B`p*_MJ%wx`VxS%#PRtCpnQC&bEEX)3;eoyL5x%IT4=m!-2uR=f@py9D!q{bzs4(e8#b>=7T#t3)H_Mj99*;rY$Y z;yo&(rx_bvmOafPQz33{;{{g<+L-ERJM%cwdJFs##G<36O1Pi2_eHy$#pM%F7rRAVr2}lZGGI5Wg*`vAc?pZjL2c0VB&+{7?R>RZ0BaCo$|!6&YrmLP{rJI(oK{m z7-XO70pE(Vpiy2;R`5TjIx?MN|=ea^K2)2I~;s}iP6(*@_7qLFOadS7f6eNo}W9Z;aGj-imtrA_~I=aCvcA|pOS9j`IZ8@Fup1ZVep3Q92N?;mUEOK8SrnP2p_5vGYh z1j787s_H7{{Z9QYg0YZXZoWO{Ape<<7H6Yh9sj_B#Tb0c^;-dS1aPU}kx@3tpjQ z!PuW6I+aQ=i#^Yo|Eh`RIC{1H?~uhH;g)rxxdyqxc+A-~CU5Yich#nEb>N)v{eR1} zdP@Jvw3t_I$=}SVlECAwx9*RLEiQy|cw0hg9RPkXZsTH#yA+Dgo&{aYpxMn5We-Sv z_lqXBT!h_>@};*+t*j-RH)Ef~VQj-wNg9|S$m&G$%`wbb{x}9g`*eTD5v4fB?axRD zq@;PY&!~mZp##a1mr^3v=URU&UgJKh@2%He@##FIzW}mXB^X#%tSk$ z)=QM7wPZDW^w93SduDm9YiAFTqNs$sYCKu0KpiJaG%+k& zDD)N#p$ajhg-ANFQ>iVsG)~0;N?;Bv#EP-43wE{eBAQ8Rk83aRiPNoJ`6-rEA`Wcm zCF;MHZ#FB-9ogAq4b^T8)Vi`O5FOwNcHz_Fx&;~0(waYE3h!GilmB|>tZ$QRscJbg z!dt%-MpGc_Ix&<2ABl#!_xJRp>6N0BtZ3;Oq#q#ci%b(glIHEEoQD=TNS4b-R(9xr zWa<`ei=z`cI;~mQ^>}=?2t^Cz^}60<$EX`47eY|K8f=oU4Fg%iKp}$A#9y2}*h&Ps=%{3wG0ndqfjUn8v^CPb18$zq5<7;zN{xeO{fivg{O}wl!)+{|# zdQsK+G=YW4nQ9h`WAr>1i$9ln`yyxe7M4*NU*7d8(pzOC z#kM6hzPS~7v^tWdL}Fi`)O+3`dm*9ur%1`QFyHsZFKp_1C1td7zD?cQ)?!d=5^eQD zBYgZfP6ZY-gu5U5gt^q$530f2-jPl>D547;7p>vahpNlN62R~F36@#qEoRv@71@XDm#K~RO(^s_zRCBuyxXuvg zHDUb|*;I;aH|mMHI{55JGv!Wm{!4h7;3C@=+-Yd?ZIbFn(6vrE1BN&({s+Q#RYSi% z*Q0EUcV-$maPXi55l6ViU-L=}6H^)yyaQ})-i4;C$MIbHu(cs*&k5=-5ac++$oku> zwYQcO+30_+A6P#ffytG1(GL~K4b}gyHjeU7$tN*^3+V?CG`2r-Jt5@rD`l>To{y-+ z^V(SnaxmL(%o;5fGEy0W>RMoF@<$J$9IFEN_d*V`=3tV%1={>LZTVUtD~TLkFFj!V z`@O7|xGKS3rb!NT;(WwD>eg_Yy@@h%r~lL5KK+#RMwQkJNqI9n9y(*__JN~vQImL4 zCQlNqA`MquBhTR8$s<2LEpL}7;WeWr96ODqp{SyG?|0x8frvuZZ%n0}R@#15kO*IW zo=8Er09CZ<3Y|7rTMQuC(7YPpQ99DB6zNS=dap^O2}lV|0Rv(~M5H4SNp7UD- zMUEe+P8Gvz2F-uWDfJv~EGF@mcUtd?4t|6tDAW%D8Zu4B2pPVaP!5Ij(oP9FkiZ)$ z((u`)I{9R2|F>U_hB5twMqw4U3$9c<90%X{U1C8!k>?L$cqtWNB%Bp%T64yaEyun* z90riVrw$yKb!#pM^$5B$+>>hpD%Y{k9MZXHATH=^&s|T{4=Cd59qVii)^zb=iYfJ! z-WAh?h+QxWQ=ZLOZC&m=2fo1T)y}WdvSDv>XWOwY&n=hfu1lNfM3J+}fl!QtG%1g= z75sb^*0;*t2<_zRWY2gc!=z&u;n5k5``u>N6pg0lJ78MAP!DiveTwZi9+#F_U;uht zDJw?KMKaWNp1*{;%(#din~%49Yn>_x|5EXTn``hIR~gVR4cRd0ELA(W<-2#l9y-LW z-Xr~@$yMQvPFS+wVeG~b+KjvCk9zS)G|RqVvilop5cg_nMQk}CP|$rKybpPVf&$cm<8 z6$KVQ%Vf=@d$=L_kd23e`%`7(V%4tdQ|}S9>-xWqtE&^sp>}2tcGmju_eF?QW0o<0 z8gK>ysh$_*e6Hc?-(AFtUZYx16$CCo-KcR?kfyNvZd-%t^(gJ#@3Df(`+=^sUsvBH z%$++Wq<%IqyjqAlr*_Z|>3rMDQ$!FkJFjL3(yu0i+w$Cy9K2t$e%#SP?_gGBlo_?_A4Z2Jxs z#N1`jN~_{wGDq<67cFMb6P+=JDs9Gt2)eMcyRIqW>x06p-+>1&AWK8mh*nG|TGhOg zBg?$w}~5G#Y?6~!tUj*WGd9!kmiY&gJ{h%NTUw<&T3m(if_v+*3} zFw9RPN(CQ@3HuFI%s-dI2m0ie@2P}Yw%pw|B)n{5n@Qt^qlI(r-OJzh;|(}U-w`Os z1nlnnHFA7L?p@q?`Tc^=;^g4v>gy~7ZSId~K=yDN5w9CK2YJ7Dtah}ldvIT*hq%*TKyY&`85LQI6LY>-|4q5!lxjAJsjIg#9);@b# z92U16!~+hkSPTe0hl#xb}^n{A!HV-*;@KYmNOR>XC0^*m^)4H*2j#o~dD z%|ZCZqcTwF}uM2CfH{J@ehZ2fkZ*+_QNtpr{R!iVO#;r{ykUj(f~hAn14d z16L-;+L%a(myeTK4l@J$8>{cz&NGF+vt6k=h_gCis@)fY$mJjy`NvhC4`c#;Oy{_5 zS~!2t-s0NP#5+rIyVyFtRd*ex<2m6EC2~ouKmNc3>3R40=Fc}#nwKu7h_LqS=(Aqa zO6|HI!8-Eww_LjE;h;45!Xy2NH#aFStfsmXb^1-d)HiRwIv8(}{#Y$zwibGxyXIFA zdJvy}jaLv1fzyGufh(Kqo8U_)cq+~PUT5^phD;h~E4mwNJ44b7=YkIu9N0gks4ebo z@?{Pe)x7@X@aeL+!kl{fa7vYY#&*_GWxfe6DrZn746kpCW|pv{qxWe^3R_Zk_#I-` zwwX?B=wF%5Zs26(Fi-0Qg(>?oELOHb_c;{0(!!6Ie$tvLo0a&u$q=G@q8pU0wwZw| zwD%MBUQ{b=ZtE{Hy2cOE@$T|-Hf7=5!c|i)nmR3Xl=eoIhfQ8a^w-c@D(KqCZ9m)Jp*JHLR3Dp4$m`yHYa!0*DqKd!T#{d!kF;xkC@g;AqI>on>z2T8}OLY$C#C}a7+DxN{w5mAM5 zQZHf*FbZ^_s!L>O$*@7E@0O|6?4+Q+0bx?aLKR1krEF|8Okp)PVT~vRtm_RbE%vCQ zqFJa>5`R0OmeVLtw(CCDa(kv@+d1#){YYZ$hmY4-pd5VV4X*tzVNt!4mrkEp;~;-B zW~Ok1P|m-&AKq}gKOeQR3)vXtu#n@QlXtUK3%kJRv;f1!8&22@lZ2A8)+?k#M4>0c z40U%;9`rOvO33urXq9wPIxPEH38itshnYaTkb_nF1NWlh5iz_OZwEyRoKJ7 zpWB-%TXl(Mznux6rOIVH+hmHjP$Ts~=iZ|~BYN8KfRIf8#(Wf()e#+QM2{u5@~NL& zUsPLo+W?s=ly>X5p$dT^`6dlMzKeuyc9TKURN9|uuZC~j|4awp7nKiIjea*1caDejqVd!P}(=f!Sov~Ift1Aj!r(fK^mlIc%(OIu-baH$ulP2n) z+}r(q*xASBYeCZCW7Eklp$mp5k|B~ZmCh+nDbD4tKEJotyr6MmPQ+6ygqUY(X7@{z zhOQOvsrnB-dBu@4k!ILIrds(yhWqTiDIHGyj5lW3nMs;s5+50xGiHoxC50qV63nP# zV@`{(k5|^&#_gyL=uOkS%3lo&-48xUy+t+y1{)o$hO6VXt+xZ2KrcU?H!h5iegT{LT`EN95kQR9{^-2EydvrK?~&-5s>&R*t{>Lu z+l6ZTLjXW0OX%a6{xD=E5VQDLm-HU2^Ubd9pjYkpXEbZoLSKTHHo6((*8f0HhqKrZ*pH* z)eFvrk90~)JUpbul-E3K7m^pbd=$6^20^FRXGU*zZalin=j=4M_Edi879suUYar;p zg8*kM+etAWXL9suYD)j!!pJwzwOEE-F-SkUsij-ZrkG2G^7huZFg%NOkAHK570%cq zBv!hA@hcIXAAo0Rl1LJe8!6$LYP(BLV8lz4=wDF&OJ#vsbx4u;QrJ8h(|x*38odve zTg+q3g{S+QZ1#p?6L>cBOvv91l$}Enx={o9W#Q`bpVFi=e56iR@Tx+s=rv*^vqjfC zqF26j>-DMnLX1n-cTa3CNVMkWx8E6vnsnIFW(8g)NV}s;+tj~6(^_i(rC13(TaJqj z)E7|yIF~T8e0MU-ybYpR4DYz886*@kFT83Z!+FtUHWwXPWv@P2te*PF){g(^?ot}; z%0#a70A@uPL^xfEiuGdDS=$E5Jb>F>4HeN{d(@7RT71l(bzJ0Dyb=u(+U-$6F&Qkn zjQc`~Q~A8aOkk!#Y*E;h^GR|rZ`jH$_u)V4ZR#(A-*+0E?hW1O>9rJj!7BDgo96g3 zAnP#c$fw_J*w<2Cp{s66_~avppu(XvXuGTjd62cc3O&L{gY?=3UEM#j65A?9il*-W zO^}2~KAM^4S9@(cZKEEK7@1q-^I!4ZByK)dATC*h!g>n0Osu_f#e4;xB&zutV5Gm;WklXxdGAn_=!#ZLzi|u ze1;2o=(&;7O^)OD+J+mP){iV+YamTtjP%bq8vSM?4GD!$rPbQy8~-h@S57yA$+w?b zk=d|0oB8feLEm%vo!LWkCfx=goA#kr5aK4gD~$)vNPPKT&0yy8I-kn!cnj|q;bY#zLD+uLi zxcv=yoDk+GFn7zNzyvt1Vl}s_?)}gqVKZ#$JICZ`m2zT-TW-mKFxT8?kF73BmFmE= zi2$U+U+W6v)|j67Lnbx2S?C&8bHdqkZMb8KA6MTZa&YULn~jVgGH|~_QD1g}OJy+W zZbV>BfdNwb*k?EAQ~$UD`jAg&?JxVJ5y1Q)yS_c8$EvFk~Cw+=c!_j~uB=X%EZ(fx0M(@jnf#LNq|1`H>gCWj4FhwW%eqOUzhq zp4nO4B`PD-##_Gr37gE9%968#N~mhbjwFWNF=IovzO)9z%@2PIvT2>EUQw-krm3X0 z7`fkc{Q9FlBkr4ltH>VE zdh-En9kK3`&wjqjVbG;4TBHoMdvsY(J|1a3q>WSD(ZyK1fs%k?kuuGVQo#uOii3brZX5Gcs$Ixk+*^8L zDyQ+4rlxOO#kGOTGH9tqeIT2y+y~N>8a}lKQcgB?IR?MF;J4Vel(A6*4I|0-Pk$iP z7eKq!b8)AUS;R$yX{-qlrCK7p%&9vw{)4PEA{3j^@HHm z3Rf;)P}L?lH}{wLI!J6*RP^xoAA7$Bw-_90y|q;L>x0+t4%?Z1&CCh6{|9)OJ_8Ta zgNqj9Y;|2Yp8W)G`e5XR#qTN8+xelX{-#tj#<{H2h65X!niB$+$9&<#IRTsd6YA8s zu>F_pz?++X9M&XnKWKQ_Ih=nGHSYByH&}1F(_W>qZQmg{=!)eogr#(~X-nx)O`Hy{ ztG=7kqPWq#`HcEqV^;LJ`H_OlP)|+e3G)um>W%XI9dW^Q0PHW!L29~Y`zPA0*GVgJ zmmRXoSSVY2X@Ei5mE&9KZB=uo!Av@h`pm7|6nH}uh+~kH8w|P(a)1; z&!>IZBYt|aspx>i`wZPgP7g*+vE0h*E!I9KyAW-)gX&VOpJRv&+s%9cy;I&j`b{~+ zou4Wo=z)k}?=jzZ^g>5F`9oeu{GD5YN;$hsov&rBSuZ99L<5p!RH!MkD8190%A$|8d_pICI8ijlRCd=3zhNB*-Zb ztlzHRmGe@AQA!^bEEEfmj+$cd@QMV*P0Jg!ykBx+@%oDDe57Er;dUR zP@NI!D&vIE)A8^(Y1FJfxXuE~^h59Ymw!Gpx-N`VU~xTMhTA>8-6u%?+C<-AIyguD z>_uTgmzm{ihzPbgs7?IS03Co1UfrVfF< zFZLb0jsi7M)QaK&?1&US@gVxu`l`u2>U7dx*61SjXmzxjB>6Mp+P;rLr|V;K!NXUFp|X!dxw zf;#TEx=*kiLT)S5t7kga27Suh3}nkr@~Uk#_JY2G?<9JL4aWUQSD_bp&0%t$Dr~2~ z1hlpmEgd$eq(7^O?O`FsmOMGX8a#JwwjYsdcR z3{6aY+50MQ<$Z1Ix7NL>0J*-J8(B;FR}MDnm*`|H*bW7zxE3%{Y?h2T2{FqJqncSgD%X2-)1A6;1xy+QCGR%GBi5KcTed z^5%QbPoFP-9P%6PajU1FOKpe;&&F5 z=YxZyqI}A^M+;c$p)u;VRUxr=66PXzj>n?f;@UP9Hh-$UDt+F>m3S}pu5o*rYnnS@ zeQ~QoP2X2Xd@H$mu&leeOQ^?~5ZJJ8Ev$ZMZGaumlLoCOB6+<~FRBokQF$F6YI|Az zJe+Z|aPkW{f!3%G=KhO z^!S-|@$M3UHl=YYdU}04DW_PDAgtx`6_=>B+pQK+6x%tE94<62|M>Sv&AL+@cBe{` zFiC4yL3xf;JHMeO{osX+-W$f9lS(&NU)Jxznu?9e#Mb$dY3_W2A1LmmHK8}Aw035{ zSn)(>;@8$^5sZbCjV0z8DNuQ{O&YwThZ@JWC2jiUt0bn$gXWvZ3Tt@Lvec?`3prb1 z%WK-wA%p09_TQq0XTSzlxN0uP>5%qU-krq12*RI*=_j96cjBOvFUwvfpk)sxa)cgI ze7{BfJvJYgqP70xB;hJaA0QFl&*0O$;GXQx{)yEq1K#6&>C211b|&pPhos+8+Oux= z1eA_hq>gdcc5c^h?2$d}hU7+nkf znoa%g34H99aizYJvaDd0)!O5X+MAo1G_fk}N*MQdYQ|G>mTRf$Y#k%gh$daNwaoSP ztxn$PB@+`Ee#;Mgc6PU{$=5)H{V=O-L9q$bX3-zo?3+|$a`TnFb_&serq_lQEW;Ss z7}yxK;}4TOfcHAghk%Z??hYRPv$Q9pDWaLoE2((!{Ckzb<35qL`H@!b-QF^Y%1gCk zVS1tw{ba@E%77{g^&_k+P)1)M1ctZXqA#ydGj6&ReCx-NJI_I5+x)PBAyIkKTiHi= z=J9!S8a$%I^ubB_p95ijCrex}4^^4F`XkH9$IfQBBJD=>OZ9$}hIn$AoETMAuh>3~ zU?DIyaXz`__DF3#~8IVSuF{=KQuC3*=tp`a+#E_lD6w{uFrT8klmxfjR3UBO@@ z-L8D$om5d9svM)J)R-VM5}SWA6JR?+Q-T*G!;U_gry)ol!{!-BY~8!3aKuyz0^aAG zbpknJjzu&qZ=w5dz{U|art?CjDzvSXho3yg%XkBby?P@ZE_X#L{tLsWT3=7Z}5xljw zn}IxD<3`MJCq1ks!%ntNPqs!O#~qO0CzSW#eMQKgq9(xvLK-eCAy1T8TW^K@wX|Ni z{@2`ko;AZ9)Mggec5-ch^32aRs?)}%oE|_=Ye+a3U>)h81BhUCu{w)2%rN`bn7i{m zW}s2C#QxTAOrRCbLZ-0U3*xeC%75W~YtJc^#@bK@0)H!B`)tIuq*gKYvJgrLS4}!z z1|n+tdA66*I){d+F;f*MWU}p)XDT6%HvWQ&$NI#+YkI2mw>d_5MOmmLYu7`hpn9 zq8WH`Z5^?>Zkkb#6*bGK9mzAr9QR`CNd(VR!f16^cXdKPlySaSGVKU+vVk!@>ln0mO5n`Z;!NEUl@9J) zyH*m^wuU(+W6Y|NVq$i#(+MX7 zyice`g7!HeI~frdHl*DtGi?o$?VSn?jLPpY$Vmtd7i+oE67;c_l;!u!E$yCPy| zjiO^1v{typ)-&oPn)7?ydzojfY$4^VMB!Bl!R4nvgBykUc4F-%`=d#HAL^R zWV#g9byIrK4*as>1J=wTTm-#ZQ&}QyEH_j*T&W;AE+cUGOL_va;qIxj6gFP(6#1d| zMVH?3dWH{{eGlKp^S50rSHH(U$zSY~r@CWM=lu|x6`EJ0yP_1jbD~2E^QTXbG^Ev@>@MYlXVd39~P5(k) z0_*4HoWL2ShKMWT7L|oxzL9TJaWGLSNa}S3UvV}@3bJfLPLE0`Cgvz1Gb<{4=RQD| z?))k~S=aKxi|pH92XFC|J#TJQa>Buz7(8V3c2V9t0>h>O=P5Iy5G_HZ1!%!{p0ain zR8z={M}@E%{EvlJ_{lB}EQLbe5fiZQJ9^82zLylhwW)?2G-FK~8eMEGQuW)-DOQld zc$+({Pg%VKkw??IyMvAm`-+{?bfvR5<7oKlLUPA>M7*V%R%NR{sh`Uqj(!hdg|9qt zFtSAngBuQeJ^5zn+|i+(9m-%`>J#K`61$|`jmGdg@Z zoluc?Q!|p=DYj?Ms3VR=zlQ&Ghu>3UQ-rcffIVDj`;=KPJLS0ie9J3`4BaCsHXprU zZpGFoL_qMoY`bx5_Al>qWvf@|zgpu=A$*Bpza|bK4O_N#N%z{H1c(M>udbwh!hbJo z(*Ek6m7G>;ABcnUhNL_5InoxoS2fwOtvq}=W5 zu4Sr%GJpj;7P(zG+%XI$ zMc&c4F`l#blq>Zm@1ykTVN#5fDdA>dW$N+*rN@RqXYT%Q7X~UG`xhNWnC*2sxO;hP z*K=xPUaD9mz{WYPskSEIVc{Cf9@%5;NiJ!`TjTGyn;CQf_ZuI6$?xoFO-zZTDGVvP z=OuniXn{FxEKf$BgQY$sti0w<%(gqEIO)xl6$JCuWMEf?{#nA>dDbFd|(+9 zobhz8?v0a-S?a?y)wJY2r6GShIDDq{v2W2?PN;BMoe2NNxCivLLFTP~w=$l{>0+R* z;30=9GMB#9)972sIebFlkG@P2zW!@$v~kaFoy~{O8UI7E;g#xZZH-MD$Tm%&f?!N~ z*}~*joIn-Dqpc_DasYyTp8m~F_SKN0gR5W;`y4wIgb@Fv5c#S2kjsy}=im2U(DRDg ziE|U6a8J03+=`-(?x<{CA2GpYVt-$IRCY)I4MDLl7ojwiti{4pbS;~Y0W7>g2|wNs z4iG6<{o234PgXDKup#k2K!@O#SL;Qvt<992P}TH~2p09?#6|N%nvXF9V)mjmC*){) zhMxi@_@tp8W}a+5`A=Yzw$*GtsUya)y_g%=D%<>x`~S*iO-48NiC|UVu6&`uRejzCj(D8b_NlH++eYj!o_$O&PfC3@W z{O3h#dRaY#yDfFHHLl0giS3&Ian|Tt<%0h9lhevkxQV|_HJQ+uo!l)fUP4Lv6oCmY zkO2R0+|w(KPo7Rr5&g^eb|~o|gHvQwwvnFkY$z6M&*tOxp4pcb6<5iDJZKXJ+z1v0 zPf?o5*q)(uPT%*#?@>c1(Hu5P6nGG!k2++aq=f@1nc0JtnBdPMi<2{is+}WS<8DB7 z*d7cMCc@#ax2J;02`sAk31+7r6U9!t zrvEZWRAm;?v&!#IZU}gE)XM@@(g;y%oAbVxQPV2gj$tq8f-^n(E@d`DPV9NaIEQn} z-0k|+e>dZqF}KZ$>Dwz^b-7jm>m?N*K|f|0+D%vM_2-3k(;FUz;?}DVzWpYR-o<2` zq*_d`!utOdoRXGva0YU>ch_ioaDAp3l+wx2<9qcOowB1NIZCQxO$@RtMq?i!M+e7S z!0=QYa_jtA+L&zo<1V>(&L8k}$ z+@{}iw!jolc4LYyFcpbS@}wb*k@*jkwTQZ-S#3o`yfMBzkIAO1)SVav54+?kO@7D$ zi!aeydK5&`wIIHh_Hh+f_?m+j2wozk$3tJ4@k;HMi*h!0|Dn6!-)I$@VjY~@VjMbH z*uQMRRSq}do$!VB@5eFyGRs2q!pBy%xSUyLQJyN>YQ_wQlIo2*{CKh2kIoiEMYm;4 zvalmq(>P}^C-l!&s88Kc#!l`kKPa+7y~Fs$@7X-aI=+Y}3qP!4)mbXR4U07<=Y~lw zj)(tMo_?)qA@^Dra*SD)a?eYuY{+$g2}>-1*4wB*3B(uLlsnnBwj@a(z+3W{h3?;U{{c|le`v_}e?m9`2z`bl2CuQ#J5^vOxtiD%9 zDec8t{>NDW-!UnpD&sS!CqyX52{gTKqiB3$fI3Vp1-wcNLH$U=yF67Oe`CUa_a%=o zZEb$rJE-f&Luc$Yl0>T}{8BLFK_hjunFe1gm=<6YxNo4bd6qh*lx%dUKKQDSnqD;y zRDP;q{4J$lwaxJ!+2cdUKA>pb8@eQ3T{~KINugqMYWeO_E+XHUoJ01^;Z1A~J^i`h zNXchw(*g3QR&b@z--c?~FHiC}&SJ765&X>246(QvykA%X#_EEdRNoFS-3h1}v0X!N zsVPwQf_1CVZv)ZE_5{aVn(A?=%aqGux(jk<|5jBuA&l>IXWGYbdIaKMW-CoB z3*B$!uWVu((Usbla2MPW!Q`22>KhJ1?KDm&_D{pqPtZpl4HHgGC#FfN>s_~XUr3kd zNvEihgd){fV4))_w)&`@=))*0R-Xw|j_kz56BFCD5kffvzIkH(FCOoV@23$yTgp-I zbxnoLBt)1<3;?Idi%Vzm^yrzZxW8gWN!{|%8&lIzjn_pZIy9|MNq_mJA;KIIA=5FO zRRaC*qbs6IvBdpPJmU zk*Yqc6iZIfdlP&N>*x{qHkxnazY49gRv+fj8i`TIf7z)qC^vs;S!%oU&Ws1zkUnBr z{W1{AF|K->Ee=mPbu=XT9BDoex%tQOXukwPM(5;2@r*05NNP5MP6YEY;4f)s0mB8~ zsA#ruyo0VvgpW0ul;BlLKkZn2%*fzig0%M=Ewu5+Tb^o0;Doy-N=EXG_mPxDwgu>T zfuCPV@UYl7XZ<&&s)zeZnC63`BJ3L`dnjs$+X~;I@Fy zPpFZQVuRf`-dZPJFwvx(Lx)dZuNvWagguz&K-LTrQtmqK7SFUyAPB3ITMGk!0#*jv z6q6HWL?@L&;vMaWOu-8(e)Gi41Kiz`;9l=8kT#KT5(_vOs+^3%!-d`t&c3>cxzUvm4+V1ciU#t}-@JC$1>%4ig`Xkxngkz3tW?;jQR7Y z_+*y;ju*xU9;ZrOcNBS&=%m2_@hQ}HPwbQ*tJi80#Z5X+GBAOWqLROkTSMpsmN zJW)l3X;YtMwnLG`(1jG}iD&jnK`yCa^bGN_=)MRYGON1vse+&G?rsgH^e$H2jiLps>@r^9Ovab@Z*lW~^E2NM(;E;Fqtz6@&!+8oyPWv!BUC26zs zDrCNY?Qwnp5f(ToXfcv@_&G#Gq3zX46BB+ENo(W${abF0Xw0~f?^F6ln0t(a6cJZ7BHN$Vww)(Auzrksps+{j z6|?=7%?Eo!np-CDizRxO!@VDzdV+8GS71pA;~Ali#-do&@}aE=^JHo1_~-FvTCv!a zizOF-e9w%QkYnCib}oCpn0dNxd3w91oPPXU|3cy?g^96b+KqG*yeRq3mV(?8FFv z3HA{^5WRnt_;`vF`!G8Zp{XYzJU1Ktl1`SZK3R`_QSX-1IV!&Kg;4qcYH0`Kc}?3C zPFgAGZ>>~`xHow=OQ&h^*;ozsX6hFc8sLK|mEEH%3fZzo0m`caVoS=*ta|UyV)P3J z`s|s)_F={l6x6q0EzsXhT0i;wuvN!>NTGO~5?M^Xd4qBsO>^Tlb>llfb3d&t1$hs+ zC|tHw9=XvhmM^jbH7Y|Um*KQ6ZAcd(ggGJp$FbApfvt*im*Fj!>`Zc-&<(Uo3csXk zn)@2OuwrZXE|(Re)w!RRRG}|Srs+LYv{;GU5QaD&$$a;0Wwk&>O^qmG1)9+=e3Jov zd={!~xumxKgG$V8`dgQz>E^2u`$d`oRS~HD(EG&)*B-wMW0fgg944(=^Y2GWjjRtk z_`N%zFJ9YKlUR8GBi*)1&PuZT1WtYy{5^+sQ0w#v|JywPo5!cF%QW%qlc#j245AoW z`c~LF#iZeQ{B-}~Cw!#aclrIOdjUvvCMUHtrbXw97m~yJARFQ73!A)hxSEpfrsp<9 zLt-wO?FZuT*WuTN_=P54F{1hWR)ry%Y(7K;v7w_tB|!R89V@W1-xL4jH?zD?6MvPA zZu3wXX*>$qrmSG7SY5v;+0k&UXx?UaKy_pv+0Kh#q~VZzrsnjfFjF9)7R|1<%2ZcJ z37BPOzA^0&UxPeM;(x_$jGgzzB}x{=<8VgS`1vE$FE#Qt#c@F^{F8bP4p95)%7?^X zPmbSYc$=J#>YogI4`x)gxt`D~DwPT6w%j~9$EJS!()Pj`87iz^mWSsEuyLC?I1d5M z$Ct4=UY@GVlk&b;<>lMt`bqqytx&90OpbVKUt|_|m$z&KPWSsNJ`wZ2Mr}5+g|wx$1S!4_Fe~wdlZ;~xHwP` zVsPo|Y7fR6y5i5D^?%--FJZ3CKTDo^r63Bsgv!nr+15xY4?(Ob;dQQ9>^*Hz1nks4q@ z9cC`R^|;>=e=sp$9Ek?6o0(>|{ULhqjpTZBTcRZg0dks__-NX_B&;2q-mR!kHA
      S9 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

      FVG)$h>4vB#>9>2#L?$wRe>?y0DnuAR8u3)`%0 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%0AQh##TPECWSS4TX3aERs}M%tp2ZvD%- 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 wiK3}J_y$w()#L^lKP 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

      {6i9*c-kz;m-~9W%eNTBCaSCmxp-=^s$9bQK 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 z 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�Up=)$tEV51n9T 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

      kPZX>zhWs?zI8wdn+AYzmPy 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 z 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

      G;}5jppkS!=KL06>CFFikmr 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

    1. kYhnAp-l>aU^iwu0gB@FAy zl;fyFi^s8@%n+7(uye@OR$)J#=hfFqI2o_d4cfe&%B@`pgkjc?P9ipI z0JjplrV)m07b{eu*5-4$3faCT>znnD)EuUo6>*7p2_Eamshi!_2n(`Zoob6d#8`W$ zRb*?8-gy!6mO=NYCs-%Dpj<;IhuJhxG8CIK4zs4^>U0N{ZjgzM>UK}k$H4qacsLOM z!o`a5olUgc`oiKDJWi`{wb`0s)HRexNTmTg~u^)=eAlZ&S>?mmU7b5qpG zA+_o!Ut0AA{bN(YKO!_H&3;{#jV9A%7cB+qN=buJ4iLYW{8L|iIFpd?EJ^>}j4qmc z27{e{qM=SvZ!O5oj#BKHL}Zk-7!CCoB&KLl?5C!MX}ASz__g+Vv-4>p9{X%0DCg~&F((OCE^>iAKZL+ccRK+Qm_`Bkt!Va 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⪻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

      GNYT%$APrJvhsx>((!UGqY4-x2I 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 YUScN=3~^cd}2l7Uylv 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 FDWL6C9 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

      &lF0AX9oSLz<0g< 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%0A$O;|0kD0%U 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

      #dg)GB)+Du%1*h$80Yn+ehDkQ;_on<&1lTB29a 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≺Hfx_zgs}?GS~qG%vF+|_15_@AcOY!CiDC9@`xAv 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 literal 0 HcmV?d00001 From 48827b4e09a6d564d2f73d62b544f14c59edba21 Mon Sep 17 00:00:00 2001 From: John Beverley Date: Fri, 15 May 2026 17:04:30 -0400 Subject: [PATCH 4/8] Update README.md (#869) --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4af0fd4..ff5ecb02 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,16 @@ [![license](https://img.shields.io/static/v1?label=license&message=BSD%203.1&color=green&style=flat)](https://github.com/CommonCoreOntology/CommonCoreOntologies?tab=BSD-3-Clause-1-ov-file) [![release](https://img.shields.io/static/v1?label=release&message=2.0&color=blue&style=flat)](https://github.com/CommonCoreOntology/CommonCoreOntologies/releases/tag/v2.0-2024-11-06) -***IMPORTANT NOTE*** -Starting with version 2.0, CCO IRIs are using a new namespace and have opaque local identifiers for all ontology elements. -See [here](https://github.com/CommonCoreOntology/CommonCoreOntologies/tree/develop/documentation/mapping-new-iris) for the mapping file. +## RECENT NEWS +The modernization of repository artifacts, issues, and documentation is underway: +* Initial cleanup is expected to be completed by **June 30, 2026**. +* The first wave of major structural changes (3.0) is expected to be released by **December 31, 2026** and will incorporate GeoSPARQL, QUDT, and the refactoring of information. +* The second wave of major structural changes (4.0) is expected to be released **June 30, 2027**. + +It is the recommendation of the CCO Governance Board that users wait to update following 4.0 release. In the meantime, users who would like to use versions of CCO with the up-to-date changes, are directed to pull from the 'develop' branch. For a high-level overview of planned updates, see the milestones displayed below. See here for an accompanying [slide deck](https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/develop/documentation/user-guides/Beverley%20-%20P%26G%20CCO%20Modernization%20Brief.pptx). + +image + ## What is CCO? From d9b266a400c770b13b4efa85baabcf285953a1ba Mon Sep 17 00:00:00 2001 From: John Beverley Date: Tue, 19 May 2026 17:15:21 -0400 Subject: [PATCH 5/8] Cco purls (#873) * Update README.md * purl testing continued * Rename index.html to index.html * Update index.html * Update README.md * Update README.md * purl'ish testing * temp * rename trickery * renaming * Create readme.md * Add files via upload * deleted first try html index * added ttls * Create ont00000958.ttl * Create c.ttl * Rename c.ttl to .ttl * Rename .ttl to index.html * Rename src/cco-iris/index.html to src/cco-iris/.ttl/index.html * Update and rename src/cco-iris/.ttl/index.html to src/cco-iris/w.ttl * Rename w.ttl to .ttl * testing new iris * All the IRIs --------- Co-authored-by: Mark Jensen --- README.md | 8 +- src/cco-iris/.ttl | 1 + src/cco-iris/AgentOntology.ttl | 2322 ++ src/cco-iris/AllCoreOntology.ttl | 26 + src/cco-iris/ArtifactOntology.ttl | 5159 ++++ src/cco-iris/CommonCoreOntologiesMerged.ttl | 19756 ++++++++++++++++ src/cco-iris/CurrencyUnitOntology.ttl | 951 + src/cco-iris/EventOntology.ttl | 3184 +++ src/cco-iris/ExtendedRelationOntology.ttl | 644 + src/cco-iris/FacilityOntology.ttl | 872 + src/cco-iris/GeospatialOntology.ttl | 684 + src/cco-iris/InformationEntityOntology.ttl | 2269 ++ src/cco-iris/QualityOntology.ttl | 991 + src/cco-iris/TimeOntology.ttl | 645 + src/cco-iris/UnitsOfMeasureOntology.ttl | 1531 ++ src/cco-iris/ont00000001.ttl | 39 + src/cco-iris/ont00000002.ttl | 39 + src/cco-iris/ont00000003.ttl | 64 + src/cco-iris/ont00000004.ttl | 64 + src/cco-iris/ont00000005.ttl | 59 + src/cco-iris/ont00000006.ttl | 39 + src/cco-iris/ont00000007.ttl | 89 + src/cco-iris/ont00000008.ttl | 59 + src/cco-iris/ont00000009.ttl | 44 + src/cco-iris/ont00000010.ttl | 49 + src/cco-iris/ont00000011.ttl | 49 + src/cco-iris/ont00000012.ttl | 39 + src/cco-iris/ont00000013.ttl | 75 + src/cco-iris/ont00000014.ttl | 39 + src/cco-iris/ont00000015.ttl | 44 + src/cco-iris/ont00000016.ttl | 39 + src/cco-iris/ont00000017.ttl | 44 + src/cco-iris/ont00000018.ttl | 44 + src/cco-iris/ont00000019.ttl | 39 + src/cco-iris/ont00000020.ttl | 54 + src/cco-iris/ont00000021.ttl | 39 + src/cco-iris/ont00000022.ttl | 39 + src/cco-iris/ont00000023.ttl | 39 + src/cco-iris/ont00000024.ttl | 44 + src/cco-iris/ont00000025.ttl | 39 + src/cco-iris/ont00000026.ttl | 39 + src/cco-iris/ont00000027.ttl | 49 + src/cco-iris/ont00000028.ttl | 39 + src/cco-iris/ont00000029.ttl | 44 + src/cco-iris/ont00000030.ttl | 44 + src/cco-iris/ont00000031.ttl | 39 + src/cco-iris/ont00000032.ttl | 44 + src/cco-iris/ont00000033.ttl | 39 + src/cco-iris/ont00000034.ttl | 44 + src/cco-iris/ont00000035.ttl | 39 + src/cco-iris/ont00000036.ttl | 44 + src/cco-iris/ont00000037.ttl | 49 + src/cco-iris/ont00000038.ttl | 44 + src/cco-iris/ont00000039.ttl | 39 + src/cco-iris/ont00000040.ttl | 44 + src/cco-iris/ont00000041.ttl | 44 + src/cco-iris/ont00000042.ttl | 39 + src/cco-iris/ont00000043.ttl | 39 + src/cco-iris/ont00000044.ttl | 55 + src/cco-iris/ont00000045.ttl | 39 + src/cco-iris/ont00000046.ttl | 44 + src/cco-iris/ont00000047.ttl | 45 + src/cco-iris/ont00000048.ttl | 44 + src/cco-iris/ont00000049.ttl | 39 + src/cco-iris/ont00000050.ttl | 39 + src/cco-iris/ont00000051.ttl | 40 + src/cco-iris/ont00000052.ttl | 59 + src/cco-iris/ont00000053.ttl | 69 + src/cco-iris/ont00000054.ttl | 44 + src/cco-iris/ont00000055.ttl | 49 + src/cco-iris/ont00000056.ttl | 59 + src/cco-iris/ont00000057.ttl | 44 + src/cco-iris/ont00000058.ttl | 39 + src/cco-iris/ont00000059.ttl | 54 + src/cco-iris/ont00000060.ttl | 44 + src/cco-iris/ont00000061.ttl | 49 + src/cco-iris/ont00000062.ttl | 39 + src/cco-iris/ont00000063.ttl | 56 + src/cco-iris/ont00000064.ttl | 44 + src/cco-iris/ont00000065.ttl | 93 + src/cco-iris/ont00000066.ttl | 44 + src/cco-iris/ont00000067.ttl | 50 + src/cco-iris/ont00000068.ttl | 55 + src/cco-iris/ont00000069.ttl | 44 + src/cco-iris/ont00000070.ttl | 39 + src/cco-iris/ont00000071.ttl | 44 + src/cco-iris/ont00000072.ttl | 44 + src/cco-iris/ont00000073.ttl | 81 + src/cco-iris/ont00000074.ttl | 68 + src/cco-iris/ont00000075.ttl | 49 + src/cco-iris/ont00000076.ttl | 44 + src/cco-iris/ont00000077.ttl | 61 + src/cco-iris/ont00000078.ttl | 59 + src/cco-iris/ont00000079.ttl | 44 + src/cco-iris/ont00000080.ttl | 39 + src/cco-iris/ont00000081.ttl | 44 + src/cco-iris/ont00000082.ttl | 39 + src/cco-iris/ont00000083.ttl | 39 + src/cco-iris/ont00000084.ttl | 89 + src/cco-iris/ont00000085.ttl | 80 + src/cco-iris/ont00000086.ttl | 49 + src/cco-iris/ont00000087.ttl | 50 + src/cco-iris/ont00000088.ttl | 59 + src/cco-iris/ont00000089.ttl | 64 + src/cco-iris/ont00000090.ttl | 44 + src/cco-iris/ont00000091.ttl | 39 + src/cco-iris/ont00000092.ttl | 49 + src/cco-iris/ont00000093.ttl | 39 + src/cco-iris/ont00000094.ttl | 50 + src/cco-iris/ont00000095.ttl | 49 + src/cco-iris/ont00000096.ttl | 44 + src/cco-iris/ont00000097.ttl | 49 + src/cco-iris/ont00000098.ttl | 69 + src/cco-iris/ont00000099.ttl | 108 + src/cco-iris/ont00000100.ttl | 44 + src/cco-iris/ont00000101.ttl | 39 + src/cco-iris/ont00000102.ttl | 40 + src/cco-iris/ont00000103.ttl | 49 + src/cco-iris/ont00000104.ttl | 44 + src/cco-iris/ont00000105.ttl | 39 + src/cco-iris/ont00000106.ttl | 46 + src/cco-iris/ont00000107.ttl | 39 + src/cco-iris/ont00000108.ttl | 44 + src/cco-iris/ont00000109.ttl | 39 + src/cco-iris/ont00000110.ttl | 44 + src/cco-iris/ont00000111.ttl | 44 + src/cco-iris/ont00000112.ttl | 39 + src/cco-iris/ont00000113.ttl | 44 + src/cco-iris/ont00000114.ttl | 39 + src/cco-iris/ont00000115.ttl | 39 + src/cco-iris/ont00000116.ttl | 39 + src/cco-iris/ont00000117.ttl | 49 + src/cco-iris/ont00000118.ttl | 59 + src/cco-iris/ont00000119.ttl | 69 + src/cco-iris/ont00000120.ttl | 193 + src/cco-iris/ont00000121.ttl | 44 + src/cco-iris/ont00000122.ttl | 63 + src/cco-iris/ont00000123.ttl | 65 + src/cco-iris/ont00000124.ttl | 44 + src/cco-iris/ont00000125.ttl | 59 + src/cco-iris/ont00000126.ttl | 83 + src/cco-iris/ont00000127.ttl | 60 + src/cco-iris/ont00000128.ttl | 39 + src/cco-iris/ont00000129.ttl | 44 + src/cco-iris/ont00000130.ttl | 44 + src/cco-iris/ont00000131.ttl | 39 + src/cco-iris/ont00000132.ttl | 44 + src/cco-iris/ont00000133.ttl | 65 + src/cco-iris/ont00000134.ttl | 68 + src/cco-iris/ont00000135.ttl | 64 + src/cco-iris/ont00000136.ttl | 75 + src/cco-iris/ont00000137.ttl | 44 + src/cco-iris/ont00000138.ttl | 39 + src/cco-iris/ont00000139.ttl | 120 + src/cco-iris/ont00000140.ttl | 80 + src/cco-iris/ont00000141.ttl | 44 + src/cco-iris/ont00000142.ttl | 39 + src/cco-iris/ont00000143.ttl | 39 + src/cco-iris/ont00000144.ttl | 44 + src/cco-iris/ont00000145.ttl | 44 + src/cco-iris/ont00000146.ttl | 55 + src/cco-iris/ont00000147.ttl | 44 + src/cco-iris/ont00000148.ttl | 50 + src/cco-iris/ont00000149.ttl | 50 + src/cco-iris/ont00000150.ttl | 94 + src/cco-iris/ont00000151.ttl | 44 + src/cco-iris/ont00000152.ttl | 44 + src/cco-iris/ont00000153.ttl | 39 + src/cco-iris/ont00000154.ttl | 46 + src/cco-iris/ont00000155.ttl | 44 + src/cco-iris/ont00000156.ttl | 54 + src/cco-iris/ont00000157.ttl | 39 + src/cco-iris/ont00000158.ttl | 44 + src/cco-iris/ont00000159.ttl | 49 + src/cco-iris/ont00000160.ttl | 49 + src/cco-iris/ont00000161.ttl | 54 + src/cco-iris/ont00000162.ttl | 39 + src/cco-iris/ont00000163.ttl | 39 + src/cco-iris/ont00000164.ttl | 39 + src/cco-iris/ont00000165.ttl | 44 + src/cco-iris/ont00000166.ttl | 39 + src/cco-iris/ont00000167.ttl | 39 + src/cco-iris/ont00000168.ttl | 44 + src/cco-iris/ont00000169.ttl | 60 + src/cco-iris/ont00000170.ttl | 68 + src/cco-iris/ont00000171.ttl | 44 + src/cco-iris/ont00000172.ttl | 54 + src/cco-iris/ont00000173.ttl | 63 + src/cco-iris/ont00000174.ttl | 44 + src/cco-iris/ont00000175.ttl | 63 + src/cco-iris/ont00000176.ttl | 86 + src/cco-iris/ont00000177.ttl | 44 + src/cco-iris/ont00000178.ttl | 44 + src/cco-iris/ont00000179.ttl | 40 + src/cco-iris/ont00000180.ttl | 49 + src/cco-iris/ont00000181.ttl | 39 + src/cco-iris/ont00000182.ttl | 44 + src/cco-iris/ont00000183.ttl | 44 + src/cco-iris/ont00000184.ttl | 39 + src/cco-iris/ont00000185.ttl | 39 + src/cco-iris/ont00000186.ttl | 39 + src/cco-iris/ont00000187.ttl | 44 + src/cco-iris/ont00000188.ttl | 54 + src/cco-iris/ont00000189.ttl | 49 + src/cco-iris/ont00000190.ttl | 39 + src/cco-iris/ont00000191.ttl | 60 + src/cco-iris/ont00000192.ttl | 175 + src/cco-iris/ont00000193.ttl | 44 + src/cco-iris/ont00000194.ttl | 39 + src/cco-iris/ont00000195.ttl | 44 + src/cco-iris/ont00000196.ttl | 39 + src/cco-iris/ont00000197.ttl | 39 + src/cco-iris/ont00000198.ttl | 63 + src/cco-iris/ont00000199.ttl | 59 + src/cco-iris/ont00000200.ttl | 44 + src/cco-iris/ont00000201.ttl | 39 + src/cco-iris/ont00000202.ttl | 44 + src/cco-iris/ont00000203.ttl | 44 + src/cco-iris/ont00000204.ttl | 54 + src/cco-iris/ont00000205.ttl | 69 + src/cco-iris/ont00000206.ttl | 44 + src/cco-iris/ont00000207.ttl | 59 + src/cco-iris/ont00000208.ttl | 44 + src/cco-iris/ont00000209.ttl | 44 + src/cco-iris/ont00000210.ttl | 69 + src/cco-iris/ont00000211.ttl | 56 + src/cco-iris/ont00000212.ttl | 44 + src/cco-iris/ont00000213.ttl | 44 + src/cco-iris/ont00000214.ttl | 44 + src/cco-iris/ont00000215.ttl | 50 + src/cco-iris/ont00000216.ttl | 44 + src/cco-iris/ont00000217.ttl | 98 + src/cco-iris/ont00000218.ttl | 39 + src/cco-iris/ont00000219.ttl | 50 + src/cco-iris/ont00000220.ttl | 44 + src/cco-iris/ont00000221.ttl | 39 + src/cco-iris/ont00000222.ttl | 39 + src/cco-iris/ont00000223.ttl | 85 + src/cco-iris/ont00000224.ttl | 54 + src/cco-iris/ont00000225.ttl | 90 + src/cco-iris/ont00000226.ttl | 64 + src/cco-iris/ont00000227.ttl | 40 + src/cco-iris/ont00000228.ttl | 154 + src/cco-iris/ont00000229.ttl | 88 + src/cco-iris/ont00000230.ttl | 44 + src/cco-iris/ont00000231.ttl | 44 + src/cco-iris/ont00000232.ttl | 44 + src/cco-iris/ont00000233.ttl | 39 + src/cco-iris/ont00000234.ttl | 54 + src/cco-iris/ont00000235.ttl | 44 + src/cco-iris/ont00000236.ttl | 49 + src/cco-iris/ont00000237.ttl | 44 + src/cco-iris/ont00000238.ttl | 54 + src/cco-iris/ont00000239.ttl | 103 + src/cco-iris/ont00000240.ttl | 44 + src/cco-iris/ont00000241.ttl | 59 + src/cco-iris/ont00000242.ttl | 39 + src/cco-iris/ont00000243.ttl | 44 + src/cco-iris/ont00000244.ttl | 44 + src/cco-iris/ont00000245.ttl | 44 + src/cco-iris/ont00000246.ttl | 64 + src/cco-iris/ont00000247.ttl | 49 + src/cco-iris/ont00000248.ttl | 44 + src/cco-iris/ont00000249.ttl | 45 + src/cco-iris/ont00000250.ttl | 49 + src/cco-iris/ont00000251.ttl | 44 + src/cco-iris/ont00000252.ttl | 54 + src/cco-iris/ont00000253.ttl | 186 + src/cco-iris/ont00000254.ttl | 49 + src/cco-iris/ont00000255.ttl | 59 + src/cco-iris/ont00000256.ttl | 84 + src/cco-iris/ont00000257.ttl | 44 + src/cco-iris/ont00000258.ttl | 84 + src/cco-iris/ont00000259.ttl | 44 + src/cco-iris/ont00000260.ttl | 39 + src/cco-iris/ont00000261.ttl | 46 + src/cco-iris/ont00000262.ttl | 44 + src/cco-iris/ont00000263.ttl | 54 + src/cco-iris/ont00000264.ttl | 39 + src/cco-iris/ont00000265.ttl | 49 + src/cco-iris/ont00000266.ttl | 44 + src/cco-iris/ont00000267.ttl | 44 + src/cco-iris/ont00000268.ttl | 54 + src/cco-iris/ont00000269.ttl | 49 + src/cco-iris/ont00000270.ttl | 49 + src/cco-iris/ont00000271.ttl | 44 + src/cco-iris/ont00000272.ttl | 45 + src/cco-iris/ont00000273.ttl | 44 + src/cco-iris/ont00000274.ttl | 54 + src/cco-iris/ont00000275.ttl | 67 + src/cco-iris/ont00000276.ttl | 63 + src/cco-iris/ont00000277.ttl | 44 + src/cco-iris/ont00000278.ttl | 45 + src/cco-iris/ont00000279.ttl | 63 + src/cco-iris/ont00000280.ttl | 44 + src/cco-iris/ont00000281.ttl | 49 + src/cco-iris/ont00000282.ttl | 44 + src/cco-iris/ont00000283.ttl | 44 + src/cco-iris/ont00000284.ttl | 44 + src/cco-iris/ont00000285.ttl | 44 + src/cco-iris/ont00000286.ttl | 39 + src/cco-iris/ont00000287.ttl | 54 + src/cco-iris/ont00000288.ttl | 64 + src/cco-iris/ont00000289.ttl | 49 + src/cco-iris/ont00000290.ttl | 49 + src/cco-iris/ont00000291.ttl | 39 + src/cco-iris/ont00000292.ttl | 59 + src/cco-iris/ont00000293.ttl | 94 + src/cco-iris/ont00000294.ttl | 74 + src/cco-iris/ont00000295.ttl | 39 + src/cco-iris/ont00000296.ttl | 65 + src/cco-iris/ont00000297.ttl | 44 + src/cco-iris/ont00000298.ttl | 39 + src/cco-iris/ont00000299.ttl | 44 + src/cco-iris/ont00000300.ttl | 97 + src/cco-iris/ont00000301.ttl | 50 + src/cco-iris/ont00000302.ttl | 39 + src/cco-iris/ont00000303.ttl | 49 + src/cco-iris/ont00000304.ttl | 59 + src/cco-iris/ont00000305.ttl | 44 + src/cco-iris/ont00000306.ttl | 44 + src/cco-iris/ont00000307.ttl | 44 + src/cco-iris/ont00000308.ttl | 44 + src/cco-iris/ont00000309.ttl | 44 + src/cco-iris/ont00000310.ttl | 49 + src/cco-iris/ont00000311.ttl | 44 + src/cco-iris/ont00000312.ttl | 55 + src/cco-iris/ont00000313.ttl | 45 + src/cco-iris/ont00000314.ttl | 61 + src/cco-iris/ont00000315.ttl | 44 + src/cco-iris/ont00000316.ttl | 39 + src/cco-iris/ont00000317.ttl | 39 + src/cco-iris/ont00000318.ttl | 44 + src/cco-iris/ont00000319.ttl | 65 + src/cco-iris/ont00000320.ttl | 44 + src/cco-iris/ont00000321.ttl | 44 + src/cco-iris/ont00000322.ttl | 39 + src/cco-iris/ont00000323.ttl | 360 + src/cco-iris/ont00000324.ttl | 39 + src/cco-iris/ont00000325.ttl | 54 + src/cco-iris/ont00000326.ttl | 49 + src/cco-iris/ont00000327.ttl | 39 + src/cco-iris/ont00000328.ttl | 44 + src/cco-iris/ont00000329.ttl | 56 + src/cco-iris/ont00000330.ttl | 49 + src/cco-iris/ont00000331.ttl | 44 + src/cco-iris/ont00000332.ttl | 49 + src/cco-iris/ont00000333.ttl | 49 + src/cco-iris/ont00000334.ttl | 39 + src/cco-iris/ont00000335.ttl | 44 + src/cco-iris/ont00000336.ttl | 44 + src/cco-iris/ont00000337.ttl | 49 + src/cco-iris/ont00000338.ttl | 44 + src/cco-iris/ont00000339.ttl | 49 + src/cco-iris/ont00000340.ttl | 44 + src/cco-iris/ont00000341.ttl | 44 + src/cco-iris/ont00000342.ttl | 44 + src/cco-iris/ont00000343.ttl | 44 + src/cco-iris/ont00000344.ttl | 54 + src/cco-iris/ont00000345.ttl | 72 + src/cco-iris/ont00000346.ttl | 59 + src/cco-iris/ont00000347.ttl | 39 + src/cco-iris/ont00000348.ttl | 59 + src/cco-iris/ont00000349.ttl | 44 + src/cco-iris/ont00000350.ttl | 49 + src/cco-iris/ont00000351.ttl | 44 + src/cco-iris/ont00000352.ttl | 39 + src/cco-iris/ont00000353.ttl | 39 + src/cco-iris/ont00000354.ttl | 44 + src/cco-iris/ont00000355.ttl | 50 + src/cco-iris/ont00000356.ttl | 44 + src/cco-iris/ont00000357.ttl | 54 + src/cco-iris/ont00000358.ttl | 63 + src/cco-iris/ont00000359.ttl | 77 + src/cco-iris/ont00000360.ttl | 44 + src/cco-iris/ont00000361.ttl | 39 + src/cco-iris/ont00000362.ttl | 50 + src/cco-iris/ont00000363.ttl | 54 + src/cco-iris/ont00000364.ttl | 45 + src/cco-iris/ont00000365.ttl | 39 + src/cco-iris/ont00000366.ttl | 44 + src/cco-iris/ont00000367.ttl | 39 + src/cco-iris/ont00000368.ttl | 85 + src/cco-iris/ont00000369.ttl | 51 + src/cco-iris/ont00000370.ttl | 44 + src/cco-iris/ont00000371.ttl | 52 + src/cco-iris/ont00000372.ttl | 49 + src/cco-iris/ont00000373.ttl | 64 + src/cco-iris/ont00000374.ttl | 73 + src/cco-iris/ont00000375.ttl | 44 + src/cco-iris/ont00000376.ttl | 44 + src/cco-iris/ont00000377.ttl | 39 + src/cco-iris/ont00000378.ttl | 139 + src/cco-iris/ont00000379.ttl | 70 + src/cco-iris/ont00000380.ttl | 44 + src/cco-iris/ont00000381.ttl | 44 + src/cco-iris/ont00000382.ttl | 44 + src/cco-iris/ont00000383.ttl | 39 + src/cco-iris/ont00000384.ttl | 44 + src/cco-iris/ont00000385.ttl | 45 + src/cco-iris/ont00000386.ttl | 50 + src/cco-iris/ont00000387.ttl | 59 + src/cco-iris/ont00000388.ttl | 59 + src/cco-iris/ont00000389.ttl | 39 + src/cco-iris/ont00000390.ttl | 64 + src/cco-iris/ont00000391.ttl | 57 + src/cco-iris/ont00000392.ttl | 54 + src/cco-iris/ont00000393.ttl | 44 + src/cco-iris/ont00000394.ttl | 59 + src/cco-iris/ont00000395.ttl | 85 + src/cco-iris/ont00000396.ttl | 55 + src/cco-iris/ont00000397.ttl | 46 + src/cco-iris/ont00000398.ttl | 68 + src/cco-iris/ont00000399.ttl | 93 + src/cco-iris/ont00000400.ttl | 44 + src/cco-iris/ont00000401.ttl | 39 + src/cco-iris/ont00000402.ttl | 89 + src/cco-iris/ont00000403.ttl | 39 + src/cco-iris/ont00000404.ttl | 72 + src/cco-iris/ont00000405.ttl | 68 + src/cco-iris/ont00000406.ttl | 44 + src/cco-iris/ont00000407.ttl | 44 + src/cco-iris/ont00000408.ttl | 55 + src/cco-iris/ont00000409.ttl | 39 + src/cco-iris/ont00000410.ttl | 64 + src/cco-iris/ont00000411.ttl | 39 + src/cco-iris/ont00000412.ttl | 44 + src/cco-iris/ont00000413.ttl | 44 + src/cco-iris/ont00000414.ttl | 39 + src/cco-iris/ont00000415.ttl | 54 + src/cco-iris/ont00000416.ttl | 44 + src/cco-iris/ont00000417.ttl | 44 + src/cco-iris/ont00000418.ttl | 39 + src/cco-iris/ont00000419.ttl | 39 + src/cco-iris/ont00000420.ttl | 44 + src/cco-iris/ont00000421.ttl | 44 + src/cco-iris/ont00000422.ttl | 49 + src/cco-iris/ont00000423.ttl | 44 + src/cco-iris/ont00000424.ttl | 39 + src/cco-iris/ont00000425.ttl | 40 + src/cco-iris/ont00000426.ttl | 49 + src/cco-iris/ont00000427.ttl | 59 + src/cco-iris/ont00000428.ttl | 44 + src/cco-iris/ont00000429.ttl | 39 + src/cco-iris/ont00000430.ttl | 39 + src/cco-iris/ont00000431.ttl | 54 + src/cco-iris/ont00000432.ttl | 44 + src/cco-iris/ont00000433.ttl | 74 + src/cco-iris/ont00000434.ttl | 39 + src/cco-iris/ont00000435.ttl | 40 + src/cco-iris/ont00000436.ttl | 44 + src/cco-iris/ont00000437.ttl | 49 + src/cco-iris/ont00000438.ttl | 39 + src/cco-iris/ont00000439.ttl | 39 + src/cco-iris/ont00000440.ttl | 44 + src/cco-iris/ont00000441.ttl | 39 + src/cco-iris/ont00000442.ttl | 39 + src/cco-iris/ont00000443.ttl | 59 + src/cco-iris/ont00000444.ttl | 73 + src/cco-iris/ont00000445.ttl | 94 + src/cco-iris/ont00000446.ttl | 39 + src/cco-iris/ont00000447.ttl | 39 + src/cco-iris/ont00000448.ttl | 59 + src/cco-iris/ont00000449.ttl | 45 + src/cco-iris/ont00000450.ttl | 39 + src/cco-iris/ont00000451.ttl | 39 + src/cco-iris/ont00000452.ttl | 39 + src/cco-iris/ont00000453.ttl | 55 + src/cco-iris/ont00000454.ttl | 39 + src/cco-iris/ont00000455.ttl | 59 + src/cco-iris/ont00000456.ttl | 44 + src/cco-iris/ont00000457.ttl | 74 + src/cco-iris/ont00000458.ttl | 44 + src/cco-iris/ont00000459.ttl | 44 + src/cco-iris/ont00000460.ttl | 59 + src/cco-iris/ont00000461.ttl | 39 + src/cco-iris/ont00000462.ttl | 71 + src/cco-iris/ont00000463.ttl | 39 + src/cco-iris/ont00000464.ttl | 39 + src/cco-iris/ont00000465.ttl | 51 + src/cco-iris/ont00000466.ttl | 39 + src/cco-iris/ont00000467.ttl | 49 + src/cco-iris/ont00000468.ttl | 44 + src/cco-iris/ont00000469.ttl | 97 + src/cco-iris/ont00000470.ttl | 44 + src/cco-iris/ont00000471.ttl | 39 + src/cco-iris/ont00000472.ttl | 84 + src/cco-iris/ont00000473.ttl | 60 + src/cco-iris/ont00000474.ttl | 39 + src/cco-iris/ont00000475.ttl | 54 + src/cco-iris/ont00000476.ttl | 60 + src/cco-iris/ont00000477.ttl | 49 + src/cco-iris/ont00000478.ttl | 44 + src/cco-iris/ont00000479.ttl | 54 + src/cco-iris/ont00000480.ttl | 39 + src/cco-iris/ont00000481.ttl | 44 + src/cco-iris/ont00000482.ttl | 39 + src/cco-iris/ont00000483.ttl | 54 + src/cco-iris/ont00000484.ttl | 39 + src/cco-iris/ont00000485.ttl | 63 + src/cco-iris/ont00000486.ttl | 63 + src/cco-iris/ont00000487.ttl | 60 + src/cco-iris/ont00000488.ttl | 44 + src/cco-iris/ont00000489.ttl | 44 + src/cco-iris/ont00000490.ttl | 49 + src/cco-iris/ont00000491.ttl | 44 + src/cco-iris/ont00000492.ttl | 49 + src/cco-iris/ont00000493.ttl | 39 + src/cco-iris/ont00000494.ttl | 39 + src/cco-iris/ont00000495.ttl | 39 + src/cco-iris/ont00000496.ttl | 56 + src/cco-iris/ont00000497.ttl | 73 + src/cco-iris/ont00000498.ttl | 73 + src/cco-iris/ont00000499.ttl | 59 + src/cco-iris/ont00000500.ttl | 67 + src/cco-iris/ont00000501.ttl | 44 + src/cco-iris/ont00000502.ttl | 58 + src/cco-iris/ont00000503.ttl | 44 + src/cco-iris/ont00000504.ttl | 44 + src/cco-iris/ont00000505.ttl | 44 + src/cco-iris/ont00000506.ttl | 44 + src/cco-iris/ont00000507.ttl | 60 + src/cco-iris/ont00000508.ttl | 44 + src/cco-iris/ont00000509.ttl | 44 + src/cco-iris/ont00000510.ttl | 44 + src/cco-iris/ont00000511.ttl | 39 + src/cco-iris/ont00000512.ttl | 39 + src/cco-iris/ont00000513.ttl | 39 + src/cco-iris/ont00000514.ttl | 81 + src/cco-iris/ont00000515.ttl | 39 + src/cco-iris/ont00000516.ttl | 39 + src/cco-iris/ont00000517.ttl | 100 + src/cco-iris/ont00000518.ttl | 688 + src/cco-iris/ont00000519.ttl | 56 + src/cco-iris/ont00000520.ttl | 39 + src/cco-iris/ont00000521.ttl | 44 + src/cco-iris/ont00000522.ttl | 50 + src/cco-iris/ont00000523.ttl | 44 + src/cco-iris/ont00000524.ttl | 49 + src/cco-iris/ont00000525.ttl | 39 + src/cco-iris/ont00000526.ttl | 44 + src/cco-iris/ont00000527.ttl | 64 + src/cco-iris/ont00000528.ttl | 39 + src/cco-iris/ont00000529.ttl | 74 + src/cco-iris/ont00000530.ttl | 80 + src/cco-iris/ont00000531.ttl | 44 + src/cco-iris/ont00000532.ttl | 84 + src/cco-iris/ont00000533.ttl | 55 + src/cco-iris/ont00000534.ttl | 44 + src/cco-iris/ont00000535.ttl | 44 + src/cco-iris/ont00000536.ttl | 39 + src/cco-iris/ont00000537.ttl | 59 + src/cco-iris/ont00000538.ttl | 44 + src/cco-iris/ont00000539.ttl | 39 + src/cco-iris/ont00000540.ttl | 81 + src/cco-iris/ont00000541.ttl | 39 + src/cco-iris/ont00000542.ttl | 39 + src/cco-iris/ont00000543.ttl | 44 + src/cco-iris/ont00000544.ttl | 60 + src/cco-iris/ont00000545.ttl | 50 + src/cco-iris/ont00000546.ttl | 44 + src/cco-iris/ont00000547.ttl | 74 + src/cco-iris/ont00000548.ttl | 59 + src/cco-iris/ont00000549.ttl | 44 + src/cco-iris/ont00000550.ttl | 39 + src/cco-iris/ont00000551.ttl | 49 + src/cco-iris/ont00000552.ttl | 64 + src/cco-iris/ont00000553.ttl | 59 + src/cco-iris/ont00000554.ttl | 49 + src/cco-iris/ont00000555.ttl | 49 + src/cco-iris/ont00000556.ttl | 50 + src/cco-iris/ont00000557.ttl | 44 + src/cco-iris/ont00000558.ttl | 55 + src/cco-iris/ont00000559.ttl | 39 + src/cco-iris/ont00000560.ttl | 44 + src/cco-iris/ont00000561.ttl | 44 + src/cco-iris/ont00000562.ttl | 49 + src/cco-iris/ont00000563.ttl | 39 + src/cco-iris/ont00000564.ttl | 44 + src/cco-iris/ont00000565.ttl | 39 + src/cco-iris/ont00000566.ttl | 95 + src/cco-iris/ont00000567.ttl | 40 + src/cco-iris/ont00000568.ttl | 59 + src/cco-iris/ont00000569.ttl | 60 + src/cco-iris/ont00000570.ttl | 54 + src/cco-iris/ont00000571.ttl | 44 + src/cco-iris/ont00000572.ttl | 44 + src/cco-iris/ont00000573.ttl | 39 + src/cco-iris/ont00000574.ttl | 49 + src/cco-iris/ont00000575.ttl | 74 + src/cco-iris/ont00000576.ttl | 39 + src/cco-iris/ont00000577.ttl | 44 + src/cco-iris/ont00000578.ttl | 39 + src/cco-iris/ont00000579.ttl | 45 + src/cco-iris/ont00000580.ttl | 44 + src/cco-iris/ont00000581.ttl | 54 + src/cco-iris/ont00000582.ttl | 39 + src/cco-iris/ont00000583.ttl | 44 + src/cco-iris/ont00000584.ttl | 48 + src/cco-iris/ont00000585.ttl | 39 + src/cco-iris/ont00000586.ttl | 49 + src/cco-iris/ont00000587.ttl | 63 + src/cco-iris/ont00000588.ttl | 79 + src/cco-iris/ont00000589.ttl | 61 + src/cco-iris/ont00000590.ttl | 39 + src/cco-iris/ont00000591.ttl | 59 + src/cco-iris/ont00000592.ttl | 48 + src/cco-iris/ont00000593.ttl | 59 + src/cco-iris/ont00000594.ttl | 44 + src/cco-iris/ont00000595.ttl | 39 + src/cco-iris/ont00000596.ttl | 39 + src/cco-iris/ont00000597.ttl | 44 + src/cco-iris/ont00000598.ttl | 54 + src/cco-iris/ont00000599.ttl | 39 + src/cco-iris/ont00000600.ttl | 44 + src/cco-iris/ont00000601.ttl | 54 + src/cco-iris/ont00000602.ttl | 39 + src/cco-iris/ont00000603.ttl | 39 + src/cco-iris/ont00000604.ttl | 39 + src/cco-iris/ont00000605.ttl | 54 + src/cco-iris/ont00000606.ttl | 45 + src/cco-iris/ont00000607.ttl | 39 + src/cco-iris/ont00000608.ttl | 44 + src/cco-iris/ont00000609.ttl | 76 + src/cco-iris/ont00000610.ttl | 54 + src/cco-iris/ont00000611.ttl | 49 + src/cco-iris/ont00000612.ttl | 39 + src/cco-iris/ont00000613.ttl | 39 + src/cco-iris/ont00000614.ttl | 41 + src/cco-iris/ont00000615.ttl | 44 + src/cco-iris/ont00000616.ttl | 44 + src/cco-iris/ont00000617.ttl | 50 + src/cco-iris/ont00000618.ttl | 59 + src/cco-iris/ont00000619.ttl | 85 + src/cco-iris/ont00000620.ttl | 59 + src/cco-iris/ont00000621.ttl | 39 + src/cco-iris/ont00000622.ttl | 39 + src/cco-iris/ont00000623.ttl | 39 + src/cco-iris/ont00000624.ttl | 44 + src/cco-iris/ont00000625.ttl | 39 + src/cco-iris/ont00000626.ttl | 46 + src/cco-iris/ont00000627.ttl | 59 + src/cco-iris/ont00000628.ttl | 64 + src/cco-iris/ont00000629.ttl | 44 + src/cco-iris/ont00000630.ttl | 88 + src/cco-iris/ont00000631.ttl | 79 + src/cco-iris/ont00000632.ttl | 39 + src/cco-iris/ont00000633.ttl | 40 + src/cco-iris/ont00000634.ttl | 54 + src/cco-iris/ont00000635.ttl | 39 + src/cco-iris/ont00000636.ttl | 52 + src/cco-iris/ont00000637.ttl | 39 + src/cco-iris/ont00000638.ttl | 44 + src/cco-iris/ont00000639.ttl | 59 + src/cco-iris/ont00000640.ttl | 44 + src/cco-iris/ont00000641.ttl | 49 + src/cco-iris/ont00000642.ttl | 85 + src/cco-iris/ont00000643.ttl | 55 + src/cco-iris/ont00000644.ttl | 50 + src/cco-iris/ont00000645.ttl | 74 + src/cco-iris/ont00000646.ttl | 49 + src/cco-iris/ont00000647.ttl | 71 + src/cco-iris/ont00000648.ttl | 44 + src/cco-iris/ont00000649.ttl | 60 + src/cco-iris/ont00000650.ttl | 39 + src/cco-iris/ont00000651.ttl | 44 + src/cco-iris/ont00000652.ttl | 44 + src/cco-iris/ont00000653.ttl | 44 + src/cco-iris/ont00000654.ttl | 44 + src/cco-iris/ont00000655.ttl | 49 + src/cco-iris/ont00000656.ttl | 44 + src/cco-iris/ont00000657.ttl | 39 + src/cco-iris/ont00000658.ttl | 39 + src/cco-iris/ont00000659.ttl | 59 + src/cco-iris/ont00000660.ttl | 70 + src/cco-iris/ont00000661.ttl | 44 + src/cco-iris/ont00000662.ttl | 96 + src/cco-iris/ont00000663.ttl | 44 + src/cco-iris/ont00000664.ttl | 39 + src/cco-iris/ont00000665.ttl | 39 + src/cco-iris/ont00000666.ttl | 64 + src/cco-iris/ont00000667.ttl | 44 + src/cco-iris/ont00000668.ttl | 44 + src/cco-iris/ont00000669.ttl | 45 + src/cco-iris/ont00000670.ttl | 44 + src/cco-iris/ont00000671.ttl | 44 + src/cco-iris/ont00000672.ttl | 55 + src/cco-iris/ont00000673.ttl | 44 + src/cco-iris/ont00000674.ttl | 49 + src/cco-iris/ont00000675.ttl | 85 + src/cco-iris/ont00000676.ttl | 54 + src/cco-iris/ont00000677.ttl | 54 + src/cco-iris/ont00000678.ttl | 44 + src/cco-iris/ont00000679.ttl | 44 + src/cco-iris/ont00000680.ttl | 39 + src/cco-iris/ont00000681.ttl | 44 + src/cco-iris/ont00000682.ttl | 44 + src/cco-iris/ont00000683.ttl | 49 + src/cco-iris/ont00000684.ttl | 44 + src/cco-iris/ont00000685.ttl | 44 + src/cco-iris/ont00000686.ttl | 158 + src/cco-iris/ont00000687.ttl | 64 + src/cco-iris/ont00000688.ttl | 44 + src/cco-iris/ont00000689.ttl | 44 + src/cco-iris/ont00000690.ttl | 49 + src/cco-iris/ont00000691.ttl | 39 + src/cco-iris/ont00000692.ttl | 51 + src/cco-iris/ont00000693.ttl | 39 + src/cco-iris/ont00000694.ttl | 39 + src/cco-iris/ont00000695.ttl | 45 + src/cco-iris/ont00000696.ttl | 44 + src/cco-iris/ont00000697.ttl | 59 + src/cco-iris/ont00000698.ttl | 51 + src/cco-iris/ont00000699.ttl | 39 + src/cco-iris/ont00000700.ttl | 49 + src/cco-iris/ont00000701.ttl | 39 + src/cco-iris/ont00000702.ttl | 49 + src/cco-iris/ont00000703.ttl | 44 + src/cco-iris/ont00000704.ttl | 44 + src/cco-iris/ont00000705.ttl | 44 + src/cco-iris/ont00000706.ttl | 44 + src/cco-iris/ont00000707.ttl | 83 + src/cco-iris/ont00000708.ttl | 44 + src/cco-iris/ont00000709.ttl | 49 + src/cco-iris/ont00000710.ttl | 44 + src/cco-iris/ont00000711.ttl | 44 + src/cco-iris/ont00000712.ttl | 65 + src/cco-iris/ont00000713.ttl | 85 + src/cco-iris/ont00000714.ttl | 49 + src/cco-iris/ont00000715.ttl | 74 + src/cco-iris/ont00000716.ttl | 59 + src/cco-iris/ont00000717.ttl | 44 + src/cco-iris/ont00000718.ttl | 44 + src/cco-iris/ont00000719.ttl | 54 + src/cco-iris/ont00000720.ttl | 44 + src/cco-iris/ont00000721.ttl | 39 + src/cco-iris/ont00000722.ttl | 39 + src/cco-iris/ont00000723.ttl | 54 + src/cco-iris/ont00000724.ttl | 50 + src/cco-iris/ont00000725.ttl | 49 + src/cco-iris/ont00000726.ttl | 49 + src/cco-iris/ont00000727.ttl | 49 + src/cco-iris/ont00000728.ttl | 50 + src/cco-iris/ont00000729.ttl | 44 + src/cco-iris/ont00000730.ttl | 44 + src/cco-iris/ont00000731.ttl | 61 + src/cco-iris/ont00000732.ttl | 60 + src/cco-iris/ont00000733.ttl | 39 + src/cco-iris/ont00000734.ttl | 44 + src/cco-iris/ont00000735.ttl | 39 + src/cco-iris/ont00000736.ttl | 59 + src/cco-iris/ont00000737.ttl | 54 + src/cco-iris/ont00000738.ttl | 39 + src/cco-iris/ont00000739.ttl | 39 + src/cco-iris/ont00000740.ttl | 55 + src/cco-iris/ont00000741.ttl | 63 + src/cco-iris/ont00000742.ttl | 49 + src/cco-iris/ont00000743.ttl | 44 + src/cco-iris/ont00000744.ttl | 39 + src/cco-iris/ont00000745.ttl | 61 + src/cco-iris/ont00000746.ttl | 49 + src/cco-iris/ont00000747.ttl | 44 + src/cco-iris/ont00000748.ttl | 44 + src/cco-iris/ont00000749.ttl | 67 + src/cco-iris/ont00000750.ttl | 50 + src/cco-iris/ont00000751.ttl | 65 + src/cco-iris/ont00000752.ttl | 93 + src/cco-iris/ont00000753.ttl | 55 + src/cco-iris/ont00000754.ttl | 80 + src/cco-iris/ont00000755.ttl | 44 + src/cco-iris/ont00000756.ttl | 44 + src/cco-iris/ont00000757.ttl | 44 + src/cco-iris/ont00000758.ttl | 44 + src/cco-iris/ont00000759.ttl | 39 + src/cco-iris/ont00000760.ttl | 49 + src/cco-iris/ont00000761.ttl | 44 + src/cco-iris/ont00000762.ttl | 44 + src/cco-iris/ont00000763.ttl | 81 + src/cco-iris/ont00000764.ttl | 39 + src/cco-iris/ont00000765.ttl | 65 + src/cco-iris/ont00000766.ttl | 39 + src/cco-iris/ont00000767.ttl | 40 + src/cco-iris/ont00000768.ttl | 44 + src/cco-iris/ont00000769.ttl | 44 + src/cco-iris/ont00000770.ttl | 58 + src/cco-iris/ont00000771.ttl | 54 + src/cco-iris/ont00000772.ttl | 47 + src/cco-iris/ont00000773.ttl | 44 + src/cco-iris/ont00000774.ttl | 44 + src/cco-iris/ont00000775.ttl | 44 + src/cco-iris/ont00000776.ttl | 44 + src/cco-iris/ont00000777.ttl | 44 + src/cco-iris/ont00000778.ttl | 39 + src/cco-iris/ont00000779.ttl | 44 + src/cco-iris/ont00000780.ttl | 60 + src/cco-iris/ont00000781.ttl | 59 + src/cco-iris/ont00000782.ttl | 74 + src/cco-iris/ont00000783.ttl | 55 + src/cco-iris/ont00000784.ttl | 64 + src/cco-iris/ont00000785.ttl | 44 + src/cco-iris/ont00000786.ttl | 39 + src/cco-iris/ont00000787.ttl | 39 + src/cco-iris/ont00000788.ttl | 49 + src/cco-iris/ont00000789.ttl | 65 + src/cco-iris/ont00000790.ttl | 39 + src/cco-iris/ont00000791.ttl | 74 + src/cco-iris/ont00000792.ttl | 49 + src/cco-iris/ont00000793.ttl | 44 + src/cco-iris/ont00000794.ttl | 39 + src/cco-iris/ont00000795.ttl | 49 + src/cco-iris/ont00000796.ttl | 64 + src/cco-iris/ont00000797.ttl | 39 + src/cco-iris/ont00000798.ttl | 137 + src/cco-iris/ont00000799.ttl | 49 + src/cco-iris/ont00000800.ttl | 122 + src/cco-iris/ont00000801.ttl | 39 + src/cco-iris/ont00000802.ttl | 44 + src/cco-iris/ont00000803.ttl | 49 + src/cco-iris/ont00000804.ttl | 64 + src/cco-iris/ont00000805.ttl | 39 + src/cco-iris/ont00000806.ttl | 44 + src/cco-iris/ont00000807.ttl | 39 + src/cco-iris/ont00000808.ttl | 44 + src/cco-iris/ont00000809.ttl | 44 + src/cco-iris/ont00000810.ttl | 56 + src/cco-iris/ont00000811.ttl | 39 + src/cco-iris/ont00000812.ttl | 50 + src/cco-iris/ont00000813.ttl | 39 + src/cco-iris/ont00000814.ttl | 44 + src/cco-iris/ont00000815.ttl | 39 + src/cco-iris/ont00000816.ttl | 39 + src/cco-iris/ont00000817.ttl | 49 + src/cco-iris/ont00000818.ttl | 39 + src/cco-iris/ont00000819.ttl | 49 + src/cco-iris/ont00000820.ttl | 39 + src/cco-iris/ont00000821.ttl | 49 + src/cco-iris/ont00000822.ttl | 55 + src/cco-iris/ont00000823.ttl | 44 + src/cco-iris/ont00000824.ttl | 39 + src/cco-iris/ont00000825.ttl | 49 + src/cco-iris/ont00000826.ttl | 44 + src/cco-iris/ont00000827.ttl | 69 + src/cco-iris/ont00000828.ttl | 59 + src/cco-iris/ont00000829.ttl | 67 + src/cco-iris/ont00000830.ttl | 45 + src/cco-iris/ont00000831.ttl | 49 + src/cco-iris/ont00000832.ttl | 90 + src/cco-iris/ont00000833.ttl | 75 + src/cco-iris/ont00000834.ttl | 44 + src/cco-iris/ont00000835.ttl | 39 + src/cco-iris/ont00000836.ttl | 74 + src/cco-iris/ont00000837.ttl | 44 + src/cco-iris/ont00000838.ttl | 54 + src/cco-iris/ont00000839.ttl | 44 + src/cco-iris/ont00000840.ttl | 44 + src/cco-iris/ont00000841.ttl | 44 + src/cco-iris/ont00000842.ttl | 39 + src/cco-iris/ont00000843.ttl | 45 + src/cco-iris/ont00000844.ttl | 63 + src/cco-iris/ont00000845.ttl | 41 + src/cco-iris/ont00000846.ttl | 44 + src/cco-iris/ont00000847.ttl | 49 + src/cco-iris/ont00000848.ttl | 49 + src/cco-iris/ont00000849.ttl | 39 + src/cco-iris/ont00000850.ttl | 44 + src/cco-iris/ont00000851.ttl | 44 + src/cco-iris/ont00000852.ttl | 73 + src/cco-iris/ont00000853.ttl | 104 + src/cco-iris/ont00000854.ttl | 49 + src/cco-iris/ont00000855.ttl | 63 + src/cco-iris/ont00000856.ttl | 39 + src/cco-iris/ont00000857.ttl | 39 + src/cco-iris/ont00000858.ttl | 49 + src/cco-iris/ont00000859.ttl | 49 + src/cco-iris/ont00000860.ttl | 59 + src/cco-iris/ont00000861.ttl | 39 + src/cco-iris/ont00000862.ttl | 85 + src/cco-iris/ont00000863.ttl | 39 + src/cco-iris/ont00000864.ttl | 44 + src/cco-iris/ont00000865.ttl | 49 + src/cco-iris/ont00000866.ttl | 49 + src/cco-iris/ont00000867.ttl | 44 + src/cco-iris/ont00000868.ttl | 39 + src/cco-iris/ont00000869.ttl | 44 + src/cco-iris/ont00000870.ttl | 54 + src/cco-iris/ont00000871.ttl | 44 + src/cco-iris/ont00000872.ttl | 39 + src/cco-iris/ont00000873.ttl | 44 + src/cco-iris/ont00000874.ttl | 44 + src/cco-iris/ont00000875.ttl | 39 + src/cco-iris/ont00000876.ttl | 49 + src/cco-iris/ont00000877.ttl | 39 + src/cco-iris/ont00000878.ttl | 49 + src/cco-iris/ont00000879.ttl | 39 + src/cco-iris/ont00000880.ttl | 44 + src/cco-iris/ont00000881.ttl | 89 + src/cco-iris/ont00000882.ttl | 44 + src/cco-iris/ont00000883.ttl | 44 + src/cco-iris/ont00000884.ttl | 44 + src/cco-iris/ont00000885.ttl | 44 + src/cco-iris/ont00000886.ttl | 39 + src/cco-iris/ont00000887.ttl | 44 + src/cco-iris/ont00000888.ttl | 39 + src/cco-iris/ont00000889.ttl | 55 + src/cco-iris/ont00000890.ttl | 54 + src/cco-iris/ont00000891.ttl | 54 + src/cco-iris/ont00000892.ttl | 44 + src/cco-iris/ont00000893.ttl | 72 + src/cco-iris/ont00000894.ttl | 49 + src/cco-iris/ont00000895.ttl | 50 + src/cco-iris/ont00000896.ttl | 46 + src/cco-iris/ont00000897.ttl | 51 + src/cco-iris/ont00000898.ttl | 96 + src/cco-iris/ont00000899.ttl | 39 + src/cco-iris/ont00000900.ttl | 39 + src/cco-iris/ont00000901.ttl | 44 + src/cco-iris/ont00000902.ttl | 39 + src/cco-iris/ont00000903.ttl | 74 + src/cco-iris/ont00000904.ttl | 63 + src/cco-iris/ont00000905.ttl | 44 + src/cco-iris/ont00000906.ttl | 44 + src/cco-iris/ont00000907.ttl | 59 + src/cco-iris/ont00000908.ttl | 59 + src/cco-iris/ont00000909.ttl | 39 + src/cco-iris/ont00000910.ttl | 39 + src/cco-iris/ont00000911.ttl | 39 + src/cco-iris/ont00000912.ttl | 44 + src/cco-iris/ont00000913.ttl | 39 + src/cco-iris/ont00000914.ttl | 79 + src/cco-iris/ont00000915.ttl | 44 + src/cco-iris/ont00000916.ttl | 44 + src/cco-iris/ont00000917.ttl | 88 + src/cco-iris/ont00000918.ttl | 70 + src/cco-iris/ont00000919.ttl | 39 + src/cco-iris/ont00000920.ttl | 68 + src/cco-iris/ont00000921.ttl | 49 + src/cco-iris/ont00000922.ttl | 39 + src/cco-iris/ont00000923.ttl | 49 + src/cco-iris/ont00000924.ttl | 46 + src/cco-iris/ont00000925.ttl | 39 + src/cco-iris/ont00000926.ttl | 44 + src/cco-iris/ont00000927.ttl | 39 + src/cco-iris/ont00000928.ttl | 59 + src/cco-iris/ont00000929.ttl | 44 + src/cco-iris/ont00000930.ttl | 49 + src/cco-iris/ont00000931.ttl | 39 + src/cco-iris/ont00000932.ttl | 39 + src/cco-iris/ont00000933.ttl | 44 + src/cco-iris/ont00000934.ttl | 49 + src/cco-iris/ont00000935.ttl | 39 + src/cco-iris/ont00000936.ttl | 44 + src/cco-iris/ont00000937.ttl | 39 + src/cco-iris/ont00000938.ttl | 44 + src/cco-iris/ont00000939.ttl | 39 + src/cco-iris/ont00000940.ttl | 63 + src/cco-iris/ont00000941.ttl | 44 + src/cco-iris/ont00000942.ttl | 44 + src/cco-iris/ont00000943.ttl | 44 + src/cco-iris/ont00000944.ttl | 39 + src/cco-iris/ont00000945.ttl | 44 + src/cco-iris/ont00000946.ttl | 54 + src/cco-iris/ont00000947.ttl | 39 + src/cco-iris/ont00000948.ttl | 44 + src/cco-iris/ont00000949.ttl | 39 + src/cco-iris/ont00000950.ttl | 55 + src/cco-iris/ont00000951.ttl | 65 + src/cco-iris/ont00000952.ttl | 49 + src/cco-iris/ont00000953.ttl | 39 + src/cco-iris/ont00000954.ttl | 44 + src/cco-iris/ont00000955.ttl | 44 + src/cco-iris/ont00000956.ttl | 44 + src/cco-iris/ont00000957.ttl | 44 + src/cco-iris/ont00000958.ttl | 174 + src/cco-iris/ont00000959.ttl | 83 + src/cco-iris/ont00000960.ttl | 44 + src/cco-iris/ont00000961.ttl | 49 + src/cco-iris/ont00000962.ttl | 39 + src/cco-iris/ont00000963.ttl | 39 + src/cco-iris/ont00000964.ttl | 55 + src/cco-iris/ont00000965.ttl | 149 + src/cco-iris/ont00000966.ttl | 64 + src/cco-iris/ont00000967.ttl | 44 + src/cco-iris/ont00000968.ttl | 44 + src/cco-iris/ont00000969.ttl | 88 + src/cco-iris/ont00000970.ttl | 45 + src/cco-iris/ont00000971.ttl | 49 + src/cco-iris/ont00000972.ttl | 39 + src/cco-iris/ont00000973.ttl | 54 + src/cco-iris/ont00000974.ttl | 60 + src/cco-iris/ont00000975.ttl | 39 + src/cco-iris/ont00000976.ttl | 39 + src/cco-iris/ont00000977.ttl | 44 + src/cco-iris/ont00000978.ttl | 55 + src/cco-iris/ont00000979.ttl | 39 + src/cco-iris/ont00000980.ttl | 44 + src/cco-iris/ont00000981.ttl | 39 + src/cco-iris/ont00000982.ttl | 39 + src/cco-iris/ont00000983.ttl | 59 + src/cco-iris/ont00000984.ttl | 39 + src/cco-iris/ont00000985.ttl | 44 + src/cco-iris/ont00000986.ttl | 44 + src/cco-iris/ont00000987.ttl | 68 + src/cco-iris/ont00000988.ttl | 39 + src/cco-iris/ont00000989.ttl | 55 + src/cco-iris/ont00000990.ttl | 44 + src/cco-iris/ont00000991.ttl | 45 + src/cco-iris/ont00000992.ttl | 73 + src/cco-iris/ont00000993.ttl | 39 + src/cco-iris/ont00000994.ttl | 39 + src/cco-iris/ont00000995.ttl | 408 + src/cco-iris/ont00000996.ttl | 49 + src/cco-iris/ont00000997.ttl | 64 + src/cco-iris/ont00000998.ttl | 75 + src/cco-iris/ont00000999.ttl | 44 + src/cco-iris/ont00001000.ttl | 39 + src/cco-iris/ont00001001.ttl | 39 + src/cco-iris/ont00001002.ttl | 54 + src/cco-iris/ont00001003.ttl | 44 + src/cco-iris/ont00001004.ttl | 68 + src/cco-iris/ont00001005.ttl | 44 + src/cco-iris/ont00001006.ttl | 46 + src/cco-iris/ont00001007.ttl | 44 + src/cco-iris/ont00001008.ttl | 44 + src/cco-iris/ont00001009.ttl | 59 + src/cco-iris/ont00001010.ttl | 113 + src/cco-iris/ont00001011.ttl | 44 + src/cco-iris/ont00001012.ttl | 40 + src/cco-iris/ont00001013.ttl | 39 + src/cco-iris/ont00001014.ttl | 44 + src/cco-iris/ont00001015.ttl | 51 + src/cco-iris/ont00001016.ttl | 44 + src/cco-iris/ont00001017.ttl | 163 + src/cco-iris/ont00001018.ttl | 39 + src/cco-iris/ont00001019.ttl | 39 + src/cco-iris/ont00001020.ttl | 39 + src/cco-iris/ont00001021.ttl | 44 + src/cco-iris/ont00001022.ttl | 104 + src/cco-iris/ont00001023.ttl | 44 + src/cco-iris/ont00001024.ttl | 39 + src/cco-iris/ont00001025.ttl | 44 + src/cco-iris/ont00001026.ttl | 44 + src/cco-iris/ont00001027.ttl | 44 + src/cco-iris/ont00001028.ttl | 86 + src/cco-iris/ont00001029.ttl | 54 + src/cco-iris/ont00001030.ttl | 50 + src/cco-iris/ont00001031.ttl | 50 + src/cco-iris/ont00001032.ttl | 44 + src/cco-iris/ont00001033.ttl | 54 + src/cco-iris/ont00001034.ttl | 39 + src/cco-iris/ont00001035.ttl | 44 + src/cco-iris/ont00001036.ttl | 59 + src/cco-iris/ont00001037.ttl | 39 + src/cco-iris/ont00001038.ttl | 49 + src/cco-iris/ont00001039.ttl | 44 + src/cco-iris/ont00001040.ttl | 44 + src/cco-iris/ont00001041.ttl | 39 + src/cco-iris/ont00001042.ttl | 44 + src/cco-iris/ont00001043.ttl | 44 + src/cco-iris/ont00001044.ttl | 39 + src/cco-iris/ont00001045.ttl | 63 + src/cco-iris/ont00001046.ttl | 44 + src/cco-iris/ont00001047.ttl | 59 + src/cco-iris/ont00001048.ttl | 49 + src/cco-iris/ont00001049.ttl | 79 + src/cco-iris/ont00001050.ttl | 54 + src/cco-iris/ont00001051.ttl | 74 + src/cco-iris/ont00001052.ttl | 74 + src/cco-iris/ont00001053.ttl | 39 + src/cco-iris/ont00001054.ttl | 44 + src/cco-iris/ont00001055.ttl | 39 + src/cco-iris/ont00001056.ttl | 45 + src/cco-iris/ont00001057.ttl | 44 + src/cco-iris/ont00001058.ttl | 80 + src/cco-iris/ont00001059.ttl | 169 + src/cco-iris/ont00001060.ttl | 44 + src/cco-iris/ont00001061.ttl | 49 + src/cco-iris/ont00001062.ttl | 64 + src/cco-iris/ont00001063.ttl | 44 + src/cco-iris/ont00001064.ttl | 55 + src/cco-iris/ont00001065.ttl | 44 + src/cco-iris/ont00001066.ttl | 44 + src/cco-iris/ont00001067.ttl | 44 + src/cco-iris/ont00001068.ttl | 75 + src/cco-iris/ont00001069.ttl | 77 + src/cco-iris/ont00001070.ttl | 39 + src/cco-iris/ont00001071.ttl | 60 + src/cco-iris/ont00001072.ttl | 49 + src/cco-iris/ont00001073.ttl | 44 + src/cco-iris/ont00001074.ttl | 39 + src/cco-iris/ont00001075.ttl | 64 + src/cco-iris/ont00001076.ttl | 69 + src/cco-iris/ont00001077.ttl | 44 + src/cco-iris/ont00001078.ttl | 49 + src/cco-iris/ont00001079.ttl | 39 + src/cco-iris/ont00001080.ttl | 44 + src/cco-iris/ont00001081.ttl | 54 + src/cco-iris/ont00001082.ttl | 39 + src/cco-iris/ont00001083.ttl | 44 + src/cco-iris/ont00001084.ttl | 54 + src/cco-iris/ont00001085.ttl | 39 + src/cco-iris/ont00001086.ttl | 49 + src/cco-iris/ont00001087.ttl | 44 + src/cco-iris/ont00001088.ttl | 60 + src/cco-iris/ont00001089.ttl | 44 + src/cco-iris/ont00001090.ttl | 83 + src/cco-iris/ont00001091.ttl | 44 + src/cco-iris/ont00001092.ttl | 44 + src/cco-iris/ont00001093.ttl | 39 + src/cco-iris/ont00001094.ttl | 44 + src/cco-iris/ont00001095.ttl | 50 + src/cco-iris/ont00001096.ttl | 44 + src/cco-iris/ont00001097.ttl | 39 + src/cco-iris/ont00001098.ttl | 44 + src/cco-iris/ont00001099.ttl | 44 + src/cco-iris/ont00001100.ttl | 59 + src/cco-iris/ont00001101.ttl | 50 + src/cco-iris/ont00001102.ttl | 59 + src/cco-iris/ont00001103.ttl | 59 + src/cco-iris/ont00001104.ttl | 64 + src/cco-iris/ont00001105.ttl | 70 + src/cco-iris/ont00001106.ttl | 44 + src/cco-iris/ont00001107.ttl | 44 + src/cco-iris/ont00001108.ttl | 57 + src/cco-iris/ont00001109.ttl | 51 + src/cco-iris/ont00001110.ttl | 39 + src/cco-iris/ont00001111.ttl | 39 + src/cco-iris/ont00001112.ttl | 44 + src/cco-iris/ont00001113.ttl | 39 + src/cco-iris/ont00001114.ttl | 62 + src/cco-iris/ont00001115.ttl | 44 + src/cco-iris/ont00001116.ttl | 51 + src/cco-iris/ont00001117.ttl | 49 + src/cco-iris/ont00001118.ttl | 44 + src/cco-iris/ont00001119.ttl | 44 + src/cco-iris/ont00001120.ttl | 39 + src/cco-iris/ont00001121.ttl | 50 + src/cco-iris/ont00001122.ttl | 39 + src/cco-iris/ont00001123.ttl | 49 + src/cco-iris/ont00001124.ttl | 54 + src/cco-iris/ont00001125.ttl | 55 + src/cco-iris/ont00001126.ttl | 55 + src/cco-iris/ont00001127.ttl | 39 + src/cco-iris/ont00001128.ttl | 44 + src/cco-iris/ont00001129.ttl | 39 + src/cco-iris/ont00001130.ttl | 44 + src/cco-iris/ont00001131.ttl | 39 + src/cco-iris/ont00001132.ttl | 54 + src/cco-iris/ont00001133.ttl | 54 + src/cco-iris/ont00001134.ttl | 44 + src/cco-iris/ont00001135.ttl | 39 + src/cco-iris/ont00001136.ttl | 39 + src/cco-iris/ont00001137.ttl | 49 + src/cco-iris/ont00001138.ttl | 44 + src/cco-iris/ont00001139.ttl | 49 + src/cco-iris/ont00001140.ttl | 44 + src/cco-iris/ont00001141.ttl | 69 + src/cco-iris/ont00001142.ttl | 39 + src/cco-iris/ont00001143.ttl | 50 + src/cco-iris/ont00001144.ttl | 44 + src/cco-iris/ont00001145.ttl | 59 + src/cco-iris/ont00001146.ttl | 40 + src/cco-iris/ont00001147.ttl | 59 + src/cco-iris/ont00001148.ttl | 54 + src/cco-iris/ont00001149.ttl | 39 + src/cco-iris/ont00001150.ttl | 79 + src/cco-iris/ont00001151.ttl | 44 + src/cco-iris/ont00001152.ttl | 114 + src/cco-iris/ont00001153.ttl | 64 + src/cco-iris/ont00001154.ttl | 56 + src/cco-iris/ont00001155.ttl | 39 + src/cco-iris/ont00001156.ttl | 46 + src/cco-iris/ont00001157.ttl | 39 + src/cco-iris/ont00001158.ttl | 44 + src/cco-iris/ont00001159.ttl | 54 + src/cco-iris/ont00001160.ttl | 44 + src/cco-iris/ont00001161.ttl | 44 + src/cco-iris/ont00001162.ttl | 65 + src/cco-iris/ont00001163.ttl | 168 + src/cco-iris/ont00001164.ttl | 44 + src/cco-iris/ont00001165.ttl | 44 + src/cco-iris/ont00001166.ttl | 56 + src/cco-iris/ont00001167.ttl | 39 + src/cco-iris/ont00001168.ttl | 49 + src/cco-iris/ont00001169.ttl | 49 + src/cco-iris/ont00001170.ttl | 39 + src/cco-iris/ont00001171.ttl | 44 + src/cco-iris/ont00001172.ttl | 39 + src/cco-iris/ont00001173.ttl | 59 + src/cco-iris/ont00001174.ttl | 44 + src/cco-iris/ont00001175.ttl | 63 + src/cco-iris/ont00001176.ttl | 56 + src/cco-iris/ont00001177.ttl | 44 + src/cco-iris/ont00001178.ttl | 44 + src/cco-iris/ont00001179.ttl | 50 + src/cco-iris/ont00001180.ttl | 274 + src/cco-iris/ont00001181.ttl | 44 + src/cco-iris/ont00001182.ttl | 49 + src/cco-iris/ont00001183.ttl | 39 + src/cco-iris/ont00001184.ttl | 39 + src/cco-iris/ont00001185.ttl | 44 + src/cco-iris/ont00001186.ttl | 39 + src/cco-iris/ont00001187.ttl | 49 + src/cco-iris/ont00001188.ttl | 44 + src/cco-iris/ont00001189.ttl | 39 + src/cco-iris/ont00001190.ttl | 64 + src/cco-iris/ont00001191.ttl | 49 + src/cco-iris/ont00001192.ttl | 64 + src/cco-iris/ont00001193.ttl | 39 + src/cco-iris/ont00001194.ttl | 71 + src/cco-iris/ont00001195.ttl | 39 + src/cco-iris/ont00001196.ttl | 45 + src/cco-iris/ont00001197.ttl | 59 + src/cco-iris/ont00001198.ttl | 45 + src/cco-iris/ont00001199.ttl | 39 + src/cco-iris/ont00001200.ttl | 39 + src/cco-iris/ont00001201.ttl | 44 + src/cco-iris/ont00001202.ttl | 54 + src/cco-iris/ont00001203.ttl | 114 + src/cco-iris/ont00001204.ttl | 39 + src/cco-iris/ont00001205.ttl | 39 + src/cco-iris/ont00001206.ttl | 56 + src/cco-iris/ont00001207.ttl | 59 + src/cco-iris/ont00001208.ttl | 55 + src/cco-iris/ont00001209.ttl | 39 + src/cco-iris/ont00001210.ttl | 44 + src/cco-iris/ont00001211.ttl | 39 + src/cco-iris/ont00001212.ttl | 44 + src/cco-iris/ont00001213.ttl | 64 + src/cco-iris/ont00001214.ttl | 49 + src/cco-iris/ont00001215.ttl | 49 + src/cco-iris/ont00001216.ttl | 44 + src/cco-iris/ont00001217.ttl | 44 + src/cco-iris/ont00001218.ttl | 49 + src/cco-iris/ont00001219.ttl | 62 + src/cco-iris/ont00001220.ttl | 39 + src/cco-iris/ont00001221.ttl | 54 + src/cco-iris/ont00001222.ttl | 50 + src/cco-iris/ont00001223.ttl | 39 + src/cco-iris/ont00001224.ttl | 65 + src/cco-iris/ont00001225.ttl | 39 + src/cco-iris/ont00001226.ttl | 44 + src/cco-iris/ont00001227.ttl | 78 + src/cco-iris/ont00001228.ttl | 44 + src/cco-iris/ont00001229.ttl | 44 + src/cco-iris/ont00001230.ttl | 44 + src/cco-iris/ont00001231.ttl | 39 + src/cco-iris/ont00001232.ttl | 50 + src/cco-iris/ont00001233.ttl | 44 + src/cco-iris/ont00001234.ttl | 44 + src/cco-iris/ont00001235.ttl | 173 + src/cco-iris/ont00001236.ttl | 65 + src/cco-iris/ont00001237.ttl | 44 + src/cco-iris/ont00001238.ttl | 44 + src/cco-iris/ont00001239.ttl | 59 + src/cco-iris/ont00001240.ttl | 44 + src/cco-iris/ont00001241.ttl | 49 + src/cco-iris/ont00001242.ttl | 44 + src/cco-iris/ont00001243.ttl | 39 + src/cco-iris/ont00001244.ttl | 44 + src/cco-iris/ont00001245.ttl | 39 + src/cco-iris/ont00001246.ttl | 55 + src/cco-iris/ont00001247.ttl | 49 + src/cco-iris/ont00001248.ttl | 54 + src/cco-iris/ont00001249.ttl | 44 + src/cco-iris/ont00001250.ttl | 39 + src/cco-iris/ont00001251.ttl | 54 + src/cco-iris/ont00001252.ttl | 44 + src/cco-iris/ont00001253.ttl | 44 + src/cco-iris/ont00001254.ttl | 44 + src/cco-iris/ont00001255.ttl | 44 + src/cco-iris/ont00001256.ttl | 56 + src/cco-iris/ont00001257.ttl | 39 + src/cco-iris/ont00001258.ttl | 49 + src/cco-iris/ont00001259.ttl | 44 + src/cco-iris/ont00001260.ttl | 39 + src/cco-iris/ont00001261.ttl | 44 + src/cco-iris/ont00001262.ttl | 259 + src/cco-iris/ont00001263.ttl | 44 + src/cco-iris/ont00001264.ttl | 39 + src/cco-iris/ont00001265.ttl | 49 + src/cco-iris/ont00001266.ttl | 44 + src/cco-iris/ont00001267.ttl | 44 + src/cco-iris/ont00001268.ttl | 39 + src/cco-iris/ont00001269.ttl | 44 + src/cco-iris/ont00001270.ttl | 44 + src/cco-iris/ont00001271.ttl | 39 + src/cco-iris/ont00001272.ttl | 44 + src/cco-iris/ont00001273.ttl | 55 + src/cco-iris/ont00001274.ttl | 39 + src/cco-iris/ont00001275.ttl | 39 + src/cco-iris/ont00001276.ttl | 39 + src/cco-iris/ont00001277.ttl | 39 + src/cco-iris/ont00001278.ttl | 64 + src/cco-iris/ont00001279.ttl | 51 + src/cco-iris/ont00001280.ttl | 39 + src/cco-iris/ont00001281.ttl | 49 + src/cco-iris/ont00001282.ttl | 44 + src/cco-iris/ont00001283.ttl | 54 + src/cco-iris/ont00001284.ttl | 39 + src/cco-iris/ont00001285.ttl | 39 + src/cco-iris/ont00001286.ttl | 64 + src/cco-iris/ont00001287.ttl | 44 + src/cco-iris/ont00001288.ttl | 44 + src/cco-iris/ont00001289.ttl | 61 + src/cco-iris/ont00001290.ttl | 108 + src/cco-iris/ont00001291.ttl | 39 + src/cco-iris/ont00001292.ttl | 44 + src/cco-iris/ont00001293.ttl | 44 + src/cco-iris/ont00001294.ttl | 44 + src/cco-iris/ont00001295.ttl | 44 + src/cco-iris/ont00001296.ttl | 44 + src/cco-iris/ont00001297.ttl | 44 + src/cco-iris/ont00001298.ttl | 59 + src/cco-iris/ont00001299.ttl | 44 + src/cco-iris/ont00001300.ttl | 50 + src/cco-iris/ont00001301.ttl | 109 + src/cco-iris/ont00001302.ttl | 59 + src/cco-iris/ont00001303.ttl | 39 + src/cco-iris/ont00001304.ttl | 39 + src/cco-iris/ont00001305.ttl | 39 + src/cco-iris/ont00001306.ttl | 54 + src/cco-iris/ont00001307.ttl | 68 + src/cco-iris/ont00001308.ttl | 44 + src/cco-iris/ont00001309.ttl | 44 + src/cco-iris/ont00001310.ttl | 44 + src/cco-iris/ont00001311.ttl | 44 + src/cco-iris/ont00001312.ttl | 44 + src/cco-iris/ont00001313.ttl | 44 + src/cco-iris/ont00001314.ttl | 44 + src/cco-iris/ont00001315.ttl | 54 + src/cco-iris/ont00001316.ttl | 44 + src/cco-iris/ont00001317.ttl | 138 + src/cco-iris/ont00001318.ttl | 44 + src/cco-iris/ont00001319.ttl | 45 + src/cco-iris/ont00001320.ttl | 49 + src/cco-iris/ont00001321.ttl | 44 + src/cco-iris/ont00001322.ttl | 40 + src/cco-iris/ont00001323.ttl | 44 + src/cco-iris/ont00001324.ttl | 121 + src/cco-iris/ont00001325.ttl | 39 + src/cco-iris/ont00001326.ttl | 79 + src/cco-iris/ont00001327.ttl | 64 + src/cco-iris/ont00001328.ttl | 114 + src/cco-iris/ont00001329.ttl | 44 + src/cco-iris/ont00001330.ttl | 74 + src/cco-iris/ont00001331.ttl | 39 + src/cco-iris/ont00001332.ttl | 44 + src/cco-iris/ont00001333.ttl | 39 + src/cco-iris/ont00001334.ttl | 59 + src/cco-iris/ont00001335.ttl | 116 + src/cco-iris/ont00001336.ttl | 45 + src/cco-iris/ont00001337.ttl | 59 + src/cco-iris/ont00001338.ttl | 39 + src/cco-iris/ont00001339.ttl | 39 + src/cco-iris/ont00001340.ttl | 44 + src/cco-iris/ont00001341.ttl | 77 + src/cco-iris/ont00001342.ttl | 54 + src/cco-iris/ont00001343.ttl | 44 + src/cco-iris/ont00001344.ttl | 39 + src/cco-iris/ont00001345.ttl | 58 + src/cco-iris/ont00001346.ttl | 49 + src/cco-iris/ont00001347.ttl | 44 + src/cco-iris/ont00001348.ttl | 56 + src/cco-iris/ont00001349.ttl | 39 + src/cco-iris/ont00001350.ttl | 44 + src/cco-iris/ont00001351.ttl | 58 + src/cco-iris/ont00001352.ttl | 184 + src/cco-iris/ont00001353.ttl | 54 + src/cco-iris/ont00001354.ttl | 39 + src/cco-iris/ont00001355.ttl | 49 + src/cco-iris/ont00001356.ttl | 44 + src/cco-iris/ont00001357.ttl | 83 + src/cco-iris/ont00001358.ttl | 44 + src/cco-iris/ont00001359.ttl | 40 + src/cco-iris/ont00001360.ttl | 64 + src/cco-iris/ont00001361.ttl | 44 + src/cco-iris/ont00001362.ttl | 44 + src/cco-iris/ont00001363.ttl | 44 + src/cco-iris/ont00001364.ttl | 86 + src/cco-iris/ont00001365.ttl | 39 + src/cco-iris/ont00001366.ttl | 39 + src/cco-iris/ont00001367.ttl | 75 + src/cco-iris/ont00001368.ttl | 39 + src/cco-iris/ont00001369.ttl | 44 + src/cco-iris/ont00001370.ttl | 49 + src/cco-iris/ont00001371.ttl | 44 + src/cco-iris/ont00001372.ttl | 44 + src/cco-iris/ont00001373.ttl | 44 + src/cco-iris/ont00001374.ttl | 55 + src/cco-iris/ont00001375.ttl | 49 + src/cco-iris/ont00001376.ttl | 49 + src/cco-iris/ont00001377.ttl | 39 + src/cco-iris/ont00001378.ttl | 44 + src/cco-iris/ont00001379.ttl | 122 + src/cco-iris/ont00001380.ttl | 44 + src/cco-iris/ont00001381.ttl | 49 + src/cco-iris/ont00001382.ttl | 39 + src/cco-iris/ont00001383.ttl | 50 + src/cco-iris/ont00001384.ttl | 65 + src/cco-iris/ont00001385.ttl | 38 + src/cco-iris/ont00001386.ttl | 38 + src/cco-iris/ont00001387.ttl | 38 + src/cco-iris/ont00001388.ttl | 52 + src/cco-iris/ont00001389.ttl | 38 + src/cco-iris/ont00001390.ttl | 43 + src/cco-iris/ont00001391.ttl | 53 + src/cco-iris/ont00001392.ttl | 44 + src/cco-iris/ont00001393.ttl | 43 + src/cco-iris/ont00001394.ttl | 38 + src/cco-iris/ont00001395.ttl | 48 + src/cco-iris/ont00001396.ttl | 38 + src/cco-iris/ont00001397.ttl | 43 + src/cco-iris/ont00001398.ttl | 43 + src/cco-iris/ont00001399.ttl | 38 + src/cco-iris/ont00001400.ttl | 38 + src/cco-iris/ont00001401.ttl | 38 + src/cco-iris/ont00001402.ttl | 43 + src/cco-iris/ont00001403.ttl | 44 + src/cco-iris/ont00001404.ttl | 38 + src/cco-iris/ont00001405.ttl | 44 + src/cco-iris/ont00001406.ttl | 48 + src/cco-iris/ont00001407.ttl | 43 + src/cco-iris/ont00001408.ttl | 44 + src/cco-iris/ont00001409.ttl | 38 + src/cco-iris/ont00001410.ttl | 38 + src/cco-iris/ont00001411.ttl | 43 + src/cco-iris/ont00001412.ttl | 44 + src/cco-iris/ont00001413.ttl | 43 + src/cco-iris/ont00001414.ttl | 44 + src/cco-iris/ont00001415.ttl | 38 + src/cco-iris/ont00001416.ttl | 43 + src/cco-iris/ont00001417.ttl | 44 + src/cco-iris/ont00001418.ttl | 44 + src/cco-iris/ont00001419.ttl | 44 + src/cco-iris/ont00001420.ttl | 38 + src/cco-iris/ont00001421.ttl | 44 + src/cco-iris/ont00001422.ttl | 43 + src/cco-iris/ont00001423.ttl | 43 + src/cco-iris/ont00001424.ttl | 44 + src/cco-iris/ont00001425.ttl | 43 + src/cco-iris/ont00001426.ttl | 38 + src/cco-iris/ont00001427.ttl | 38 + src/cco-iris/ont00001428.ttl | 43 + src/cco-iris/ont00001429.ttl | 44 + src/cco-iris/ont00001430.ttl | 44 + src/cco-iris/ont00001431.ttl | 44 + src/cco-iris/ont00001432.ttl | 50 + src/cco-iris/ont00001433.ttl | 43 + src/cco-iris/ont00001434.ttl | 44 + src/cco-iris/ont00001435.ttl | 38 + src/cco-iris/ont00001436.ttl | 43 + src/cco-iris/ont00001437.ttl | 48 + src/cco-iris/ont00001438.ttl | 43 + src/cco-iris/ont00001439.ttl | 58 + src/cco-iris/ont00001440.ttl | 44 + src/cco-iris/ont00001441.ttl | 38 + src/cco-iris/ont00001442.ttl | 38 + src/cco-iris/ont00001443.ttl | 38 + src/cco-iris/ont00001444.ttl | 43 + src/cco-iris/ont00001445.ttl | 43 + src/cco-iris/ont00001446.ttl | 45 + src/cco-iris/ont00001447.ttl | 38 + src/cco-iris/ont00001448.ttl | 38 + src/cco-iris/ont00001449.ttl | 38 + src/cco-iris/ont00001450.ttl | 43 + src/cco-iris/ont00001451.ttl | 43 + src/cco-iris/ont00001452.ttl | 38 + src/cco-iris/ont00001453.ttl | 44 + src/cco-iris/ont00001454.ttl | 44 + src/cco-iris/ont00001455.ttl | 38 + src/cco-iris/ont00001456.ttl | 43 + src/cco-iris/ont00001457.ttl | 44 + src/cco-iris/ont00001458.ttl | 38 + src/cco-iris/ont00001459.ttl | 43 + src/cco-iris/ont00001460.ttl | 38 + src/cco-iris/ont00001461.ttl | 44 + src/cco-iris/ont00001462.ttl | 38 + src/cco-iris/ont00001463.ttl | 44 + src/cco-iris/ont00001464.ttl | 38 + src/cco-iris/ont00001465.ttl | 38 + src/cco-iris/ont00001466.ttl | 43 + src/cco-iris/ont00001467.ttl | 44 + src/cco-iris/ont00001468.ttl | 44 + src/cco-iris/ont00001469.ttl | 43 + src/cco-iris/ont00001470.ttl | 43 + src/cco-iris/ont00001471.ttl | 43 + src/cco-iris/ont00001472.ttl | 43 + src/cco-iris/ont00001473.ttl | 38 + src/cco-iris/ont00001474.ttl | 43 + src/cco-iris/ont00001475.ttl | 43 + src/cco-iris/ont00001476.ttl | 44 + src/cco-iris/ont00001477.ttl | 48 + src/cco-iris/ont00001478.ttl | 45 + src/cco-iris/ont00001479.ttl | 38 + src/cco-iris/ont00001480.ttl | 44 + src/cco-iris/ont00001481.ttl | 38 + src/cco-iris/ont00001482.ttl | 38 + src/cco-iris/ont00001483.ttl | 49 + src/cco-iris/ont00001484.ttl | 38 + src/cco-iris/ont00001485.ttl | 38 + src/cco-iris/ont00001486.ttl | 43 + src/cco-iris/ont00001487.ttl | 38 + src/cco-iris/ont00001488.ttl | 44 + src/cco-iris/ont00001489.ttl | 48 + src/cco-iris/ont00001490.ttl | 38 + src/cco-iris/ont00001491.ttl | 43 + src/cco-iris/ont00001492.ttl | 38 + src/cco-iris/ont00001493.ttl | 43 + src/cco-iris/ont00001494.ttl | 43 + src/cco-iris/ont00001495.ttl | 43 + src/cco-iris/ont00001496.ttl | 43 + src/cco-iris/ont00001497.ttl | 38 + src/cco-iris/ont00001498.ttl | 38 + src/cco-iris/ont00001499.ttl | 43 + src/cco-iris/ont00001500.ttl | 44 + src/cco-iris/ont00001501.ttl | 38 + src/cco-iris/ont00001502.ttl | 64 + src/cco-iris/ont00001503.ttl | 38 + src/cco-iris/ont00001504.ttl | 43 + src/cco-iris/ont00001505.ttl | 38 + src/cco-iris/ont00001506.ttl | 43 + src/cco-iris/ont00001507.ttl | 38 + src/cco-iris/ont00001508.ttl | 38 + src/cco-iris/ont00001509.ttl | 38 + src/cco-iris/ont00001510.ttl | 38 + src/cco-iris/ont00001511.ttl | 43 + src/cco-iris/ont00001512.ttl | 38 + src/cco-iris/ont00001513.ttl | 38 + src/cco-iris/ont00001514.ttl | 38 + src/cco-iris/ont00001515.ttl | 38 + src/cco-iris/ont00001516.ttl | 44 + src/cco-iris/ont00001517.ttl | 38 + src/cco-iris/ont00001518.ttl | 38 + src/cco-iris/ont00001519.ttl | 38 + src/cco-iris/ont00001520.ttl | 38 + src/cco-iris/ont00001521.ttl | 38 + src/cco-iris/ont00001522.ttl | 43 + src/cco-iris/ont00001523.ttl | 43 + src/cco-iris/ont00001524.ttl | 44 + src/cco-iris/ont00001525.ttl | 48 + src/cco-iris/ont00001526.ttl | 44 + src/cco-iris/ont00001527.ttl | 44 + src/cco-iris/ont00001528.ttl | 43 + src/cco-iris/ont00001529.ttl | 45 + src/cco-iris/ont00001530.ttl | 48 + src/cco-iris/ont00001531.ttl | 38 + src/cco-iris/ont00001532.ttl | 38 + src/cco-iris/ont00001533.ttl | 48 + src/cco-iris/ont00001534.ttl | 44 + src/cco-iris/ont00001535.ttl | 38 + src/cco-iris/ont00001536.ttl | 48 + src/cco-iris/ont00001537.ttl | 49 + src/cco-iris/ont00001538.ttl | 44 + src/cco-iris/ont00001539.ttl | 38 + src/cco-iris/ont00001540.ttl | 38 + src/cco-iris/ont00001541.ttl | 44 + src/cco-iris/ont00001542.ttl | 38 + src/cco-iris/ont00001543.ttl | 43 + src/cco-iris/ont00001544.ttl | 44 + src/cco-iris/ont00001545.ttl | 38 + src/cco-iris/ont00001546.ttl | 38 + src/cco-iris/ont00001547.ttl | 38 + src/cco-iris/ont00001548.ttl | 44 + src/cco-iris/ont00001549.ttl | 43 + src/cco-iris/ont00001550.ttl | 49 + src/cco-iris/ont00001551.ttl | 43 + src/cco-iris/ont00001552.ttl | 43 + src/cco-iris/ont00001553.ttl | 44 + src/cco-iris/ont00001554.ttl | 44 + src/cco-iris/ont00001555.ttl | 43 + src/cco-iris/ont00001556.ttl | 38 + src/cco-iris/ont00001557.ttl | 43 + src/cco-iris/ont00001558.ttl | 38 + src/cco-iris/ont00001559.ttl | 48 + src/cco-iris/ont00001560.ttl | 53 + src/cco-iris/ont00001561.ttl | 38 + src/cco-iris/ont00001562.ttl | 38 + src/cco-iris/ont00001563.ttl | 53 + src/cco-iris/ont00001564.ttl | 43 + src/cco-iris/ont00001565.ttl | 46 + src/cco-iris/ont00001566.ttl | 48 + src/cco-iris/ont00001567.ttl | 43 + src/cco-iris/ont00001568.ttl | 43 + src/cco-iris/ont00001569.ttl | 43 + src/cco-iris/ont00001570.ttl | 44 + src/cco-iris/ont00001571.ttl | 38 + src/cco-iris/ont00001572.ttl | 48 + src/cco-iris/ont00001573.ttl | 43 + src/cco-iris/ont00001574.ttl | 44 + src/cco-iris/ont00001575.ttl | 38 + src/cco-iris/ont00001576.ttl | 43 + src/cco-iris/ont00001577.ttl | 38 + src/cco-iris/ont00001578.ttl | 38 + src/cco-iris/ont00001579.ttl | 43 + src/cco-iris/ont00001580.ttl | 44 + src/cco-iris/ont00001581.ttl | 49 + src/cco-iris/ont00001582.ttl | 43 + src/cco-iris/ont00001583.ttl | 43 + src/cco-iris/ont00001584.ttl | 43 + src/cco-iris/ont00001585.ttl | 43 + src/cco-iris/ont00001586.ttl | 38 + src/cco-iris/ont00001587.ttl | 43 + src/cco-iris/ont00001588.ttl | 44 + src/cco-iris/ont00001589.ttl | 43 + src/cco-iris/ont00001590.ttl | 44 + src/cco-iris/ont00001591.ttl | 44 + src/cco-iris/ont00001592.ttl | 38 + src/cco-iris/ont00001593.ttl | 38 + src/cco-iris/ont00001594.ttl | 38 + src/cco-iris/ont00001595.ttl | 38 + src/cco-iris/ont00001596.ttl | 43 + src/cco-iris/ont00001597.ttl | 44 + src/cco-iris/ont00001598.ttl | 43 + src/cco-iris/ont00001599.ttl | 50 + src/cco-iris/ont00001600.ttl | 38 + src/cco-iris/ont00001601.ttl | 38 + src/cco-iris/ont00001602.ttl | 44 + src/cco-iris/ont00001603.ttl | 44 + src/cco-iris/ont00001604.ttl | 43 + src/cco-iris/ont00001605.ttl | 38 + src/cco-iris/ont00001606.ttl | 48 + src/cco-iris/ont00001607.ttl | 44 + src/cco-iris/ont00001608.ttl | 45 + src/cco-iris/ont00001609.ttl | 45 + src/cco-iris/ont00001610.ttl | 38 + src/cco-iris/ont00001611.ttl | 43 + src/cco-iris/ont00001612.ttl | 43 + src/cco-iris/ont00001613.ttl | 43 + src/cco-iris/ont00001614.ttl | 38 + src/cco-iris/ont00001615.ttl | 46 + src/cco-iris/ont00001616.ttl | 38 + src/cco-iris/ont00001617.ttl | 38 + src/cco-iris/ont00001618.ttl | 38 + src/cco-iris/ont00001619.ttl | 38 + src/cco-iris/ont00001620.ttl | 38 + src/cco-iris/ont00001621.ttl | 38 + src/cco-iris/ont00001622.ttl | 38 + src/cco-iris/ont00001623.ttl | 38 + src/cco-iris/ont00001624.ttl | 44 + src/cco-iris/ont00001625.ttl | 44 + src/cco-iris/ont00001626.ttl | 57 + src/cco-iris/ont00001627.ttl | 38 + src/cco-iris/ont00001628.ttl | 45 + src/cco-iris/ont00001629.ttl | 45 + src/cco-iris/ont00001630.ttl | 45 + src/cco-iris/ont00001631.ttl | 38 + src/cco-iris/ont00001632.ttl | 38 + src/cco-iris/ont00001633.ttl | 38 + src/cco-iris/ont00001634.ttl | 44 + src/cco-iris/ont00001635.ttl | 38 + src/cco-iris/ont00001636.ttl | 43 + src/cco-iris/ont00001637.ttl | 44 + src/cco-iris/ont00001638.ttl | 38 + src/cco-iris/ont00001639.ttl | 38 + src/cco-iris/ont00001640.ttl | 38 + src/cco-iris/ont00001641.ttl | 43 + src/cco-iris/ont00001642.ttl | 43 + src/cco-iris/ont00001643.ttl | 44 + src/cco-iris/ont00001644.ttl | 48 + src/cco-iris/ont00001645.ttl | 43 + src/cco-iris/ont00001646.ttl | 43 + src/cco-iris/ont00001647.ttl | 44 + src/cco-iris/ont00001648.ttl | 64 + src/cco-iris/ont00001649.ttl | 38 + src/cco-iris/ont00001650.ttl | 38 + src/cco-iris/ont00001651.ttl | 43 + src/cco-iris/ont00001652.ttl | 38 + src/cco-iris/ont00001653.ttl | 58 + src/cco-iris/ont00001654.ttl | 38 + src/cco-iris/ont00001655.ttl | 38 + src/cco-iris/ont00001656.ttl | 45 + src/cco-iris/ont00001657.ttl | 38 + src/cco-iris/ont00001658.ttl | 49 + src/cco-iris/ont00001659.ttl | 46 + src/cco-iris/ont00001660.ttl | 39 + src/cco-iris/ont00001661.ttl | 44 + src/cco-iris/ont00001662.ttl | 38 + src/cco-iris/ont00001663.ttl | 43 + src/cco-iris/ont00001664.ttl | 43 + src/cco-iris/ont00001665.ttl | 38 + src/cco-iris/ont00001666.ttl | 45 + src/cco-iris/ont00001667.ttl | 43 + src/cco-iris/ont00001668.ttl | 38 + src/cco-iris/ont00001669.ttl | 43 + src/cco-iris/ont00001670.ttl | 38 + src/cco-iris/ont00001671.ttl | 38 + src/cco-iris/ont00001672.ttl | 43 + src/cco-iris/ont00001673.ttl | 38 + src/cco-iris/ont00001674.ttl | 49 + src/cco-iris/ont00001675.ttl | 43 + src/cco-iris/ont00001676.ttl | 48 + src/cco-iris/ont00001677.ttl | 43 + src/cco-iris/ont00001678.ttl | 43 + src/cco-iris/ont00001679.ttl | 38 + src/cco-iris/ont00001680.ttl | 43 + src/cco-iris/ont00001681.ttl | 43 + src/cco-iris/ont00001682.ttl | 45 + src/cco-iris/ont00001683.ttl | 48 + src/cco-iris/ont00001684.ttl | 38 + src/cco-iris/ont00001685.ttl | 51 + src/cco-iris/ont00001686.ttl | 48 + src/cco-iris/ont00001687.ttl | 43 + src/cco-iris/ont00001688.ttl | 38 + src/cco-iris/ont00001689.ttl | 54 + src/cco-iris/ont00001690.ttl | 38 + src/cco-iris/ont00001691.ttl | 44 + src/cco-iris/ont00001692.ttl | 40 + src/cco-iris/ont00001693.ttl | 44 + src/cco-iris/ont00001694.ttl | 43 + src/cco-iris/ont00001695.ttl | 44 + src/cco-iris/ont00001696.ttl | 43 + src/cco-iris/ont00001697.ttl | 43 + src/cco-iris/ont00001698.ttl | 47 + src/cco-iris/ont00001699.ttl | 38 + src/cco-iris/ont00001700.ttl | 44 + src/cco-iris/ont00001701.ttl | 44 + src/cco-iris/ont00001702.ttl | 50 + src/cco-iris/ont00001703.ttl | 38 + src/cco-iris/ont00001704.ttl | 44 + src/cco-iris/ont00001705.ttl | 38 + src/cco-iris/ont00001706.ttl | 43 + src/cco-iris/ont00001707.ttl | 38 + src/cco-iris/ont00001708.ttl | 38 + src/cco-iris/ont00001709.ttl | 43 + src/cco-iris/ont00001710.ttl | 38 + src/cco-iris/ont00001711.ttl | 44 + src/cco-iris/ont00001712.ttl | 44 + src/cco-iris/ont00001713.ttl | 43 + src/cco-iris/ont00001714.ttl | 43 + src/cco-iris/ont00001715.ttl | 43 + src/cco-iris/ont00001716.ttl | 49 + src/cco-iris/ont00001717.ttl | 38 + src/cco-iris/ont00001718.ttl | 38 + src/cco-iris/ont00001719.ttl | 38 + src/cco-iris/ont00001720.ttl | 38 + src/cco-iris/ont00001721.ttl | 38 + src/cco-iris/ont00001722.ttl | 38 + src/cco-iris/ont00001723.ttl | 44 + src/cco-iris/ont00001724.ttl | 43 + src/cco-iris/ont00001725.ttl | 38 + src/cco-iris/ont00001726.ttl | 38 + src/cco-iris/ont00001727.ttl | 44 + src/cco-iris/ont00001728.ttl | 43 + src/cco-iris/ont00001729.ttl | 43 + src/cco-iris/ont00001730.ttl | 53 + src/cco-iris/ont00001731.ttl | 38 + src/cco-iris/ont00001732.ttl | 44 + src/cco-iris/ont00001733.ttl | 43 + src/cco-iris/ont00001734.ttl | 38 + src/cco-iris/ont00001735.ttl | 30 + src/cco-iris/ont00001737.ttl | 36 + src/cco-iris/ont00001738.ttl | 78 + src/cco-iris/ont00001739.ttl | 35 + src/cco-iris/ont00001740.ttl | 123 + src/cco-iris/ont00001741.ttl | 35 + src/cco-iris/ont00001742.ttl | 35 + src/cco-iris/ont00001743.ttl | 30 + src/cco-iris/ont00001744.ttl | 30 + src/cco-iris/ont00001745.ttl | 35 + src/cco-iris/ont00001746.ttl | 50 + src/cco-iris/ont00001747.ttl | 35 + src/cco-iris/ont00001748.ttl | 40 + src/cco-iris/ont00001749.ttl | 35 + src/cco-iris/ont00001752.ttl | 30 + src/cco-iris/ont00001753.ttl | 303 + src/cco-iris/ont00001754.ttl | 2195 ++ src/cco-iris/ont00001756.ttl | 35 + src/cco-iris/ont00001757.ttl | 30 + src/cco-iris/ont00001758.ttl | 30 + src/cco-iris/ont00001759.ttl | 30 + src/cco-iris/ont00001760.ttl | 6015 +++++ src/cco-iris/ont00001761.ttl | 30 + src/cco-iris/ont00001762.ttl | 35 + src/cco-iris/ont00001763.ttl | 35 + src/cco-iris/ont00001764.ttl | 35 + src/cco-iris/ont00001765.ttl | 43 + src/cco-iris/ont00001766.ttl | 35 + src/cco-iris/ont00001767.ttl | 44 + src/cco-iris/ont00001768.ttl | 44 + src/cco-iris/ont00001769.ttl | 44 + src/cco-iris/ont00001770.ttl | 44 + src/cco-iris/ont00001771.ttl | 43 + src/cco-iris/ont00001772.ttl | 44 + src/cco-iris/ont00001773.ttl | 44 + src/cco-iris/ont00001774.ttl | 39 + src/cco-iris/ont00001775.ttl | 49 + src/cco-iris/ont00001776.ttl | 49 + src/cco-iris/ont00001777.ttl | 190 + src/cco-iris/ont00001778.ttl | 44 + src/cco-iris/ont00001779.ttl | 58 + src/cco-iris/ont00001780.ttl | 39 + src/cco-iris/ont00001781.ttl | 39 + src/cco-iris/ont00001782.ttl | 63 + src/cco-iris/ont00001783.ttl | 39 + src/cco-iris/ont00001784.ttl | 39 + src/cco-iris/ont00001785.ttl | 49 + src/cco-iris/ont00001786.ttl | 39 + src/cco-iris/ont00001787.ttl | 44 + src/cco-iris/ont00001788.ttl | 39 + src/cco-iris/ont00001789.ttl | 49 + src/cco-iris/ont00001790.ttl | 39 + src/cco-iris/ont00001791.ttl | 54 + src/cco-iris/ont00001792.ttl | 39 + src/cco-iris/ont00001793.ttl | 39 + src/cco-iris/ont00001794.ttl | 59 + src/cco-iris/ont00001795.ttl | 59 + src/cco-iris/ont00001796.ttl | 64 + src/cco-iris/ont00001797.ttl | 59 + src/cco-iris/ont00001798.ttl | 59 + src/cco-iris/ont00001799.ttl | 53 + src/cco-iris/ont00001800.ttl | 75 + src/cco-iris/ont00001801.ttl | 73 + src/cco-iris/ont00001802.ttl | 39 + src/cco-iris/ont00001803.ttl | 90 + src/cco-iris/ont00001804.ttl | 60 + src/cco-iris/ont00001805.ttl | 64 + src/cco-iris/ont00001806.ttl | 56 + src/cco-iris/ont00001807.ttl | 63 + src/cco-iris/ont00001808.ttl | 95 + src/cco-iris/ont00001809.ttl | 81 + src/cco-iris/ont00001810.ttl | 74 + src/cco-iris/ont00001811.ttl | 69 + src/cco-iris/ont00001812.ttl | 39 + src/cco-iris/ont00001813.ttl | 39 + src/cco-iris/ont00001814.ttl | 59 + src/cco-iris/ont00001815.ttl | 59 + src/cco-iris/ont00001816.ttl | 58 + src/cco-iris/ont00001817.ttl | 63 + src/cco-iris/ont00001818.ttl | 100 + src/cco-iris/ont00001819.ttl | 94 + src/cco-iris/ont00001820.ttl | 39 + src/cco-iris/ont00001821.ttl | 59 + src/cco-iris/ont00001822.ttl | 55 + src/cco-iris/ont00001823.ttl | 39 + src/cco-iris/ont00001824.ttl | 44 + src/cco-iris/ont00001825.ttl | 59 + src/cco-iris/ont00001826.ttl | 39 + src/cco-iris/ont00001827.ttl | 64 + src/cco-iris/ont00001828.ttl | 39 + src/cco-iris/ont00001829.ttl | 58 + src/cco-iris/ont00001830.ttl | 63 + src/cco-iris/ont00001831.ttl | 49 + src/cco-iris/ont00001832.ttl | 64 + src/cco-iris/ont00001833.ttl | 44 + src/cco-iris/ont00001834.ttl | 58 + src/cco-iris/ont00001835.ttl | 39 + src/cco-iris/ont00001836.ttl | 81 + src/cco-iris/ont00001837.ttl | 58 + src/cco-iris/ont00001838.ttl | 49 + src/cco-iris/ont00001839.ttl | 39 + src/cco-iris/ont00001840.ttl | 49 + src/cco-iris/ont00001841.ttl | 58 + src/cco-iris/ont00001842.ttl | 59 + src/cco-iris/ont00001843.ttl | 45 + src/cco-iris/ont00001844.ttl | 53 + src/cco-iris/ont00001845.ttl | 58 + src/cco-iris/ont00001846.ttl | 53 + src/cco-iris/ont00001847.ttl | 59 + src/cco-iris/ont00001848.ttl | 58 + src/cco-iris/ont00001849.ttl | 39 + src/cco-iris/ont00001850.ttl | 59 + src/cco-iris/ont00001851.ttl | 39 + src/cco-iris/ont00001852.ttl | 63 + src/cco-iris/ont00001853.ttl | 39 + src/cco-iris/ont00001854.ttl | 39 + src/cco-iris/ont00001855.ttl | 110 + src/cco-iris/ont00001856.ttl | 39 + src/cco-iris/ont00001857.ttl | 102 + src/cco-iris/ont00001858.ttl | 39 + src/cco-iris/ont00001859.ttl | 82 + src/cco-iris/ont00001860.ttl | 39 + src/cco-iris/ont00001861.ttl | 49 + src/cco-iris/ont00001862.ttl | 94 + src/cco-iris/ont00001863.ttl | 58 + src/cco-iris/ont00001864.ttl | 86 + src/cco-iris/ont00001865.ttl | 160 + src/cco-iris/ont00001866.ttl | 68 + src/cco-iris/ont00001867.ttl | 39 + src/cco-iris/ont00001868.ttl | 69 + src/cco-iris/ont00001869.ttl | 119 + src/cco-iris/ont00001870.ttl | 59 + src/cco-iris/ont00001871.ttl | 39 + src/cco-iris/ont00001872.ttl | 39 + src/cco-iris/ont00001873.ttl | 54 + src/cco-iris/ont00001874.ttl | 66 + src/cco-iris/ont00001875.ttl | 59 + src/cco-iris/ont00001876.ttl | 49 + src/cco-iris/ont00001877.ttl | 74 + src/cco-iris/ont00001878.ttl | 39 + src/cco-iris/ont00001879.ttl | 53 + src/cco-iris/ont00001880.ttl | 58 + src/cco-iris/ont00001881.ttl | 39 + src/cco-iris/ont00001882.ttl | 49 + src/cco-iris/ont00001883.ttl | 39 + src/cco-iris/ont00001884.ttl | 55 + src/cco-iris/ont00001885.ttl | 39 + src/cco-iris/ont00001886.ttl | 58 + src/cco-iris/ont00001887.ttl | 39 + src/cco-iris/ont00001888.ttl | 74 + src/cco-iris/ont00001889.ttl | 90 + src/cco-iris/ont00001890.ttl | 39 + src/cco-iris/ont00001891.ttl | 39 + src/cco-iris/ont00001892.ttl | 39 + src/cco-iris/ont00001893.ttl | 60 + src/cco-iris/ont00001894.ttl | 39 + src/cco-iris/ont00001895.ttl | 63 + src/cco-iris/ont00001896.ttl | 60 + src/cco-iris/ont00001897.ttl | 39 + src/cco-iris/ont00001898.ttl | 58 + src/cco-iris/ont00001899.ttl | 58 + src/cco-iris/ont00001900.ttl | 58 + src/cco-iris/ont00001901.ttl | 53 + src/cco-iris/ont00001902.ttl | 56 + src/cco-iris/ont00001903.ttl | 39 + src/cco-iris/ont00001904.ttl | 73 + src/cco-iris/ont00001905.ttl | 39 + src/cco-iris/ont00001906.ttl | 45 + src/cco-iris/ont00001907.ttl | 65 + src/cco-iris/ont00001908.ttl | 58 + src/cco-iris/ont00001909.ttl | 64 + src/cco-iris/ont00001910.ttl | 75 + src/cco-iris/ont00001911.ttl | 39 + src/cco-iris/ont00001912.ttl | 63 + src/cco-iris/ont00001913.ttl | 58 + src/cco-iris/ont00001914.ttl | 53 + src/cco-iris/ont00001915.ttl | 60 + src/cco-iris/ont00001916.ttl | 233 + src/cco-iris/ont00001917.ttl | 69 + src/cco-iris/ont00001918.ttl | 58 + src/cco-iris/ont00001919.ttl | 39 + src/cco-iris/ont00001920.ttl | 73 + src/cco-iris/ont00001921.ttl | 58 + src/cco-iris/ont00001922.ttl | 53 + src/cco-iris/ont00001923.ttl | 59 + src/cco-iris/ont00001924.ttl | 158 + src/cco-iris/ont00001925.ttl | 39 + src/cco-iris/ont00001926.ttl | 39 + src/cco-iris/ont00001927.ttl | 39 + src/cco-iris/ont00001928.ttl | 54 + src/cco-iris/ont00001929.ttl | 39 + src/cco-iris/ont00001930.ttl | 36 + src/cco-iris/ont00001931.ttl | 59 + src/cco-iris/ont00001932.ttl | 39 + src/cco-iris/ont00001933.ttl | 49 + src/cco-iris/ont00001934.ttl | 39 + src/cco-iris/ont00001935.ttl | 39 + src/cco-iris/ont00001936.ttl | 68 + src/cco-iris/ont00001937.ttl | 39 + src/cco-iris/ont00001938.ttl | 76 + src/cco-iris/ont00001939.ttl | 85 + src/cco-iris/ont00001940.ttl | 59 + src/cco-iris/ont00001941.ttl | 39 + src/cco-iris/ont00001942.ttl | 140 + src/cco-iris/ont00001943.ttl | 59 + src/cco-iris/ont00001944.ttl | 99 + src/cco-iris/ont00001945.ttl | 59 + src/cco-iris/ont00001946.ttl | 39 + src/cco-iris/ont00001947.ttl | 53 + src/cco-iris/ont00001948.ttl | 39 + src/cco-iris/ont00001949.ttl | 63 + src/cco-iris/ont00001950.ttl | 36 + src/cco-iris/ont00001951.ttl | 49 + src/cco-iris/ont00001952.ttl | 39 + src/cco-iris/ont00001953.ttl | 39 + src/cco-iris/ont00001954.ttl | 58 + src/cco-iris/ont00001955.ttl | 49 + src/cco-iris/ont00001956.ttl | 58 + src/cco-iris/ont00001957.ttl | 39 + src/cco-iris/ont00001958.ttl | 39 + src/cco-iris/ont00001959.ttl | 49 + src/cco-iris/ont00001960.ttl | 39 + src/cco-iris/ont00001961.ttl | 58 + src/cco-iris/ont00001962.ttl | 49 + src/cco-iris/ont00001963.ttl | 53 + src/cco-iris/ont00001964.ttl | 53 + src/cco-iris/ont00001965.ttl | 53 + src/cco-iris/ont00001966.ttl | 95 + src/cco-iris/ont00001967.ttl | 39 + src/cco-iris/ont00001968.ttl | 39 + src/cco-iris/ont00001969.ttl | 39 + src/cco-iris/ont00001970.ttl | 49 + src/cco-iris/ont00001971.ttl | 74 + src/cco-iris/ont00001972.ttl | 39 + src/cco-iris/ont00001973.ttl | 39 + src/cco-iris/ont00001974.ttl | 75 + src/cco-iris/ont00001975.ttl | 56 + src/cco-iris/ont00001976.ttl | 58 + src/cco-iris/ont00001977.ttl | 77 + src/cco-iris/ont00001978.ttl | 53 + src/cco-iris/ont00001979.ttl | 39 + src/cco-iris/ont00001980.ttl | 71 + src/cco-iris/ont00001981.ttl | 39 + src/cco-iris/ont00001982.ttl | 77 + src/cco-iris/ont00001983.ttl | 69 + src/cco-iris/ont00001984.ttl | 78 + src/cco-iris/ont00001985.ttl | 39 + src/cco-iris/ont00001986.ttl | 63 + src/cco-iris/ont00001987.ttl | 39 + src/cco-iris/ont00001988.ttl | 49 + src/cco-iris/ont00001989.ttl | 64 + src/cco-iris/ont00001990.ttl | 60 + src/cco-iris/ont00001991.ttl | 50 + src/cco-iris/ont00001992.ttl | 53 + src/cco-iris/ont00001993.ttl | 53 + src/cco-iris/ont00001994.ttl | 39 + src/cco-iris/ont00001995.ttl | 74 + src/cco-iris/ont00001996.ttl | 60 + src/cco-iris/ont00001997.ttl | 63 + src/cco-iris/ont00001998.ttl | 63 + src/cco-iris/ont00001999.ttl | 71 + src/cco-iris/readme.md | 1 + src/ttl/InformationContentOntology/index.html | 5 - 2012 files changed, 149368 insertions(+), 9 deletions(-) create mode 100644 src/cco-iris/.ttl create mode 100644 src/cco-iris/AgentOntology.ttl create mode 100644 src/cco-iris/AllCoreOntology.ttl create mode 100644 src/cco-iris/ArtifactOntology.ttl create mode 100644 src/cco-iris/CommonCoreOntologiesMerged.ttl create mode 100644 src/cco-iris/CurrencyUnitOntology.ttl create mode 100644 src/cco-iris/EventOntology.ttl create mode 100644 src/cco-iris/ExtendedRelationOntology.ttl create mode 100644 src/cco-iris/FacilityOntology.ttl create mode 100644 src/cco-iris/GeospatialOntology.ttl create mode 100644 src/cco-iris/InformationEntityOntology.ttl create mode 100644 src/cco-iris/QualityOntology.ttl create mode 100644 src/cco-iris/TimeOntology.ttl create mode 100644 src/cco-iris/UnitsOfMeasureOntology.ttl create mode 100644 src/cco-iris/ont00000001.ttl create mode 100644 src/cco-iris/ont00000002.ttl create mode 100644 src/cco-iris/ont00000003.ttl create mode 100644 src/cco-iris/ont00000004.ttl create mode 100644 src/cco-iris/ont00000005.ttl create mode 100644 src/cco-iris/ont00000006.ttl create mode 100644 src/cco-iris/ont00000007.ttl create mode 100644 src/cco-iris/ont00000008.ttl create mode 100644 src/cco-iris/ont00000009.ttl create mode 100644 src/cco-iris/ont00000010.ttl create mode 100644 src/cco-iris/ont00000011.ttl create mode 100644 src/cco-iris/ont00000012.ttl create mode 100644 src/cco-iris/ont00000013.ttl create mode 100644 src/cco-iris/ont00000014.ttl create mode 100644 src/cco-iris/ont00000015.ttl create mode 100644 src/cco-iris/ont00000016.ttl create mode 100644 src/cco-iris/ont00000017.ttl create mode 100644 src/cco-iris/ont00000018.ttl create mode 100644 src/cco-iris/ont00000019.ttl create mode 100644 src/cco-iris/ont00000020.ttl create mode 100644 src/cco-iris/ont00000021.ttl create mode 100644 src/cco-iris/ont00000022.ttl create mode 100644 src/cco-iris/ont00000023.ttl create mode 100644 src/cco-iris/ont00000024.ttl create mode 100644 src/cco-iris/ont00000025.ttl create mode 100644 src/cco-iris/ont00000026.ttl create mode 100644 src/cco-iris/ont00000027.ttl create mode 100644 src/cco-iris/ont00000028.ttl create mode 100644 src/cco-iris/ont00000029.ttl create mode 100644 src/cco-iris/ont00000030.ttl create mode 100644 src/cco-iris/ont00000031.ttl create mode 100644 src/cco-iris/ont00000032.ttl create mode 100644 src/cco-iris/ont00000033.ttl create mode 100644 src/cco-iris/ont00000034.ttl create mode 100644 src/cco-iris/ont00000035.ttl create mode 100644 src/cco-iris/ont00000036.ttl create mode 100644 src/cco-iris/ont00000037.ttl create mode 100644 src/cco-iris/ont00000038.ttl create mode 100644 src/cco-iris/ont00000039.ttl create mode 100644 src/cco-iris/ont00000040.ttl create mode 100644 src/cco-iris/ont00000041.ttl create mode 100644 src/cco-iris/ont00000042.ttl create mode 100644 src/cco-iris/ont00000043.ttl create mode 100644 src/cco-iris/ont00000044.ttl create mode 100644 src/cco-iris/ont00000045.ttl create mode 100644 src/cco-iris/ont00000046.ttl create mode 100644 src/cco-iris/ont00000047.ttl create mode 100644 src/cco-iris/ont00000048.ttl create mode 100644 src/cco-iris/ont00000049.ttl create mode 100644 src/cco-iris/ont00000050.ttl create mode 100644 src/cco-iris/ont00000051.ttl create mode 100644 src/cco-iris/ont00000052.ttl create mode 100644 src/cco-iris/ont00000053.ttl create mode 100644 src/cco-iris/ont00000054.ttl create mode 100644 src/cco-iris/ont00000055.ttl create mode 100644 src/cco-iris/ont00000056.ttl create mode 100644 src/cco-iris/ont00000057.ttl create mode 100644 src/cco-iris/ont00000058.ttl create mode 100644 src/cco-iris/ont00000059.ttl create mode 100644 src/cco-iris/ont00000060.ttl create mode 100644 src/cco-iris/ont00000061.ttl create mode 100644 src/cco-iris/ont00000062.ttl create mode 100644 src/cco-iris/ont00000063.ttl create mode 100644 src/cco-iris/ont00000064.ttl create mode 100644 src/cco-iris/ont00000065.ttl create mode 100644 src/cco-iris/ont00000066.ttl create mode 100644 src/cco-iris/ont00000067.ttl create mode 100644 src/cco-iris/ont00000068.ttl create mode 100644 src/cco-iris/ont00000069.ttl create mode 100644 src/cco-iris/ont00000070.ttl create mode 100644 src/cco-iris/ont00000071.ttl create mode 100644 src/cco-iris/ont00000072.ttl create mode 100644 src/cco-iris/ont00000073.ttl create mode 100644 src/cco-iris/ont00000074.ttl create mode 100644 src/cco-iris/ont00000075.ttl create mode 100644 src/cco-iris/ont00000076.ttl create mode 100644 src/cco-iris/ont00000077.ttl create mode 100644 src/cco-iris/ont00000078.ttl create mode 100644 src/cco-iris/ont00000079.ttl create mode 100644 src/cco-iris/ont00000080.ttl create mode 100644 src/cco-iris/ont00000081.ttl create mode 100644 src/cco-iris/ont00000082.ttl create mode 100644 src/cco-iris/ont00000083.ttl create mode 100644 src/cco-iris/ont00000084.ttl create mode 100644 src/cco-iris/ont00000085.ttl create mode 100644 src/cco-iris/ont00000086.ttl create mode 100644 src/cco-iris/ont00000087.ttl create mode 100644 src/cco-iris/ont00000088.ttl create mode 100644 src/cco-iris/ont00000089.ttl create mode 100644 src/cco-iris/ont00000090.ttl create mode 100644 src/cco-iris/ont00000091.ttl create mode 100644 src/cco-iris/ont00000092.ttl create mode 100644 src/cco-iris/ont00000093.ttl create mode 100644 src/cco-iris/ont00000094.ttl create mode 100644 src/cco-iris/ont00000095.ttl create mode 100644 src/cco-iris/ont00000096.ttl create mode 100644 src/cco-iris/ont00000097.ttl create mode 100644 src/cco-iris/ont00000098.ttl create mode 100644 src/cco-iris/ont00000099.ttl create mode 100644 src/cco-iris/ont00000100.ttl create mode 100644 src/cco-iris/ont00000101.ttl create mode 100644 src/cco-iris/ont00000102.ttl create mode 100644 src/cco-iris/ont00000103.ttl create mode 100644 src/cco-iris/ont00000104.ttl create mode 100644 src/cco-iris/ont00000105.ttl create mode 100644 src/cco-iris/ont00000106.ttl create mode 100644 src/cco-iris/ont00000107.ttl create mode 100644 src/cco-iris/ont00000108.ttl create mode 100644 src/cco-iris/ont00000109.ttl create mode 100644 src/cco-iris/ont00000110.ttl create mode 100644 src/cco-iris/ont00000111.ttl create mode 100644 src/cco-iris/ont00000112.ttl create mode 100644 src/cco-iris/ont00000113.ttl create mode 100644 src/cco-iris/ont00000114.ttl create mode 100644 src/cco-iris/ont00000115.ttl create mode 100644 src/cco-iris/ont00000116.ttl create mode 100644 src/cco-iris/ont00000117.ttl create mode 100644 src/cco-iris/ont00000118.ttl create mode 100644 src/cco-iris/ont00000119.ttl create mode 100644 src/cco-iris/ont00000120.ttl create mode 100644 src/cco-iris/ont00000121.ttl create mode 100644 src/cco-iris/ont00000122.ttl create mode 100644 src/cco-iris/ont00000123.ttl create mode 100644 src/cco-iris/ont00000124.ttl create mode 100644 src/cco-iris/ont00000125.ttl create mode 100644 src/cco-iris/ont00000126.ttl create mode 100644 src/cco-iris/ont00000127.ttl create mode 100644 src/cco-iris/ont00000128.ttl create mode 100644 src/cco-iris/ont00000129.ttl create mode 100644 src/cco-iris/ont00000130.ttl create mode 100644 src/cco-iris/ont00000131.ttl create mode 100644 src/cco-iris/ont00000132.ttl create mode 100644 src/cco-iris/ont00000133.ttl create mode 100644 src/cco-iris/ont00000134.ttl create mode 100644 src/cco-iris/ont00000135.ttl create mode 100644 src/cco-iris/ont00000136.ttl create mode 100644 src/cco-iris/ont00000137.ttl create mode 100644 src/cco-iris/ont00000138.ttl create mode 100644 src/cco-iris/ont00000139.ttl create mode 100644 src/cco-iris/ont00000140.ttl create mode 100644 src/cco-iris/ont00000141.ttl create mode 100644 src/cco-iris/ont00000142.ttl create mode 100644 src/cco-iris/ont00000143.ttl create mode 100644 src/cco-iris/ont00000144.ttl create mode 100644 src/cco-iris/ont00000145.ttl create mode 100644 src/cco-iris/ont00000146.ttl create mode 100644 src/cco-iris/ont00000147.ttl create mode 100644 src/cco-iris/ont00000148.ttl create mode 100644 src/cco-iris/ont00000149.ttl create mode 100644 src/cco-iris/ont00000150.ttl create mode 100644 src/cco-iris/ont00000151.ttl create mode 100644 src/cco-iris/ont00000152.ttl create mode 100644 src/cco-iris/ont00000153.ttl create mode 100644 src/cco-iris/ont00000154.ttl create mode 100644 src/cco-iris/ont00000155.ttl create mode 100644 src/cco-iris/ont00000156.ttl create mode 100644 src/cco-iris/ont00000157.ttl create mode 100644 src/cco-iris/ont00000158.ttl create mode 100644 src/cco-iris/ont00000159.ttl create mode 100644 src/cco-iris/ont00000160.ttl create mode 100644 src/cco-iris/ont00000161.ttl create mode 100644 src/cco-iris/ont00000162.ttl create mode 100644 src/cco-iris/ont00000163.ttl create mode 100644 src/cco-iris/ont00000164.ttl create mode 100644 src/cco-iris/ont00000165.ttl create mode 100644 src/cco-iris/ont00000166.ttl create mode 100644 src/cco-iris/ont00000167.ttl create mode 100644 src/cco-iris/ont00000168.ttl create mode 100644 src/cco-iris/ont00000169.ttl create mode 100644 src/cco-iris/ont00000170.ttl create mode 100644 src/cco-iris/ont00000171.ttl create mode 100644 src/cco-iris/ont00000172.ttl create mode 100644 src/cco-iris/ont00000173.ttl create mode 100644 src/cco-iris/ont00000174.ttl create mode 100644 src/cco-iris/ont00000175.ttl create mode 100644 src/cco-iris/ont00000176.ttl create mode 100644 src/cco-iris/ont00000177.ttl create mode 100644 src/cco-iris/ont00000178.ttl create mode 100644 src/cco-iris/ont00000179.ttl create mode 100644 src/cco-iris/ont00000180.ttl create mode 100644 src/cco-iris/ont00000181.ttl create mode 100644 src/cco-iris/ont00000182.ttl create mode 100644 src/cco-iris/ont00000183.ttl create mode 100644 src/cco-iris/ont00000184.ttl create mode 100644 src/cco-iris/ont00000185.ttl create mode 100644 src/cco-iris/ont00000186.ttl create mode 100644 src/cco-iris/ont00000187.ttl create mode 100644 src/cco-iris/ont00000188.ttl create mode 100644 src/cco-iris/ont00000189.ttl create mode 100644 src/cco-iris/ont00000190.ttl create mode 100644 src/cco-iris/ont00000191.ttl create mode 100644 src/cco-iris/ont00000192.ttl create mode 100644 src/cco-iris/ont00000193.ttl create mode 100644 src/cco-iris/ont00000194.ttl create mode 100644 src/cco-iris/ont00000195.ttl create mode 100644 src/cco-iris/ont00000196.ttl create mode 100644 src/cco-iris/ont00000197.ttl create mode 100644 src/cco-iris/ont00000198.ttl create mode 100644 src/cco-iris/ont00000199.ttl create mode 100644 src/cco-iris/ont00000200.ttl create mode 100644 src/cco-iris/ont00000201.ttl create mode 100644 src/cco-iris/ont00000202.ttl create mode 100644 src/cco-iris/ont00000203.ttl create mode 100644 src/cco-iris/ont00000204.ttl create mode 100644 src/cco-iris/ont00000205.ttl create mode 100644 src/cco-iris/ont00000206.ttl create mode 100644 src/cco-iris/ont00000207.ttl create mode 100644 src/cco-iris/ont00000208.ttl create mode 100644 src/cco-iris/ont00000209.ttl create mode 100644 src/cco-iris/ont00000210.ttl create mode 100644 src/cco-iris/ont00000211.ttl create mode 100644 src/cco-iris/ont00000212.ttl create mode 100644 src/cco-iris/ont00000213.ttl create mode 100644 src/cco-iris/ont00000214.ttl create mode 100644 src/cco-iris/ont00000215.ttl create mode 100644 src/cco-iris/ont00000216.ttl create mode 100644 src/cco-iris/ont00000217.ttl create mode 100644 src/cco-iris/ont00000218.ttl create mode 100644 src/cco-iris/ont00000219.ttl create mode 100644 src/cco-iris/ont00000220.ttl create mode 100644 src/cco-iris/ont00000221.ttl create mode 100644 src/cco-iris/ont00000222.ttl create mode 100644 src/cco-iris/ont00000223.ttl create mode 100644 src/cco-iris/ont00000224.ttl create mode 100644 src/cco-iris/ont00000225.ttl create mode 100644 src/cco-iris/ont00000226.ttl create mode 100644 src/cco-iris/ont00000227.ttl create mode 100644 src/cco-iris/ont00000228.ttl create mode 100644 src/cco-iris/ont00000229.ttl create mode 100644 src/cco-iris/ont00000230.ttl create mode 100644 src/cco-iris/ont00000231.ttl create mode 100644 src/cco-iris/ont00000232.ttl create mode 100644 src/cco-iris/ont00000233.ttl create mode 100644 src/cco-iris/ont00000234.ttl create mode 100644 src/cco-iris/ont00000235.ttl create mode 100644 src/cco-iris/ont00000236.ttl create mode 100644 src/cco-iris/ont00000237.ttl create mode 100644 src/cco-iris/ont00000238.ttl create mode 100644 src/cco-iris/ont00000239.ttl create mode 100644 src/cco-iris/ont00000240.ttl create mode 100644 src/cco-iris/ont00000241.ttl create mode 100644 src/cco-iris/ont00000242.ttl create mode 100644 src/cco-iris/ont00000243.ttl create mode 100644 src/cco-iris/ont00000244.ttl create mode 100644 src/cco-iris/ont00000245.ttl create mode 100644 src/cco-iris/ont00000246.ttl create mode 100644 src/cco-iris/ont00000247.ttl create mode 100644 src/cco-iris/ont00000248.ttl create mode 100644 src/cco-iris/ont00000249.ttl create mode 100644 src/cco-iris/ont00000250.ttl create mode 100644 src/cco-iris/ont00000251.ttl create mode 100644 src/cco-iris/ont00000252.ttl create mode 100644 src/cco-iris/ont00000253.ttl create mode 100644 src/cco-iris/ont00000254.ttl create mode 100644 src/cco-iris/ont00000255.ttl create mode 100644 src/cco-iris/ont00000256.ttl create mode 100644 src/cco-iris/ont00000257.ttl create mode 100644 src/cco-iris/ont00000258.ttl create mode 100644 src/cco-iris/ont00000259.ttl create mode 100644 src/cco-iris/ont00000260.ttl create mode 100644 src/cco-iris/ont00000261.ttl create mode 100644 src/cco-iris/ont00000262.ttl create mode 100644 src/cco-iris/ont00000263.ttl create mode 100644 src/cco-iris/ont00000264.ttl create mode 100644 src/cco-iris/ont00000265.ttl create mode 100644 src/cco-iris/ont00000266.ttl create mode 100644 src/cco-iris/ont00000267.ttl create mode 100644 src/cco-iris/ont00000268.ttl create mode 100644 src/cco-iris/ont00000269.ttl create mode 100644 src/cco-iris/ont00000270.ttl create mode 100644 src/cco-iris/ont00000271.ttl create mode 100644 src/cco-iris/ont00000272.ttl create mode 100644 src/cco-iris/ont00000273.ttl create mode 100644 src/cco-iris/ont00000274.ttl create mode 100644 src/cco-iris/ont00000275.ttl create mode 100644 src/cco-iris/ont00000276.ttl create mode 100644 src/cco-iris/ont00000277.ttl create mode 100644 src/cco-iris/ont00000278.ttl create mode 100644 src/cco-iris/ont00000279.ttl create mode 100644 src/cco-iris/ont00000280.ttl create mode 100644 src/cco-iris/ont00000281.ttl create mode 100644 src/cco-iris/ont00000282.ttl create mode 100644 src/cco-iris/ont00000283.ttl create mode 100644 src/cco-iris/ont00000284.ttl create mode 100644 src/cco-iris/ont00000285.ttl create mode 100644 src/cco-iris/ont00000286.ttl create mode 100644 src/cco-iris/ont00000287.ttl create mode 100644 src/cco-iris/ont00000288.ttl create mode 100644 src/cco-iris/ont00000289.ttl create mode 100644 src/cco-iris/ont00000290.ttl create mode 100644 src/cco-iris/ont00000291.ttl create mode 100644 src/cco-iris/ont00000292.ttl create mode 100644 src/cco-iris/ont00000293.ttl create mode 100644 src/cco-iris/ont00000294.ttl create mode 100644 src/cco-iris/ont00000295.ttl create mode 100644 src/cco-iris/ont00000296.ttl create mode 100644 src/cco-iris/ont00000297.ttl create mode 100644 src/cco-iris/ont00000298.ttl create mode 100644 src/cco-iris/ont00000299.ttl create mode 100644 src/cco-iris/ont00000300.ttl create mode 100644 src/cco-iris/ont00000301.ttl create mode 100644 src/cco-iris/ont00000302.ttl create mode 100644 src/cco-iris/ont00000303.ttl create mode 100644 src/cco-iris/ont00000304.ttl create mode 100644 src/cco-iris/ont00000305.ttl create mode 100644 src/cco-iris/ont00000306.ttl create mode 100644 src/cco-iris/ont00000307.ttl create mode 100644 src/cco-iris/ont00000308.ttl create mode 100644 src/cco-iris/ont00000309.ttl create mode 100644 src/cco-iris/ont00000310.ttl create mode 100644 src/cco-iris/ont00000311.ttl create mode 100644 src/cco-iris/ont00000312.ttl create mode 100644 src/cco-iris/ont00000313.ttl create mode 100644 src/cco-iris/ont00000314.ttl create mode 100644 src/cco-iris/ont00000315.ttl create mode 100644 src/cco-iris/ont00000316.ttl create mode 100644 src/cco-iris/ont00000317.ttl create mode 100644 src/cco-iris/ont00000318.ttl create mode 100644 src/cco-iris/ont00000319.ttl create mode 100644 src/cco-iris/ont00000320.ttl create mode 100644 src/cco-iris/ont00000321.ttl create mode 100644 src/cco-iris/ont00000322.ttl create mode 100644 src/cco-iris/ont00000323.ttl create mode 100644 src/cco-iris/ont00000324.ttl create mode 100644 src/cco-iris/ont00000325.ttl create mode 100644 src/cco-iris/ont00000326.ttl create mode 100644 src/cco-iris/ont00000327.ttl create mode 100644 src/cco-iris/ont00000328.ttl create mode 100644 src/cco-iris/ont00000329.ttl create mode 100644 src/cco-iris/ont00000330.ttl create mode 100644 src/cco-iris/ont00000331.ttl create mode 100644 src/cco-iris/ont00000332.ttl create mode 100644 src/cco-iris/ont00000333.ttl create mode 100644 src/cco-iris/ont00000334.ttl create mode 100644 src/cco-iris/ont00000335.ttl create mode 100644 src/cco-iris/ont00000336.ttl create mode 100644 src/cco-iris/ont00000337.ttl create mode 100644 src/cco-iris/ont00000338.ttl create mode 100644 src/cco-iris/ont00000339.ttl create mode 100644 src/cco-iris/ont00000340.ttl create mode 100644 src/cco-iris/ont00000341.ttl create mode 100644 src/cco-iris/ont00000342.ttl create mode 100644 src/cco-iris/ont00000343.ttl create mode 100644 src/cco-iris/ont00000344.ttl create mode 100644 src/cco-iris/ont00000345.ttl create mode 100644 src/cco-iris/ont00000346.ttl create mode 100644 src/cco-iris/ont00000347.ttl create mode 100644 src/cco-iris/ont00000348.ttl create mode 100644 src/cco-iris/ont00000349.ttl create mode 100644 src/cco-iris/ont00000350.ttl create mode 100644 src/cco-iris/ont00000351.ttl create mode 100644 src/cco-iris/ont00000352.ttl create mode 100644 src/cco-iris/ont00000353.ttl create mode 100644 src/cco-iris/ont00000354.ttl create mode 100644 src/cco-iris/ont00000355.ttl create mode 100644 src/cco-iris/ont00000356.ttl create mode 100644 src/cco-iris/ont00000357.ttl create mode 100644 src/cco-iris/ont00000358.ttl create mode 100644 src/cco-iris/ont00000359.ttl create mode 100644 src/cco-iris/ont00000360.ttl create mode 100644 src/cco-iris/ont00000361.ttl create mode 100644 src/cco-iris/ont00000362.ttl create mode 100644 src/cco-iris/ont00000363.ttl create mode 100644 src/cco-iris/ont00000364.ttl create mode 100644 src/cco-iris/ont00000365.ttl create mode 100644 src/cco-iris/ont00000366.ttl create mode 100644 src/cco-iris/ont00000367.ttl create mode 100644 src/cco-iris/ont00000368.ttl create mode 100644 src/cco-iris/ont00000369.ttl create mode 100644 src/cco-iris/ont00000370.ttl create mode 100644 src/cco-iris/ont00000371.ttl create mode 100644 src/cco-iris/ont00000372.ttl create mode 100644 src/cco-iris/ont00000373.ttl create mode 100644 src/cco-iris/ont00000374.ttl create mode 100644 src/cco-iris/ont00000375.ttl create mode 100644 src/cco-iris/ont00000376.ttl create mode 100644 src/cco-iris/ont00000377.ttl create mode 100644 src/cco-iris/ont00000378.ttl create mode 100644 src/cco-iris/ont00000379.ttl create mode 100644 src/cco-iris/ont00000380.ttl create mode 100644 src/cco-iris/ont00000381.ttl create mode 100644 src/cco-iris/ont00000382.ttl create mode 100644 src/cco-iris/ont00000383.ttl create mode 100644 src/cco-iris/ont00000384.ttl create mode 100644 src/cco-iris/ont00000385.ttl create mode 100644 src/cco-iris/ont00000386.ttl create mode 100644 src/cco-iris/ont00000387.ttl create mode 100644 src/cco-iris/ont00000388.ttl create mode 100644 src/cco-iris/ont00000389.ttl create mode 100644 src/cco-iris/ont00000390.ttl create mode 100644 src/cco-iris/ont00000391.ttl create mode 100644 src/cco-iris/ont00000392.ttl create mode 100644 src/cco-iris/ont00000393.ttl create mode 100644 src/cco-iris/ont00000394.ttl create mode 100644 src/cco-iris/ont00000395.ttl create mode 100644 src/cco-iris/ont00000396.ttl create mode 100644 src/cco-iris/ont00000397.ttl create mode 100644 src/cco-iris/ont00000398.ttl create mode 100644 src/cco-iris/ont00000399.ttl create mode 100644 src/cco-iris/ont00000400.ttl create mode 100644 src/cco-iris/ont00000401.ttl create mode 100644 src/cco-iris/ont00000402.ttl create mode 100644 src/cco-iris/ont00000403.ttl create mode 100644 src/cco-iris/ont00000404.ttl create mode 100644 src/cco-iris/ont00000405.ttl create mode 100644 src/cco-iris/ont00000406.ttl create mode 100644 src/cco-iris/ont00000407.ttl create mode 100644 src/cco-iris/ont00000408.ttl create mode 100644 src/cco-iris/ont00000409.ttl create mode 100644 src/cco-iris/ont00000410.ttl create mode 100644 src/cco-iris/ont00000411.ttl create mode 100644 src/cco-iris/ont00000412.ttl create mode 100644 src/cco-iris/ont00000413.ttl create mode 100644 src/cco-iris/ont00000414.ttl create mode 100644 src/cco-iris/ont00000415.ttl create mode 100644 src/cco-iris/ont00000416.ttl create mode 100644 src/cco-iris/ont00000417.ttl create mode 100644 src/cco-iris/ont00000418.ttl create mode 100644 src/cco-iris/ont00000419.ttl create mode 100644 src/cco-iris/ont00000420.ttl create mode 100644 src/cco-iris/ont00000421.ttl create mode 100644 src/cco-iris/ont00000422.ttl create mode 100644 src/cco-iris/ont00000423.ttl create mode 100644 src/cco-iris/ont00000424.ttl create mode 100644 src/cco-iris/ont00000425.ttl create mode 100644 src/cco-iris/ont00000426.ttl create mode 100644 src/cco-iris/ont00000427.ttl create mode 100644 src/cco-iris/ont00000428.ttl create mode 100644 src/cco-iris/ont00000429.ttl create mode 100644 src/cco-iris/ont00000430.ttl create mode 100644 src/cco-iris/ont00000431.ttl create mode 100644 src/cco-iris/ont00000432.ttl create mode 100644 src/cco-iris/ont00000433.ttl create mode 100644 src/cco-iris/ont00000434.ttl create mode 100644 src/cco-iris/ont00000435.ttl create mode 100644 src/cco-iris/ont00000436.ttl create mode 100644 src/cco-iris/ont00000437.ttl create mode 100644 src/cco-iris/ont00000438.ttl create mode 100644 src/cco-iris/ont00000439.ttl create mode 100644 src/cco-iris/ont00000440.ttl create mode 100644 src/cco-iris/ont00000441.ttl create mode 100644 src/cco-iris/ont00000442.ttl create mode 100644 src/cco-iris/ont00000443.ttl create mode 100644 src/cco-iris/ont00000444.ttl create mode 100644 src/cco-iris/ont00000445.ttl create mode 100644 src/cco-iris/ont00000446.ttl create mode 100644 src/cco-iris/ont00000447.ttl create mode 100644 src/cco-iris/ont00000448.ttl create mode 100644 src/cco-iris/ont00000449.ttl create mode 100644 src/cco-iris/ont00000450.ttl create mode 100644 src/cco-iris/ont00000451.ttl create mode 100644 src/cco-iris/ont00000452.ttl create mode 100644 src/cco-iris/ont00000453.ttl create mode 100644 src/cco-iris/ont00000454.ttl create mode 100644 src/cco-iris/ont00000455.ttl create mode 100644 src/cco-iris/ont00000456.ttl create mode 100644 src/cco-iris/ont00000457.ttl create mode 100644 src/cco-iris/ont00000458.ttl create mode 100644 src/cco-iris/ont00000459.ttl create mode 100644 src/cco-iris/ont00000460.ttl create mode 100644 src/cco-iris/ont00000461.ttl create mode 100644 src/cco-iris/ont00000462.ttl create mode 100644 src/cco-iris/ont00000463.ttl create mode 100644 src/cco-iris/ont00000464.ttl create mode 100644 src/cco-iris/ont00000465.ttl create mode 100644 src/cco-iris/ont00000466.ttl create mode 100644 src/cco-iris/ont00000467.ttl create mode 100644 src/cco-iris/ont00000468.ttl create mode 100644 src/cco-iris/ont00000469.ttl create mode 100644 src/cco-iris/ont00000470.ttl create mode 100644 src/cco-iris/ont00000471.ttl create mode 100644 src/cco-iris/ont00000472.ttl create mode 100644 src/cco-iris/ont00000473.ttl create mode 100644 src/cco-iris/ont00000474.ttl create mode 100644 src/cco-iris/ont00000475.ttl create mode 100644 src/cco-iris/ont00000476.ttl create mode 100644 src/cco-iris/ont00000477.ttl create mode 100644 src/cco-iris/ont00000478.ttl create mode 100644 src/cco-iris/ont00000479.ttl create mode 100644 src/cco-iris/ont00000480.ttl create mode 100644 src/cco-iris/ont00000481.ttl create mode 100644 src/cco-iris/ont00000482.ttl create mode 100644 src/cco-iris/ont00000483.ttl create mode 100644 src/cco-iris/ont00000484.ttl create mode 100644 src/cco-iris/ont00000485.ttl create mode 100644 src/cco-iris/ont00000486.ttl create mode 100644 src/cco-iris/ont00000487.ttl create mode 100644 src/cco-iris/ont00000488.ttl create mode 100644 src/cco-iris/ont00000489.ttl create mode 100644 src/cco-iris/ont00000490.ttl create mode 100644 src/cco-iris/ont00000491.ttl create mode 100644 src/cco-iris/ont00000492.ttl create mode 100644 src/cco-iris/ont00000493.ttl create mode 100644 src/cco-iris/ont00000494.ttl create mode 100644 src/cco-iris/ont00000495.ttl create mode 100644 src/cco-iris/ont00000496.ttl create mode 100644 src/cco-iris/ont00000497.ttl create mode 100644 src/cco-iris/ont00000498.ttl create mode 100644 src/cco-iris/ont00000499.ttl create mode 100644 src/cco-iris/ont00000500.ttl create mode 100644 src/cco-iris/ont00000501.ttl create mode 100644 src/cco-iris/ont00000502.ttl create mode 100644 src/cco-iris/ont00000503.ttl create mode 100644 src/cco-iris/ont00000504.ttl create mode 100644 src/cco-iris/ont00000505.ttl create mode 100644 src/cco-iris/ont00000506.ttl create mode 100644 src/cco-iris/ont00000507.ttl create mode 100644 src/cco-iris/ont00000508.ttl create mode 100644 src/cco-iris/ont00000509.ttl create mode 100644 src/cco-iris/ont00000510.ttl create mode 100644 src/cco-iris/ont00000511.ttl create mode 100644 src/cco-iris/ont00000512.ttl create mode 100644 src/cco-iris/ont00000513.ttl create mode 100644 src/cco-iris/ont00000514.ttl create mode 100644 src/cco-iris/ont00000515.ttl create mode 100644 src/cco-iris/ont00000516.ttl create mode 100644 src/cco-iris/ont00000517.ttl create mode 100644 src/cco-iris/ont00000518.ttl create mode 100644 src/cco-iris/ont00000519.ttl create mode 100644 src/cco-iris/ont00000520.ttl create mode 100644 src/cco-iris/ont00000521.ttl create mode 100644 src/cco-iris/ont00000522.ttl create mode 100644 src/cco-iris/ont00000523.ttl create mode 100644 src/cco-iris/ont00000524.ttl create mode 100644 src/cco-iris/ont00000525.ttl create mode 100644 src/cco-iris/ont00000526.ttl create mode 100644 src/cco-iris/ont00000527.ttl create mode 100644 src/cco-iris/ont00000528.ttl create mode 100644 src/cco-iris/ont00000529.ttl create mode 100644 src/cco-iris/ont00000530.ttl create mode 100644 src/cco-iris/ont00000531.ttl create mode 100644 src/cco-iris/ont00000532.ttl create mode 100644 src/cco-iris/ont00000533.ttl create mode 100644 src/cco-iris/ont00000534.ttl create mode 100644 src/cco-iris/ont00000535.ttl create mode 100644 src/cco-iris/ont00000536.ttl create mode 100644 src/cco-iris/ont00000537.ttl create mode 100644 src/cco-iris/ont00000538.ttl create mode 100644 src/cco-iris/ont00000539.ttl create mode 100644 src/cco-iris/ont00000540.ttl create mode 100644 src/cco-iris/ont00000541.ttl create mode 100644 src/cco-iris/ont00000542.ttl create mode 100644 src/cco-iris/ont00000543.ttl create mode 100644 src/cco-iris/ont00000544.ttl create mode 100644 src/cco-iris/ont00000545.ttl create mode 100644 src/cco-iris/ont00000546.ttl create mode 100644 src/cco-iris/ont00000547.ttl create mode 100644 src/cco-iris/ont00000548.ttl create mode 100644 src/cco-iris/ont00000549.ttl create mode 100644 src/cco-iris/ont00000550.ttl create mode 100644 src/cco-iris/ont00000551.ttl create mode 100644 src/cco-iris/ont00000552.ttl create mode 100644 src/cco-iris/ont00000553.ttl create mode 100644 src/cco-iris/ont00000554.ttl create mode 100644 src/cco-iris/ont00000555.ttl create mode 100644 src/cco-iris/ont00000556.ttl create mode 100644 src/cco-iris/ont00000557.ttl create mode 100644 src/cco-iris/ont00000558.ttl create mode 100644 src/cco-iris/ont00000559.ttl create mode 100644 src/cco-iris/ont00000560.ttl create mode 100644 src/cco-iris/ont00000561.ttl create mode 100644 src/cco-iris/ont00000562.ttl create mode 100644 src/cco-iris/ont00000563.ttl create mode 100644 src/cco-iris/ont00000564.ttl create mode 100644 src/cco-iris/ont00000565.ttl create mode 100644 src/cco-iris/ont00000566.ttl create mode 100644 src/cco-iris/ont00000567.ttl create mode 100644 src/cco-iris/ont00000568.ttl create mode 100644 src/cco-iris/ont00000569.ttl create mode 100644 src/cco-iris/ont00000570.ttl create mode 100644 src/cco-iris/ont00000571.ttl create mode 100644 src/cco-iris/ont00000572.ttl create mode 100644 src/cco-iris/ont00000573.ttl create mode 100644 src/cco-iris/ont00000574.ttl create mode 100644 src/cco-iris/ont00000575.ttl create mode 100644 src/cco-iris/ont00000576.ttl create mode 100644 src/cco-iris/ont00000577.ttl create mode 100644 src/cco-iris/ont00000578.ttl create mode 100644 src/cco-iris/ont00000579.ttl create mode 100644 src/cco-iris/ont00000580.ttl create mode 100644 src/cco-iris/ont00000581.ttl create mode 100644 src/cco-iris/ont00000582.ttl create mode 100644 src/cco-iris/ont00000583.ttl create mode 100644 src/cco-iris/ont00000584.ttl create mode 100644 src/cco-iris/ont00000585.ttl create mode 100644 src/cco-iris/ont00000586.ttl create mode 100644 src/cco-iris/ont00000587.ttl create mode 100644 src/cco-iris/ont00000588.ttl create mode 100644 src/cco-iris/ont00000589.ttl create mode 100644 src/cco-iris/ont00000590.ttl create mode 100644 src/cco-iris/ont00000591.ttl create mode 100644 src/cco-iris/ont00000592.ttl create mode 100644 src/cco-iris/ont00000593.ttl create mode 100644 src/cco-iris/ont00000594.ttl create mode 100644 src/cco-iris/ont00000595.ttl create mode 100644 src/cco-iris/ont00000596.ttl create mode 100644 src/cco-iris/ont00000597.ttl create mode 100644 src/cco-iris/ont00000598.ttl create mode 100644 src/cco-iris/ont00000599.ttl create mode 100644 src/cco-iris/ont00000600.ttl create mode 100644 src/cco-iris/ont00000601.ttl create mode 100644 src/cco-iris/ont00000602.ttl create mode 100644 src/cco-iris/ont00000603.ttl create mode 100644 src/cco-iris/ont00000604.ttl create mode 100644 src/cco-iris/ont00000605.ttl create mode 100644 src/cco-iris/ont00000606.ttl create mode 100644 src/cco-iris/ont00000607.ttl create mode 100644 src/cco-iris/ont00000608.ttl create mode 100644 src/cco-iris/ont00000609.ttl create mode 100644 src/cco-iris/ont00000610.ttl create mode 100644 src/cco-iris/ont00000611.ttl create mode 100644 src/cco-iris/ont00000612.ttl create mode 100644 src/cco-iris/ont00000613.ttl create mode 100644 src/cco-iris/ont00000614.ttl create mode 100644 src/cco-iris/ont00000615.ttl create mode 100644 src/cco-iris/ont00000616.ttl create mode 100644 src/cco-iris/ont00000617.ttl create mode 100644 src/cco-iris/ont00000618.ttl create mode 100644 src/cco-iris/ont00000619.ttl create mode 100644 src/cco-iris/ont00000620.ttl create mode 100644 src/cco-iris/ont00000621.ttl create mode 100644 src/cco-iris/ont00000622.ttl create mode 100644 src/cco-iris/ont00000623.ttl create mode 100644 src/cco-iris/ont00000624.ttl create mode 100644 src/cco-iris/ont00000625.ttl create mode 100644 src/cco-iris/ont00000626.ttl create mode 100644 src/cco-iris/ont00000627.ttl create mode 100644 src/cco-iris/ont00000628.ttl create mode 100644 src/cco-iris/ont00000629.ttl create mode 100644 src/cco-iris/ont00000630.ttl create mode 100644 src/cco-iris/ont00000631.ttl create mode 100644 src/cco-iris/ont00000632.ttl create mode 100644 src/cco-iris/ont00000633.ttl create mode 100644 src/cco-iris/ont00000634.ttl create mode 100644 src/cco-iris/ont00000635.ttl create mode 100644 src/cco-iris/ont00000636.ttl create mode 100644 src/cco-iris/ont00000637.ttl create mode 100644 src/cco-iris/ont00000638.ttl create mode 100644 src/cco-iris/ont00000639.ttl create mode 100644 src/cco-iris/ont00000640.ttl create mode 100644 src/cco-iris/ont00000641.ttl create mode 100644 src/cco-iris/ont00000642.ttl create mode 100644 src/cco-iris/ont00000643.ttl create mode 100644 src/cco-iris/ont00000644.ttl create mode 100644 src/cco-iris/ont00000645.ttl create mode 100644 src/cco-iris/ont00000646.ttl create mode 100644 src/cco-iris/ont00000647.ttl create mode 100644 src/cco-iris/ont00000648.ttl create mode 100644 src/cco-iris/ont00000649.ttl create mode 100644 src/cco-iris/ont00000650.ttl create mode 100644 src/cco-iris/ont00000651.ttl create mode 100644 src/cco-iris/ont00000652.ttl create mode 100644 src/cco-iris/ont00000653.ttl create mode 100644 src/cco-iris/ont00000654.ttl create mode 100644 src/cco-iris/ont00000655.ttl create mode 100644 src/cco-iris/ont00000656.ttl create mode 100644 src/cco-iris/ont00000657.ttl create mode 100644 src/cco-iris/ont00000658.ttl create mode 100644 src/cco-iris/ont00000659.ttl create mode 100644 src/cco-iris/ont00000660.ttl create mode 100644 src/cco-iris/ont00000661.ttl create mode 100644 src/cco-iris/ont00000662.ttl create mode 100644 src/cco-iris/ont00000663.ttl create mode 100644 src/cco-iris/ont00000664.ttl create mode 100644 src/cco-iris/ont00000665.ttl create mode 100644 src/cco-iris/ont00000666.ttl create mode 100644 src/cco-iris/ont00000667.ttl create mode 100644 src/cco-iris/ont00000668.ttl create mode 100644 src/cco-iris/ont00000669.ttl create mode 100644 src/cco-iris/ont00000670.ttl create mode 100644 src/cco-iris/ont00000671.ttl create mode 100644 src/cco-iris/ont00000672.ttl create mode 100644 src/cco-iris/ont00000673.ttl create mode 100644 src/cco-iris/ont00000674.ttl create mode 100644 src/cco-iris/ont00000675.ttl create mode 100644 src/cco-iris/ont00000676.ttl create mode 100644 src/cco-iris/ont00000677.ttl create mode 100644 src/cco-iris/ont00000678.ttl create mode 100644 src/cco-iris/ont00000679.ttl create mode 100644 src/cco-iris/ont00000680.ttl create mode 100644 src/cco-iris/ont00000681.ttl create mode 100644 src/cco-iris/ont00000682.ttl create mode 100644 src/cco-iris/ont00000683.ttl create mode 100644 src/cco-iris/ont00000684.ttl create mode 100644 src/cco-iris/ont00000685.ttl create mode 100644 src/cco-iris/ont00000686.ttl create mode 100644 src/cco-iris/ont00000687.ttl create mode 100644 src/cco-iris/ont00000688.ttl create mode 100644 src/cco-iris/ont00000689.ttl create mode 100644 src/cco-iris/ont00000690.ttl create mode 100644 src/cco-iris/ont00000691.ttl create mode 100644 src/cco-iris/ont00000692.ttl create mode 100644 src/cco-iris/ont00000693.ttl create mode 100644 src/cco-iris/ont00000694.ttl create mode 100644 src/cco-iris/ont00000695.ttl create mode 100644 src/cco-iris/ont00000696.ttl create mode 100644 src/cco-iris/ont00000697.ttl create mode 100644 src/cco-iris/ont00000698.ttl create mode 100644 src/cco-iris/ont00000699.ttl create mode 100644 src/cco-iris/ont00000700.ttl create mode 100644 src/cco-iris/ont00000701.ttl create mode 100644 src/cco-iris/ont00000702.ttl create mode 100644 src/cco-iris/ont00000703.ttl create mode 100644 src/cco-iris/ont00000704.ttl create mode 100644 src/cco-iris/ont00000705.ttl create mode 100644 src/cco-iris/ont00000706.ttl create mode 100644 src/cco-iris/ont00000707.ttl create mode 100644 src/cco-iris/ont00000708.ttl create mode 100644 src/cco-iris/ont00000709.ttl create mode 100644 src/cco-iris/ont00000710.ttl create mode 100644 src/cco-iris/ont00000711.ttl create mode 100644 src/cco-iris/ont00000712.ttl create mode 100644 src/cco-iris/ont00000713.ttl create mode 100644 src/cco-iris/ont00000714.ttl create mode 100644 src/cco-iris/ont00000715.ttl create mode 100644 src/cco-iris/ont00000716.ttl create mode 100644 src/cco-iris/ont00000717.ttl create mode 100644 src/cco-iris/ont00000718.ttl create mode 100644 src/cco-iris/ont00000719.ttl create mode 100644 src/cco-iris/ont00000720.ttl create mode 100644 src/cco-iris/ont00000721.ttl create mode 100644 src/cco-iris/ont00000722.ttl create mode 100644 src/cco-iris/ont00000723.ttl create mode 100644 src/cco-iris/ont00000724.ttl create mode 100644 src/cco-iris/ont00000725.ttl create mode 100644 src/cco-iris/ont00000726.ttl create mode 100644 src/cco-iris/ont00000727.ttl create mode 100644 src/cco-iris/ont00000728.ttl create mode 100644 src/cco-iris/ont00000729.ttl create mode 100644 src/cco-iris/ont00000730.ttl create mode 100644 src/cco-iris/ont00000731.ttl create mode 100644 src/cco-iris/ont00000732.ttl create mode 100644 src/cco-iris/ont00000733.ttl create mode 100644 src/cco-iris/ont00000734.ttl create mode 100644 src/cco-iris/ont00000735.ttl create mode 100644 src/cco-iris/ont00000736.ttl create mode 100644 src/cco-iris/ont00000737.ttl create mode 100644 src/cco-iris/ont00000738.ttl create mode 100644 src/cco-iris/ont00000739.ttl create mode 100644 src/cco-iris/ont00000740.ttl create mode 100644 src/cco-iris/ont00000741.ttl create mode 100644 src/cco-iris/ont00000742.ttl create mode 100644 src/cco-iris/ont00000743.ttl create mode 100644 src/cco-iris/ont00000744.ttl create mode 100644 src/cco-iris/ont00000745.ttl create mode 100644 src/cco-iris/ont00000746.ttl create mode 100644 src/cco-iris/ont00000747.ttl create mode 100644 src/cco-iris/ont00000748.ttl create mode 100644 src/cco-iris/ont00000749.ttl create mode 100644 src/cco-iris/ont00000750.ttl create mode 100644 src/cco-iris/ont00000751.ttl create mode 100644 src/cco-iris/ont00000752.ttl create mode 100644 src/cco-iris/ont00000753.ttl create mode 100644 src/cco-iris/ont00000754.ttl create mode 100644 src/cco-iris/ont00000755.ttl create mode 100644 src/cco-iris/ont00000756.ttl create mode 100644 src/cco-iris/ont00000757.ttl create mode 100644 src/cco-iris/ont00000758.ttl create mode 100644 src/cco-iris/ont00000759.ttl create mode 100644 src/cco-iris/ont00000760.ttl create mode 100644 src/cco-iris/ont00000761.ttl create mode 100644 src/cco-iris/ont00000762.ttl create mode 100644 src/cco-iris/ont00000763.ttl create mode 100644 src/cco-iris/ont00000764.ttl create mode 100644 src/cco-iris/ont00000765.ttl create mode 100644 src/cco-iris/ont00000766.ttl create mode 100644 src/cco-iris/ont00000767.ttl create mode 100644 src/cco-iris/ont00000768.ttl create mode 100644 src/cco-iris/ont00000769.ttl create mode 100644 src/cco-iris/ont00000770.ttl create mode 100644 src/cco-iris/ont00000771.ttl create mode 100644 src/cco-iris/ont00000772.ttl create mode 100644 src/cco-iris/ont00000773.ttl create mode 100644 src/cco-iris/ont00000774.ttl create mode 100644 src/cco-iris/ont00000775.ttl create mode 100644 src/cco-iris/ont00000776.ttl create mode 100644 src/cco-iris/ont00000777.ttl create mode 100644 src/cco-iris/ont00000778.ttl create mode 100644 src/cco-iris/ont00000779.ttl create mode 100644 src/cco-iris/ont00000780.ttl create mode 100644 src/cco-iris/ont00000781.ttl create mode 100644 src/cco-iris/ont00000782.ttl create mode 100644 src/cco-iris/ont00000783.ttl create mode 100644 src/cco-iris/ont00000784.ttl create mode 100644 src/cco-iris/ont00000785.ttl create mode 100644 src/cco-iris/ont00000786.ttl create mode 100644 src/cco-iris/ont00000787.ttl create mode 100644 src/cco-iris/ont00000788.ttl create mode 100644 src/cco-iris/ont00000789.ttl create mode 100644 src/cco-iris/ont00000790.ttl create mode 100644 src/cco-iris/ont00000791.ttl create mode 100644 src/cco-iris/ont00000792.ttl create mode 100644 src/cco-iris/ont00000793.ttl create mode 100644 src/cco-iris/ont00000794.ttl create mode 100644 src/cco-iris/ont00000795.ttl create mode 100644 src/cco-iris/ont00000796.ttl create mode 100644 src/cco-iris/ont00000797.ttl create mode 100644 src/cco-iris/ont00000798.ttl create mode 100644 src/cco-iris/ont00000799.ttl create mode 100644 src/cco-iris/ont00000800.ttl create mode 100644 src/cco-iris/ont00000801.ttl create mode 100644 src/cco-iris/ont00000802.ttl create mode 100644 src/cco-iris/ont00000803.ttl create mode 100644 src/cco-iris/ont00000804.ttl create mode 100644 src/cco-iris/ont00000805.ttl create mode 100644 src/cco-iris/ont00000806.ttl create mode 100644 src/cco-iris/ont00000807.ttl create mode 100644 src/cco-iris/ont00000808.ttl create mode 100644 src/cco-iris/ont00000809.ttl create mode 100644 src/cco-iris/ont00000810.ttl create mode 100644 src/cco-iris/ont00000811.ttl create mode 100644 src/cco-iris/ont00000812.ttl create mode 100644 src/cco-iris/ont00000813.ttl create mode 100644 src/cco-iris/ont00000814.ttl create mode 100644 src/cco-iris/ont00000815.ttl create mode 100644 src/cco-iris/ont00000816.ttl create mode 100644 src/cco-iris/ont00000817.ttl create mode 100644 src/cco-iris/ont00000818.ttl create mode 100644 src/cco-iris/ont00000819.ttl create mode 100644 src/cco-iris/ont00000820.ttl create mode 100644 src/cco-iris/ont00000821.ttl create mode 100644 src/cco-iris/ont00000822.ttl create mode 100644 src/cco-iris/ont00000823.ttl create mode 100644 src/cco-iris/ont00000824.ttl create mode 100644 src/cco-iris/ont00000825.ttl create mode 100644 src/cco-iris/ont00000826.ttl create mode 100644 src/cco-iris/ont00000827.ttl create mode 100644 src/cco-iris/ont00000828.ttl create mode 100644 src/cco-iris/ont00000829.ttl create mode 100644 src/cco-iris/ont00000830.ttl create mode 100644 src/cco-iris/ont00000831.ttl create mode 100644 src/cco-iris/ont00000832.ttl create mode 100644 src/cco-iris/ont00000833.ttl create mode 100644 src/cco-iris/ont00000834.ttl create mode 100644 src/cco-iris/ont00000835.ttl create mode 100644 src/cco-iris/ont00000836.ttl create mode 100644 src/cco-iris/ont00000837.ttl create mode 100644 src/cco-iris/ont00000838.ttl create mode 100644 src/cco-iris/ont00000839.ttl create mode 100644 src/cco-iris/ont00000840.ttl create mode 100644 src/cco-iris/ont00000841.ttl create mode 100644 src/cco-iris/ont00000842.ttl create mode 100644 src/cco-iris/ont00000843.ttl create mode 100644 src/cco-iris/ont00000844.ttl create mode 100644 src/cco-iris/ont00000845.ttl create mode 100644 src/cco-iris/ont00000846.ttl create mode 100644 src/cco-iris/ont00000847.ttl create mode 100644 src/cco-iris/ont00000848.ttl create mode 100644 src/cco-iris/ont00000849.ttl create mode 100644 src/cco-iris/ont00000850.ttl create mode 100644 src/cco-iris/ont00000851.ttl create mode 100644 src/cco-iris/ont00000852.ttl create mode 100644 src/cco-iris/ont00000853.ttl create mode 100644 src/cco-iris/ont00000854.ttl create mode 100644 src/cco-iris/ont00000855.ttl create mode 100644 src/cco-iris/ont00000856.ttl create mode 100644 src/cco-iris/ont00000857.ttl create mode 100644 src/cco-iris/ont00000858.ttl create mode 100644 src/cco-iris/ont00000859.ttl create mode 100644 src/cco-iris/ont00000860.ttl create mode 100644 src/cco-iris/ont00000861.ttl create mode 100644 src/cco-iris/ont00000862.ttl create mode 100644 src/cco-iris/ont00000863.ttl create mode 100644 src/cco-iris/ont00000864.ttl create mode 100644 src/cco-iris/ont00000865.ttl create mode 100644 src/cco-iris/ont00000866.ttl create mode 100644 src/cco-iris/ont00000867.ttl create mode 100644 src/cco-iris/ont00000868.ttl create mode 100644 src/cco-iris/ont00000869.ttl create mode 100644 src/cco-iris/ont00000870.ttl create mode 100644 src/cco-iris/ont00000871.ttl create mode 100644 src/cco-iris/ont00000872.ttl create mode 100644 src/cco-iris/ont00000873.ttl create mode 100644 src/cco-iris/ont00000874.ttl create mode 100644 src/cco-iris/ont00000875.ttl create mode 100644 src/cco-iris/ont00000876.ttl create mode 100644 src/cco-iris/ont00000877.ttl create mode 100644 src/cco-iris/ont00000878.ttl create mode 100644 src/cco-iris/ont00000879.ttl create mode 100644 src/cco-iris/ont00000880.ttl create mode 100644 src/cco-iris/ont00000881.ttl create mode 100644 src/cco-iris/ont00000882.ttl create mode 100644 src/cco-iris/ont00000883.ttl create mode 100644 src/cco-iris/ont00000884.ttl create mode 100644 src/cco-iris/ont00000885.ttl create mode 100644 src/cco-iris/ont00000886.ttl create mode 100644 src/cco-iris/ont00000887.ttl create mode 100644 src/cco-iris/ont00000888.ttl create mode 100644 src/cco-iris/ont00000889.ttl create mode 100644 src/cco-iris/ont00000890.ttl create mode 100644 src/cco-iris/ont00000891.ttl create mode 100644 src/cco-iris/ont00000892.ttl create mode 100644 src/cco-iris/ont00000893.ttl create mode 100644 src/cco-iris/ont00000894.ttl create mode 100644 src/cco-iris/ont00000895.ttl create mode 100644 src/cco-iris/ont00000896.ttl create mode 100644 src/cco-iris/ont00000897.ttl create mode 100644 src/cco-iris/ont00000898.ttl create mode 100644 src/cco-iris/ont00000899.ttl create mode 100644 src/cco-iris/ont00000900.ttl create mode 100644 src/cco-iris/ont00000901.ttl create mode 100644 src/cco-iris/ont00000902.ttl create mode 100644 src/cco-iris/ont00000903.ttl create mode 100644 src/cco-iris/ont00000904.ttl create mode 100644 src/cco-iris/ont00000905.ttl create mode 100644 src/cco-iris/ont00000906.ttl create mode 100644 src/cco-iris/ont00000907.ttl create mode 100644 src/cco-iris/ont00000908.ttl create mode 100644 src/cco-iris/ont00000909.ttl create mode 100644 src/cco-iris/ont00000910.ttl create mode 100644 src/cco-iris/ont00000911.ttl create mode 100644 src/cco-iris/ont00000912.ttl create mode 100644 src/cco-iris/ont00000913.ttl create mode 100644 src/cco-iris/ont00000914.ttl create mode 100644 src/cco-iris/ont00000915.ttl create mode 100644 src/cco-iris/ont00000916.ttl create mode 100644 src/cco-iris/ont00000917.ttl create mode 100644 src/cco-iris/ont00000918.ttl create mode 100644 src/cco-iris/ont00000919.ttl create mode 100644 src/cco-iris/ont00000920.ttl create mode 100644 src/cco-iris/ont00000921.ttl create mode 100644 src/cco-iris/ont00000922.ttl create mode 100644 src/cco-iris/ont00000923.ttl create mode 100644 src/cco-iris/ont00000924.ttl create mode 100644 src/cco-iris/ont00000925.ttl create mode 100644 src/cco-iris/ont00000926.ttl create mode 100644 src/cco-iris/ont00000927.ttl create mode 100644 src/cco-iris/ont00000928.ttl create mode 100644 src/cco-iris/ont00000929.ttl create mode 100644 src/cco-iris/ont00000930.ttl create mode 100644 src/cco-iris/ont00000931.ttl create mode 100644 src/cco-iris/ont00000932.ttl create mode 100644 src/cco-iris/ont00000933.ttl create mode 100644 src/cco-iris/ont00000934.ttl create mode 100644 src/cco-iris/ont00000935.ttl create mode 100644 src/cco-iris/ont00000936.ttl create mode 100644 src/cco-iris/ont00000937.ttl create mode 100644 src/cco-iris/ont00000938.ttl create mode 100644 src/cco-iris/ont00000939.ttl create mode 100644 src/cco-iris/ont00000940.ttl create mode 100644 src/cco-iris/ont00000941.ttl create mode 100644 src/cco-iris/ont00000942.ttl create mode 100644 src/cco-iris/ont00000943.ttl create mode 100644 src/cco-iris/ont00000944.ttl create mode 100644 src/cco-iris/ont00000945.ttl create mode 100644 src/cco-iris/ont00000946.ttl create mode 100644 src/cco-iris/ont00000947.ttl create mode 100644 src/cco-iris/ont00000948.ttl create mode 100644 src/cco-iris/ont00000949.ttl create mode 100644 src/cco-iris/ont00000950.ttl create mode 100644 src/cco-iris/ont00000951.ttl create mode 100644 src/cco-iris/ont00000952.ttl create mode 100644 src/cco-iris/ont00000953.ttl create mode 100644 src/cco-iris/ont00000954.ttl create mode 100644 src/cco-iris/ont00000955.ttl create mode 100644 src/cco-iris/ont00000956.ttl create mode 100644 src/cco-iris/ont00000957.ttl create mode 100644 src/cco-iris/ont00000958.ttl create mode 100644 src/cco-iris/ont00000959.ttl create mode 100644 src/cco-iris/ont00000960.ttl create mode 100644 src/cco-iris/ont00000961.ttl create mode 100644 src/cco-iris/ont00000962.ttl create mode 100644 src/cco-iris/ont00000963.ttl create mode 100644 src/cco-iris/ont00000964.ttl create mode 100644 src/cco-iris/ont00000965.ttl create mode 100644 src/cco-iris/ont00000966.ttl create mode 100644 src/cco-iris/ont00000967.ttl create mode 100644 src/cco-iris/ont00000968.ttl create mode 100644 src/cco-iris/ont00000969.ttl create mode 100644 src/cco-iris/ont00000970.ttl create mode 100644 src/cco-iris/ont00000971.ttl create mode 100644 src/cco-iris/ont00000972.ttl create mode 100644 src/cco-iris/ont00000973.ttl create mode 100644 src/cco-iris/ont00000974.ttl create mode 100644 src/cco-iris/ont00000975.ttl create mode 100644 src/cco-iris/ont00000976.ttl create mode 100644 src/cco-iris/ont00000977.ttl create mode 100644 src/cco-iris/ont00000978.ttl create mode 100644 src/cco-iris/ont00000979.ttl create mode 100644 src/cco-iris/ont00000980.ttl create mode 100644 src/cco-iris/ont00000981.ttl create mode 100644 src/cco-iris/ont00000982.ttl create mode 100644 src/cco-iris/ont00000983.ttl create mode 100644 src/cco-iris/ont00000984.ttl create mode 100644 src/cco-iris/ont00000985.ttl create mode 100644 src/cco-iris/ont00000986.ttl create mode 100644 src/cco-iris/ont00000987.ttl create mode 100644 src/cco-iris/ont00000988.ttl create mode 100644 src/cco-iris/ont00000989.ttl create mode 100644 src/cco-iris/ont00000990.ttl create mode 100644 src/cco-iris/ont00000991.ttl create mode 100644 src/cco-iris/ont00000992.ttl create mode 100644 src/cco-iris/ont00000993.ttl create mode 100644 src/cco-iris/ont00000994.ttl create mode 100644 src/cco-iris/ont00000995.ttl create mode 100644 src/cco-iris/ont00000996.ttl create mode 100644 src/cco-iris/ont00000997.ttl create mode 100644 src/cco-iris/ont00000998.ttl create mode 100644 src/cco-iris/ont00000999.ttl create mode 100644 src/cco-iris/ont00001000.ttl create mode 100644 src/cco-iris/ont00001001.ttl create mode 100644 src/cco-iris/ont00001002.ttl create mode 100644 src/cco-iris/ont00001003.ttl create mode 100644 src/cco-iris/ont00001004.ttl create mode 100644 src/cco-iris/ont00001005.ttl create mode 100644 src/cco-iris/ont00001006.ttl create mode 100644 src/cco-iris/ont00001007.ttl create mode 100644 src/cco-iris/ont00001008.ttl create mode 100644 src/cco-iris/ont00001009.ttl create mode 100644 src/cco-iris/ont00001010.ttl create mode 100644 src/cco-iris/ont00001011.ttl create mode 100644 src/cco-iris/ont00001012.ttl create mode 100644 src/cco-iris/ont00001013.ttl create mode 100644 src/cco-iris/ont00001014.ttl create mode 100644 src/cco-iris/ont00001015.ttl create mode 100644 src/cco-iris/ont00001016.ttl create mode 100644 src/cco-iris/ont00001017.ttl create mode 100644 src/cco-iris/ont00001018.ttl create mode 100644 src/cco-iris/ont00001019.ttl create mode 100644 src/cco-iris/ont00001020.ttl create mode 100644 src/cco-iris/ont00001021.ttl create mode 100644 src/cco-iris/ont00001022.ttl create mode 100644 src/cco-iris/ont00001023.ttl create mode 100644 src/cco-iris/ont00001024.ttl create mode 100644 src/cco-iris/ont00001025.ttl create mode 100644 src/cco-iris/ont00001026.ttl create mode 100644 src/cco-iris/ont00001027.ttl create mode 100644 src/cco-iris/ont00001028.ttl create mode 100644 src/cco-iris/ont00001029.ttl create mode 100644 src/cco-iris/ont00001030.ttl create mode 100644 src/cco-iris/ont00001031.ttl create mode 100644 src/cco-iris/ont00001032.ttl create mode 100644 src/cco-iris/ont00001033.ttl create mode 100644 src/cco-iris/ont00001034.ttl create mode 100644 src/cco-iris/ont00001035.ttl create mode 100644 src/cco-iris/ont00001036.ttl create mode 100644 src/cco-iris/ont00001037.ttl create mode 100644 src/cco-iris/ont00001038.ttl create mode 100644 src/cco-iris/ont00001039.ttl create mode 100644 src/cco-iris/ont00001040.ttl create mode 100644 src/cco-iris/ont00001041.ttl create mode 100644 src/cco-iris/ont00001042.ttl create mode 100644 src/cco-iris/ont00001043.ttl create mode 100644 src/cco-iris/ont00001044.ttl create mode 100644 src/cco-iris/ont00001045.ttl create mode 100644 src/cco-iris/ont00001046.ttl create mode 100644 src/cco-iris/ont00001047.ttl create mode 100644 src/cco-iris/ont00001048.ttl create mode 100644 src/cco-iris/ont00001049.ttl create mode 100644 src/cco-iris/ont00001050.ttl create mode 100644 src/cco-iris/ont00001051.ttl create mode 100644 src/cco-iris/ont00001052.ttl create mode 100644 src/cco-iris/ont00001053.ttl create mode 100644 src/cco-iris/ont00001054.ttl create mode 100644 src/cco-iris/ont00001055.ttl create mode 100644 src/cco-iris/ont00001056.ttl create mode 100644 src/cco-iris/ont00001057.ttl create mode 100644 src/cco-iris/ont00001058.ttl create mode 100644 src/cco-iris/ont00001059.ttl create mode 100644 src/cco-iris/ont00001060.ttl create mode 100644 src/cco-iris/ont00001061.ttl create mode 100644 src/cco-iris/ont00001062.ttl create mode 100644 src/cco-iris/ont00001063.ttl create mode 100644 src/cco-iris/ont00001064.ttl create mode 100644 src/cco-iris/ont00001065.ttl create mode 100644 src/cco-iris/ont00001066.ttl create mode 100644 src/cco-iris/ont00001067.ttl create mode 100644 src/cco-iris/ont00001068.ttl create mode 100644 src/cco-iris/ont00001069.ttl create mode 100644 src/cco-iris/ont00001070.ttl create mode 100644 src/cco-iris/ont00001071.ttl create mode 100644 src/cco-iris/ont00001072.ttl create mode 100644 src/cco-iris/ont00001073.ttl create mode 100644 src/cco-iris/ont00001074.ttl create mode 100644 src/cco-iris/ont00001075.ttl create mode 100644 src/cco-iris/ont00001076.ttl create mode 100644 src/cco-iris/ont00001077.ttl create mode 100644 src/cco-iris/ont00001078.ttl create mode 100644 src/cco-iris/ont00001079.ttl create mode 100644 src/cco-iris/ont00001080.ttl create mode 100644 src/cco-iris/ont00001081.ttl create mode 100644 src/cco-iris/ont00001082.ttl create mode 100644 src/cco-iris/ont00001083.ttl create mode 100644 src/cco-iris/ont00001084.ttl create mode 100644 src/cco-iris/ont00001085.ttl create mode 100644 src/cco-iris/ont00001086.ttl create mode 100644 src/cco-iris/ont00001087.ttl create mode 100644 src/cco-iris/ont00001088.ttl create mode 100644 src/cco-iris/ont00001089.ttl create mode 100644 src/cco-iris/ont00001090.ttl create mode 100644 src/cco-iris/ont00001091.ttl create mode 100644 src/cco-iris/ont00001092.ttl create mode 100644 src/cco-iris/ont00001093.ttl create mode 100644 src/cco-iris/ont00001094.ttl create mode 100644 src/cco-iris/ont00001095.ttl create mode 100644 src/cco-iris/ont00001096.ttl create mode 100644 src/cco-iris/ont00001097.ttl create mode 100644 src/cco-iris/ont00001098.ttl create mode 100644 src/cco-iris/ont00001099.ttl create mode 100644 src/cco-iris/ont00001100.ttl create mode 100644 src/cco-iris/ont00001101.ttl create mode 100644 src/cco-iris/ont00001102.ttl create mode 100644 src/cco-iris/ont00001103.ttl create mode 100644 src/cco-iris/ont00001104.ttl create mode 100644 src/cco-iris/ont00001105.ttl create mode 100644 src/cco-iris/ont00001106.ttl create mode 100644 src/cco-iris/ont00001107.ttl create mode 100644 src/cco-iris/ont00001108.ttl create mode 100644 src/cco-iris/ont00001109.ttl create mode 100644 src/cco-iris/ont00001110.ttl create mode 100644 src/cco-iris/ont00001111.ttl create mode 100644 src/cco-iris/ont00001112.ttl create mode 100644 src/cco-iris/ont00001113.ttl create mode 100644 src/cco-iris/ont00001114.ttl create mode 100644 src/cco-iris/ont00001115.ttl create mode 100644 src/cco-iris/ont00001116.ttl create mode 100644 src/cco-iris/ont00001117.ttl create mode 100644 src/cco-iris/ont00001118.ttl create mode 100644 src/cco-iris/ont00001119.ttl create mode 100644 src/cco-iris/ont00001120.ttl create mode 100644 src/cco-iris/ont00001121.ttl create mode 100644 src/cco-iris/ont00001122.ttl create mode 100644 src/cco-iris/ont00001123.ttl create mode 100644 src/cco-iris/ont00001124.ttl create mode 100644 src/cco-iris/ont00001125.ttl create mode 100644 src/cco-iris/ont00001126.ttl create mode 100644 src/cco-iris/ont00001127.ttl create mode 100644 src/cco-iris/ont00001128.ttl create mode 100644 src/cco-iris/ont00001129.ttl create mode 100644 src/cco-iris/ont00001130.ttl create mode 100644 src/cco-iris/ont00001131.ttl create mode 100644 src/cco-iris/ont00001132.ttl create mode 100644 src/cco-iris/ont00001133.ttl create mode 100644 src/cco-iris/ont00001134.ttl create mode 100644 src/cco-iris/ont00001135.ttl create mode 100644 src/cco-iris/ont00001136.ttl create mode 100644 src/cco-iris/ont00001137.ttl create mode 100644 src/cco-iris/ont00001138.ttl create mode 100644 src/cco-iris/ont00001139.ttl create mode 100644 src/cco-iris/ont00001140.ttl create mode 100644 src/cco-iris/ont00001141.ttl create mode 100644 src/cco-iris/ont00001142.ttl create mode 100644 src/cco-iris/ont00001143.ttl create mode 100644 src/cco-iris/ont00001144.ttl create mode 100644 src/cco-iris/ont00001145.ttl create mode 100644 src/cco-iris/ont00001146.ttl create mode 100644 src/cco-iris/ont00001147.ttl create mode 100644 src/cco-iris/ont00001148.ttl create mode 100644 src/cco-iris/ont00001149.ttl create mode 100644 src/cco-iris/ont00001150.ttl create mode 100644 src/cco-iris/ont00001151.ttl create mode 100644 src/cco-iris/ont00001152.ttl create mode 100644 src/cco-iris/ont00001153.ttl create mode 100644 src/cco-iris/ont00001154.ttl create mode 100644 src/cco-iris/ont00001155.ttl create mode 100644 src/cco-iris/ont00001156.ttl create mode 100644 src/cco-iris/ont00001157.ttl create mode 100644 src/cco-iris/ont00001158.ttl create mode 100644 src/cco-iris/ont00001159.ttl create mode 100644 src/cco-iris/ont00001160.ttl create mode 100644 src/cco-iris/ont00001161.ttl create mode 100644 src/cco-iris/ont00001162.ttl create mode 100644 src/cco-iris/ont00001163.ttl create mode 100644 src/cco-iris/ont00001164.ttl create mode 100644 src/cco-iris/ont00001165.ttl create mode 100644 src/cco-iris/ont00001166.ttl create mode 100644 src/cco-iris/ont00001167.ttl create mode 100644 src/cco-iris/ont00001168.ttl create mode 100644 src/cco-iris/ont00001169.ttl create mode 100644 src/cco-iris/ont00001170.ttl create mode 100644 src/cco-iris/ont00001171.ttl create mode 100644 src/cco-iris/ont00001172.ttl create mode 100644 src/cco-iris/ont00001173.ttl create mode 100644 src/cco-iris/ont00001174.ttl create mode 100644 src/cco-iris/ont00001175.ttl create mode 100644 src/cco-iris/ont00001176.ttl create mode 100644 src/cco-iris/ont00001177.ttl create mode 100644 src/cco-iris/ont00001178.ttl create mode 100644 src/cco-iris/ont00001179.ttl create mode 100644 src/cco-iris/ont00001180.ttl create mode 100644 src/cco-iris/ont00001181.ttl create mode 100644 src/cco-iris/ont00001182.ttl create mode 100644 src/cco-iris/ont00001183.ttl create mode 100644 src/cco-iris/ont00001184.ttl create mode 100644 src/cco-iris/ont00001185.ttl create mode 100644 src/cco-iris/ont00001186.ttl create mode 100644 src/cco-iris/ont00001187.ttl create mode 100644 src/cco-iris/ont00001188.ttl create mode 100644 src/cco-iris/ont00001189.ttl create mode 100644 src/cco-iris/ont00001190.ttl create mode 100644 src/cco-iris/ont00001191.ttl create mode 100644 src/cco-iris/ont00001192.ttl create mode 100644 src/cco-iris/ont00001193.ttl create mode 100644 src/cco-iris/ont00001194.ttl create mode 100644 src/cco-iris/ont00001195.ttl create mode 100644 src/cco-iris/ont00001196.ttl create mode 100644 src/cco-iris/ont00001197.ttl create mode 100644 src/cco-iris/ont00001198.ttl create mode 100644 src/cco-iris/ont00001199.ttl create mode 100644 src/cco-iris/ont00001200.ttl create mode 100644 src/cco-iris/ont00001201.ttl create mode 100644 src/cco-iris/ont00001202.ttl create mode 100644 src/cco-iris/ont00001203.ttl create mode 100644 src/cco-iris/ont00001204.ttl create mode 100644 src/cco-iris/ont00001205.ttl create mode 100644 src/cco-iris/ont00001206.ttl create mode 100644 src/cco-iris/ont00001207.ttl create mode 100644 src/cco-iris/ont00001208.ttl create mode 100644 src/cco-iris/ont00001209.ttl create mode 100644 src/cco-iris/ont00001210.ttl create mode 100644 src/cco-iris/ont00001211.ttl create mode 100644 src/cco-iris/ont00001212.ttl create mode 100644 src/cco-iris/ont00001213.ttl create mode 100644 src/cco-iris/ont00001214.ttl create mode 100644 src/cco-iris/ont00001215.ttl create mode 100644 src/cco-iris/ont00001216.ttl create mode 100644 src/cco-iris/ont00001217.ttl create mode 100644 src/cco-iris/ont00001218.ttl create mode 100644 src/cco-iris/ont00001219.ttl create mode 100644 src/cco-iris/ont00001220.ttl create mode 100644 src/cco-iris/ont00001221.ttl create mode 100644 src/cco-iris/ont00001222.ttl create mode 100644 src/cco-iris/ont00001223.ttl create mode 100644 src/cco-iris/ont00001224.ttl create mode 100644 src/cco-iris/ont00001225.ttl create mode 100644 src/cco-iris/ont00001226.ttl create mode 100644 src/cco-iris/ont00001227.ttl create mode 100644 src/cco-iris/ont00001228.ttl create mode 100644 src/cco-iris/ont00001229.ttl create mode 100644 src/cco-iris/ont00001230.ttl create mode 100644 src/cco-iris/ont00001231.ttl create mode 100644 src/cco-iris/ont00001232.ttl create mode 100644 src/cco-iris/ont00001233.ttl create mode 100644 src/cco-iris/ont00001234.ttl create mode 100644 src/cco-iris/ont00001235.ttl create mode 100644 src/cco-iris/ont00001236.ttl create mode 100644 src/cco-iris/ont00001237.ttl create mode 100644 src/cco-iris/ont00001238.ttl create mode 100644 src/cco-iris/ont00001239.ttl create mode 100644 src/cco-iris/ont00001240.ttl create mode 100644 src/cco-iris/ont00001241.ttl create mode 100644 src/cco-iris/ont00001242.ttl create mode 100644 src/cco-iris/ont00001243.ttl create mode 100644 src/cco-iris/ont00001244.ttl create mode 100644 src/cco-iris/ont00001245.ttl create mode 100644 src/cco-iris/ont00001246.ttl create mode 100644 src/cco-iris/ont00001247.ttl create mode 100644 src/cco-iris/ont00001248.ttl create mode 100644 src/cco-iris/ont00001249.ttl create mode 100644 src/cco-iris/ont00001250.ttl create mode 100644 src/cco-iris/ont00001251.ttl create mode 100644 src/cco-iris/ont00001252.ttl create mode 100644 src/cco-iris/ont00001253.ttl create mode 100644 src/cco-iris/ont00001254.ttl create mode 100644 src/cco-iris/ont00001255.ttl create mode 100644 src/cco-iris/ont00001256.ttl create mode 100644 src/cco-iris/ont00001257.ttl create mode 100644 src/cco-iris/ont00001258.ttl create mode 100644 src/cco-iris/ont00001259.ttl create mode 100644 src/cco-iris/ont00001260.ttl create mode 100644 src/cco-iris/ont00001261.ttl create mode 100644 src/cco-iris/ont00001262.ttl create mode 100644 src/cco-iris/ont00001263.ttl create mode 100644 src/cco-iris/ont00001264.ttl create mode 100644 src/cco-iris/ont00001265.ttl create mode 100644 src/cco-iris/ont00001266.ttl create mode 100644 src/cco-iris/ont00001267.ttl create mode 100644 src/cco-iris/ont00001268.ttl create mode 100644 src/cco-iris/ont00001269.ttl create mode 100644 src/cco-iris/ont00001270.ttl create mode 100644 src/cco-iris/ont00001271.ttl create mode 100644 src/cco-iris/ont00001272.ttl create mode 100644 src/cco-iris/ont00001273.ttl create mode 100644 src/cco-iris/ont00001274.ttl create mode 100644 src/cco-iris/ont00001275.ttl create mode 100644 src/cco-iris/ont00001276.ttl create mode 100644 src/cco-iris/ont00001277.ttl create mode 100644 src/cco-iris/ont00001278.ttl create mode 100644 src/cco-iris/ont00001279.ttl create mode 100644 src/cco-iris/ont00001280.ttl create mode 100644 src/cco-iris/ont00001281.ttl create mode 100644 src/cco-iris/ont00001282.ttl create mode 100644 src/cco-iris/ont00001283.ttl create mode 100644 src/cco-iris/ont00001284.ttl create mode 100644 src/cco-iris/ont00001285.ttl create mode 100644 src/cco-iris/ont00001286.ttl create mode 100644 src/cco-iris/ont00001287.ttl create mode 100644 src/cco-iris/ont00001288.ttl create mode 100644 src/cco-iris/ont00001289.ttl create mode 100644 src/cco-iris/ont00001290.ttl create mode 100644 src/cco-iris/ont00001291.ttl create mode 100644 src/cco-iris/ont00001292.ttl create mode 100644 src/cco-iris/ont00001293.ttl create mode 100644 src/cco-iris/ont00001294.ttl create mode 100644 src/cco-iris/ont00001295.ttl create mode 100644 src/cco-iris/ont00001296.ttl create mode 100644 src/cco-iris/ont00001297.ttl create mode 100644 src/cco-iris/ont00001298.ttl create mode 100644 src/cco-iris/ont00001299.ttl create mode 100644 src/cco-iris/ont00001300.ttl create mode 100644 src/cco-iris/ont00001301.ttl create mode 100644 src/cco-iris/ont00001302.ttl create mode 100644 src/cco-iris/ont00001303.ttl create mode 100644 src/cco-iris/ont00001304.ttl create mode 100644 src/cco-iris/ont00001305.ttl create mode 100644 src/cco-iris/ont00001306.ttl create mode 100644 src/cco-iris/ont00001307.ttl create mode 100644 src/cco-iris/ont00001308.ttl create mode 100644 src/cco-iris/ont00001309.ttl create mode 100644 src/cco-iris/ont00001310.ttl create mode 100644 src/cco-iris/ont00001311.ttl create mode 100644 src/cco-iris/ont00001312.ttl create mode 100644 src/cco-iris/ont00001313.ttl create mode 100644 src/cco-iris/ont00001314.ttl create mode 100644 src/cco-iris/ont00001315.ttl create mode 100644 src/cco-iris/ont00001316.ttl create mode 100644 src/cco-iris/ont00001317.ttl create mode 100644 src/cco-iris/ont00001318.ttl create mode 100644 src/cco-iris/ont00001319.ttl create mode 100644 src/cco-iris/ont00001320.ttl create mode 100644 src/cco-iris/ont00001321.ttl create mode 100644 src/cco-iris/ont00001322.ttl create mode 100644 src/cco-iris/ont00001323.ttl create mode 100644 src/cco-iris/ont00001324.ttl create mode 100644 src/cco-iris/ont00001325.ttl create mode 100644 src/cco-iris/ont00001326.ttl create mode 100644 src/cco-iris/ont00001327.ttl create mode 100644 src/cco-iris/ont00001328.ttl create mode 100644 src/cco-iris/ont00001329.ttl create mode 100644 src/cco-iris/ont00001330.ttl create mode 100644 src/cco-iris/ont00001331.ttl create mode 100644 src/cco-iris/ont00001332.ttl create mode 100644 src/cco-iris/ont00001333.ttl create mode 100644 src/cco-iris/ont00001334.ttl create mode 100644 src/cco-iris/ont00001335.ttl create mode 100644 src/cco-iris/ont00001336.ttl create mode 100644 src/cco-iris/ont00001337.ttl create mode 100644 src/cco-iris/ont00001338.ttl create mode 100644 src/cco-iris/ont00001339.ttl create mode 100644 src/cco-iris/ont00001340.ttl create mode 100644 src/cco-iris/ont00001341.ttl create mode 100644 src/cco-iris/ont00001342.ttl create mode 100644 src/cco-iris/ont00001343.ttl create mode 100644 src/cco-iris/ont00001344.ttl create mode 100644 src/cco-iris/ont00001345.ttl create mode 100644 src/cco-iris/ont00001346.ttl create mode 100644 src/cco-iris/ont00001347.ttl create mode 100644 src/cco-iris/ont00001348.ttl create mode 100644 src/cco-iris/ont00001349.ttl create mode 100644 src/cco-iris/ont00001350.ttl create mode 100644 src/cco-iris/ont00001351.ttl create mode 100644 src/cco-iris/ont00001352.ttl create mode 100644 src/cco-iris/ont00001353.ttl create mode 100644 src/cco-iris/ont00001354.ttl create mode 100644 src/cco-iris/ont00001355.ttl create mode 100644 src/cco-iris/ont00001356.ttl create mode 100644 src/cco-iris/ont00001357.ttl create mode 100644 src/cco-iris/ont00001358.ttl create mode 100644 src/cco-iris/ont00001359.ttl create mode 100644 src/cco-iris/ont00001360.ttl create mode 100644 src/cco-iris/ont00001361.ttl create mode 100644 src/cco-iris/ont00001362.ttl create mode 100644 src/cco-iris/ont00001363.ttl create mode 100644 src/cco-iris/ont00001364.ttl create mode 100644 src/cco-iris/ont00001365.ttl create mode 100644 src/cco-iris/ont00001366.ttl create mode 100644 src/cco-iris/ont00001367.ttl create mode 100644 src/cco-iris/ont00001368.ttl create mode 100644 src/cco-iris/ont00001369.ttl create mode 100644 src/cco-iris/ont00001370.ttl create mode 100644 src/cco-iris/ont00001371.ttl create mode 100644 src/cco-iris/ont00001372.ttl create mode 100644 src/cco-iris/ont00001373.ttl create mode 100644 src/cco-iris/ont00001374.ttl create mode 100644 src/cco-iris/ont00001375.ttl create mode 100644 src/cco-iris/ont00001376.ttl create mode 100644 src/cco-iris/ont00001377.ttl create mode 100644 src/cco-iris/ont00001378.ttl create mode 100644 src/cco-iris/ont00001379.ttl create mode 100644 src/cco-iris/ont00001380.ttl create mode 100644 src/cco-iris/ont00001381.ttl create mode 100644 src/cco-iris/ont00001382.ttl create mode 100644 src/cco-iris/ont00001383.ttl create mode 100644 src/cco-iris/ont00001384.ttl create mode 100644 src/cco-iris/ont00001385.ttl create mode 100644 src/cco-iris/ont00001386.ttl create mode 100644 src/cco-iris/ont00001387.ttl create mode 100644 src/cco-iris/ont00001388.ttl create mode 100644 src/cco-iris/ont00001389.ttl create mode 100644 src/cco-iris/ont00001390.ttl create mode 100644 src/cco-iris/ont00001391.ttl create mode 100644 src/cco-iris/ont00001392.ttl create mode 100644 src/cco-iris/ont00001393.ttl create mode 100644 src/cco-iris/ont00001394.ttl create mode 100644 src/cco-iris/ont00001395.ttl create mode 100644 src/cco-iris/ont00001396.ttl create mode 100644 src/cco-iris/ont00001397.ttl create mode 100644 src/cco-iris/ont00001398.ttl create mode 100644 src/cco-iris/ont00001399.ttl create mode 100644 src/cco-iris/ont00001400.ttl create mode 100644 src/cco-iris/ont00001401.ttl create mode 100644 src/cco-iris/ont00001402.ttl create mode 100644 src/cco-iris/ont00001403.ttl create mode 100644 src/cco-iris/ont00001404.ttl create mode 100644 src/cco-iris/ont00001405.ttl create mode 100644 src/cco-iris/ont00001406.ttl create mode 100644 src/cco-iris/ont00001407.ttl create mode 100644 src/cco-iris/ont00001408.ttl create mode 100644 src/cco-iris/ont00001409.ttl create mode 100644 src/cco-iris/ont00001410.ttl create mode 100644 src/cco-iris/ont00001411.ttl create mode 100644 src/cco-iris/ont00001412.ttl create mode 100644 src/cco-iris/ont00001413.ttl create mode 100644 src/cco-iris/ont00001414.ttl create mode 100644 src/cco-iris/ont00001415.ttl create mode 100644 src/cco-iris/ont00001416.ttl create mode 100644 src/cco-iris/ont00001417.ttl create mode 100644 src/cco-iris/ont00001418.ttl create mode 100644 src/cco-iris/ont00001419.ttl create mode 100644 src/cco-iris/ont00001420.ttl create mode 100644 src/cco-iris/ont00001421.ttl create mode 100644 src/cco-iris/ont00001422.ttl create mode 100644 src/cco-iris/ont00001423.ttl create mode 100644 src/cco-iris/ont00001424.ttl create mode 100644 src/cco-iris/ont00001425.ttl create mode 100644 src/cco-iris/ont00001426.ttl create mode 100644 src/cco-iris/ont00001427.ttl create mode 100644 src/cco-iris/ont00001428.ttl create mode 100644 src/cco-iris/ont00001429.ttl create mode 100644 src/cco-iris/ont00001430.ttl create mode 100644 src/cco-iris/ont00001431.ttl create mode 100644 src/cco-iris/ont00001432.ttl create mode 100644 src/cco-iris/ont00001433.ttl create mode 100644 src/cco-iris/ont00001434.ttl create mode 100644 src/cco-iris/ont00001435.ttl create mode 100644 src/cco-iris/ont00001436.ttl create mode 100644 src/cco-iris/ont00001437.ttl create mode 100644 src/cco-iris/ont00001438.ttl create mode 100644 src/cco-iris/ont00001439.ttl create mode 100644 src/cco-iris/ont00001440.ttl create mode 100644 src/cco-iris/ont00001441.ttl create mode 100644 src/cco-iris/ont00001442.ttl create mode 100644 src/cco-iris/ont00001443.ttl create mode 100644 src/cco-iris/ont00001444.ttl create mode 100644 src/cco-iris/ont00001445.ttl create mode 100644 src/cco-iris/ont00001446.ttl create mode 100644 src/cco-iris/ont00001447.ttl create mode 100644 src/cco-iris/ont00001448.ttl create mode 100644 src/cco-iris/ont00001449.ttl create mode 100644 src/cco-iris/ont00001450.ttl create mode 100644 src/cco-iris/ont00001451.ttl create mode 100644 src/cco-iris/ont00001452.ttl create mode 100644 src/cco-iris/ont00001453.ttl create mode 100644 src/cco-iris/ont00001454.ttl create mode 100644 src/cco-iris/ont00001455.ttl create mode 100644 src/cco-iris/ont00001456.ttl create mode 100644 src/cco-iris/ont00001457.ttl create mode 100644 src/cco-iris/ont00001458.ttl create mode 100644 src/cco-iris/ont00001459.ttl create mode 100644 src/cco-iris/ont00001460.ttl create mode 100644 src/cco-iris/ont00001461.ttl create mode 100644 src/cco-iris/ont00001462.ttl create mode 100644 src/cco-iris/ont00001463.ttl create mode 100644 src/cco-iris/ont00001464.ttl create mode 100644 src/cco-iris/ont00001465.ttl create mode 100644 src/cco-iris/ont00001466.ttl create mode 100644 src/cco-iris/ont00001467.ttl create mode 100644 src/cco-iris/ont00001468.ttl create mode 100644 src/cco-iris/ont00001469.ttl create mode 100644 src/cco-iris/ont00001470.ttl create mode 100644 src/cco-iris/ont00001471.ttl create mode 100644 src/cco-iris/ont00001472.ttl create mode 100644 src/cco-iris/ont00001473.ttl create mode 100644 src/cco-iris/ont00001474.ttl create mode 100644 src/cco-iris/ont00001475.ttl create mode 100644 src/cco-iris/ont00001476.ttl create mode 100644 src/cco-iris/ont00001477.ttl create mode 100644 src/cco-iris/ont00001478.ttl create mode 100644 src/cco-iris/ont00001479.ttl create mode 100644 src/cco-iris/ont00001480.ttl create mode 100644 src/cco-iris/ont00001481.ttl create mode 100644 src/cco-iris/ont00001482.ttl create mode 100644 src/cco-iris/ont00001483.ttl create mode 100644 src/cco-iris/ont00001484.ttl create mode 100644 src/cco-iris/ont00001485.ttl create mode 100644 src/cco-iris/ont00001486.ttl create mode 100644 src/cco-iris/ont00001487.ttl create mode 100644 src/cco-iris/ont00001488.ttl create mode 100644 src/cco-iris/ont00001489.ttl create mode 100644 src/cco-iris/ont00001490.ttl create mode 100644 src/cco-iris/ont00001491.ttl create mode 100644 src/cco-iris/ont00001492.ttl create mode 100644 src/cco-iris/ont00001493.ttl create mode 100644 src/cco-iris/ont00001494.ttl create mode 100644 src/cco-iris/ont00001495.ttl create mode 100644 src/cco-iris/ont00001496.ttl create mode 100644 src/cco-iris/ont00001497.ttl create mode 100644 src/cco-iris/ont00001498.ttl create mode 100644 src/cco-iris/ont00001499.ttl create mode 100644 src/cco-iris/ont00001500.ttl create mode 100644 src/cco-iris/ont00001501.ttl create mode 100644 src/cco-iris/ont00001502.ttl create mode 100644 src/cco-iris/ont00001503.ttl create mode 100644 src/cco-iris/ont00001504.ttl create mode 100644 src/cco-iris/ont00001505.ttl create mode 100644 src/cco-iris/ont00001506.ttl create mode 100644 src/cco-iris/ont00001507.ttl create mode 100644 src/cco-iris/ont00001508.ttl create mode 100644 src/cco-iris/ont00001509.ttl create mode 100644 src/cco-iris/ont00001510.ttl create mode 100644 src/cco-iris/ont00001511.ttl create mode 100644 src/cco-iris/ont00001512.ttl create mode 100644 src/cco-iris/ont00001513.ttl create mode 100644 src/cco-iris/ont00001514.ttl create mode 100644 src/cco-iris/ont00001515.ttl create mode 100644 src/cco-iris/ont00001516.ttl create mode 100644 src/cco-iris/ont00001517.ttl create mode 100644 src/cco-iris/ont00001518.ttl create mode 100644 src/cco-iris/ont00001519.ttl create mode 100644 src/cco-iris/ont00001520.ttl create mode 100644 src/cco-iris/ont00001521.ttl create mode 100644 src/cco-iris/ont00001522.ttl create mode 100644 src/cco-iris/ont00001523.ttl create mode 100644 src/cco-iris/ont00001524.ttl create mode 100644 src/cco-iris/ont00001525.ttl create mode 100644 src/cco-iris/ont00001526.ttl create mode 100644 src/cco-iris/ont00001527.ttl create mode 100644 src/cco-iris/ont00001528.ttl create mode 100644 src/cco-iris/ont00001529.ttl create mode 100644 src/cco-iris/ont00001530.ttl create mode 100644 src/cco-iris/ont00001531.ttl create mode 100644 src/cco-iris/ont00001532.ttl create mode 100644 src/cco-iris/ont00001533.ttl create mode 100644 src/cco-iris/ont00001534.ttl create mode 100644 src/cco-iris/ont00001535.ttl create mode 100644 src/cco-iris/ont00001536.ttl create mode 100644 src/cco-iris/ont00001537.ttl create mode 100644 src/cco-iris/ont00001538.ttl create mode 100644 src/cco-iris/ont00001539.ttl create mode 100644 src/cco-iris/ont00001540.ttl create mode 100644 src/cco-iris/ont00001541.ttl create mode 100644 src/cco-iris/ont00001542.ttl create mode 100644 src/cco-iris/ont00001543.ttl create mode 100644 src/cco-iris/ont00001544.ttl create mode 100644 src/cco-iris/ont00001545.ttl create mode 100644 src/cco-iris/ont00001546.ttl create mode 100644 src/cco-iris/ont00001547.ttl create mode 100644 src/cco-iris/ont00001548.ttl create mode 100644 src/cco-iris/ont00001549.ttl create mode 100644 src/cco-iris/ont00001550.ttl create mode 100644 src/cco-iris/ont00001551.ttl create mode 100644 src/cco-iris/ont00001552.ttl create mode 100644 src/cco-iris/ont00001553.ttl create mode 100644 src/cco-iris/ont00001554.ttl create mode 100644 src/cco-iris/ont00001555.ttl create mode 100644 src/cco-iris/ont00001556.ttl create mode 100644 src/cco-iris/ont00001557.ttl create mode 100644 src/cco-iris/ont00001558.ttl create mode 100644 src/cco-iris/ont00001559.ttl create mode 100644 src/cco-iris/ont00001560.ttl create mode 100644 src/cco-iris/ont00001561.ttl create mode 100644 src/cco-iris/ont00001562.ttl create mode 100644 src/cco-iris/ont00001563.ttl create mode 100644 src/cco-iris/ont00001564.ttl create mode 100644 src/cco-iris/ont00001565.ttl create mode 100644 src/cco-iris/ont00001566.ttl create mode 100644 src/cco-iris/ont00001567.ttl create mode 100644 src/cco-iris/ont00001568.ttl create mode 100644 src/cco-iris/ont00001569.ttl create mode 100644 src/cco-iris/ont00001570.ttl create mode 100644 src/cco-iris/ont00001571.ttl create mode 100644 src/cco-iris/ont00001572.ttl create mode 100644 src/cco-iris/ont00001573.ttl create mode 100644 src/cco-iris/ont00001574.ttl create mode 100644 src/cco-iris/ont00001575.ttl create mode 100644 src/cco-iris/ont00001576.ttl create mode 100644 src/cco-iris/ont00001577.ttl create mode 100644 src/cco-iris/ont00001578.ttl create mode 100644 src/cco-iris/ont00001579.ttl create mode 100644 src/cco-iris/ont00001580.ttl create mode 100644 src/cco-iris/ont00001581.ttl create mode 100644 src/cco-iris/ont00001582.ttl create mode 100644 src/cco-iris/ont00001583.ttl create mode 100644 src/cco-iris/ont00001584.ttl create mode 100644 src/cco-iris/ont00001585.ttl create mode 100644 src/cco-iris/ont00001586.ttl create mode 100644 src/cco-iris/ont00001587.ttl create mode 100644 src/cco-iris/ont00001588.ttl create mode 100644 src/cco-iris/ont00001589.ttl create mode 100644 src/cco-iris/ont00001590.ttl create mode 100644 src/cco-iris/ont00001591.ttl create mode 100644 src/cco-iris/ont00001592.ttl create mode 100644 src/cco-iris/ont00001593.ttl create mode 100644 src/cco-iris/ont00001594.ttl create mode 100644 src/cco-iris/ont00001595.ttl create mode 100644 src/cco-iris/ont00001596.ttl create mode 100644 src/cco-iris/ont00001597.ttl create mode 100644 src/cco-iris/ont00001598.ttl create mode 100644 src/cco-iris/ont00001599.ttl create mode 100644 src/cco-iris/ont00001600.ttl create mode 100644 src/cco-iris/ont00001601.ttl create mode 100644 src/cco-iris/ont00001602.ttl create mode 100644 src/cco-iris/ont00001603.ttl create mode 100644 src/cco-iris/ont00001604.ttl create mode 100644 src/cco-iris/ont00001605.ttl create mode 100644 src/cco-iris/ont00001606.ttl create mode 100644 src/cco-iris/ont00001607.ttl create mode 100644 src/cco-iris/ont00001608.ttl create mode 100644 src/cco-iris/ont00001609.ttl create mode 100644 src/cco-iris/ont00001610.ttl create mode 100644 src/cco-iris/ont00001611.ttl create mode 100644 src/cco-iris/ont00001612.ttl create mode 100644 src/cco-iris/ont00001613.ttl create mode 100644 src/cco-iris/ont00001614.ttl create mode 100644 src/cco-iris/ont00001615.ttl create mode 100644 src/cco-iris/ont00001616.ttl create mode 100644 src/cco-iris/ont00001617.ttl create mode 100644 src/cco-iris/ont00001618.ttl create mode 100644 src/cco-iris/ont00001619.ttl create mode 100644 src/cco-iris/ont00001620.ttl create mode 100644 src/cco-iris/ont00001621.ttl create mode 100644 src/cco-iris/ont00001622.ttl create mode 100644 src/cco-iris/ont00001623.ttl create mode 100644 src/cco-iris/ont00001624.ttl create mode 100644 src/cco-iris/ont00001625.ttl create mode 100644 src/cco-iris/ont00001626.ttl create mode 100644 src/cco-iris/ont00001627.ttl create mode 100644 src/cco-iris/ont00001628.ttl create mode 100644 src/cco-iris/ont00001629.ttl create mode 100644 src/cco-iris/ont00001630.ttl create mode 100644 src/cco-iris/ont00001631.ttl create mode 100644 src/cco-iris/ont00001632.ttl create mode 100644 src/cco-iris/ont00001633.ttl create mode 100644 src/cco-iris/ont00001634.ttl create mode 100644 src/cco-iris/ont00001635.ttl create mode 100644 src/cco-iris/ont00001636.ttl create mode 100644 src/cco-iris/ont00001637.ttl create mode 100644 src/cco-iris/ont00001638.ttl create mode 100644 src/cco-iris/ont00001639.ttl create mode 100644 src/cco-iris/ont00001640.ttl create mode 100644 src/cco-iris/ont00001641.ttl create mode 100644 src/cco-iris/ont00001642.ttl create mode 100644 src/cco-iris/ont00001643.ttl create mode 100644 src/cco-iris/ont00001644.ttl create mode 100644 src/cco-iris/ont00001645.ttl create mode 100644 src/cco-iris/ont00001646.ttl create mode 100644 src/cco-iris/ont00001647.ttl create mode 100644 src/cco-iris/ont00001648.ttl create mode 100644 src/cco-iris/ont00001649.ttl create mode 100644 src/cco-iris/ont00001650.ttl create mode 100644 src/cco-iris/ont00001651.ttl create mode 100644 src/cco-iris/ont00001652.ttl create mode 100644 src/cco-iris/ont00001653.ttl create mode 100644 src/cco-iris/ont00001654.ttl create mode 100644 src/cco-iris/ont00001655.ttl create mode 100644 src/cco-iris/ont00001656.ttl create mode 100644 src/cco-iris/ont00001657.ttl create mode 100644 src/cco-iris/ont00001658.ttl create mode 100644 src/cco-iris/ont00001659.ttl create mode 100644 src/cco-iris/ont00001660.ttl create mode 100644 src/cco-iris/ont00001661.ttl create mode 100644 src/cco-iris/ont00001662.ttl create mode 100644 src/cco-iris/ont00001663.ttl create mode 100644 src/cco-iris/ont00001664.ttl create mode 100644 src/cco-iris/ont00001665.ttl create mode 100644 src/cco-iris/ont00001666.ttl create mode 100644 src/cco-iris/ont00001667.ttl create mode 100644 src/cco-iris/ont00001668.ttl create mode 100644 src/cco-iris/ont00001669.ttl create mode 100644 src/cco-iris/ont00001670.ttl create mode 100644 src/cco-iris/ont00001671.ttl create mode 100644 src/cco-iris/ont00001672.ttl create mode 100644 src/cco-iris/ont00001673.ttl create mode 100644 src/cco-iris/ont00001674.ttl create mode 100644 src/cco-iris/ont00001675.ttl create mode 100644 src/cco-iris/ont00001676.ttl create mode 100644 src/cco-iris/ont00001677.ttl create mode 100644 src/cco-iris/ont00001678.ttl create mode 100644 src/cco-iris/ont00001679.ttl create mode 100644 src/cco-iris/ont00001680.ttl create mode 100644 src/cco-iris/ont00001681.ttl create mode 100644 src/cco-iris/ont00001682.ttl create mode 100644 src/cco-iris/ont00001683.ttl create mode 100644 src/cco-iris/ont00001684.ttl create mode 100644 src/cco-iris/ont00001685.ttl create mode 100644 src/cco-iris/ont00001686.ttl create mode 100644 src/cco-iris/ont00001687.ttl create mode 100644 src/cco-iris/ont00001688.ttl create mode 100644 src/cco-iris/ont00001689.ttl create mode 100644 src/cco-iris/ont00001690.ttl create mode 100644 src/cco-iris/ont00001691.ttl create mode 100644 src/cco-iris/ont00001692.ttl create mode 100644 src/cco-iris/ont00001693.ttl create mode 100644 src/cco-iris/ont00001694.ttl create mode 100644 src/cco-iris/ont00001695.ttl create mode 100644 src/cco-iris/ont00001696.ttl create mode 100644 src/cco-iris/ont00001697.ttl create mode 100644 src/cco-iris/ont00001698.ttl create mode 100644 src/cco-iris/ont00001699.ttl create mode 100644 src/cco-iris/ont00001700.ttl create mode 100644 src/cco-iris/ont00001701.ttl create mode 100644 src/cco-iris/ont00001702.ttl create mode 100644 src/cco-iris/ont00001703.ttl create mode 100644 src/cco-iris/ont00001704.ttl create mode 100644 src/cco-iris/ont00001705.ttl create mode 100644 src/cco-iris/ont00001706.ttl create mode 100644 src/cco-iris/ont00001707.ttl create mode 100644 src/cco-iris/ont00001708.ttl create mode 100644 src/cco-iris/ont00001709.ttl create mode 100644 src/cco-iris/ont00001710.ttl create mode 100644 src/cco-iris/ont00001711.ttl create mode 100644 src/cco-iris/ont00001712.ttl create mode 100644 src/cco-iris/ont00001713.ttl create mode 100644 src/cco-iris/ont00001714.ttl create mode 100644 src/cco-iris/ont00001715.ttl create mode 100644 src/cco-iris/ont00001716.ttl create mode 100644 src/cco-iris/ont00001717.ttl create mode 100644 src/cco-iris/ont00001718.ttl create mode 100644 src/cco-iris/ont00001719.ttl create mode 100644 src/cco-iris/ont00001720.ttl create mode 100644 src/cco-iris/ont00001721.ttl create mode 100644 src/cco-iris/ont00001722.ttl create mode 100644 src/cco-iris/ont00001723.ttl create mode 100644 src/cco-iris/ont00001724.ttl create mode 100644 src/cco-iris/ont00001725.ttl create mode 100644 src/cco-iris/ont00001726.ttl create mode 100644 src/cco-iris/ont00001727.ttl create mode 100644 src/cco-iris/ont00001728.ttl create mode 100644 src/cco-iris/ont00001729.ttl create mode 100644 src/cco-iris/ont00001730.ttl create mode 100644 src/cco-iris/ont00001731.ttl create mode 100644 src/cco-iris/ont00001732.ttl create mode 100644 src/cco-iris/ont00001733.ttl create mode 100644 src/cco-iris/ont00001734.ttl create mode 100644 src/cco-iris/ont00001735.ttl create mode 100644 src/cco-iris/ont00001737.ttl create mode 100644 src/cco-iris/ont00001738.ttl create mode 100644 src/cco-iris/ont00001739.ttl create mode 100644 src/cco-iris/ont00001740.ttl create mode 100644 src/cco-iris/ont00001741.ttl create mode 100644 src/cco-iris/ont00001742.ttl create mode 100644 src/cco-iris/ont00001743.ttl create mode 100644 src/cco-iris/ont00001744.ttl create mode 100644 src/cco-iris/ont00001745.ttl create mode 100644 src/cco-iris/ont00001746.ttl create mode 100644 src/cco-iris/ont00001747.ttl create mode 100644 src/cco-iris/ont00001748.ttl create mode 100644 src/cco-iris/ont00001749.ttl create mode 100644 src/cco-iris/ont00001752.ttl create mode 100644 src/cco-iris/ont00001753.ttl create mode 100644 src/cco-iris/ont00001754.ttl create mode 100644 src/cco-iris/ont00001756.ttl create mode 100644 src/cco-iris/ont00001757.ttl create mode 100644 src/cco-iris/ont00001758.ttl create mode 100644 src/cco-iris/ont00001759.ttl create mode 100644 src/cco-iris/ont00001760.ttl create mode 100644 src/cco-iris/ont00001761.ttl create mode 100644 src/cco-iris/ont00001762.ttl create mode 100644 src/cco-iris/ont00001763.ttl create mode 100644 src/cco-iris/ont00001764.ttl create mode 100644 src/cco-iris/ont00001765.ttl create mode 100644 src/cco-iris/ont00001766.ttl create mode 100644 src/cco-iris/ont00001767.ttl create mode 100644 src/cco-iris/ont00001768.ttl create mode 100644 src/cco-iris/ont00001769.ttl create mode 100644 src/cco-iris/ont00001770.ttl create mode 100644 src/cco-iris/ont00001771.ttl create mode 100644 src/cco-iris/ont00001772.ttl create mode 100644 src/cco-iris/ont00001773.ttl create mode 100644 src/cco-iris/ont00001774.ttl create mode 100644 src/cco-iris/ont00001775.ttl create mode 100644 src/cco-iris/ont00001776.ttl create mode 100644 src/cco-iris/ont00001777.ttl create mode 100644 src/cco-iris/ont00001778.ttl create mode 100644 src/cco-iris/ont00001779.ttl create mode 100644 src/cco-iris/ont00001780.ttl create mode 100644 src/cco-iris/ont00001781.ttl create mode 100644 src/cco-iris/ont00001782.ttl create mode 100644 src/cco-iris/ont00001783.ttl create mode 100644 src/cco-iris/ont00001784.ttl create mode 100644 src/cco-iris/ont00001785.ttl create mode 100644 src/cco-iris/ont00001786.ttl create mode 100644 src/cco-iris/ont00001787.ttl create mode 100644 src/cco-iris/ont00001788.ttl create mode 100644 src/cco-iris/ont00001789.ttl create mode 100644 src/cco-iris/ont00001790.ttl create mode 100644 src/cco-iris/ont00001791.ttl create mode 100644 src/cco-iris/ont00001792.ttl create mode 100644 src/cco-iris/ont00001793.ttl create mode 100644 src/cco-iris/ont00001794.ttl create mode 100644 src/cco-iris/ont00001795.ttl create mode 100644 src/cco-iris/ont00001796.ttl create mode 100644 src/cco-iris/ont00001797.ttl create mode 100644 src/cco-iris/ont00001798.ttl create mode 100644 src/cco-iris/ont00001799.ttl create mode 100644 src/cco-iris/ont00001800.ttl create mode 100644 src/cco-iris/ont00001801.ttl create mode 100644 src/cco-iris/ont00001802.ttl create mode 100644 src/cco-iris/ont00001803.ttl create mode 100644 src/cco-iris/ont00001804.ttl create mode 100644 src/cco-iris/ont00001805.ttl create mode 100644 src/cco-iris/ont00001806.ttl create mode 100644 src/cco-iris/ont00001807.ttl create mode 100644 src/cco-iris/ont00001808.ttl create mode 100644 src/cco-iris/ont00001809.ttl create mode 100644 src/cco-iris/ont00001810.ttl create mode 100644 src/cco-iris/ont00001811.ttl create mode 100644 src/cco-iris/ont00001812.ttl create mode 100644 src/cco-iris/ont00001813.ttl create mode 100644 src/cco-iris/ont00001814.ttl create mode 100644 src/cco-iris/ont00001815.ttl create mode 100644 src/cco-iris/ont00001816.ttl create mode 100644 src/cco-iris/ont00001817.ttl create mode 100644 src/cco-iris/ont00001818.ttl create mode 100644 src/cco-iris/ont00001819.ttl create mode 100644 src/cco-iris/ont00001820.ttl create mode 100644 src/cco-iris/ont00001821.ttl create mode 100644 src/cco-iris/ont00001822.ttl create mode 100644 src/cco-iris/ont00001823.ttl create mode 100644 src/cco-iris/ont00001824.ttl create mode 100644 src/cco-iris/ont00001825.ttl create mode 100644 src/cco-iris/ont00001826.ttl create mode 100644 src/cco-iris/ont00001827.ttl create mode 100644 src/cco-iris/ont00001828.ttl create mode 100644 src/cco-iris/ont00001829.ttl create mode 100644 src/cco-iris/ont00001830.ttl create mode 100644 src/cco-iris/ont00001831.ttl create mode 100644 src/cco-iris/ont00001832.ttl create mode 100644 src/cco-iris/ont00001833.ttl create mode 100644 src/cco-iris/ont00001834.ttl create mode 100644 src/cco-iris/ont00001835.ttl create mode 100644 src/cco-iris/ont00001836.ttl create mode 100644 src/cco-iris/ont00001837.ttl create mode 100644 src/cco-iris/ont00001838.ttl create mode 100644 src/cco-iris/ont00001839.ttl create mode 100644 src/cco-iris/ont00001840.ttl create mode 100644 src/cco-iris/ont00001841.ttl create mode 100644 src/cco-iris/ont00001842.ttl create mode 100644 src/cco-iris/ont00001843.ttl create mode 100644 src/cco-iris/ont00001844.ttl create mode 100644 src/cco-iris/ont00001845.ttl create mode 100644 src/cco-iris/ont00001846.ttl create mode 100644 src/cco-iris/ont00001847.ttl create mode 100644 src/cco-iris/ont00001848.ttl create mode 100644 src/cco-iris/ont00001849.ttl create mode 100644 src/cco-iris/ont00001850.ttl create mode 100644 src/cco-iris/ont00001851.ttl create mode 100644 src/cco-iris/ont00001852.ttl create mode 100644 src/cco-iris/ont00001853.ttl create mode 100644 src/cco-iris/ont00001854.ttl create mode 100644 src/cco-iris/ont00001855.ttl create mode 100644 src/cco-iris/ont00001856.ttl create mode 100644 src/cco-iris/ont00001857.ttl create mode 100644 src/cco-iris/ont00001858.ttl create mode 100644 src/cco-iris/ont00001859.ttl create mode 100644 src/cco-iris/ont00001860.ttl create mode 100644 src/cco-iris/ont00001861.ttl create mode 100644 src/cco-iris/ont00001862.ttl create mode 100644 src/cco-iris/ont00001863.ttl create mode 100644 src/cco-iris/ont00001864.ttl create mode 100644 src/cco-iris/ont00001865.ttl create mode 100644 src/cco-iris/ont00001866.ttl create mode 100644 src/cco-iris/ont00001867.ttl create mode 100644 src/cco-iris/ont00001868.ttl create mode 100644 src/cco-iris/ont00001869.ttl create mode 100644 src/cco-iris/ont00001870.ttl create mode 100644 src/cco-iris/ont00001871.ttl create mode 100644 src/cco-iris/ont00001872.ttl create mode 100644 src/cco-iris/ont00001873.ttl create mode 100644 src/cco-iris/ont00001874.ttl create mode 100644 src/cco-iris/ont00001875.ttl create mode 100644 src/cco-iris/ont00001876.ttl create mode 100644 src/cco-iris/ont00001877.ttl create mode 100644 src/cco-iris/ont00001878.ttl create mode 100644 src/cco-iris/ont00001879.ttl create mode 100644 src/cco-iris/ont00001880.ttl create mode 100644 src/cco-iris/ont00001881.ttl create mode 100644 src/cco-iris/ont00001882.ttl create mode 100644 src/cco-iris/ont00001883.ttl create mode 100644 src/cco-iris/ont00001884.ttl create mode 100644 src/cco-iris/ont00001885.ttl create mode 100644 src/cco-iris/ont00001886.ttl create mode 100644 src/cco-iris/ont00001887.ttl create mode 100644 src/cco-iris/ont00001888.ttl create mode 100644 src/cco-iris/ont00001889.ttl create mode 100644 src/cco-iris/ont00001890.ttl create mode 100644 src/cco-iris/ont00001891.ttl create mode 100644 src/cco-iris/ont00001892.ttl create mode 100644 src/cco-iris/ont00001893.ttl create mode 100644 src/cco-iris/ont00001894.ttl create mode 100644 src/cco-iris/ont00001895.ttl create mode 100644 src/cco-iris/ont00001896.ttl create mode 100644 src/cco-iris/ont00001897.ttl create mode 100644 src/cco-iris/ont00001898.ttl create mode 100644 src/cco-iris/ont00001899.ttl create mode 100644 src/cco-iris/ont00001900.ttl create mode 100644 src/cco-iris/ont00001901.ttl create mode 100644 src/cco-iris/ont00001902.ttl create mode 100644 src/cco-iris/ont00001903.ttl create mode 100644 src/cco-iris/ont00001904.ttl create mode 100644 src/cco-iris/ont00001905.ttl create mode 100644 src/cco-iris/ont00001906.ttl create mode 100644 src/cco-iris/ont00001907.ttl create mode 100644 src/cco-iris/ont00001908.ttl create mode 100644 src/cco-iris/ont00001909.ttl create mode 100644 src/cco-iris/ont00001910.ttl create mode 100644 src/cco-iris/ont00001911.ttl create mode 100644 src/cco-iris/ont00001912.ttl create mode 100644 src/cco-iris/ont00001913.ttl create mode 100644 src/cco-iris/ont00001914.ttl create mode 100644 src/cco-iris/ont00001915.ttl create mode 100644 src/cco-iris/ont00001916.ttl create mode 100644 src/cco-iris/ont00001917.ttl create mode 100644 src/cco-iris/ont00001918.ttl create mode 100644 src/cco-iris/ont00001919.ttl create mode 100644 src/cco-iris/ont00001920.ttl create mode 100644 src/cco-iris/ont00001921.ttl create mode 100644 src/cco-iris/ont00001922.ttl create mode 100644 src/cco-iris/ont00001923.ttl create mode 100644 src/cco-iris/ont00001924.ttl create mode 100644 src/cco-iris/ont00001925.ttl create mode 100644 src/cco-iris/ont00001926.ttl create mode 100644 src/cco-iris/ont00001927.ttl create mode 100644 src/cco-iris/ont00001928.ttl create mode 100644 src/cco-iris/ont00001929.ttl create mode 100644 src/cco-iris/ont00001930.ttl create mode 100644 src/cco-iris/ont00001931.ttl create mode 100644 src/cco-iris/ont00001932.ttl create mode 100644 src/cco-iris/ont00001933.ttl create mode 100644 src/cco-iris/ont00001934.ttl create mode 100644 src/cco-iris/ont00001935.ttl create mode 100644 src/cco-iris/ont00001936.ttl create mode 100644 src/cco-iris/ont00001937.ttl create mode 100644 src/cco-iris/ont00001938.ttl create mode 100644 src/cco-iris/ont00001939.ttl create mode 100644 src/cco-iris/ont00001940.ttl create mode 100644 src/cco-iris/ont00001941.ttl create mode 100644 src/cco-iris/ont00001942.ttl create mode 100644 src/cco-iris/ont00001943.ttl create mode 100644 src/cco-iris/ont00001944.ttl create mode 100644 src/cco-iris/ont00001945.ttl create mode 100644 src/cco-iris/ont00001946.ttl create mode 100644 src/cco-iris/ont00001947.ttl create mode 100644 src/cco-iris/ont00001948.ttl create mode 100644 src/cco-iris/ont00001949.ttl create mode 100644 src/cco-iris/ont00001950.ttl create mode 100644 src/cco-iris/ont00001951.ttl create mode 100644 src/cco-iris/ont00001952.ttl create mode 100644 src/cco-iris/ont00001953.ttl create mode 100644 src/cco-iris/ont00001954.ttl create mode 100644 src/cco-iris/ont00001955.ttl create mode 100644 src/cco-iris/ont00001956.ttl create mode 100644 src/cco-iris/ont00001957.ttl create mode 100644 src/cco-iris/ont00001958.ttl create mode 100644 src/cco-iris/ont00001959.ttl create mode 100644 src/cco-iris/ont00001960.ttl create mode 100644 src/cco-iris/ont00001961.ttl create mode 100644 src/cco-iris/ont00001962.ttl create mode 100644 src/cco-iris/ont00001963.ttl create mode 100644 src/cco-iris/ont00001964.ttl create mode 100644 src/cco-iris/ont00001965.ttl create mode 100644 src/cco-iris/ont00001966.ttl create mode 100644 src/cco-iris/ont00001967.ttl create mode 100644 src/cco-iris/ont00001968.ttl create mode 100644 src/cco-iris/ont00001969.ttl create mode 100644 src/cco-iris/ont00001970.ttl create mode 100644 src/cco-iris/ont00001971.ttl create mode 100644 src/cco-iris/ont00001972.ttl create mode 100644 src/cco-iris/ont00001973.ttl create mode 100644 src/cco-iris/ont00001974.ttl create mode 100644 src/cco-iris/ont00001975.ttl create mode 100644 src/cco-iris/ont00001976.ttl create mode 100644 src/cco-iris/ont00001977.ttl create mode 100644 src/cco-iris/ont00001978.ttl create mode 100644 src/cco-iris/ont00001979.ttl create mode 100644 src/cco-iris/ont00001980.ttl create mode 100644 src/cco-iris/ont00001981.ttl create mode 100644 src/cco-iris/ont00001982.ttl create mode 100644 src/cco-iris/ont00001983.ttl create mode 100644 src/cco-iris/ont00001984.ttl create mode 100644 src/cco-iris/ont00001985.ttl create mode 100644 src/cco-iris/ont00001986.ttl create mode 100644 src/cco-iris/ont00001987.ttl create mode 100644 src/cco-iris/ont00001988.ttl create mode 100644 src/cco-iris/ont00001989.ttl create mode 100644 src/cco-iris/ont00001990.ttl create mode 100644 src/cco-iris/ont00001991.ttl create mode 100644 src/cco-iris/ont00001992.ttl create mode 100644 src/cco-iris/ont00001993.ttl create mode 100644 src/cco-iris/ont00001994.ttl create mode 100644 src/cco-iris/ont00001995.ttl create mode 100644 src/cco-iris/ont00001996.ttl create mode 100644 src/cco-iris/ont00001997.ttl create mode 100644 src/cco-iris/ont00001998.ttl create mode 100644 src/cco-iris/ont00001999.ttl create mode 100644 src/cco-iris/readme.md delete mode 100644 src/ttl/InformationContentOntology/index.html diff --git a/README.md b/README.md index ff5ecb02..4403f3d2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# The Common Core Ontologies (CCO) +# CCO PURLS -[![GitHub Actions](https://github.com/CommonCoreOntology/CommonCoreOntologies/actions/workflows/manage_release.yml/badge.svg)](https://github.com/CommonCoreOntology/CommonCoreOntologies/actions/workflows/manage_release.yml) -[![license](https://img.shields.io/static/v1?label=license&message=BSD%203.1&color=green&style=flat)](https://github.com/CommonCoreOntology/CommonCoreOntologies?tab=BSD-3-Clause-1-ov-file) -[![release](https://img.shields.io/static/v1?label=release&message=2.0&color=blue&style=flat)](https://github.com/CommonCoreOntology/CommonCoreOntologies/releases/tag/v2.0-2024-11-06) +This page is for testing the CCO PURL server. +The CCO home page is located [here](https://commoncoreontology.github.io/cco-webpage/). +The CCO GitHub repo is located [here](https://github.com/CommonCoreOntology/CommonCoreOntologies). ## RECENT NEWS The modernization of repository artifacts, issues, and documentation is underway: * Initial cleanup is expected to be completed by **June 30, 2026**. diff --git a/src/cco-iris/.ttl b/src/cco-iris/.ttl new file mode 100644 index 00000000..df0f3579 --- /dev/null +++ b/src/cco-iris/.ttl @@ -0,0 +1 @@ +The CCO webpage can be found here: https://commoncoreontology.github.io/cco-webpage/board/ diff --git a/src/cco-iris/AgentOntology.ttl b/src/cco-iris/AgentOntology.ttl new file mode 100644 index 00000000..cf1f451f --- /dev/null +++ b/src/cco-iris/AgentOntology.ttl @@ -0,0 +1,2322 @@ +@prefix : . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ; + rdfs:label "Agent Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation +dcterms:bibliographicCitation rdf:type owl:AnnotationProperty . + +### http://purl.org/dc/terms/created +dcterms:created rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator +dcterms:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote +skos:editorialNote rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel +skos:prefLabel rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001774 +cco:ont00001774 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + owl:inverseOf cco:ont00001883 ; + rdfs:label "has brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001776 +cco:ont00001776 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001876 ; + rdfs:label "has grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001780 +cco:ont00001780 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001786 ; + rdfs:label "has mother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001781 +cco:ont00001781 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + owl:inverseOf cco:ont00001979 ; + rdfs:label "has step sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001783 +cco:ont00001783 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001820 ; + rdfs:label "is granddaughter of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001784 +cco:ont00001784 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001881 ; + rdfs:label "has son in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001785 +cco:ont00001785 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001988 ; + rdfs:label "has uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001786 +cco:ont00001786 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "is mother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001787 +cco:ont00001787 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:ont00001833 ; + rdfs:label "agent in"@en ; + skos:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001788 +cco:ont00001788 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001789 ; + owl:inverseOf cco:ont00001994 ; + rdfs:label "has paternal aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001789 +cco:ont00001789 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001955 ; + rdfs:label "has aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001790 +cco:ont00001790 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001785 ; + owl:inverseOf cco:ont00001929 ; + rdfs:label "has maternal uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001792 +cco:ont00001792 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + owl:inverseOf cco:ont00001851 ; + rdfs:label "has sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001793 +cco:ont00001793 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + owl:inverseOf cco:ont00001948 ; + rdfs:label "has half sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001794 +cco:ont00001794 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001977 ; + owl:inverseOf cco:ont00001815 ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001180 ; + rdfs:label "has subsidiary"@en ; + skos:definition "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."@en ; + cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001798 +cco:ont00001798 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001939 ; + owl:inverseOf cco:ont00001943 ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:label "is supervised by"@en ; + skos:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/supervise)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001800 +cco:ont00001800 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001942 ; + owl:inverseOf cco:ont00001817 ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "prohibits"@en ; + skos:definition "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001802 +cco:ont00001802 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + owl:inverseOf cco:ont00001957 ; + rdfs:label "has husband"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001804 +cco:ont00001804 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001804 ; + rdfs:label "is spouse of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001806 +cco:ont00001806 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001806 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is first cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001807 +cco:ont00001807 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001920 ; + owl:inverseOf cco:ont00001974 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:label "is required by"@en ; + skos:definition "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001809 +cco:ont00001809 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001812 +cco:ont00001812 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001981 ; + rdfs:label "is grandson of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001813 +cco:ont00001813 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001925 ; + rdfs:label "uses"@en ; + skos:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001815 +cco:ont00001815 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001939 ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001180 ; + rdfs:label "is subsidiary of"@en ; + skos:definition "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "@en ; + cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001817 +cco:ont00001817 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001920 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:label "is prohibited by"@en ; + skos:definition "y is_prohibited_by y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001818 +cco:ont00001818 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001818 ; + rdfs:label "is in-law of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001820 +cco:ont00001820 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "has granddaughter"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001823 +cco:ont00001823 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001785 ; + owl:inverseOf cco:ont00001926 ; + rdfs:label "has paternal uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001826 +cco:ont00001826 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001828 ; + rdfs:label "is sister-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001828 +cco:ont00001828 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has sister in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001831 +cco:ont00001831 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001951 ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + rdfs:label "is subordinate role to"@en ; + skos:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001833 +cco:ont00001833 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:label "has agent"@en ; + skos:definition "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001835 +cco:ont00001835 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001839 ; + rdfs:label "is son of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001836 +cco:ont00001836 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001839 +cco:ont00001839 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "has son"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001840 +cco:ont00001840 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001882 ; + rdfs:label "has grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001842 +cco:ont00001842 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001995 ; + rdfs:label "is child of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001843 +cco:ont00001843 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + owl:inverseOf cco:ont00001894 ; + rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is paternal first cousin of"@en ; + skos:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001844 +cco:ont00001844 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001993 ; + rdfs:range cco:ont00001017 ; + rdfs:label "has sender"@en ; + skos:definition "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001846 +cco:ont00001846 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001992 ; + rdfs:domain cco:ont00001180 ; + rdfs:range obo:BFO_0000023 ; + rdfs:label "is organizational context of"@en ; + skos:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001849 +cco:ont00001849 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001935 ; + rdfs:label "is father in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001850 +cco:ont00001850 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001945 ; + rdfs:label "is grandparent of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001851 +cco:ont00001851 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + rdfs:label "is sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001853 +cco:ont00001853 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001885 ; + rdfs:label "is mother in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001854 +cco:ont00001854 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001867 ; + rdfs:label "has daughter in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001856 +cco:ont00001856 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001932 ; + rdfs:label "has niece"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001858 +cco:ont00001858 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001987 ; + rdfs:label "is daughter of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001859 +cco:ont00001859 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001864 ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001203 ; + rdfs:label "is delimited by"@en ; + skos:definition "An instance of Organization o1 is_delimited_by some Delimiting Domain dd1 iff dd1 is the area within which o1 can legally operate."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001860 +cco:ont00001860 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001968 ; + rdfs:label "is ancestor of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001864 +cco:ont00001864 rdf:type owl:ObjectProperty ; + rdfs:domain cco:ont00001203 ; + rdfs:range cco:ont00001180 ; + rdfs:label "delimits"@en ; + skos:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001865 +cco:ont00001865 rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:label "has familial relationship to"@en ; + skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001866 +cco:ont00001866 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001984 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "is interest of"@en ; + skos:definition "The inverse of has_interest_in. " ; + skos:prefLabel "is interest of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001867 +cco:ont00001867 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is daughter in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001871 +cco:ont00001871 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + owl:inverseOf cco:ont00001887 ; + rdfs:label "has wife"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001872 +cco:ont00001872 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + owl:inverseOf cco:ont00001890 ; + rdfs:label "is step-brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001876 +cco:ont00001876 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "is grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001880 +cco:ont00001880 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001809 ; + owl:inverseOf cco:ont00001898 ; + rdfs:domain cco:ont00001379 ; + rdfs:range cco:ont00000300 ; + rdfs:label "capability of aggregate"@en ; + skos:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001881 +cco:ont00001881 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is son in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001882 +cco:ont00001882 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "is grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001883 +cco:ont00001883 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + rdfs:label "is brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001885 +cco:ont00001885 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has mother in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001887 +cco:ont00001887 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + rdfs:label "is wife of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001889 +cco:ont00001889 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000197 ; + owl:inverseOf cco:ont00001954 ; + rdfs:domain cco:ont00001379 ; + rdfs:range cco:ont00001017 ; + rdfs:label "capability of"@en ; + skos:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001890 +cco:ont00001890 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + rdfs:label "has step brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001891 +cco:ont00001891 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001952 ; + rdfs:label "has brother in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001892 +cco:ont00001892 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001876 ; + owl:inverseOf cco:ont00001972 ; + rdfs:label "is paternal grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001894 +cco:ont00001894 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + rdfs:label "has paternal first cousin"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001897 +cco:ont00001897 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001882 ; + owl:inverseOf cco:ont00001960 ; + rdfs:label "is maternal grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001898 +cco:ont00001898 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001836 ; + rdfs:domain cco:ont00000300 ; + rdfs:range cco:ont00001379 ; + rdfs:label "aggregate has capability"@en ; + skos:definition "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001902 +cco:ont00001902 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001902 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is sibling of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001903 +cco:ont00001903 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001876 ; + owl:inverseOf cco:ont00001973 ; + rdfs:label "is maternal grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001905 +cco:ont00001905 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + owl:inverseOf cco:ont00001927 ; + rdfs:label "is half-brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001906 +cco:ont00001906 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + owl:inverseOf cco:ont00001934 ; + rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is maternal first cousin of"@en ; + skos:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001907 +cco:ont00001907 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001910 +cco:ont00001910 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001942 ; + owl:inverseOf cco:ont00001998 ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "permits"@en ; + skos:definition "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001911 +cco:ont00001911 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001882 ; + owl:inverseOf cco:ont00001937 ; + rdfs:label "is paternal grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001920 +cco:ont00001920 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001922 +cco:ont00001922 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001978 ; + rdfs:range cco:ont00001017 ; + rdfs:label "has recipient"@en ; + skos:definition "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001925 +cco:ont00001925 rdf:type owl:ObjectProperty ; + rdfs:label "is used by"@en ; + skos:definition "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001926 +cco:ont00001926 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001988 ; + rdfs:label "is paternal uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001927 +cco:ont00001927 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + rdfs:label "has half brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001929 +cco:ont00001929 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001988 ; + rdfs:label "is maternal uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001930 +cco:ont00001930 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001930 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is second cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001932 +cco:ont00001932 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is niece of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001934 +cco:ont00001934 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + rdfs:label "has maternal first cousin"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001935 +cco:ont00001935 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has father in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001937 +cco:ont00001937 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001840 ; + rdfs:label "has paternal grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001939 +cco:ont00001939 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001977 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( cco:ont00001017 + cco:ont00001180 + cco:ont00001262 + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( cco:ont00001017 + cco:ont00001180 + cco:ont00001262 + ) + ] ; + rdfs:label "is affiliated with"@en ; + skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001941 +cco:ont00001941 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001955 ; + owl:inverseOf cco:ont00001958 ; + rdfs:label "is maternal aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001942 +cco:ont00001942 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001943 +cco:ont00001943 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001977 ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:label "supervises"@en ; + skos:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/supervise" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001945 +cco:ont00001945 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is grandchild of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001946 +cco:ont00001946 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001985 ; + rdfs:label "has father"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001948 +cco:ont00001948 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + rdfs:label "is half sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001950 +cco:ont00001950 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001950 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is third cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001951 +cco:ont00001951 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + rdfs:label "has subordinate role"@en ; + skos:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001952 +cco:ont00001952 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is brother-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001953 +cco:ont00001953 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001995 ; + rdfs:label "has parent"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001954 +cco:ont00001954 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000196 ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00001379 ; + rdfs:label "has capability"@en ; + skos:definition "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001955 +cco:ont00001955 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001957 +cco:ont00001957 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + rdfs:label "is husband of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001958 +cco:ont00001958 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001789 ; + rdfs:label "has maternal aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001960 +cco:ont00001960 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001840 ; + rdfs:label "has maternal grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001967 +cco:ont00001967 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001969 ; + rdfs:label "is nephew of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001968 +cco:ont00001968 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is descendent of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001969 +cco:ont00001969 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "has nephew"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001972 +cco:ont00001972 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001776 ; + rdfs:label "has paternal grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001973 +cco:ont00001973 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001776 ; + rdfs:label "has maternal grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001974 +cco:ont00001974 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001942 ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "requires"@en ; + skos:definition "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001975 +cco:ont00001975 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001975 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is half-sibling of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001977 +cco:ont00001977 rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( cco:ont00001017 + cco:ont00001180 + cco:ont00001262 + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( cco:ont00001017 + cco:ont00001180 + cco:ont00001262 + ) + ] ; + rdfs:label "has affiliate"@en ; + skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001978 +cco:ont00001978 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain cco:ont00001017 ; + rdfs:label "receives"@en ; + skos:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001979 +cco:ont00001979 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + rdfs:label "is step-sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001981 +cco:ont00001981 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "has grandson"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001984 +cco:ont00001984 rdf:type owl:ObjectProperty ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "has interest in"@en ; + skos:definition "A relation between an entity and some process where the entity has an interest in that process."@en ; + skos:editorialNote "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the entity, or historically of evolutionary benefit to the entity's ancestors, or facilitates a process the entity has an interest in for the prior two reasons. The process an entity has an interest could in many or all ways be harmful to the entity."@en ; + skos:prefLabel "has interest in"@en ; + skos:scopeNote "There are four conditions in which an entity has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001985 +cco:ont00001985 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "is father of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001987 +cco:ont00001987 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "has daughter"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001988 +cco:ont00001988 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001992 +cco:ont00001992 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range cco:ont00001180 ; + rdfs:label "has organizational context"@en ; + skos:definition "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001993 +cco:ont00001993 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain cco:ont00001017 ; + rdfs:label "sends"@en ; + skos:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001994 +cco:ont00001994 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001955 ; + rdfs:label "is paternal aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001995 +cco:ont00001995 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:label "is parent of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001996 +cco:ont00001996 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001996 ; + rdfs:label "is step-sibling of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001998 +cco:ont00001998 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001920 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:label "is permitted by"@en ; + skos:definition "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000010 +cco:ont00000010 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Incorporated Organization"@en ; + skos:altLabel "Corporation"@en ; + skos:definition "An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/corporation" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000026 +cco:ont00000026 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Hair Color"@en ; + skos:definition "A Quality inhering in a portion of Hair by virtue of its color."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000044 +cco:ont00000044 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000404 + ] ; + rdfs:label "Eye Color"@en ; + skos:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000046 +cco:ont00000046 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000126 ; + rdfs:label "Province"@en ; + skos:definition "A First-Order Administrative Region that is part of a Country and delimits the authority of a magistrate who holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the Province."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000058 +cco:ont00000058 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Scalp Hair"@en ; + skos:definition "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000071 +cco:ont00000071 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000460 ; + rdfs:label "Town"@en ; + skos:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/town" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000084 +cco:ont00000084 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Bodily Component"@en ; + skos:definition "A Fiat Object Part located within or on the surface of an Agent."@en ; + skos:example "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ; + cco:ont00001754 "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000089 +cco:ont00000089 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001379 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001889 ; + owl:someValuesFrom cco:ont00001262 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001379 ; + rdfs:label "Skill"@en ; + skos:definition "An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000102 +cco:ont00000102 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:comment "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ; + rdfs:label "Skin Type"@en ; + skos:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000126 +cco:ont00000126 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000139 + ] ; + rdfs:label "First-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a primary administrative division of a Country."@en ; + skos:example "a state in the United States" ; + cco:ont00001754 "http://www.geonames.org/export/codes.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000129 +cco:ont00000129 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Tattoo"@en ; + skos:definition "A Bodily Component that consists of a typically permanent mark or design on a portion of skin that is created by a process of pricking and ingraining an indelible pigment or by raising scars."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/tattoo" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000134 +cco:ont00000134 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000405 + ] ; + rdfs:label "Third-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ; + cco:ont00001754 "http://www.geonames.org/export/codes.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000139 +cco:ont00000139 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Domain of a Country"@en ; + skos:definition "A Government Domain that is associated with certain distinct political, ethnic, or cultural characteristics, and which delimits a Government that has legitimate authority over a Populace."@en ; + skos:editorialNote "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not define 'Country' but instead define 'Domain of a Country'."@en ; + skos:prefLabel "Domain of a Country"@en ; + cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000141 +cco:ont00000141 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000914 ; + rdfs:label "Populace"@en ; + skos:definition "A Group of Persons forming the total population of some Government Domain."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000157 +cco:ont00000157 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Facial Hair"@en ; + skos:definition "A Bodily Component that consists of a portion of hair that grows on the face of a human (typically male) or other animal."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000173 +cco:ont00000173 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Civilian Role"@en ; + skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents not being part of either an Armed Force or police force."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000175 +cco:ont00000175 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Organization Member Role"@en ; + skos:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000176 +cco:ont00000176 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001180 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000898 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001180 ; + dcterms:bibliographicCitation "Lee, David S., and Brad Glosserman. “How Companies Can Navigate Today’s Geopolitical Risks.” Harvard Business Review, 28 Nov. 2022. hbr.org, https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks." , + "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Geopolitical Organization"@en ; + skos:definition "An Organization that bears a Geopolitical Power Role."@en ; + skos:prefLabel "Geopolitical Organization"@en ; + cco:ont00001754 "https://chass.usu.edu/international-studies/aggies-go/power" , + "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000177 +cco:ont00000177 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:label "Affordance"@en ; + skos:definition "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Agent Capability or Disposition in some Act."@en ; + cco:ont00001754 "J. J. Gibson, \"The Theory of Affordances,\" in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000181 +cco:ont00000181 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000089 ; + rdfs:label "Language Skill"@en ; + skos:definition "A Skill that is realized by an Act which is prescribed by a Language."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000187 +cco:ont00000187 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Authority Role"@en ; + skos:definition "A Role that is realized by Processes which create, modify, transfer, or eliminate Process Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en ; + skos:scopeNote "Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000207 +cco:ont00000207 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000274 +cco:ont00000274 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Armed Force"@en ; + skos:definition "An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000279 +cco:ont00000279 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000392 ; + rdfs:label "Enemy Role"@en ; + skos:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000300 +cco:ont00000300 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000027 , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000115 ; + owl:someValuesFrom cco:ont00001017 + ] + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000115 ; + owl:allValuesFrom cco:ont00001017 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "Group of Agents"@en ; + skos:definition "An Object Aggregate that has only Agents as parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000318 +cco:ont00000318 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + rdfs:label "Disease"@en ; + skos:definition "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/OGMS_0000031" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000377 +cco:ont00000377 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Disability"@en ; + skos:definition "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000383 +cco:ont00000383 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000837 ; + rdfs:label "Nuclear Family"@en ; + skos:definition "A Family composed of parents and their children."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000388 +cco:ont00000388 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000987 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + rdfs:label "Citizen"@en ; + skos:definition "A Person who is the bearer of some Citizen Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000392 +cco:ont00000392 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Allegiance Role"@en ; + skos:definition "A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000404 +cco:ont00000404 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000500 + ] ; + rdfs:label "Iris"@en ; + skos:definition "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/iris" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000405 +cco:ont00000405 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000126 + ] ; + rdfs:label "Second-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ; + cco:ont00001754 "http://www.geonames.org/export/codes.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000408 +cco:ont00000408 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00001335 + ] ; + rdfs:label "Government Organization"@en ; + skos:definition "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000426 +cco:ont00000426 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000274 ; + rdfs:label "Military Personnel Force"@en ; + skos:definition "An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000443 +cco:ont00000443 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001180 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000485 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Commercial Organization"@en ; + skos:definition "An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000460 +cco:ont00000460 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 ; + rdfs:label "Local Administrative Region"@en ; + skos:altLabel "Locality"@en ; + skos:definition "A Government Domain that delimits a local Government."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000472 +cco:ont00000472 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000473 +cco:ont00000473 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000134 + ] ; + rdfs:label "Fourth-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ; + cco:ont00001754 "http://www.geonames.org/export/codes.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000476 +cco:ont00000476 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Objective"@en ; + skos:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Objective_(goal)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000485 +cco:ont00000485 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Commercial Role"@en ; + skos:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000486 +cco:ont00000486 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000392 ; + rdfs:label "Neutral Role"@en ; + skos:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to performing Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000487 +cco:ont00000487 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000500 +cco:ont00000500 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Eye"@en ; + skos:definition "A Bodily Component that consists of an organ that canonically affords the Agent it is part of with the ability to receive visual stimuli necessary for sight."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000506 +cco:ont00000506 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Contractor Role"@en ; + skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents entering into a Contract to provide materials or labor to perform a service or complete a task."@en ; + skos:scopeNote "A Contractor Role differs from an Occupation Role in at least two ways. First, the Contract that binds the two parties together is not one of employment. Second, a Contractor Role is occupationally neutral in that an Agent can be contracted to perform any number of Occupational Roles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000507 +cco:ont00000507 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000914 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001907 ; + owl:someValuesFrom cco:ont00000780 + ] ; + rdfs:label "Ethnic Group"@en ; + skos:definition "A Group of Persons who identify with one another based on one or more shared inherited characteristics such as language, ancestry, nationality, culture, customs, religion, or social experiences."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000509 +cco:ont00000509 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Service Provider"@en ; + skos:definition "An Organization whose purpose is to provide a service to other Agents."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000532 +cco:ont00000532 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001335 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001859 ; + owl:someValuesFrom cco:ont00000139 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001335 ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:created "2023-02-08T19:54:46-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Government of a Country"@en ; + skos:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; + skos:prefLabel "Government of a Country"@en ; + cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000551 +cco:ont00000551 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000030 ; + rdfs:label "Organism"@en ; + skos:definition "An Object that is an Animal or Plant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000553 +cco:ont00000553 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001324 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001800 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001324 ; + rdfs:label "Process Prohibition"@en ; + skos:definition "A Process Regulation that prohibits some Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000562 +cco:ont00000562 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000551 ; + rdfs:label "Animal"@en ; + skos:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000564 +cco:ont00000564 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Educational Organization"@en ; + skos:definition "An Organization whose primary purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000567 +cco:ont00000567 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000487 ; + rdfs:comment "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ; + rdfs:label "Operational Area"@en ; + skos:definition "A Geospatial Location in which an Agent conducts some activity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000568 +cco:ont00000568 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001379 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001889 ; + owl:someValuesFrom cco:ont00001180 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001379 ; + rdfs:label "Organization Capability"@en ; + skos:definition "An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000576 +cco:ont00000576 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Scalp"@en ; + skos:definition "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000587 +cco:ont00000587 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000392 ; + rdfs:label "Ally Role"@en ; + skos:definition "An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000599 +cco:ont00000599 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Interpersonal Relationship Role"@en ; + skos:definition "A Role that inheres in a Person in virtue of the obligations, expectations, or social norms that govern that Person's Intentional Acts within the context of a relationship with another Person."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000608 +cco:ont00000608 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Financial Value"@en ; + skos:definition "A quality that inheres in an independent continuant to the degree that that independent continuant can serve as a medium of exchange in an economic system at a particular time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000616 +cco:ont00000616 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000958 ; + rdfs:label "Religion"@en ; + skos:definition "An Information Content Entity that consists of a collection of claims about the meaning or origin of existence or about the existence or nature of one or more deities, an afterlife, or spiritual or sacred entities, and which is accepted as true by an Agent or Group of Agents."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/religion" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000631 +cco:ont00000631 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000662 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000171 ; + owl:someValuesFrom cco:ont00000139 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000662 ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:created "2023-02-06T10:14:09-05:00"@en ; + rdfs:label "Material Territory of a Country"@en ; + skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; + skos:prefLabel "Material Territory of a Country"@en ; + cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000645 +cco:ont00000645 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000917 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Permanent Resident"@en ; + skos:definition "A person with a Permanent Resident Role."@en ; + skos:prefLabel "Permanent Resident"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000647 +cco:ont00000647 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000175 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001939 ; + owl:someValuesFrom cco:ont00001180 + ] ; + rdfs:label "Organization Member"@en ; + skos:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000662 +cco:ont00000662 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001341 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000171 ; + owl:someValuesFrom cco:ont00001152 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001341 ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:created "2023-02-06T10:14:09-05:00"@en ; + rdfs:label "Material Territory of a Government Domain"@en ; + skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; + skos:prefLabel "Material Territory of a Government Domain"@en ; + cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000666 +cco:ont00000666 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000486 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + rdfs:label "Neutral Person"@en ; + skos:altLabel "Unallied Person" ; + skos:definition "A Person who is the bearer of some Neutral Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000685 +cco:ont00000685 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000207 ; + rdfs:label "Government Domain Border"@en ; + skos:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000696 +cco:ont00000696 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000958 ; + rdfs:label "Ideology"@en ; + skos:definition "An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000697 +cco:ont00000697 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000279 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + rdfs:label "Enemy Person"@en ; + skos:definition "A Person who is the bearer of some Enemy Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000718 +cco:ont00000718 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000460 ; + rdfs:label "Village"@en ; + skos:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/village" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000751 +cco:ont00000751 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001324 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001910 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001324 ; + rdfs:label "Action Permission"@en ; + skos:altLabel "Authorization"@en , + "License"@en ; + skos:definition "A Process Regulation that permits some Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000780 +cco:ont00000780 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Ethnicity"@en ; + skos:definition "A Quality that inheres in its bearers by virtue of a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000837 +cco:ont00000837 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000914 ; + rdfs:label "Family"@en ; + skos:definition "A Group of Persons related to one another by ancestry or marriage."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000860 +cco:ont00000860 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000587 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + rdfs:label "Allied Person"@en ; + skos:definition "A Person who is the bearer of some Ally Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000871 +cco:ont00000871 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000551 ; + rdfs:label "Plant"@en ; + skos:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000887 +cco:ont00000887 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000460 ; + rdfs:label "City"@en ; + skos:definition "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000898 +cco:ont00000898 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00001180 + ] ; + dcterms:bibliographicCitation "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Geopolitical Power Role"@en ; + skos:definition "A Role had by an Organization, that is perceived by an International Community as capable of performing influential acts in that community, and which would be realized in performing such acts."@en ; + skos:prefLabel "Geopolitical Power Role"@en ; + cco:ont00001754 "https://chass.usu.edu/international-studies/aggies-go/power" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000914 +cco:ont00000914 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00001262 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom cco:ont00001262 + ] ; + rdfs:label "Group of Persons"@en ; + skos:definition "A Group of Agents that has only Persons as parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000917 +cco:ont00000917 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + dcterms:bibliographicCitation "Permanent Residency - Wikipedia. https://en.wikipedia.org/wiki/Permanent_residency. Accessed 10 Feb. 2023." ; + dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Permanent Resident Role"@en ; + skos:definition "A role inhering in a Person by virtue of that Person being recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en ; + skos:prefLabel "Permanent Resident Role"@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Permanent_residency" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000934 +cco:ont00000934 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000126 ; + rdfs:label "Constituent State"@en ; + skos:altLabel "State"@en ; + skos:definition "A First-Order Administrative Region that is part of a Country and delimits a centralized regional Government that holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the State."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000958 +cco:ont00000958 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000965 +cco:ont00000965 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000974 +cco:ont00000974 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00000476 + ] ; + rdfs:label "Plan"@en ; + skos:definition "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000976 +cco:ont00000976 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000696 ; + rdfs:label "Political Orientation"@en ; + skos:definition "An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000984 +cco:ont00000984 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Occupation Role"@en ; + skos:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill within the context of some Act of Employment."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000986 +cco:ont00000986 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Scar"@en ; + skos:definition "A Bodily Component that consists of a portion of fibrous connective tissue on skin or within body tissue and which was formed due to an injury that has not healed completely."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000987 +cco:ont00000987 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Citizen Role"@en ; + skos:definition "A Role that inheres in a Person by virtue of that Person being legally recognized as a member of a particular state, with associated rights and obligations."@en ; + cco:ont00001754 "http://en.wikitionary.org/wiki/citizen" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001006 +cco:ont00001006 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Operator Role"@en ; + skos:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ; + skos:example "the role of driving a car" , + "the role of flying an airplane" , + "the role of operating a crane" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001017 +cco:ont00001017 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00001379 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Agent"@en ; + skos:definition "A Material Entity that bears an Agent Capability."@en ; + cco:ont00001754 "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001033 +cco:ont00001033 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Biological Sex"@en ; + skos:definition "A Quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."@en ; + cco:ont00001754 "http://purl.org/obo/owl/PATO#PATO_0000047" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001062 +cco:ont00001062 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 ; + dcterms:bibliographicCitation "The International Community. 5 Apr. 2023, https://dictionary.cambridge.org/us/dictionary/english/international-community." ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "International Community"@en ; + skos:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; + skos:prefLabel "International Community"@en ; + cco:ont00001754 "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001073 +cco:ont00001073 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000608 ; + rdfs:label "Financial Value of Property"@en ; + skos:altLabel "Property Value"@en ; + skos:definition "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001114 +cco:ont00001114 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000472 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00001203 + ] ; + owl:disjointWith cco:ont00001203 ; + rdfs:comment "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ; + rdfs:label "Division of Delimiting Domain"@en ; + skos:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ; + skos:example "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001125 +cco:ont00001125 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00000500 + ] ; + rdfs:label "Set of Eyes"@en ; + skos:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001152 +cco:ont00001152 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001203 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001864 ; + owl:someValuesFrom cco:ont00001335 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001203 ; + rdfs:label "Government Domain"@en ; + skos:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001164 +cco:ont00001164 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 ; + rdfs:label "County"@en ; + skos:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 +cco:ont00001180 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 ; + rdfs:comment "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ; + rdfs:label "Organization"@en ; + skos:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/OBI_0000245" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001183 +cco:ont00001183 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 ; + rdfs:label "Social Network"@en ; + skos:definition "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001203 +cco:ont00001203 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000472 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001864 ; + owl:someValuesFrom cco:ont00001180 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000472 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Delimiting Domain"@en ; + skos:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; + skos:prefLabel "Delimiting Domain"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001212 +cco:ont00001212 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001033 ; + rdfs:label "Female Sex"@en ; + skos:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ; + cco:ont00001754 "http://purl.org/obo/owl/PATO#PATO_0000383" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001224 +cco:ont00001224 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001324 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001974 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001324 ; + rdfs:label "Process Requirement"@en ; + skos:altLabel "Duty"@en , + "Obligation"@en ; + skos:definition "A Process Regulation that requires some Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001239 +cco:ont00001239 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00001180 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom cco:ont00001180 + ] ; + rdfs:label "Group of Organizations"@en ; + skos:definition "A Group of Agents that has only Organizations as parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001262 +cco:ont00001262 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000562 ; + rdfs:label "Person"@en ; + skos:altLabel "Human"@en ; + skos:definition "An Animal that is a member of the species Homo sapiens."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001276 +cco:ont00001276 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000426 ; + rdfs:label "Carrier Air Wing"@en ; + skos:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001284 +cco:ont00001284 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000914 ; + rdfs:label "Crew"@en ; + skos:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001302 +cco:ont00001302 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001180 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000173 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Civil Organization"@en ; + skos:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001312 +cco:ont00001312 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000274 ; + rdfs:label "Paramilitary Force"@en ; + skos:definition "An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001324 +cco:ont00001324 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Process Regulation"@en ; + skos:definition "A Directive Information Content Entity that prescribes an Process as required, prohibited, or permitted, and is the output of an Process which realizes some Authority Role."@en ; + skos:scopeNote "Although regulations often regulate processes which involve agents--as the regulating or regulated participant--it is unclear how causally active an agents need to be in those regulated processes. For example, it is not clear how causally active a human agent is in the process of a traffic light regulating the motion of a self-driving vehicle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001335 +cco:ont00001335 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001859 ; + owl:someValuesFrom cco:ont00001203 + ] ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Government"@en ; + skos:definition "An Organization that is the highest legitimate authority delimited by some Delimiting Domain and that exercises executive, legislative, or judicial authority in that Domain."@en ; + skos:editorialNote "Highest legitimate authority should not be confused with highest legitimate authority of a particular kind. For example, while the judicial branch of the United States government has the highest judicial authority in a Delimiting Domain, it is not the highest legitimate authority delimited by that domain. The combination of executive, judicial, and legislative branches is higher because it wields more legitimate authority than any branch on its own."@en , + "Importantly, the definition states \"highest legitimate authority delimited by some Delimiting Domain\" and not \"highest legitimate authority in some Delimiting Domain.\" The government of Wales is the highest legitimate authority delimited by some Delimiting Domain but it is not the highest legitimate authority in that domain, which would be the government of the United Kingdom."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001341 +cco:ont00001341 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001363 +cco:ont00001363 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001033 ; + rdfs:label "Male Sex"@en ; + skos:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ; + cco:ont00001754 "http://purl.org/obo/owl/PATO#PATO_0000384" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001379 +cco:ont00001379 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:label "Agent Capability"@en ; + skos:definition "A Realizable Entity that inheres in a Material Entity in virtue of that Material Entity's capacity to realize it in some Planned Act."@en ; + cco:ont00001754 "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/AllCoreOntology.ttl b/src/cco-iris/AllCoreOntology.ttl new file mode 100644 index 00000000..7d2fbd55 --- /dev/null +++ b/src/cco-iris/AllCoreOntology.ttl @@ -0,0 +1,26 @@ +@prefix : . +@prefix cco: . +@prefix obo: . +@prefix dcterms: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports , + , + , + , + , + ; + dcterms:rights "CUBRC Inc., see full license."@en ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."@en ; + rdfs:label "All Core Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ArtifactOntology.ttl b/src/cco-iris/ArtifactOntology.ttl new file mode 100644 index 00000000..2685b315 --- /dev/null +++ b/src/cco-iris/ArtifactOntology.ttl @@ -0,0 +1,5159 @@ +@prefix : . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."@en ; + rdfs:label "Artifact Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 +cco:ont00001753 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001855 +cco:ont00001855 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001916 +cco:ont00001916 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001942 +cco:ont00001942 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001944 +cco:ont00001944 rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000001 +cco:ont00000001 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000804 ; + rdfs:label "Deflecting Prism"@en ; + skos:definition "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000002 +cco:ont00000002 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Cooling Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000012 +cco:ont00000012 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000781 ; + rdfs:label "Propulsion Control System"@en ; + skos:definition "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000014 +cco:ont00000014 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 ; + rdfs:label "Aztec Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000015 +cco:ont00000015 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001104 ; + rdfs:label "Shotgun"@en ; + skos:definition "A Long Gun that fires packets of shot, a single slug, a sabot, or a specialty round (such as tear gas, bolo shell, or a breaching round) over shorter ranges than that of Rifles and with less accuracy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000018 +cco:ont00000018 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001346 ; + rdfs:label "Title Document"@en ; + skos:definition "A Legal Instrument that is designed as evidence of ownership."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Title_(property)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000019 +cco:ont00000019 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000961 ; + rdfs:label "Power Inverting Artifact Function"@en ; + skos:definition "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert direct current (DC) to alternating current (AC)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000020 +cco:ont00000020 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Container"@en ; + skos:definition "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000021 +cco:ont00000021 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Sensor Platform"@en ; + skos:definition "A Material Artifact that is designed to support, and in some cases transport, a Sensor during its deployment and functioning."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000022 +cco:ont00000022 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000422 ; + rdfs:label "Radio Communication Reception Artifact Function"@en ; + skos:definition "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs using radio waves."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000023 +cco:ont00000023 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Sensor Deployment Artifact Function"@en ; + skos:definition "An Artifact Function that inheres in Artifacts that are designed to support or convey one or more Sensors while the Sensors are realizing their own Artifact Functions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000025 +cco:ont00000025 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001278 ; + rdfs:label "Electronic Stock"@en ; + skos:definition "Stock that consists of Bytes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000028 +cco:ont00000028 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000804 ; + rdfs:label "Dispersive Prism"@en ; + skos:definition "A Prism designed to break up a beam of light entering the Prism into its constituent spectral colors by leveraging the refractive index of light based on its Frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000030 +cco:ont00000030 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000288 ; + rdfs:label "Nuclear Reactor"@en ; + skos:definition "A Power Source that is designed to initiate and control a self-sustained nuclear chain reaction to produce power in the form of heat, which can be transferred to a working fluid for further conversion to mechanical or electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000034 +cco:ont00000034 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000448 ; + rdfs:label "Conveyance Artifact Function"@en ; + skos:definition "A Motion Artifact Function that is realized in a process in which the bearer of the function conveys entities from one location to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000036 +cco:ont00000036 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Waste Management Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of collecting, transporting, processing, recycling, monitoring, or disposing of waste materials."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000038 +cco:ont00000038 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "System Role"@en ; + skos:definition "A Role that inheres in an entity in virtue of its parts or elements being arranged in such a way that they together exhibit behavior or meaning that they do not exhibit individually."@en ; + cco:ont00001754 "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000039 +cco:ont00000039 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000838 ; + rdfs:label "Portion of Solid Fuel"@en ; + skos:definition "A Portion of Fuel that is stored in a solid state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000043 +cco:ont00000043 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000593 ; + rdfs:label "Portion of Solid Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a solid state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000047 +cco:ont00000047 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000598 ; + rdfs:comment "Flow Control Valves are often more complex than a simple Valve and typically include an Actuator that is capable of automatically adjusting the state of the valve in response to signals from a connected Sensor or Controller."@en ; + rdfs:label "Flow Control Valve"@en ; + skos:definition "A Valve that is designed to regulate the flow or Pressure of a fluid."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000048 +cco:ont00000048 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000499 ; + rdfs:label "Random Wire Antenna"@en ; + skos:definition "A Wire Antenna that consists of a long wire suspended above the ground with a length that does not bear a relation to the wavelength of the radio waves used and which is typically used as a receiving antenna on the long, medium, and short wave bands."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000049 +cco:ont00000049 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000475 ; + rdfs:label "Banknote"@en ; + skos:definition "A Portion of Cash that consists of a portable slips of paper or fabric designed to bear some specified Financial Value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000050 +cco:ont00000050 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Very High Frequency Communication Instrument"@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Very High Frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000053 +cco:ont00000053 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000618 ; + rdfs:label "Ground Motor Vehicle"@en ; + skos:definition "A Ground Vehicle that is designed to receive its motive power from an Engine and is not designed to travel on rails."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000054 +cco:ont00000054 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000431 ; + rdfs:label "Stirling Engine"@en ; + skos:definition "An External Combusion Engine that is designed to compress and expand some working fluid at different temperatures, such that there is a net conversion of heat energy to mechanical work."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000056 +cco:ont00000056 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000210 ; + rdfs:label "Reaction Engine"@en ; + skos:altLabel "Reaction Motor"@en ; + skos:definition "An Engine that provides propulsion by expelling Reaction Mass."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000057 +cco:ont00000057 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000907 ; + rdfs:label "Mobile Telephone"@en ; + skos:definition "A Telephone that is connected to a Telephone Network by radio waves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000059 +cco:ont00000059 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000825 ; + rdfs:label "Telephone Line"@en ; + skos:altLabel "Telephone Circuit"@en ; + skos:definition "A Telecommunication Network Line that consists of a physical wire or other signaling medium that is designed to be part of a Telephone Network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000062 +cco:ont00000062 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001100 ; + rdfs:label "Frequency Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Frequency of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000064 +cco:ont00000064 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Book"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity by means of ink, paper, parchment, or other materials fastened together to hinge at one side."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000066 +cco:ont00000066 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Military Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes related to the armed services."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000069 +cco:ont00000069 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001298 ; + rdfs:label "Transcript"@en ; + skos:definition "A Document that is designed to bear some specific Information Content Entity that was originally recorded in a different medium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000075 +cco:ont00000075 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000304 ; + rdfs:label "Optical Microscope"@en ; + skos:altLabel "Light Microscope"@en ; + skos:definition "A Microscope that is designed to use visible light and a system of Optical Lenses to produce a significantly enlarged image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000076 +cco:ont00000076 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000727 ; + rdfs:label "Wired Communication Artifact Function"@en ; + skos:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of a (usually cylindrical) flexible strand or rod of metal."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000081 +cco:ont00000081 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Cutting Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of separating some portion of its target into two or more portions through the application of acutely directed force."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000086 +cco:ont00000086 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000723 ; + rdfs:label "Autopilot System"@en ; + skos:altLabel "Autopilot"@en ; + skos:definition "A Vehicle Control System that is designed to enable some Agent to control the trajectory of a Vehicle without constant 'hands-on' control."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000088 +cco:ont00000088 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Firearm"@en ; + skos:definition "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000090 +cco:ont00000090 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "Infrared Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing infrared light to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000091 +cco:ont00000091 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Coolant"@en ; + skos:definition "A Portion of Material that is designed to be used in a thermal control system to reduce or maintain the temperature of an object to or at a specified level."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000092 +cco:ont00000092 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000736 ; + rdfs:label "Bidirectional Transducer"@en ; + skos:definition "A Transducer that is designed to receive a signal in the form of physical phenomena and convert it into an electrical signal, and vice versa."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000093 +cco:ont00000093 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001278 ; + rdfs:label "Preferred Stock"@en ; + skos:definition "Stock that entitles its holder to receive a certain level of dividend payments before any dividends can be issued to other holders."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000095 +cco:ont00000095 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Control Surface"@en ; + skos:definition "A Material Artifact that is designed to deflect air, water, or another medium around its surface in order to change the Attitude of a Vehicle by rotating the Vehicle on one or more of its Axes of Rotation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000096 +cco:ont00000096 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Propulsion System"@en ; + skos:definition "A Material Artifact that is designed to facilitate the movement of material entities from one location to another and which consists of a source of mechanical power and a means of converting this power into propulsive force to generate the movement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000097 +cco:ont00000097 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001207 ; + rdfs:label "Complex Optical Lens"@en ; + skos:altLabel "Lens System"@en ; + skos:definition "An Optical Lens consisting of more than one Simple Optical Lenses."@en ; + cco:ont00001754 "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000098 +cco:ont00000098 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Electrical Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to perform a process involving electrical power."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000101 +cco:ont00000101 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000255 ; + rdfs:label "Portion of Liquid Oxygen"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000103 +cco:ont00000103 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Vehicle Compartment"@en ; + skos:altLabel "Compartment"@en ; + skos:definition "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000111 +cco:ont00000111 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Air Inlet"@en ; + skos:altLabel "Air Intake"@en ; + skos:definition "A Fluid Control Artifact that consists of an opening that is designed to capture and direct the flow of air into the system it is part of."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000113 +cco:ont00000113 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Ventilation Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which some Artifact is used to control the quality of air in some space."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000116 +cco:ont00000116 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Pump"@en ; + skos:definition "A Fluid Control Artifact that is designed to impart motion to a portion of fluid to transport it within a system through the use of mechanical action."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000117 +cco:ont00000117 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Information Processing Artifact"@en ; + skos:definition "A Material Artifact that is designed to use algorithms to transform some Information Content Entity into another Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000118 +cco:ont00000118 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000965 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001942 ; + owl:someValuesFrom cco:ont00000323 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Artifact Function Specification"@en ; + skos:definition "A Directive Information Content Entity that prescribes some Artifact Function and which is part of some Artifact Model."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000122 +cco:ont00000122 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000170 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001944 ; + owl:someValuesFrom cco:ont00000904 + ] ; + rdfs:label "Vehicle Track Point"@en ; + skos:definition "An Object Track Point that is where a Vehicle is or was located during some motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000128 +cco:ont00000128 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000255 ; + rdfs:label "Portion of Liquid Hydrogen"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000130 +cco:ont00000130 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Transformer"@en ; + skos:definition "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000132 +cco:ont00000132 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000117 ; + rdfs:label "Recording Device"@en ; + skos:definition "An Information Processing Artifact that is designed to capture some information and store it in some recording format on some storage medium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000136 +cco:ont00000136 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "Optical Instruments are typically constructed for the purpose of being used to aid in vision or the analysis of light."@en ; + rdfs:label "Optical Instrument"@en ; + skos:definition "A Material Artifact that is designed to process light waves."@en ; + skos:scopeNote "Light waves can be processed in a variety of ways including via reflection, refraction, diffraction, deflection, focusing, collimation, dispersion, and interference."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000143 +cco:ont00000143 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000103 ; + rdfs:label "Cargo Cabin"@en ; + skos:definition "A Vehicle Compartment that is used to store goods or materials during transportation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000145 +cco:ont00000145 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Incendiary Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000147 +cco:ont00000147 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000325 ; + rdfs:label "Flight Transponder"@en ; + skos:definition "A Radio Transponder that is designed to produce a specified response (typically for identification, location, or status update purposes) when it receives a radio-frequency interrogation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000152 +cco:ont00000152 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000998 ; + rdfs:label "Telephone Network"@en ; + skos:definition "A Telecommunication Network that is designed to allow telephone calls to be made between two or more parties connected to the network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000153 +cco:ont00000153 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000781 ; + rdfs:label "Generator Control Unit"@en ; + skos:definition "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000156 +cco:ont00000156 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000088 ; + rdfs:label "Hand Gun"@en ; + skos:definition "A Firearm that is designed to have a relatively short barrel and to be held in one or two hands and to be fired without being braced against the shoulder."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000158 +cco:ont00000158 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001105 ; + rdfs:label "Lithium-ion Electric Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000159 +cco:ont00000159 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Timekeeping Instrument"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is about some temporal region."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000160 +cco:ont00000160 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000581 ; + rdfs:label "Manual Tool"@en ; + skos:altLabel "Hand Tool"@en ; + skos:definition "A Tool that is designed to be powered by manual labor rather than by an engine."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000162 +cco:ont00000162 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000795 ; + rdfs:label "Electrical Connector Artifact Function"@en ; + skos:definition "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used to join electrical terminations to create an electrical circuit."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000167 +cco:ont00000167 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001173 ; + rdfs:label "Large-Scale Rocket Launcher"@en ; + skos:definition "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000170 +cco:ont00000170 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000171 +cco:ont00000171 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000344 ; + rdfs:label "Detergent Artifact Function"@en ; + skos:definition "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000174 +cco:ont00000174 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "Ultraviolet Telescope"@en ; + skos:altLabel "UV Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing ultraviolet light to form an enhanced image of the Object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000178 +cco:ont00000178 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Arrow"@en ; + skos:definition "A Portion of Ammunition that is designed to be fired from a Bow and consists of a long straight stiff shaft with stabilizers (fletchings) and a slot (the nock) on one end and a weighted tip (the arrowhead) on the other end."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000183 +cco:ont00000183 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Fragrance Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of perceiving a pleasant or sweet odor."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000189 +cco:ont00000189 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Certificate"@en ; + skos:definition "An Information Bearing Artifact that bears an Information Content Entity which attests to certain demonstrated characteristics of an Object, Person, or Organization."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/degree" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000190 +cco:ont00000190 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001353 ; + rdfs:label "Minimum Speed Artifact Function"@en ; + skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the lowest speed at which that Artifact is designed to operate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000192 +cco:ont00000192 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000171 ; + owl:someValuesFrom cco:ont00001341 + ] ; + rdfs:label "Facility"@en ; + skos:definition "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000193 +cco:ont00000193 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000059 ; + rdfs:label "Telephone Subscriber Line"@en ; + skos:definition "A Telephone Line that connects a Communication Endpoint to another node in a Telecommunication Network to enable service to a user's Telephone."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000194 +cco:ont00000194 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000795 ; + rdfs:label "Electrical Contact Artifact Function"@en ; + skos:definition "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used as an endpoint of an electrical circuit from which an electrical current is passed via physical contact with the endpoint."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000199 +cco:ont00000199 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000771 ; + rdfs:label "Camera"@en ; + skos:definition "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/camera" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000204 +cco:ont00000204 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001104 ; + rdfs:label "Rifle"@en ; + skos:definition "A Long Gun that is designed to have a rifled barrel and to fire single Bullets over long ranges with high accuracy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000205 +cco:ont00000205 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000206 +cco:ont00000206 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Friction Reduction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of reducing the force resisting the relative motion of surfaces in contact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000210 +cco:ont00000210 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Engine"@en ; + skos:altLabel "Motor"@en ; + skos:definition "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000212 +cco:ont00000212 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Chemical Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000214 +cco:ont00000214 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000289 ; + rdfs:label "Moving Target Indication Artifact Function"@en ; + skos:definition "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to identify and produce visual representations of moving entities by using a radar to emit successive phase coherent pulses, which are sampled and added to the subsequent pulse to cancel out signals from non-moving entities such that only signals from moving entities remain and are displayed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000215 +cco:ont00000215 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:comment "A Radio Telescope consists of a specialized Antenna and a Radio Receiver and is typically used to receive radio waves from sources in outer space."@en ; + rdfs:label "Radio Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000216 +cco:ont00000216 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Shell"@en ; + skos:definition "A Portion of Ammunition that is designed to be a non-self-propelled projectile and to carry a payload (explosive or other) over a relatively short distance."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Shell_(projectile)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000219 +cco:ont00000219 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001009 ; + rdfs:label "Reflecting Optical Telescope"@en ; + skos:altLabel "Reflecting Telescope"@en , + "Reflector"@en ; + skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via reflection through the use of one or more curved Mirrors to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000230 +cco:ont00000230 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Diffraction Grating"@en ; + skos:definition "An Optical Instrument with a periodic structure that is designed to split and defract a beam of light into several beams travelling in different directions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000231 +cco:ont00000231 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Torpedo Tube"@en ; + skos:definition "A Projectile Launcher that is designed to launch Torpedoes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000233 +cco:ont00000233 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001278 ; + rdfs:label "Stock Certificate"@en ; + skos:definition "Stock that consists of a Certificate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000236 +cco:ont00000236 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Lighting System"@en ; + skos:definition "A Material Artifact that is designed to emit light within some area."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000238 +cco:ont00000238 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Propeller"@en ; + skos:altLabel "Propelling Screw"@en ; + skos:definition "A Material Artifact that is designed to convert rotary motion from an Engine or other mechanical Power Source into propulsive Force."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000241 +cco:ont00000241 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001064 ; + rdfs:label "Two-Dimensional Barcode"@en ; + skos:definition "A Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Directive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000242 +cco:ont00000242 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 ; + rdfs:label "Data Matrix Code"@en ; + skos:definition "A Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000243 +cco:ont00000243 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Heat Sink"@en ; + skos:definition "A Material Artifact that is designed to regulate the temperature of a computer by the passive transfer of heat away from other components in the computer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000244 +cco:ont00000244 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Fragmentation Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of a detonation which causes fragmentation."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/fragmentation" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000247 +cco:ont00000247 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Road"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000249 +cco:ont00000249 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "A Shaft is usually used to connect other components of a drive train that cannot be connected directly either because of the distance between them or the need to allow for relative movement between those components."@en ; + rdfs:label "Shaft"@en ; + skos:definition "A Material Artifact that is designed to rotate and transmit Torque, Power, or Rotational Motion from one machine element to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000252 +cco:ont00000252 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Nozzle"@en ; + skos:definition "A Fluid Control Artifact that is designed to control the speed, direction, rate, shape, or pressure of the flow of fluid exiting it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000253 +cco:ont00000253 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000254 +cco:ont00000254 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Transportation Artifact"@en ; + skos:definition "A Material Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000255 +cco:ont00000255 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Cryogenic Material"@en ; + skos:definition "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000256 +cco:ont00000256 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Fluid Control Artifact"@en ; + skos:definition "A Material Artifact that is designed to manipulate the flow of a fluid (i.e. a liquid or a gas)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000258 +cco:ont00000258 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001064 ; + rdfs:label "One-Dimensional Barcode"@en ; + skos:definition "A Barcode that is designed to bear parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000264 +cco:ont00000264 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000020 ; + rdfs:label "Hydraulic Fluid Reservoir"@en ; + skos:definition "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000266 +cco:ont00000266 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001381 ; + rdfs:label "Hearing Aid"@en ; + skos:definition "A Medical Artifact that is designed to improve hearing for its user."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000267 +cco:ont00000267 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Catalyst Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which the rate of a chemical reaction is increased due to the participation of an additional substance, without that substance being consumed in the reaction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000268 +cco:ont00000268 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Cannon"@en ; + skos:definition "A Projectile Launcher that is designed to use a controlled explosion to launch a relatively large Portion of Ammunition, such as a Round Shot or a Shell, at a significant Velocity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000269 +cco:ont00000269 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Radio Transmitter"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device that is designed to generate a radio frequency alternating current, which can be applied to a Radio Antenna to be transmitted as radio waves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000273 +cco:ont00000273 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Communication Interference Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information for the purpose of preventing communication."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000277 +cco:ont00000277 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Nuclear Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a destructive nuclear reaction, either through fission or through a combination of fission and fusion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000280 +cco:ont00000280 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001124 ; + rdfs:label "Torpedo"@en ; + skos:definition "A Precision-Guided Missile that is designed to be fired into a body of water, be self-propelled through the water, and carry an explosive payload."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000282 +cco:ont00000282 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000719 ; + rdfs:label "Counterfeit Financial Instrument"@en ; + skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000285 +cco:ont00000285 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000269 ; + rdfs:label "Emergency Locator Transmitter"@en ; + skos:definition "A Radio Transmitter that is designed to signal distress and provide positional data for the entity it is located on."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000287 +cco:ont00000287 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001187 ; + rdfs:label "Inertial Navigation System"@en ; + skos:altLabel "INS"@en ; + skos:definition "A Navigation System that is designed to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000288 +cco:ont00000288 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Source"@en ; + skos:definition "A Material Artifact that is designed to supply power to some other Artifact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000289 +cco:ont00000289 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000601 ; + rdfs:label "Radar Imaging Artifact Function"@en ; + skos:definition "An Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using radio waves."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000292 +cco:ont00000292 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000995 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Artifact Identifier"@en ; + skos:definition "A Designative Information Content Entity which designates some Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000294 +cco:ont00000294 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000533 ; + rdfs:label "Air-Breathing Jet Engine"@en ; + skos:altLabel "Ducted Jet Engine"@en ; + skos:definition "A Jet Engine that is propelled by a jet of hot exhaust gases formed from air that is drawn into the Engine via an Air Inlet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000298 +cco:ont00000298 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001173 ; + rdfs:label "Shoulder-Fired Rocket Launcher"@en ; + skos:definition "A Rocket Launcher that is designed to be small enough to be carried by a single person and fired while supported on the person's shoulder."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000299 +cco:ont00000299 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Prosthetic Leg"@en ; + skos:definition "A Prosthesis that is designed to replace a missing leg."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000301 +cco:ont00000301 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000663 ; + rdfs:label "Vehicle Transmission"@en ; + skos:altLabel "Gearbox"@en , + "Transmission"@en ; + skos:definition "A Power Transmission Artifact that is designed to vary the output speed and torque in a rotating power transfer system."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000302 +cco:ont00000302 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Alternating Current Power Source"@en ; + skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000303 +cco:ont00000303 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001036 ; + rdfs:label "Intercommunication System"@en ; + skos:definition "A Communication System that is designed to enable some Act of Communication between end points within a building, small collection of buildings, or within a small area of service."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000304 +cco:ont00000304 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000771 ; + rdfs:label "Microscope"@en ; + skos:definition "An Imaging Instrument that is designed to enable users to see Objects that are otherwise too small to be seen by the naked eye by producing a significantly enlarged image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000306 +cco:ont00000306 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001370 ; + rdfs:label "Hinge"@en ; + skos:definition "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000307 +cco:ont00000307 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001084 ; + rdfs:label "Portion of Food"@en ; + skos:definition "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000309 +cco:ont00000309 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Healthcare Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of treating and preventing illness."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000310 +cco:ont00000310 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000552 ; + rdfs:label "Grenade"@en ; + skos:altLabel "Hand Grenade"@en ; + skos:definition "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000311 +cco:ont00000311 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001999 ; + rdfs:label "Filtration Artifact Function"@en ; + skos:definition "A Filter Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000315 +cco:ont00000315 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000918 ; + rdfs:label "Telecommunication Switching Node"@en ; + skos:definition "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000316 +cco:ont00000316 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000255 ; + rdfs:label "Portion of Liquid Helium"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000317 +cco:ont00000317 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001218 ; + rdfs:label "Electronic Signal Processing Artifact Function"@en ; + skos:definition "A Signal Processing Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in electronic signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000319 +cco:ont00000319 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001942 ; + owl:someValuesFrom cco:ont00000995 + ] ; + rdfs:label "Artifact Design"@en ; + skos:definition "A Directive Information Content Entity that is a specification of an object, manifested by an agent, intended to accomplish goals, in a particular environment, using a set of primitive components, satisfying a set of requirements, subject to constraints."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000321 +cco:ont00000321 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Residential Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 +cco:ont00000323 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000034 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000995 + ] ; + rdfs:label "Artifact Function"@en ; + skos:definition "A Function that inheres in some Artifact in virtue of that Artifact being designed to be used in processes that require that Function to be realized."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000325 +cco:ont00000325 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Radio Transponder"@en ; + skos:altLabel "Transmitter-Responder"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device that acts as both a Radio Transmitter and responder and is used to wirelessly receive and transmit electrical signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000326 +cco:ont00000326 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "UPC Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000328 +cco:ont00000328 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000870 ; + rdfs:label "Transportation Infrastructure"@en ; + skos:definition "An Infrastructure System that is designed to facilitate the movement of material entities from one location to another by providing the necessary structures for Persons to travel or for Vehicles to transport material entities."@en ; + cco:ont00001754 "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000333 +cco:ont00000333 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000394 ; + rdfs:label "Gas Turbine"@en ; + skos:altLabel "Combustion Turbine"@en ; + skos:definition "An Internal Combustion Engine that has a rotating compressor and a turbine and is designed to operate utilizing continous Combustion to produce Thrust, either directly via exhaust or indirectly via a prop."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000334 +cco:ont00000334 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000303 ; + rdfs:label "Interphone"@en ; + skos:definition "An Intercommunication System that that is designed to facilitate some Act of Communication between agents by means of audio messages."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000337 +cco:ont00000337 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001029 ; + rdfs:label "Rocket-Propelled Grenade"@en ; + skos:definition "An Unguided Rocket that is designed to contain an explosive warhead, be fired from a Shoulder-Fired Rocket Launcher, and be used against Tanks."@en ; + cco:ont00001753 "RPG" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000338 +cco:ont00000338 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Fan"@en ; + skos:definition "A Fluid Control Artifact that consists of a rotating arrangement of vanes or blades that are designed to act on a portion of fluid to create flow within it."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Fan_(machine)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000340 +cco:ont00000340 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000268 ; + rdfs:label "Mortar"@en ; + skos:definition "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000341 +cco:ont00000341 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Prosthetic Arm"@en ; + skos:definition "A Prosthesis that is designed to replace a missing arm."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000342 +cco:ont00000342 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Brake"@en ; + skos:definition "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000343 +cco:ont00000343 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000634 ; + rdfs:label "Reciprocating Steam Engine"@en ; + skos:definition "A Steam Engine that is designed to use one or more reciprocating pistons to convert pressure into a rotating motion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000344 +cco:ont00000344 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001281 ; + rdfs:label "Surfactant Artifact Function"@en ; + skos:definition "An Emulsifier Artifact Function that is realized in a process that lowers the surface tension between two liquids or between a liquid and a solid."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000346 +cco:ont00000346 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Communication Instrument"@en ; + skos:definition "A Material Artifact that is designed to facilitate communication between at least two entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000347 +cco:ont00000347 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001159 ; + rdfs:label "Electronic Bond"@en ; + skos:definition "A Bond that consists of Bytes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000348 +cco:ont00000348 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000995 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00001999 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Filter"@en ; + skos:definition "A Material Artifact that bears a Filter Function."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000350 +cco:ont00000350 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000453 ; + rdfs:label "Cooling System"@en ; + skos:definition "An Environment Control System that is designed to cool the air or objects in a Site."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000352 +cco:ont00000352 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001139 ; + rdfs:label "Satellite Artifact"@en ; + skos:definition "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000353 +cco:ont00000353 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Research Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to perform research on a specified entity or class of entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000355 +cco:ont00000355 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001009 ; + rdfs:label "Refracting Optical Telescope"@en ; + skos:altLabel "Refracting Telescope"@en , + "Refractor"@en ; + skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via refraction through the use of one or more Lenses to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000362 +cco:ont00000362 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000533 ; + rdfs:comment "Most rocket engines are also Internal Combustion Engines, however non-combusting forms also exist. For example, an untied balloon full of air that is released and allowed to zoom around the room may be both a Rocket Engine and a Physically Powered Engine."@en ; + rdfs:label "Rocket Engine"@en ; + skos:altLabel "Thruster"@en ; + skos:definition "A Jet Engine that is designed to use only stored Rocket Propellant to form a high speed propulsive jet in order to generate Thrust."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000363 +cco:ont00000363 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000998 ; + rdfs:label "Wireless Telecommunication Network"@en ; + skos:altLabel "Wireless Network"@en ; + skos:definition "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000364 +cco:ont00000364 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001221 ; + rdfs:label "Pneumatic Motor"@en ; + skos:altLabel "Air Motor"@en , + "Compressed Air Engine"@en ; + skos:definition "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000372 +cco:ont00000372 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Transformer Rectifier Unit"@en ; + skos:altLabel "TRU"@en ; + skos:definition "A Material Artifact that is designed to perform the functions of both a Rectifier and a Transformer."@en ; + cco:ont00001754 "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000376 +cco:ont00000376 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Gallium Arsenide"@en ; + skos:altLabel "Portion of GaAs"@en ; + skos:definition "A Portion of Material that is composed of a compound of the elements gallium and arsenic."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000382 +cco:ont00000382 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Spreadsheet"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some Information Content Entity in an interactive, tabular form."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000394 +cco:ont00000394 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000746 ; + rdfs:label "Internal Combustion Engine"@en ; + skos:definition "A Combustion Engine that is designed to have an internal Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy that is then converted into mechanical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000397 +cco:ont00000397 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Combustion Chamber"@en ; + skos:altLabel "Burner"@en , + "Combustor"@en , + "Flame Holder"@en ; + skos:definition "A Material Artifact that is designed to wholly or partially bound an internal Site where a Combustion process is intended to occur."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000403 +cco:ont00000403 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Diffraction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a diffraction event in which the Artifact forces a wave to bend around the corners of an obstacle or aperture into the region of geometrical shadow of the obstacle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000407 +cco:ont00000407 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Electrical Resistance Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized in processes in which an Artifact opposes the flow of an electric current."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000409 +cco:ont00000409 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000742 ; + rdfs:label "Spark Ignition System"@en ; + skos:definition "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000411 +cco:ont00000411 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001100 ; + rdfs:label "Speed Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Speed of a specified object's or class of objects' Motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000412 +cco:ont00000412 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Oxidizer Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which electrons are removed from a reactant in a redox reaction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000413 +cco:ont00000413 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000304 ; + rdfs:label "Electron Microscope"@en ; + skos:definition "A Microscope that is designed to use a beam of accelerated electrons to illuminate the target and produce a significantly enlarged image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000415 +cco:ont00000415 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000828 ; + rdfs:label "Anti-Microbial Artifact Function"@en ; + skos:definition "A Pesticide Artifact Function that is realized in a process which causes illness in, or the death of, a microorganism."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000417 +cco:ont00000417 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Prosthetic Hand"@en ; + skos:definition "A Prosthesis that is designed to replace a missing hand."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000420 +cco:ont00000420 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000117 ; + rdfs:label "Computer"@en ; + skos:definition "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000422 +cco:ont00000422 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Communication Reception Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to receive information that has been transmitted for the purpose of communiction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000427 +cco:ont00000427 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:label "Armored Fighting Vehicle"@en ; + skos:definition "A Ground Motor Vehicle that is designed to be armored and used to transport and support military personal in combat missions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000428 +cco:ont00000428 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Railway Junction"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Junction_(rail)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000429 +cco:ont00000429 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "Codabar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000431 +cco:ont00000431 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000746 ; + rdfs:label "External Combustion Engine"@en ; + skos:definition "A Combustion Engine that is designed to have an external Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy to heat the working fluid, which transfers energy to the Engine where it is converted into mechanical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000434 +cco:ont00000434 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001207 ; + rdfs:label "Simple Optical Lens"@en ; + skos:definition "An Optical Lens consisting of a single piece of transparent material."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000436 +cco:ont00000436 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000304 ; + rdfs:label "X-ray Microscope"@en ; + skos:definition "A Microscope that is designed to use Electromagnetic Radiation in the soft X-ray band to produce a significantly enlarged image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000437 +cco:ont00000437 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Enhancing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of intensifying, increainsg, or further improving the quality, value, or extent of some entity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000440 +cco:ont00000440 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Watercraft"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000445 +cco:ont00000445 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Weapon"@en ; + skos:definition "A Material Artifact that is designed to destroy or inflict damage to structures or systems, or to kill or wound living things by creating specific lethal or nonlethal effects."@en ; + skos:scopeNote "Nonlethal effects include all outcomes short of death or destruction. This is captured by the fact that Damaged Stasis and Wounded Stasis are defined in terms of impairment of the Independent Continuant that participates in them."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000448 +cco:ont00000448 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Motion Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which an entity changes its position with respect to time."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Motion_(physics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000451 +cco:ont00000451 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Collimation Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a collimation event in which the Artifact narrows a beam of particles or waves by either causing the spatial cross-section of the beam to become smaller or by causing the directions of motion of the beam's constituents to be aligned in a specifc direction of Motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000452 +cco:ont00000452 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Timekeeping Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to keep track of and report the current time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000453 +cco:ont00000453 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "Controlling air quality typically involves temperature control, oxygen replenishment, and removal of moisture, odor, smoke, heat, dust, airborne bacteria, carbon dioxide, and other undesired gases or particulates."@en ; + rdfs:label "Environment Control System"@en ; + skos:definition "A Material Artifact that is designed to control the temperature, air quality, or other feature of a Site that is relevant to the comfort or operation of entities located within that Site."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000454 +cco:ont00000454 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000742 ; + rdfs:label "Compression Ignition System"@en ; + skos:definition "An Ignition System that is designed to generate heat by compressing a portion of fuel and oxidizer mixture in order to initiate an Ignition process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000456 +cco:ont00000456 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Railway"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000457 +cco:ont00000457 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001084 ; + rdfs:label "Portion of Material"@en ; + skos:definition "A Portion of Processed Material that was produced to be used as the input for another Act of Artifact Processing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000458 +cco:ont00000458 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Coupling"@en ; + skos:definition "A Material Artifact that is designed to connect two Shafts together at their ends for the purpose of transmitting power."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000461 +cco:ont00000461 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "ISSN Barcode"@en ; + skos:definition "An EAN Barcode that is used to designate periodicals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000466 +cco:ont00000466 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Orientation Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to control the Orientation of some object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000467 +cco:ont00000467 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000427 ; + rdfs:label "Armored Personnel Carrier"@en ; + skos:definition "An Armored Fighting Vehicle that is designed to transport infantry to the battlefield but which are not usually designed to take part in a direct-fire battle."@en ; + cco:ont00001753 "APC" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000470 +cco:ont00000470 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000189 ; + rdfs:label "Academic Degree"@en ; + skos:definition "A Certificate issued by an Educational Organization to a Person to indicate that the Person has satisfactorily completed a course of study, or as an honorary recognition of the Person's achievement."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/degree" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000471 +cco:ont00000471 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001046 ; + rdfs:label "Warning Message"@en ; + skos:definition "A Notification Message that is designed to bear an Information Content Entity that describes a possible or impending threat."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000475 +cco:ont00000475 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000537 ; + rdfs:label "Portion of Cash"@en ; + skos:definition "A Financial Instrument that is designed to be a ready medium of exchange."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000477 +cco:ont00000477 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Fuel Cell"@en ; + skos:definition "An Electrical Power Source that consists in part of an anode, a cathode, and an electrolyte; converts chemical energy from a fuel into electricity through a chemical reaction of positively charged hydrogen ions with an oxidizing agent (typically oxygen); and, if given a continuous source of fuel and oxidizing agent, can continuously produce electricity."@en ; + skos:scopeNote "A Fuel Cell differs from a Battery in that it requires a continuous source of fuel and oxygen to sustain the chemical reaction, whereas a Battery only uses chemicals already stored inside it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000480 +cco:ont00000480 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Life Support Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact materially affects an organism, where this causes that organism to continue living in a situation where death would otherwise occur."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000481 +cco:ont00000481 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Research and Development Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of producing new knowledge or of devising new applications of existing knowledge."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000482 +cco:ont00000482 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000289 ; + rdfs:label "Synthetic Aperture Radar Imaging Artifact Function"@en ; + skos:definition "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using the motion of a radar antenna over a targeted region to create a synthetic aperture."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000488 +cco:ont00000488 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Tripod"@en ; + skos:definition "A Material Artifact that consists of three legs and a platform that joins them and which is designed to support the weight and maintain the stability of objects that are attached to or rested on the platform."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000491 +cco:ont00000491 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Detonating Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of combustion involving a supersonic exothermic front accelerating through a medium that eventually drives a shock front propagating directly in front of it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000493 +cco:ont00000493 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000799 ; + rdfs:label "Code List"@en ; + skos:definition "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000495 +cco:ont00000495 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000273 ; + rdfs:label "Radio Communication Interference Artifact Function"@en ; + skos:definition "A Communication Interference Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information via radio waves."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000499 +cco:ont00000499 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001192 ; + rdfs:label "Wire Antenna"@en ; + skos:definition "A Radio Antenna that consists primarily of a length of wire."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000504 +cco:ont00000504 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Optical Processing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a visible light processing event."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000516 +cco:ont00000516 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000288 ; + rdfs:label "Pneumatic Power Source"@en ; + skos:definition "A Power Source that is designed to generate, control, or transmit power by means of compressed air or compressed inert gases."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000522 +cco:ont00000522 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Pulsejet Engine"@en ; + skos:altLabel "Pulse Jet"@en , + "Pulsejet"@en ; + skos:definition "An Air-Breathing Jet Engine that is capable of operating statically and uses intermittent (pulsing) Combustion of the fuel-oxidizer mixture before expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000524 +cco:ont00000524 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000350 ; + rdfs:label "Air Conditioning Unit"@en ; + skos:altLabel "AC Unit"@en ; + skos:definition "A Cooling System that is designed to remove excess heat and humidity from the air in an enclosed space."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000526 +cco:ont00000526 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "Gamma-ray Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Gamma-rays to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000533 +cco:ont00000533 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000056 ; + rdfs:comment "Some (most) jet engines utilize turbines, but some do not. Most rocket engines do not utilize turbines, but some do."@en ; + rdfs:label "Jet Engine"@en ; + skos:definition "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000534 +cco:ont00000534 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Cutting Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired by being opened or divided."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/cutting" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000536 +cco:ont00000536 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001159 ; + rdfs:label "Bond Certificate"@en ; + skos:definition "A Bond that consists of a Certificate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000537 +cco:ont00000537 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Financial Instrument"@en ; + skos:definition "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000538 +cco:ont00000538 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000831 ; + rdfs:label "Defoliant Artifact Function"@en ; + skos:definition "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000547 +cco:ont00000547 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000771 ; + rdfs:label "Telescope"@en ; + skos:definition "An Imaging Instrument that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Electromagnetic Radiation to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000549 +cco:ont00000549 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000254 ; + rdfs:label "Water Transportation Artifact"@en ; + skos:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process of moving Vehicles and Agents from one location to another via water."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000552 +cco:ont00000552 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Explosive Weapon"@en ; + skos:altLabel "Bomb"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a violent release of energy caused by the exothermic reaction of an explosive material."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000556 +cco:ont00000556 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:comment "Depending on the nature of the Flight or Mission, the Payload of a Vehicle may include cargo, passengers, flight crew, munitions, scientific instruments or experiments, or other equipment. Extra fuel, when optionally carried, is also considered part of the payload."@en ; + rdfs:label "Payload"@en ; + skos:definition "A Material Entity that is transported by a Vehicle during an Act of Location Change for the purpose of being delivered to or performing one or more functions at a predefined location."@en ; + skos:scopeNote "In each case, the Payload is what provides the immediate reason for performing the Act of Location Change (e.g. transporting the passengers of a commercial airline flight to their destination; transporting food, fuel, oxygen, research equipment, and spare parts to the International Space Station; or conveying an array of sensors, cameras, and communications systems so they can operate during a Sun-Synchronous Earth Orbit)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000559 +cco:ont00000559 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 ; + rdfs:label "QR Code"@en ; + skos:definition "A Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000561 +cco:ont00000561 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Dam"@en ; + skos:definition "A Material Artifact that is designed to impound surface water or underground streams."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000569 +cco:ont00000569 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000736 ; + rdfs:label "Sensor"@en ; + skos:definition "A Transducer that is designed to convert incoming energy into a output signal which reliably corresponds to changes in that energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000571 +cco:ont00000571 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000980 ; + rdfs:label "Article of Solid Waste"@en ; + skos:definition "A Portion of Waste Material that has a low liquid content."@en ; + cco:ont00001754 "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000575 +cco:ont00000575 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000965 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001942 ; + owl:someValuesFrom obo:BFO_0000019 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Quality Specification"@en ; + skos:definition "A Directive Information Content Entity that prescribes some Quality."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000577 +cco:ont00000577 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Rectifier"@en ; + skos:definition "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000581 +cco:ont00000581 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Tool"@en ; + skos:definition "A Material Artifact that is designed to assist in the performance of manual or mechanical work and not to be consumed in that process."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000582 +cco:ont00000582 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "Code 93 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000586 +cco:ont00000586 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000238 ; + rdfs:label "Controllable Pitch Propeller"@en ; + skos:altLabel "Variable-Pitch Propeller"@en ; + skos:definition "A Propeller whose blades are designed to be alterable by rotating the blades about their vertical axis by means of mechanical or hydraulic arrangement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000591 +cco:ont00000591 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000029 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000124 ; + owl:someValuesFrom cco:ont00000995 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000029 ; + rdfs:label "Artifact Location"@en ; + skos:definition "A Site that is the location of some Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000593 +cco:ont00000593 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Propellant"@en ; + skos:definition "A Portion of Material that is designed to be used as an input in a Propulsion Process to produce Thrust."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000596 +cco:ont00000596 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "JAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000597 +cco:ont00000597 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Instrument Display Panel"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear information about some Artifact that is derived by the instrumentation Sensors of that Artifact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000598 +cco:ont00000598 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Valve"@en ; + skos:definition "A Fluid Control Artifact that is designed to regulate, direct, or control the flow of fluid by opening, closing, or partially obstructing the fluid from moving along a passageway."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000600 +cco:ont00000600 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Legal Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of giving legal advice to clients drafting legal documents for clients and representing clients in legal negotiations and court proceedings such as lawsuits."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000601 +cco:ont00000601 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Imaging Artifact Function"@en ; + skos:definition "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000602 +cco:ont00000602 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "ITF Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000603 +cco:ont00000603 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Navigation Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to determine the precise location of itself or another object and plan a route to a specified destination."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000606 +cco:ont00000606 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:comment "Trucks vary greatly in their size and power -- ranging from small ultra-light trucks to enormous heavy trucks. Trucks also vary greatly in their configurations -- ranging from very basic flatbeds or box trucks to highly specialized cargo carriers. Trucks may also be configured to mount specialized equipment, such as in the case of fire trucks, concrete mixers, and suction excavators."@en ; + rdfs:label "Truck"@en ; + skos:definition "A Ground Motor Vehicle that is designed to be used to transport cargo."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000617 +cco:ont00000617 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000199 ; + rdfs:label "Infrared Camera"@en ; + skos:altLabel "Thermal Imaging Camera"@en , + "Thermographic Camera"@en ; + skos:definition "A Camera that is designed to form and record an image generated from infrared radiation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000618 +cco:ont00000618 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Ground Vehicle"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by some form of ground travel."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000623 +cco:ont00000623 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Impact Shielding Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact reduces the damage caused to the shielded object by an impact with another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000624 +cco:ont00000624 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001298 ; + rdfs:label "Report"@en ; + skos:definition "A Document that is designed to bear some specific Information Content Entity that conveys an account of some event, situation, or the result of some observation or inquiry."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000625 +cco:ont00000625 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Nozzle Throat"@en ; + skos:definition "A Fluid Control Artifact that consists of the narrowest portion of a Nozzle that is designed to converge the flow of fluid in order to increase the Velocity of the flow."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000627 +cco:ont00000627 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00001141 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Infrastructure Element"@en ; + skos:definition "A Material Entity that bears an Infrastructure Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000629 +cco:ont00000629 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Deception Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000634 +cco:ont00000634 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000431 ; + rdfs:label "Steam Engine"@en ; + skos:definition "An External Combustion Engine that is designed to use steam as its working fluid."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000635 +cco:ont00000635 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Refraction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a refraction event in which the Artifact causes a change in direction of wave propagation due to a change in its transmission medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000637 +cco:ont00000637 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000593 ; + rdfs:label "Portion of Gaseous Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a gaseous state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000638 +cco:ont00000638 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000210 ; + rdfs:label "Heat Engine"@en ; + skos:definition "An Engine that is designed to convert thermal energy into mechanical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000640 +cco:ont00000640 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001002 ; + rdfs:label "Email Message"@en ; + skos:definition "A Message that is transmitted to the recipient's Email Box."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000646 +cco:ont00000646 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000247 ; + rdfs:label "Highway"@en ; + skos:definition "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000650 +cco:ont00000650 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000214 ; + rdfs:label "Ground Moving Target Indication Artifact Function"@en ; + skos:definition "A Moving Target Indication Artifact Function that inheres in Artifacts that are designed to identify and track entities moving on or near the ground."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000651 +cco:ont00000651 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Containing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which one entity contains another."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/containing" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000652 +cco:ont00000652 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Decoy"@en ; + skos:definition "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000656 +cco:ont00000656 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Radiological Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000657 +cco:ont00000657 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001100 ; + rdfs:label "Distance Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the spatial Distance to a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000658 +cco:ont00000658 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Missile Launcher"@en ; + skos:definition "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000661 +cco:ont00000661 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Government Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes in which public policy is administered and the actions of its members are directed."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000663 +cco:ont00000663 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Transmission Artifact"@en ; + skos:definition "A Material Artifact that is designed to transfer and regulate Power flow from a Power Source to an application point."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000665 +cco:ont00000665 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Cleaning Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which some Artifact is used to remove foreign objects from another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000668 +cco:ont00000668 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Battery Terminal"@en ; + skos:definition "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000671 +cco:ont00000671 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000415 ; + rdfs:label "Anti-Bacterial Artifact Function"@en ; + skos:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some bacterium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000673 +cco:ont00000673 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Prosthetic Foot"@en ; + skos:definition "A Prosthesis that is designed to replace a missing foot."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000678 +cco:ont00000678 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Voltage Regulating Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to cause a change in the voltage magnitude between the sending and receiving end of an electrical component."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000679 +cco:ont00000679 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Attitude Control Artifact Function"@en ; + skos:altLabel "Orientation Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in an attitude control process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000681 +cco:ont00000681 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000236 ; + rdfs:label "External Navigation Lighting System"@en ; + skos:definition "A Lighting System that is designed to be attached to some Vehicle and to emit colored light in order to signal that Vehicle's position, heading, and status."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000682 +cco:ont00000682 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Mirror"@en ; + skos:definition "An Optical Instrument that is designed to reflect light that has a wavelength within a given range and is incident on its relflecting surface such that the reflected light maintains most of the characteristics of the original light."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000686 +cco:ont00000686 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000688 +cco:ont00000688 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Turbofan Air-Breathing Jet Engine"@en ; + skos:definition "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000689 +cco:ont00000689 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Switch Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process of breaking an electric circuit by interrupting the current or diverting it from one conductor to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000690 +cco:ont00000690 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000346 ; + rdfs:label "Telecommunication Instrument"@en ; + skos:definition "A Communication Instrument that is designed for use by some Agent in some Act of Communication where the recipient of that communication is potentially a significant distance away from the Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000691 +cco:ont00000691 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000020 ; + rdfs:label "Fuel Tank"@en ; + skos:definition "A Container that is designed to store a Portion of Fuel."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000693 +cco:ont00000693 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000575 ; + rdfs:label "Mass Specification"@en ; + skos:definition "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000694 +cco:ont00000694 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Nozzle Mouth"@en ; + skos:definition "A Fluid Control Artifact that consists of the portion of a Nozzle at the end that is designed to be where the flow of fluid exits the Nozzle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000698 +cco:ont00000698 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000252 ; + rdfs:comment "By increasing the Exhaust Velocity of the gas, the Nozzle increases the Thrust generated."@en ; + rdfs:label "Convergent-Divergent Nozzle"@en ; + skos:altLabel "CD Nozzle"@en , + "de Laval Nozzle"@en ; + skos:definition "A Nozzle that consists of a tube with an asymmetric hourglass shape that is designed to accelerate hot pressurized gas by converting the heat energy of the gas flow into kinetic energy as it passes through the Nozzle Throat to generate increased Exhaust Velocity of the gas as it exits the Nozzle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000700 +cco:ont00000700 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000998 ; + rdfs:label "Computer Network"@en ; + skos:altLabel "Data Network"@en ; + skos:definition "A Telecommunication Network that is designed to allow the exchange of data between two or more computers connected to the network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000701 +cco:ont00000701 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001145 ; + rdfs:label "Wire Receiver"@en ; + skos:definition "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000702 +cco:ont00000702 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Image"@en ; + skos:definition "An Information Bearing Artifact that is designed to carry an Information Content Entity that represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000703 +cco:ont00000703 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000159 ; + rdfs:label "System Clock"@en ; + skos:definition "A Timekeeping Instrument that is part of a computer an is designed to issue a steady high-frequency signal that is used to synchronize all of the computer's internal components."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/system+clock" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000704 +cco:ont00000704 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Tunnel"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel underneath a surrounding soil, earth, or rock formation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000706 +cco:ont00000706 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Terminal Board"@en ; + skos:definition "A Material Artifact that is designed to join electrical terminations and create an electrical circuit by means of a block which connects individual wires without a splice or physically joining the ends."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000709 +cco:ont00000709 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001248 ; + rdfs:label "Visual Prosthesis"@en ; + skos:altLabel "Bionic Eye"@en ; + skos:definition "An Artificial Eye that is designed to replace a missing eye, which performs the function of an eye."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000711 +cco:ont00000711 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000156 ; + rdfs:label "Semi-automatic Pistol"@en ; + skos:definition "A Hand Gun that has a single fixed firing chamber machined into the rear of the barrel and an ammunition magazine capable of holding multiple Cartridges such that the Hand Gun is designed to automatically reload each time it is fired and to fire a Bullet with each successive pull of the trigger until the stored ammunition is depleted."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000713 +cco:ont00000713 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Vehicle"@en ; + skos:definition "A Material Artifact that is designed to facilitate the movement of material entities from one location to another by conveying them there."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000714 +cco:ont00000714 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001192 ; + rdfs:label "Horn Antenna"@en ; + skos:altLabel "Microwave Horn"@en ; + skos:definition "A Radio Antenna that consists of a flaring metal waveguide shaped like a horn to direct radio waves in a beam and can be used on its own or as a feeder for larger antenna structures, such as Parabolic Antennas."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000715 +cco:ont00000715 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001381 ; + rdfs:label "Prosthesis"@en ; + skos:definition "A Medical Artifact that is designed to replace a missing body part."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000716 +cco:ont00000716 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Electric Battery"@en ; + skos:altLabel "Battery"@en ; + skos:definition "An Electrical Power Source that is designed to produce electric power by converting chemical energy to electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Battery_(electricity)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000719 +cco:ont00000719 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Counterfeit Instrument"@en ; + skos:definition "A Material Artifact that is designed to be a fake replica of some genuine Artifact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000720 +cco:ont00000720 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000020 ; + rdfs:label "Cryogenic Storage Dewar"@en ; + skos:definition "A Container that is designed to store a Portion of Cryogenic Material (such as liquid helium or liquid oxygen) and which consists of, minimally, walls that are constructed from two or more layers that are separated by a high vacuum to provide thermal insulation between the interior and exterior of the dewar."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000721 +cco:ont00000721 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000804 ; + rdfs:label "Polarizing Prism"@en ; + skos:definition "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000723 +cco:ont00000723 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000781 ; + rdfs:label "Vehicle Control System"@en ; + skos:definition "A Control System that is designed to enable some Agent to control some Vehicle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000724 +cco:ont00000724 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001192 ; + rdfs:label "Parabolic Antenna"@en ; + skos:altLabel "Dish Antenna"@en , + "Parabolic Dish"@en ; + skos:definition "A Radio Antenna that uses a parabolic reflector to direct or receive radio waves and has a very high gain."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000727 +cco:ont00000727 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Communication Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000728 +cco:ont00000728 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000215 ; + rdfs:comment "The submillimeter waveband is between the far-infrared and microwave wavebands and is typically taken to have a wavelength of between a few hundred micrometers and a millimeter."@en ; + rdfs:label "Submillimeter Wavelength Radio Telescope"@en ; + skos:altLabel "Microwave Telescope"@en ; + skos:definition "A Radio Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves from the submillimeter waveband (i.e. microwaves) to form an enhanced image of the Object."@en ; + cco:ont00001754 "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000730 +cco:ont00000730 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Hydraulic Power Transfer Unit"@en ; + skos:definition "A Material Artifact that is designed to transfer hydraulic power from one of an Aircraft's hydraulic systems to another in the event that a system has failed or been turned off."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000734 +cco:ont00000734 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000552 ; + rdfs:label "Land Mine"@en ; + skos:definition "An Explosive Weapon that is designed to be concealed under or on the ground and to detonate as its target passes over or near it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000736 +cco:ont00000736 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Transducer"@en ; + skos:definition "A Material Artifact that is designed to convert one form of energy to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000740 +cco:ont00000740 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000002 ; + rdfs:comment "This class is designed to group continuants according to a very broad criterion and is not intended to be used as a parent class for entities that can be more specifically represented under another class. Hence, Natural Resource may be an appropriate subtype but Money, Oil, and Gold Mine are not."@en ; + rdfs:label "Resource"@en ; + skos:definition "A Continuant that is owned by, in the possession of, or is otherwise controlled by an Agent such that it could be used by that Agent."@en ; + skos:example "a group of interns" , + "a knowledge base" , + "a plot of land" , + "a software program" , + "a sum of money" , + "a vehicle" ; + skos:scopeNote "Resources are Resources for some Agent. If no instance of Agent existed, no instance of Resource would exist either. It is not a requirement that something be valuable in order for it to be a Resource. Thus the value of something can drastically change without altering whether that thing is a Resource."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000742 +cco:ont00000742 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Ignition System"@en ; + skos:definition "A Material Artifact that is designed to produce an Ignition process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000743 +cco:ont00000743 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000702 ; + rdfs:label "Chart"@en ; + skos:definition "An Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@en ; + cco:ont00001754 "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000746 +cco:ont00000746 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000638 ; + rdfs:label "Combustion Engine"@en ; + skos:definition "A Heat Engine that is designed to convert thermal energy that is generated through a local Combustion process into mechanical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000747 +cco:ont00000747 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000549 ; + rdfs:label "Canal"@en ; + skos:definition "A Water Transportation Artifact that is an artificial Hydrographic Feature designed to convey water or enable Watercraft to travel inland."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000748 +cco:ont00000748 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Bullet"@en ; + skos:definition "A Portion of Ammunition that is designed to be projected by a Firearm, Sling, Slingshot, or Air Gun, but which does not (typically) contain explosives."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000756 +cco:ont00000756 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Database"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some set of specific Information Content Entities and to be rapidly searchable and retrievable."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000758 +cco:ont00000758 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Component Role"@en ; + skos:definition "A Role that inheres in an entity having a discrete structure in virtue of that entity being part of a system considered at a particular level of analysis."@en ; + cco:ont00001754 "ISO/IEC. 1998. Information Technology ― System and Software Integrity Levels Geneva, Switzerland: International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC). ISO/IEC. 15026:1998. : 3.1"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000762 +cco:ont00000762 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000415 ; + rdfs:label "Fungicide Artifact Function"@en ; + skos:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some fungus or fungal spore."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000764 +cco:ont00000764 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000504 ; + rdfs:label "Optical Focusing Artifact Function"@en ; + skos:definition "An Optical Processing Artifact Function that is realized by an Artifact participating in a light focusing event in which the Artifact causes the light beam to converge on a target spatial point."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000767 +cco:ont00000767 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "A Lubrication System typical consists of a reservoir, pump, heat exchanger, filter, regulator, valves, sensors, pipes, and hoses. In some cases it also includes the passageways and openings within the artifact it is designed to lubricate. For example, the oil holes in a bearing and crankshaft."@en ; + rdfs:label "Lubrication System"@en ; + skos:definition "A Material Artifact that is designed to contain, transfer, and regulate the flow of lubricant to multiple locations in an Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000771 +cco:ont00000771 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Imaging Instrument"@en ; + skos:definition "A Material Artifact that is designed to produce images (visual representations) of an entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000774 +cco:ont00000774 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000199 ; + rdfs:label "Video Camera"@en ; + skos:definition "A Camera that is designed to form and digitally or physically record a continuous stream of subsequent images of an entity or scene such that the images can be played back in succession as a video."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000775 +cco:ont00000775 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000796 ; + rdfs:label "Locomotive"@en ; + skos:definition "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000776 +cco:ont00000776 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Signal Detection Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in the process of discerning between information-bearing patterns and random patterns, or noise, that distract from the information."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000777 +cco:ont00000777 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001221 ; + rdfs:label "Hydraulic Motor"@en ; + skos:definition "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000781 +cco:ont00000781 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Control System"@en ; + skos:definition "A Material Artifact that is designed to manage, command, direct, or regulate the behavior of at least one other Artifact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000785 +cco:ont00000785 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001320 ; + rdfs:label "Radio Repeater"@en ; + skos:definition "A Radio Transceiver that is designed to receive a radio signal, amplify it, and retransmit it (often on another frequency)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000788 +cco:ont00000788 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000634 ; + rdfs:label "Turbine Steam Engine"@en ; + skos:altLabel "Steam Turbine"@en ; + skos:definition "A Steam Engine that is designed to extract thermal energy from pressurized steam and use it to do mechanical work on a rotating output shaft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000790 +cco:ont00000790 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Direct Current Power Source"@en ; + skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000791 +cco:ont00000791 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Chemical Reaction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process that leads to the transformation of one set of chemical substances to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000792 +cco:ont00000792 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001009 ; + rdfs:label "Catadioptric Optical Telescope"@en ; + skos:altLabel "Catadioptric Telescope"@en ; + skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light through the use of a combination of Lenses and Mirrors to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000793 +cco:ont00000793 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Fuel Ventilation System"@en ; + skos:definition "A Fluid Control Artifact that is designed to allow air into the Fuel Tank to take the place of burned fuel."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000795 +cco:ont00000795 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Electrical Conduction Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized by an Artifact being used to conduct an electric current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000796 +cco:ont00000796 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000618 ; + rdfs:label "Rail Transport Vehicle"@en ; + skos:definition "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000798 +cco:ont00000798 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00000958 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000893 + ] ; + rdfs:label "Information Bearing Artifact"@en ; + skos:definition "A Material Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000799 +cco:ont00000799 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "List"@en ; + skos:definition "An Information Bearing Artifact that consists of one or more Information Bearing Artifacts that carry Information Content Entities and are the subjects of some Sequence Position Ordinality."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000804 +cco:ont00000804 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Prism"@en ; + skos:definition "An Optical Instrument that is designed to refract light and which consists of a transparent material with flat polished surfaces where at least two of these surfaces have an angle between them."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000806 +cco:ont00000806 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000581 ; + rdfs:label "Power Tool"@en ; + skos:definition "A Tool that is designed to be actuated by a Power Source and mechanism other than or in addition to manual labor."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000807 +cco:ont00000807 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000394 ; + rdfs:label "Compression Ignition Engine"@en ; + skos:definition "An Internal Combustion Engine that is designed to operate by igniting a portion of Fuel and Oxidizer mixture using heat generated via compression of the mixture."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000808 +cco:ont00000808 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Reactant Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which a substance or compound is added to a system in order to bring about a chemical reaction and is consumed in the course of the reaction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000809 +cco:ont00000809 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Submersible Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of operating while submerged in water."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000811 +cco:ont00000811 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Radio Wave Conversion Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact being used to convert electric power into radio waves or radio waves into electric power."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000813 +cco:ont00000813 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Nuclear Fuel"@en ; + skos:definition "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000816 +cco:ont00000816 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000255 ; + rdfs:label "Portion of Liquid Nitrogen"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000823 +cco:ont00000823 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001148 ; + rdfs:label "Optical Communication Artifact Function"@en ; + skos:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000825 +cco:ont00000825 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000346 ; + rdfs:label "Telecommunication Network Line"@en ; + skos:definition "A Communication Artifact that is designed to be the physical transmission medium that connects two or more Telecommunication Network Nodes within a Telecommunication Network to facilitate communication between the Nodes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000828 +cco:ont00000828 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001123 ; + rdfs:label "Pesticide Artifact Function"@en ; + skos:definition "A Poison Artifact Function that is realized in a process which causes illness in, or the death of, a living thing that is detrimental to humans or human concerns."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/pesticide" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000831 +cco:ont00000831 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000828 ; + rdfs:label "Herbicide Artifact Function"@en ; + skos:definition "A Pesticide Artifact Function that is realized in a process which causes harm to, or the death to, unwanted plants."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000838 +cco:ont00000838 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Fuel"@en ; + skos:definition "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000840 +cco:ont00000840 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000618 ; + rdfs:label "Bicycle"@en ; + skos:definition "A Ground Vehicle that consists of two wheels, one in front of the other, attached to a frame along with handlebars and pedals such that it is designed to receive its motive power from pedaling."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000841 +cco:ont00000841 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Explosive Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired beucase of the rapid increase in volume and release of energy in an extreme manner."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/explosive" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000843 +cco:ont00000843 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Solar Panel"@en ; + skos:definition "An Electrical Power Source that consists in part of one or more photovoltaic (i.e. solar) cells that convert light energy (photons) directly into electricity by means of the photovoltaic effect."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Solar_cell&oldid=1063439932"^^xsd:anyURI , + "https://en.wikipedia.org/w/index.php?title=Solar_panel&oldid=1064397496"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000848 +cco:ont00000848 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000088 ; + rdfs:label "Mounted Gun"@en ; + skos:definition "A Firearm that is designed to be fired while mounted."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000849 +cco:ont00000849 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000453 ; + rdfs:label "Heating System"@en ; + skos:definition "An Environment Control System that is designed to heat the air or objects in a Site."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000851 +cco:ont00000851 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001104 ; + rdfs:label "Light Machine Gun"@en ; + skos:definition "A Long Gun that is designed to fire bullets in quick succession from an ammunition belt or magazine and to be employed by an individual soldier, with or without assistance, and typically weighing 9-22 lbs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000856 +cco:ont00000856 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000182 ; + rdfs:label "Artifact History"@en ; + skos:definition "A History of an Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000857 +cco:ont00000857 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Ultra High Frequency Communication Instrument"@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Ultra High Frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000858 +cco:ont00000858 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000552 ; + rdfs:label "Improvised Explosive Device"@en ; + skos:definition "An Explosive Weapon that is designed to be used in non-conventional military action."@en ; + cco:ont00001753 "IED" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000864 +cco:ont00000864 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Public Safety Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of preventing and responding to events that could endanger the safety of the general public from significant danger, injury/harm, or damage, such as crimes or disasters (natural or man-made)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000868 +cco:ont00000868 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001173 ; + rdfs:label "Rocket Pod"@en ; + skos:definition "A Rocket Launcher that is designed to contain several Unguided Rockets held in individual tubes and to be used by Aircraft or Helicopters for close air support."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000869 +cco:ont00000869 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000199 ; + rdfs:label "Optical Camera"@en ; + skos:definition "A Camera that is designed to form and record an image generated from visible light."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000870 +cco:ont00000870 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Infrastructure System"@en ; + skos:altLabel "Infrastructure"@en ; + skos:definition "A Material Entity that is composed of elements bearing Infrastructure Roles and is by itself sufficient to provide a planned service or benefit to some organization that maintains its elements."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000874 +cco:ont00000874 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Video"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in the form of a sequence of representations that are presented sufficiently rapidly to create the appearance of motion and continuity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000877 +cco:ont00000877 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000723 ; + rdfs:label "Brake Control System"@en ; + skos:definition "A Vehicle Control System that is designed to control the process of braking with the aim of preventing rolling, skidding, and hydroplaning."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000878 +cco:ont00000878 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000325 ; + rdfs:label "Identification Friend or Foe Transponder"@en ; + skos:altLabel "IFF"@en ; + skos:definition "A Radio Transponder that is designed to automatically transmit a predefined signal in response to receiving an appropriate interrogation signal such that the entity it is located on can be positively identified as friendly."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000880 +cco:ont00000880 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Religious Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes related to worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000886 +cco:ont00000886 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000422 ; + rdfs:label "Wired Communication Reception Artifact Function"@en ; + skos:definition "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs via a direct connection using an electrical conductor."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000888 +cco:ont00000888 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "High Frequency Communication Instrument"@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000893 +cco:ont00000893 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "An empty notebook, when manufactured, is a medium but not yet a carrier of information content. However, a book, in the sense of a novel or collection of philosophical essays or poems, depends necessarily on it carrying some information content. Thus, there are no empty books. Likewise, there are no empty databases, only portions of digital storage that have not yet been configured to carry some information content according to a database software application."@en ; + rdfs:label "Information Medium Artifact"@en ; + skos:definition "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; + skos:example "A magnetic hard drive" , + "A notebook" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000897 +cco:ont00000897 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:comment "Oxidizers are essential participants in many processes including combustion and rusting. Hence, a portion of oxidizer must always be present along with a portion of fuel in order for combustion to occur."@en ; + rdfs:label "Portion of Oxidizer"@en ; + skos:altLabel "Portion of Oxidant"@en , + "Portion of Oxidizing Agent"@en ; + skos:definition "A Portion of Material that is disposed to steal electrons from other substances (i.e. to oxidize other substances) as a participant in a reduction-oxidation process."@en ; + skos:example "oxygen, hydrogen peroxide, chlorine, sulfiric acid, potassium nitrate" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000899 +cco:ont00000899 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "MSI Plessey Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000900 +cco:ont00000900 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001169 ; + rdfs:label "Radio Communication Relay Artifact Function"@en ; + skos:definition "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information without the use of wires from one Artifact to another for the purpose of communiction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000903 +cco:ont00000903 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000346 ; + rdfs:label "Radio Communication Instrument"@en ; + skos:definition "A Communication Instrument that is designed to enable communication between two or more entities via the use of radio waves."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000904 +cco:ont00000904 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000205 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001855 ; + owl:someValuesFrom cco:ont00000122 + ] ; + rdfs:label "Vehicle Track"@en ; + skos:definition "An Object Track for a Vehicle during some motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000906 +cco:ont00000906 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000690 ; + rdfs:label "Email Box"@en ; + skos:definition "A Telecommunication Instrument that is designed to be the delivery destination of Email Messages that are addressed to the corresponding Email Address."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000907 +cco:ont00000907 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000690 ; + rdfs:label "Telephone"@en ; + skos:altLabel "Phone"@en ; + skos:definition "A Telecommunication Instrument that is designed to provide point-to-point communication between agents by means of audio messages."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000909 +cco:ont00000909 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Emergency AC/DC Power Source"@en ; + skos:definition "An Electrical Power Source that is designed to provide electrical power in an emergency situation by means of both alternating current and direct current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000918 +cco:ont00000918 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000346 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000998 + ] ; + rdfs:label "Telecommunication Network Node"@en ; + skos:definition "A Communication Artifact that consists of a connection point, redistribution point, or endpoint that is designed to be part of a Telecommunication Network and can be either active or passive."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Node_(networking)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000919 +cco:ont00000919 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000575 ; + rdfs:label "Parts List"@en ; + skos:definition "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on another Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000928 +cco:ont00000928 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000796 ; + rdfs:label "Train Car"@en ; + skos:altLabel "Railroad Car"@en ; + skos:definition "A Rail Transport Vehicle that consists of a single Vehicle that is not a Train but is designed to be connected to other Train Cars along with at least one Locomotive to form a Train."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000929 +cco:ont00000929 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Part Role"@en ; + skos:definition "A Role that inheres in an entity in virtue of it being part of some other entity without being subject to further subdivision or disassembly without destruction of its designated use."@en ; + cco:ont00001754 "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000930 +cco:ont00000930 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001105 ; + rdfs:label "Nickel-metal Hydride Electric Battery"@en ; + skos:altLabel "NiMH Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that has a metal-hydride anode and nickel oxide hydroxide cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000931 +cco:ont00000931 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000326 ; + rdfs:label "UPC-A Barcode"@en ; + skos:definition "A UPC Barcode that consists of 12 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000932 +cco:ont00000932 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Computing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a computation process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000933 +cco:ont00000933 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000907 ; + rdfs:label "Landline Telephone"@en ; + skos:definition "A Telephone that is connected to a Telephone Network through a pair of wires."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000937 +cco:ont00000937 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Inhibiting Motion Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to inhibit the motion of some object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000938 +cco:ont00000938 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Financial Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of managing money."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000942 +cco:ont00000942 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000204 ; + rdfs:label "Sniper Rifle"@en ; + skos:definition "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000943 +cco:ont00000943 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001248 ; + rdfs:label "Ocular Prosthesis"@en ; + skos:definition "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000944 +cco:ont00000944 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000601 ; + rdfs:label "Thermal Imaging Artifact Function"@en ; + skos:definition "An Imaging Artifact Function that is realized during events in which an Artifact is used to create a visual representation of an entity using radiation from the far infrared region of the electromagnetic spectrum that the entity emits"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000945 +cco:ont00000945 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "X-ray Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing X-rays to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000947 +cco:ont00000947 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001100 ; + rdfs:label "Temperature Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Temperature of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000952 +cco:ont00000952 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000210 ; + rdfs:label "Electric Motor"@en ; + skos:altLabel "Electric Engine"@en ; + skos:definition "An Engine that is designed to convert electrical energy into mechanical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000954 +cco:ont00000954 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000870 ; + rdfs:label "Telecommunication Infrastructure"@en ; + skos:definition "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000956 +cco:ont00000956 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001086 ; + rdfs:label "Highway Interchange"@en ; + skos:definition "A Road Junction that is designed to enable Ground Vehicles to exit one or more Highways and enter another Highway without directly crossing any other traffic stream."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Interchange_(road)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000958 +cco:ont00000958 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000961 +cco:ont00000961 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Current Conversion Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized by processes in which some Artifact is used to convert some electrical current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000962 +cco:ont00000962 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000593 ; + rdfs:label "Portion of Liquid Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a liquid state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000963 +cco:ont00000963 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Fuel Transfer System"@en ; + skos:definition "A Fluid Control Artifact that is designed to facilitate the transfer of some Portion of Fuel from the Fuel Tank for use in some Engine."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000965 +cco:ont00000965 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000966 +cco:ont00000966 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "EAN Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000968 +cco:ont00000968 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000204 ; + rdfs:label "Assault Rifle"@en ; + skos:definition "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000972 +cco:ont00000972 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "EAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000980 +cco:ont00000980 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001084 ; + rdfs:label "Portion of Waste Material"@en ; + skos:definition "A Portion of Processed Material that serves no further use in terms of the initial user's own purposes of production, transformation, or consumption such that the Agent wants to dispose of it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000985 +cco:ont00000985 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001350 ; + rdfs:label "Thermal Insulation Artifact Function"@en ; + skos:definition "A Thermal Control Artifact Function that is realized during events in which an Artifact prevents or reduces the transfer of heat between objects that are in thermal contact or in range of radiative influence."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000988 +cco:ont00000988 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000804 ; + rdfs:label "Reflective Prism"@en ; + skos:definition "A Prism designed to reflect light in order to flip, invert, rotate, deviate, or displace a beam of light entering the Prism."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000993 +cco:ont00000993 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000961 ; + rdfs:label "Power Rectifying Artifact Function"@en ; + skos:definition "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert alternating current (AC) to direct current (DC)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000994 +cco:ont00000994 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Electrical Power Production Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized during events in which an Artifact is used to generate electrical power."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 +cco:ont00000995 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Material Artifact"@en ; + skos:definition "A Material Entity that was designed by some Agent to realize a certain Function."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000996 +cco:ont00000996 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Ramjet Engine"@en ; + skos:altLabel "Ramjet"@en ; + skos:definition "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air (without the use of an axial compressor) and decelerate it to subsonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000998 +cco:ont00000998 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001036 ; + rdfs:label "Telecommunication Network"@en ; + skos:definition "A Communication System that is designed to enable the transmission of information over significant distances between Telecommunication Endpoints via Telecommunication Network Nodes and Lines."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001000 +cco:ont00001000 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000252 ; + rdfs:label "Spray Nozzle"@en ; + skos:definition "A Nozzle that is designed to facilitate a conversion of the flow of a portion of liquid into a dynamic collection of drops dispersed in a portion of gas."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001002 +cco:ont00001002 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Message"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is relatively brief and to be transmitted from a sender to a recipient."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001003 +cco:ont00001003 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Cartridge"@en ; + skos:definition "A Portion of Ammunition that is designed to package a Bullet, a propellant substance, and a primer within a case that is designed to fit within the firing chamber of a Firearm."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001005 +cco:ont00001005 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Turbojet Air-Breathing Jet Engine"@en ; + skos:definition "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001007 +cco:ont00001007 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000928 ; + rdfs:label "Passenger Train Car"@en ; + skos:definition "A Train Car that is designed to transport passengers."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001008 +cco:ont00001008 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Biological Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, incapacity, or death by means of releasing disease-producing agents—such as bacteria, viruses, or fungi."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001009 +cco:ont00001009 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "Optical Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001011 +cco:ont00001011 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:label "Automobile"@en ; + skos:definition "A Ground Motor Vehicle that is designed to transport a small number of passengers while traveling on four tired wheels."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001012 +cco:ont00001012 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:comment "Further variants of GS1 DataBar have not been defined here."@en ; + rdfs:label "GS1 DataBar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001013 +cco:ont00001013 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Heating Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001015 +cco:ont00001015 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000646 ; + rdfs:label "Controlled-Access Highway"@en ; + skos:altLabel "Expressway"@en , + "Freeway"@en , + "Motorway"@en ; + skos:definition "A Highway that is designed for high-speed vehicular traffic, with all traffic flow and ingress/egress regulated."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001018 +cco:ont00001018 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000350 ; + rdfs:label "Equipment Cooling System"@en ; + skos:definition "A Cooling System that is designed to cool some piece of equipment."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001019 +cco:ont00001019 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000723 ; + rdfs:label "Steering Control System"@en ; + skos:definition "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001020 +cco:ont00001020 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000838 ; + rdfs:label "Portion of Gaseous Fuel"@en ; + skos:definition "A Portion of Fuel that is stored in a gaseous state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001024 +cco:ont00001024 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000394 ; + rdfs:label "Spark Ignition Engine"@en ; + skos:definition "An Internal Combustion Engine that is designed to operate by generating a spark to ignite a portion of Fuel and Oxidizer mixture."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001025 +cco:ont00001025 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Electric Generator"@en ; + skos:definition "An Electrical Power Source that is designed to convert mechanical energy to electrical energy for use in an external circuit."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001027 +cco:ont00001027 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000095 ; + rdfs:label "Trim Tab"@en ; + skos:definition "A Control Surface that is designed to counteract hydro-, aerodynamic, or other forces in order to stabilize the Vehicle it is part of in the desired Attitude."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001029 +cco:ont00001029 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Unguided Rocket"@en ; + skos:altLabel "Rocket"@en ; + skos:definition "A Portion of Ammunition that is designed to be a self-propelled, but unguided, projectile that delivers some payload (explosive or other) over relatively long distances through the use of a Rocket Engine."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001030 +cco:ont00001030 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000796 ; + rdfs:label "Train"@en ; + skos:altLabel "Railroad Train"@en , + "Railway Train"@en ; + skos:definition "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001034 +cco:ont00001034 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000774 ; + rdfs:label "Full Motion Video Camera"@en ; + skos:definition "A Video Camera that is designed to capture and record images of sufficiently high quality and in rapid enough succession that the resulting video supports smooth playback."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001036 +cco:ont00001036 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Communication System"@en ; + skos:definition "A Material Artifact that is designed to enable some Act of Communication by means of transmission systems, relay stations, tributary stations, and data terminal equipment, usually capable of interconnection and interoperation to form an integrated whole."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001038 +cco:ont00001038 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001105 ; + rdfs:label "Nickel Cadmium Electric Battery"@en ; + skos:altLabel "NiCad Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that has a cadmium anode and nickel oxide hydroxide cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001042 +cco:ont00001042 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Equipment Mount"@en ; + skos:definition "A Material Artifact that is designed to support an Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001043 +cco:ont00001043 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Aircraft"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001044 +cco:ont00001044 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Nuclear Radiation Detection Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to detect the presence of nuclear radiation particles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001045 +cco:ont00001045 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000319 ; + rdfs:label "Artifact Model"@en ; + skos:definition "A Directive Information Content Entity that prescribes a common set of Functions and Qualities to inhere in a set of artifact instances."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001046 +cco:ont00001046 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001002 ; + rdfs:label "Notification Message"@en ; + skos:definition "A Message that is designed to bear an Information Content Entity that describes a scenario that has been determined to merit attention by the recipient."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001049 +cco:ont00001049 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000288 ; + rdfs:label "Electrical Power Source"@en ; + skos:definition "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001050 +cco:ont00001050 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000716 ; + rdfs:label "Primary Cell Electric Battery"@en ; + skos:altLabel "Primary Cell Battery"@en ; + skos:definition "A Electric Battery that is designed for one-time use and not to be recharged."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001051 +cco:ont00001051 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Projectile Launcher"@en ; + skos:definition "A Weapon that is designed to inflict damage or harm by means of launching a high-velocity projectile at a target."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001054 +cco:ont00001054 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000499 ; + rdfs:label "Helical Antenna"@en ; + skos:definition "A Wire Antenna that consists of a conducting wire wound in the form of a helix that is typically mounted over a ground plane with a feed line connected between the bottom of the helix and the ground plane."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001060 +cco:ont00001060 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Fuel System"@en ; + skos:definition "A Material Artifact that is designed to pump, manage, and deliver some Portion of Fuel to the Propulsion System and Auxiliary Power Unit of some Vehicle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001061 +cco:ont00001061 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:label "Motorcycle"@en ; + skos:altLabel "Motorbike"@en ; + skos:definition "A Ground Motor Vehicle that is designed to transport a very small number of passengers (usually 1 or 2) while traveling on two or three tired wheels."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001064 +cco:ont00001064 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; + rdfs:label "Barcode"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear one or more geometric shapes that concretize some Directive Information Content Entity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001067 +cco:ont00001067 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Laser"@en ; + skos:definition "A Material Artifact that is designed to emit light coherently through a process of optical amplification based on the stimulated emission of electromagnetic radiation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001070 +cco:ont00001070 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Fluid Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which some Artifact is used to control the direction or flow of some fluid."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001071 +cco:ont00001071 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000713 + ] ; + rdfs:label "Payload Capacity"@en ; + skos:definition "An Artifact Function that inheres in a Vehicle that is designed to transport Payload, and which is typically characterized by the maximum Weight, Mass, or Volume of Payload that the Vehicle can transport."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001077 +cco:ont00001077 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000848 ; + rdfs:label "Heavy Machine Gun"@en ; + skos:definition "A Mounted Gun that is designed to fire ammunition greater than .50 caliber or 12.7mm ammunition in quick succession from an ammunition belt, and which typically weighs more than 30lbs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001082 +cco:ont00001082 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001145 ; + rdfs:label "Patch Receiver"@en ; + skos:definition "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001083 +cco:ont00001083 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000056 ; + rdfs:label "Air-Breathing Combustion Engine"@en ; + skos:definition "A Reaction Engine that functions by drawing a continuous stream of air into and through the Engine where it is compressed, mixed with a Portion of Fuel, ignited, and then expelled as exhaust gas."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001084 +cco:ont00001084 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Portion of Processed Material"@en ; + skos:definition "A Material Artifact that is the output of an Act of Artifact Processing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001085 +cco:ont00001085 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Reflection Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a reflection event in which the Artifact causes a change in a wavefront at an interface between the reflecting medium and the transmission medium such that the wavefront returns into the transmission medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001086 +cco:ont00001086 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Road Junction"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Junction_(road)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001087 +cco:ont00001087 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001306 ; + rdfs:label "Orientation Observation Artifact Function"@en ; + skos:altLabel "Attitude Observation Artifact Function"@en ; + skos:definition "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Orientation of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001092 +cco:ont00001092 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Electrical Power Storage Artifact Function"@en ; + skos:altLabel "Capacitance"@en ; + skos:definition "An Electrical Artifact Function that is realized during events in which an Artifact is used to store electrical power to be released at a later time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001093 +cco:ont00001093 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000475 ; + rdfs:label "Coin"@en ; + skos:definition "A Portion of Cash that consists of a flat, portable, round pieces of metal designed to bear some specified Financial Value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001095 +cco:ont00001095 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000363 ; + rdfs:label "Cellular Telecommunication Network"@en ; + skos:altLabel "Cellular Network"@en , + "Mobile Telecommunication Network"@en ; + skos:definition "A Wireless Telecommunication Network where the last link between the network and the end user is wireless and is distributed over service areas called cells."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001096 +cco:ont00001096 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001104 ; + rdfs:label "Submachine Gun"@en ; + skos:definition "An Long Gun that is designed to be have automatic-fire functionality, fire pistol-caliber ammunition that is magazine-fed, and which is usually smaller than other automatic firearms."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001097 +cco:ont00001097 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001278 ; + rdfs:label "Common Stock"@en ; + skos:definition "Stock that entitles its holder to voting on corporate decisions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001099 +cco:ont00001099 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Bridge"@en ; + skos:definition "A Land Transportation Artifact that is designed to span physical obstacles without closing the way underneath to enable Persons or Ground Vehicles to pass over the obstacles."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001100 +cco:ont00001100 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Measurement Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to measure one or more features of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001103 +cco:ont00001103 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00001045 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Artifact Model Name"@en ; + skos:definition "A Designative Information Content Entity that designates some Artifact Model."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001104 +cco:ont00001104 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000088 ; + rdfs:label "Long Gun"@en ; + skos:definition "A Firearm that is designed to have a longer barrel than a Hand Gun and to be fired while braced against the shoulder."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001105 +cco:ont00001105 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000716 ; + rdfs:label "Secondary Cell Electric Battery"@en ; + skos:altLabel "Rechargeable Battery"@en , + "Secondary Cell Battery"@en ; + skos:definition "An Electric Battery that is designed to be recharged."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001117 +cco:ont00001117 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000252 ; + rdfs:label "Propelling Nozzle"@en ; + skos:altLabel "Jet Nozzle"@en ; + skos:definition "A Nozzle that is used to convert a propulsion Engine into a Jet Engine and functions by using its narrowest part, the throat, to increase Pressure within the Engine by constricting flow, usually until the flow chokes, then expanding the exhaust stream to, or near to, atmospheric pressure, while forming it into a high speed jet to propel the Vehicle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001119 +cco:ont00001119 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001298 ; + rdfs:label "Document Form"@en ; + skos:definition "A Document having Document Fields as parts in which to write or select prescribed content."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Form_(document)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001121 +cco:ont00001121 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Scramjet Engine"@en ; + skos:altLabel "Scramjet"@en , + "Supersonic Combusting Ramjet"@en ; + skos:definition "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air at supersonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001123 +cco:ont00001123 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Poison Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process which causes illness in, or the death of, a living thing."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/poison" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001124 +cco:ont00001124 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Precision-Guided Missile"@en ; + skos:altLabel "Missile"@en ; + skos:definition "A Portion of Ammunition that is designed to be a self-propelled and precision-guided projectile that delivers some payload (explosive or other) over relatively long distances."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001129 +cco:ont00001129 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000113 ; + rdfs:label "Pressurization Control Artifact Function"@en ; + skos:definition "A Ventilation Control Artifact Function that is realized by processes in which some Artifact is used to control the partial pressure of air in some space."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001131 +cco:ont00001131 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "EAN-8 Barcode"@en ; + skos:definition "An EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001134 +cco:ont00001134 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Vehicle Frame"@en ; + skos:definition "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001135 +cco:ont00001135 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000838 ; + rdfs:label "Portion of Liquid Fuel"@en ; + skos:definition "A Portion of Fuel that is stored in a liquid state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001138 +cco:ont00001138 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000499 ; + rdfs:label "Beverage Antenna"@en ; + skos:definition "A Wire Antenna that consists of a horizontal wire one-half to two wavelengths long that is suspended above the ground with one end attached to the receiver feedline and the other grounded and which is typically used in the low and medium frequency radio bands."@en ; + cco:ont00001754 "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001139 +cco:ont00001139 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Spacecraft"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001140 +cco:ont00001140 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Flywheel"@en ; + skos:definition "A Material Artifact that is designed to store rotational energy such that it has a significant moment of inertia which enables it to resist changes in rotational speed."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001141 +cco:ont00001141 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:comment "The disposition will typically be a function of an artifact, which is often designed to be part of some Infrastructure system. But not always. In some cases an entity may be repurposed to be an element of some Infrastructure. In those cases it is a capability of that entity that supports the functioning of the system."@en ; + rdfs:label "Infrastructure Role"@en ; + skos:definition "A Role that inheres in the bearer of a Disposition and has been assigned to an Infrastructure System such that the realization of that Disposition is sometimes part of the functioning of the Infrastructure System."@en ; + cco:ont00001754 "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001145 +cco:ont00001145 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Radio Receiver"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device that is designed to extract information from radio waves intercepted by a Radio Antenna by using electronic filters to separate the desired radio frequency signal from other signals, an electronic amplifier to increase the power of the signal, and demodulation to recover the desired information."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001148 +cco:ont00001148 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000727 ; + rdfs:label "Electromagnetic Communication Artifact Function"@en ; + skos:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001150 +cco:ont00001150 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Portion of Ammunition"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by being projected toward its target at a significant Velocity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001151 +cco:ont00001151 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000893 ; + rdfs:label "Portion of Paper"@en ; + skos:definition "An Information Medium Artifact that is designed to bear some Information Content Entity by means of pressing together moist fibres of cellulose pulp derived from wood, rags, or grasses, and drying them into flexible sheets."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001153 +cco:ont00001153 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Damaging Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001155 +cco:ont00001155 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000601 ; + rdfs:label "Full Motion Video Imaging Artifact Function"@en ; + skos:definition "An Imaging Artifact Function that inheres in Artifacts that are designed to produce video of entities that is of high enough quality to make the represented motion appear continuous to human viewers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001156 +cco:ont00001156 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Information Line"@en ; + skos:definition "An Information Bearing Artifact that consists of a single line or row of some larger Information Bearing Artifact of which it is a part."@en ; + skos:example "a line in a computer file that bears a portion of code for some computer program" , + "a line of data in a database" , + "a line of text in a book" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001157 +cco:ont00001157 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000288 ; + rdfs:label "Hydraulic Power Source"@en ; + skos:definition "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001159 +cco:ont00001159 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000537 ; + rdfs:label "Bond"@en ; + skos:definition "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Bond_(finance)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001160 +cco:ont00001160 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Solvent Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in the dissolving of other substances (namely, solutes) without change in the former's chemical structure."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001161 +cco:ont00001161 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000719 ; + rdfs:label "Counterfeit Legal Instrument"@en ; + skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001168 +cco:ont00001168 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Reaction Mass"@en ; + skos:altLabel "Working Mass"@en ; + skos:definition "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001169 +cco:ont00001169 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Communication Relay Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information from one Artifact to another for the purpose of communiction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001172 +cco:ont00001172 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000593 ; + rdfs:label "Portion of Gelatinous Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a gelatinous state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001173 +cco:ont00001173 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Rocket Launcher"@en ; + skos:definition "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001174 +cco:ont00001174 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Electromagnetic Shielding Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which an electromagnetic field is blocked by barriers made of conductive or magnetic materials."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001178 +cco:ont00001178 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Railway Crossing"@en ; + skos:altLabel "Level Crossing"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Persons or Ground Vehicles to cross a Railway when traveling along a road or path that is perpendicular to and at the same elevation as the Railway at the point where they overlap."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001179 +cco:ont00001179 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000893 ; + rdfs:label "Digital Storage Device"@en ; + skos:definition "An Information Medium Artifact that is designed to bear some Information Content Entity by means of recording that information in digital (binary) format."@en ; + skos:example "A computer's Hard Disk Drive" , + "A portable USB Drive" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001181 +cco:ont00001181 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000287 ; + rdfs:label "Triple Inertial Navigation System"@en ; + skos:altLabel "Triple INS"@en ; + skos:definition "An Inertial Navigation System that is designed to use three redundant computers to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references, in such a way that eliminates the need for a navigator."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001185 +cco:ont00001185 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Rocket"@en ; + skos:definition "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001187 +cco:ont00001187 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Navigation System"@en ; + skos:definition "A Material Artifact that is designed to enable an Agent or Artifact to determine the position or direction of some object, usually for the purpose of monitoring or controlling the movement of some Vehicle from one place to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001188 +cco:ont00001188 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Denture"@en ; + skos:definition "A Prosthesis that is designed to replace missing teeth."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001192 +cco:ont00001192 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000092 ; + rdfs:label "Radio Antenna"@en ; + skos:definition "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Antenna_(radio)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001198 +cco:ont00001198 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000796 ; + rdfs:comment "In American-English, the term 'Railcar' is often used in a broader sense that is interchangeable with 'Railroad Car'."@en ; + rdfs:label "Railcar"@en ; + skos:definition "A Rail Transport Vehicle that consists of a single self-propelled Vehicle that is not a Train, is designed to transport passengers, and which may also be designed to connect to other Railcars to form a Train."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001200 +cco:ont00001200 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Structural Support Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact providing physical support to another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001201 +cco:ont00001201 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Trail"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001207 +cco:ont00001207 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Optical Lens"@en ; + skos:altLabel "Lens"@en ; + skos:definition "An Optical Instrument that is designed to focus or disperse a beam of light entering the lens by means of refraction."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Lens_(optics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001209 +cco:ont00001209 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000326 ; + rdfs:label "UPC-E Barcode"@en ; + skos:definition "A UPC Barcode that consists of 6 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001210 +cco:ont00001210 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Retail Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of selling goods or merchandise in small or individual lots for direct consumption by persons or organizations."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001211 +cco:ont00001211 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Lifting Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to lift some object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001216 +cco:ont00001216 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Periscope"@en ; + skos:definition "An Optical Instrument that is designed to enable observation of an object that is located over, around, or through another object, obstacle, or condition that prevents direct line-of-sight observation from the observer's current position."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001217 +cco:ont00001217 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000848 ; + rdfs:label "Medium Machine Gun"@en ; + skos:definition "A Mounted Gun that is designed to fire full-power rifle Cartridges (less than .50 caliber or 12.7mm) in quick succession from an ammunition belt, and which typically weighs 22-30 lbs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001218 +cco:ont00001218 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Signal Processing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001221 +cco:ont00001221 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000210 ; + rdfs:label "Physically Powered Engine"@en ; + skos:altLabel "Physical Engine"@en ; + skos:definition "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001222 +cco:ont00001222 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Solar Panel System"@en ; + skos:altLabel "Photovoltaic System"@en , + "Solar Array"@en ; + skos:definition "An Electrical Power Source that consists in part of one or more Solar Panels, a power inverter, electrical wiring between the components, a mounting and support structure, and may also include a battery and/or a solar tracking system and is the bearer of functions realized in processes of deriving, transferring, and storing electrical energy derived from light energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001223 +cco:ont00001223 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001145 ; + rdfs:label "Dish Receiver"@en ; + skos:definition "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001228 +cco:ont00001228 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Journal Article"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear a specific brief composition on a specific topic as part of a Journal Issue."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001229 +cco:ont00001229 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001050 ; + rdfs:label "Alkaline Electric Battery"@en ; + skos:definition "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001230 +cco:ont00001230 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000499 ; + rdfs:label "Rhombic Antenna"@en ; + skos:definition "A Wire Antenna that consists of one to three parallel wires suspended above the ground by poles or towers at each vertex in a rhombic shape with each of the four sides being the same length (typically at least one wavelength or longer)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001233 +cco:ont00001233 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Crushing Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of significant pressure."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/crushing" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001234 +cco:ont00001234 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Neutralization Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which an acid and a base react quantitatively with each other."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001240 +cco:ont00001240 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001148 ; + rdfs:label "Radio Communication Artifact Function"@en ; + skos:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001241 +cco:ont00001241 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Sensor Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes wherein its bearer is used to produce an output signal which reliably corresponds to changes in the artifact's environment."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001242 +cco:ont00001242 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000736 ; + rdfs:label "Actuator"@en ; + skos:definition "A Transducer that is designed to convert some control signal into mechanical motion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001243 +cco:ont00001243 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000253 ; + rdfs:label "Document Field"@en ; + skos:definition "An Information Bearing Entity that is a part of some document into which bearers of prescribed information can be written or selected."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001245 +cco:ont00001245 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 ; + rdfs:label "PDF417 Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001247 +cco:ont00001247 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000918 ; + rdfs:label "Telecommunication Endpoint"@en ; + skos:definition "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; + skos:scopeNote "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001248 +cco:ont00001248 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Artificial Eye"@en ; + skos:definition "A Prosthesis that is designed to replace a missing eye."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001249 +cco:ont00001249 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000453 ; + rdfs:label "Cabin Pressurization Control System"@en ; + skos:definition "An Environment Control System that is designed to control the process in which conditioned air is pumped into the Cabin of some Aircraft or Spacecraft in order to create a safe and comfortable environment for passengers and crew flying at high altitudes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001250 +cco:ont00001250 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000236 ; + rdfs:label "Interior Lighting System"@en ; + skos:definition "A Lighting System that is designed to emit light within the interior of some area."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001252 +cco:ont00001252 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000448 ; + rdfs:label "Propulsion Artifact Function"@en ; + skos:definition "A Motion Artifact Function that is realized in a process in which the bearer of the function creates force leading to an entity's movement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001253 +cco:ont00001253 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Fuel Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which a Portion of Fuel is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001254 +cco:ont00001254 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000156 ; + rdfs:label "Revolver"@en ; + skos:definition "A Hand Gun having a number of firing chambers in a revolving cylinder, where each chamber in the cylinder can be loaded with a single Cartridge."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001255 +cco:ont00001255 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000828 ; + rdfs:label "Insecticide Artifact Function"@en ; + skos:definition "A Pesticide Artifact Function that is realized in a process that causes harm to, or the death of, an insect."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001260 +cco:ont00001260 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "Code 39 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001264 +cco:ont00001264 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "Code 128 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001265 +cco:ont00001265 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001036 ; + rdfs:label "Public Address System"@en ; + skos:altLabel "PA System"@en ; + skos:definition "A Communication System that is designed to allow a Person to speak to a large audience."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001268 +cco:ont00001268 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "ISBN Barcode"@en ; + skos:definition "An EAN Barcode that is used to designate books."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001270 +cco:ont00001270 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000268 ; + rdfs:label "Howitzer"@en ; + skos:definition "A Cannon that is designed to have a relatively short barrel and to use relatively small propellant charges to propel projectiles in relatively high trajectories with a steep angle of descent."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001271 +cco:ont00001271 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001169 ; + rdfs:label "Wired Communication Relay Artifact Function"@en ; + skos:definition "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information by means of wires from one Artifact to another for the purpose of communiction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001273 +cco:ont00001273 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000569 + ] ; + rdfs:label "Sensor Modality Function"@en ; + skos:definition "A Sensor Artifact Function that inheres in some Sensor in virtue of the type of energy the Sensor is capable of converting into an output signal."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001275 +cco:ont00001275 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001353 ; + rdfs:label "Nominal Speed Artifact Function"@en ; + skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains a speed that does not exceed some specified tolerance of that Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001278 +cco:ont00001278 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000537 ; + rdfs:label "Stock"@en ; + skos:definition "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001281 +cco:ont00001281 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Emulsifier Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which two or more liquids that are normally immiscible are mixed."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001282 +cco:ont00001282 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000598 ; + rdfs:label "Hydraulic Valve"@en ; + skos:definition "A Valve that is designed to regulate, direct, or control the flow of a liquid by opening, closing, or partially obstructing various passageways."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001288 +cco:ont00001288 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Round Shot"@en ; + skos:definition "A Portion of Ammunition that is designed to be a solid projectile without explosive charge and to be fired from a cannon."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001292 +cco:ont00001292 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:label "Bus"@en ; + skos:definition "A Ground Motor Vehicle that is designed to transport a large number of people and to travel on six or more tired wheels."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001298 +cco:ont00001298 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Document"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in a series of paragraphs of text or diagrams in the form of physical pieces of paper or an electronic word processor file."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001299 +cco:ont00001299 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000344 ; + rdfs:label "Wetting Agent Artifact Function"@en ; + skos:definition "A Surfactant Artifact Function that is realized in a process that reduces the water repellent tendency of a substance thereby allowing it to become wet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001300 +cco:ont00001300 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001192 ; + rdfs:label "Patch Antenna"@en ; + skos:altLabel "Microstrip Patch Antenna"@en , + "Rectangular Microstrip Antenna"@en ; + skos:definition "A Radio Antenna that consists of a flat rectangular sheet (or patch) of metal mounted over a larger sheet of metal called a ground plane which is typically contained inside a plastic radome for protection and is small enough that it can be mounted on a flat surface."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 +cco:ont00001301 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Service Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001303 +cco:ont00001303 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001306 ; + rdfs:label "Position Observation Artifact Function"@en ; + skos:definition "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the position of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001304 +cco:ont00001304 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000575 ; + rdfs:label "Dimension Specification"@en ; + skos:definition "An Quality Specification that prescribes some Size Quality."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001306 +cco:ont00001306 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Observation Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to collect information about a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001310 +cco:ont00001310 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Covering Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which an entity is covered."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/covering" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001313 +cco:ont00001313 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Article of Clothing"@en ; + skos:definition "A Material Artifact that is designed to cover some portion of a body."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001316 +cco:ont00001316 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001042 ; + rdfs:label "Gimbal"@en ; + skos:definition "An Equipment Mount that consists of a pivoted support that allows an Artifact to Rotate about one or more Axes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001319 +cco:ont00001319 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000427 ; + rdfs:comment "Tank firepower is normally provided by a large-caliber main gun mounted in a rotating turret, which is supported by secondary machine guns. A tank's heavy armour and all-terrain mobility provide protection for both the tank and its crew, allowing it to perform all primary tasks of the armoured troops on the battlefield."@en ; + rdfs:label "Tank"@en ; + skos:definition "An Armored Fighting Vehicle that is designed to carry heavy firepower, have a powerful Engine, and travel on one or more continuous tracks such that it is suitable for front-line combat and can provide operational maneuverability as well as tactical offensive and defensive capabilities."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001320 +cco:ont00001320 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Radio Transceiver"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device composed of both a Radio Transmitter and a Radio Receiver that share common circuitry or a single housing."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001321 +cco:ont00001321 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001105 ; + rdfs:label "Lead Acid Electric Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001323 +cco:ont00001323 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Bearing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which the Artifact constrains relative motion to only the desired motion, and reduces friction between moving parts."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001326 +cco:ont00001326 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000254 ; + rdfs:label "Land Transportation Artifact"@en ; + skos:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another via land."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001329 +cco:ont00001329 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Education Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of transmiting accumulated knowledge skills and values from one generation to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001341 +cco:ont00001341 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001342 +cco:ont00001342 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000427 ; + rdfs:label "Infantry Fighting Vehicle"@en ; + skos:definition "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; + skos:scopeNote "Infantry Fighting Vehicles (IFVs) are differentiated from Armored Personnel Carriers (APCs) because they are designed to give direct fire support to the dismounted infantry and so usually have significantly enhanced armament. IFVs also often have improved armour and firing ports (allowing the infantry to fire personal weapons while mounted)."@en ; + cco:ont00001753 "IFV" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001343 +cco:ont00001343 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Circuit Breaker"@en ; + skos:definition "A Material Artifact that is designed to protect an electrical circuit from damage caused by excess current from an overload or short circuit."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001346 +cco:ont00001346 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Legal Instrument"@en ; + skos:definition "A Material Artifact that is designed as a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001350 +cco:ont00001350 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Thermal Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact increasing, decreasing, or maintaining the temperature of itself, a part of itself, or another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001353 +cco:ont00001353 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000448 ; + rdfs:label "Speed Artifact Function"@en ; + skos:definition "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001355 +cco:ont00001355 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000928 ; + rdfs:label "Freight Train Car"@en ; + skos:altLabel "Freight Car"@en ; + skos:definition "A Train Car that is designed to transport cargo."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001361 +cco:ont00001361 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Healing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which health is restored to an unbalanced, diseased, or damaged organism."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001365 +cco:ont00001365 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001353 ; + rdfs:label "Maximum Speed Artifact Function"@en ; + skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the highest speed at which that Artifact is designed to operate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001366 +cco:ont00001366 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Powering Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to supply power to some Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001368 +cco:ont00001368 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001306 ; + rdfs:label "Motion Observation Artifact Function"@en ; + skos:definition "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Motion of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001370 +cco:ont00001370 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Machine Bearing"@en ; + skos:definition "A Material Artifact that is designed to constrain relative motion to only desired motion and reduces friction between moving parts."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001371 +cco:ont00001371 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Electromagnetic Induction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact that is used to produce electromotive force across an electrical conductor due to its dynamic interaction with a magnetic field."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001372 +cco:ont00001372 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000437 ; + rdfs:label "Fertilizer Artifact Function"@en ; + skos:definition "An Enhancing Artifact Function that is realized in processes of supplying soilds or plant tissues with one or more plant nutrients essential to growth."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001373 +cco:ont00001373 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Bow"@en ; + skos:definition "A Projectile Launcher that is designed to launch Arrows."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001378 +cco:ont00001378 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Hospitality Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of accommodation food and beverage meeting and events gaming entertainment and recreation tourism services and visitor information."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001381 +cco:ont00001381 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Medical Artifact"@en ; + skos:definition "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001382 +cco:ont00001382 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000475 ; + rdfs:label "Electronic Cash"@en ; + skos:definition "A Portion of Cash that consists of Bytes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001999 +cco:ont00001999 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:comment """Although its basic function remains the same, a Filter can be used in 2 different ways: +(1) to allow only the desired entities to pass through (e.g. removing dirt from engine oil); or +(2) to allow everything except the desired entities to pass through (e.g. panning for gold)."""@en ; + rdfs:label "Filter Function"@en ; + skos:definition "An Artifact Function that is realized in a process where entities of a specific type or which have specified properties enter it or pass through it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/CommonCoreOntologiesMerged.ttl b/src/cco-iris/CommonCoreOntologiesMerged.ttl new file mode 100644 index 00000000..e60b0aa9 --- /dev/null +++ b/src/cco-iris/CommonCoreOntologiesMerged.ttl @@ -0,0 +1,19756 @@ +@prefix : . +@prefix owl: . +@prefix obo: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "A stand-alone file containing the eleven mid-level Common Core Ontologies plus BFO. Provided for use-cases where one file representing a specific release of CCO and its imports is desirable."@en ; + rdfs:label "Common Core Ontologies Merged"@en ; + owl:versionInfo "Depends on http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl, obtained 11/03/2024."@en , + "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/contributor + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/identifier + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/license + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/bibliographicCitation +dcterms:bibliographicCitation rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/contributor +dcterms:contributor rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created +dcterms:created rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator +dcterms:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/description +dcterms:description rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/license +dcterms:license rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/title +dcterms:title rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#altLabel +skos:altLabel rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition +skos:definition rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote +skos:editorialNote rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example +skos:example rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel +skos:prefLabel rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote +skos:scopeNote rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001735 +cco:ont00001735 rdf:type owl:AnnotationProperty ; + rdfs:label "query text"@en ; + skos:definition "The text of a query that is associated with a class"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001737 +cco:ont00001737 rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal definition"@en ; + skos:definition "A Definition that is taken directly from a Doctrinal Source."@en ; + skos:scopeNote "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf skos:definition . + + +### https://www.commoncoreontologies.org/ont00001738 +cco:ont00001738 rdf:type owl:AnnotationProperty ; + rdfs:label "SI unit label"@en ; + skos:definition "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:subPropertyOf skos:altLabel . + + +### https://www.commoncoreontologies.org/ont00001739 +cco:ont00001739 rdf:type owl:AnnotationProperty ; + rdfs:label "ordinal measurement annotation"@en ; + skos:definition "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001746 . + + +### https://www.commoncoreontologies.org/ont00001740 +cco:ont00001740 rdf:type owl:AnnotationProperty ; + rdfs:label "SI unit symbol"@en ; + skos:definition "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001753 . + + +### https://www.commoncoreontologies.org/ont00001741 +cco:ont00001741 rdf:type owl:AnnotationProperty ; + rdfs:label "nominal measurement annotation"@en ; + skos:definition "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001746 . + + +### https://www.commoncoreontologies.org/ont00001742 +cco:ont00001742 rdf:type owl:AnnotationProperty ; + rdfs:label "term creator"@en ; + skos:definition "The name of the Term Editor who added the term to the ontology."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001762 . + + +### https://www.commoncoreontologies.org/ont00001743 +cco:ont00001743 rdf:type owl:AnnotationProperty ; + rdfs:label "content license"@en ; + skos:definition "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001744 +cco:ont00001744 rdf:type owl:AnnotationProperty ; + rdfs:label "copyright"@en ; + skos:definition "An assertion of copyright"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001745 +cco:ont00001745 rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal source"@en ; + skos:definition "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001754 . + + +### https://www.commoncoreontologies.org/ont00001746 +cco:ont00001746 rdf:type owl:AnnotationProperty ; + rdfs:label "measurement annotation"@en ; + skos:definition "A measurement value of an instance of a quality, realizable or process profile"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001747 +cco:ont00001747 rdf:type owl:AnnotationProperty ; + rdfs:label "ratio measurement annotation"@en ; + skos:definition "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001746 . + + +### https://www.commoncoreontologies.org/ont00001748 +cco:ont00001748 rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal label"@en ; + skos:definition "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ; + skos:scopeNote "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf skos:altLabel . + + +### https://www.commoncoreontologies.org/ont00001749 +cco:ont00001749 rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal acronym"@en ; + skos:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001753 . + + +### https://www.commoncoreontologies.org/ont00001752 +cco:ont00001752 rdf:type owl:AnnotationProperty ; + rdfs:label "has token unit"@en ; + skos:definition "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001753 +cco:ont00001753 rdf:type owl:AnnotationProperty ; + rdfs:label "acronym"@en ; + skos:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf skos:altLabel . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty ; + rdfs:label "definition source"@en ; + skos:definition "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001756 +cco:ont00001756 rdf:type owl:AnnotationProperty ; + rdfs:label "interval measurement annotation"@en ; + skos:definition "A interval measurement value of an instance of a quality, realizable or process profile "@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001746 . + + +### https://www.commoncoreontologies.org/ont00001757 +cco:ont00001757 rdf:type owl:AnnotationProperty ; + rdfs:label "designator annotation"@en ; + skos:definition "A name or other identifier that is used to designate an individual."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001758 +cco:ont00001758 rdf:type owl:AnnotationProperty ; + rdfs:label "http query string"@en ; + skos:definition "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001759 +cco:ont00001759 rdf:type owl:AnnotationProperty ; + rdfs:label "code license"@en ; + skos:definition "The name and description of the license under which the .owl file is released."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty ; + rdfs:label "is curated in ontology"@en ; + skos:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001761 +cco:ont00001761 rdf:type owl:AnnotationProperty ; + rdfs:label "is tokenized by"@en ; + skos:definition "A relation between an information content entity and a widely used token used to express it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001762 +cco:ont00001762 rdf:type owl:AnnotationProperty ; + rdfs:label "term editor"@en ; + skos:definition "The name of a person who contributed to the development or enhancement of the term."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000054 +obo:BFO_0000054 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000055 ; + rdfs:domain obo:BFO_0000017 ; + rdfs:range obo:BFO_0000015 ; + "206-BFO" ; + rdfs:label "has realization"@en ; + skos:altLabel "realized in"@en ; + skos:definition "b has realization c =Def c realizes b"@en ; + skos:example "As for realizes"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000055 +obo:BFO_0000055 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000017 ; + "059-BFO" ; + rdfs:label "realizes"@en ; + skos:definition "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ; + skos:example "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000056 +obo:BFO_0000056 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000057 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range obo:BFO_0000015 ; + "250-BFO" ; + rdfs:label "participates in"@en ; + skos:definition "(Elucidation) participates in holds between some b that is either a specifically dependent continuant or generically dependent continuant or independent continuant that is not a spatial region & some process p such that b participates in p some way"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000057 +obo:BFO_0000057 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + "248-BFO" ; + rdfs:label "has participant"@en ; + skos:definition "p has participant c =Def c participates in p"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000058 +obo:BFO_0000058 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000059 ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000020 + ) + ] ; + "258-BFO" ; + rdfs:label "is concretized by"@en ; + skos:definition "c is concretized by b =Def b concretizes c"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000059 +obo:BFO_0000059 rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000020 + ) + ] ; + rdfs:range obo:BFO_0000031 ; + "256-BFO" ; + rdfs:label "concretizes"@en ; + skos:definition "b concretizes c =Def b is a process or a specifically dependent continuant & c is a generically dependent continuant & there is some time t such that c is the pattern or content which b shares at t with actual or potential copies"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000062 +obo:BFO_0000062 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000063 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "213-BFO" ; + rdfs:label "preceded by"@en ; + skos:definition "b preceded by c =Def b precedes c"@en ; + skos:example "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000063 +obo:BFO_0000063 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "270-BFO" ; + rdfs:label "precedes"@en ; + skos:definition "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en ; + skos:example "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en ; + skos:scopeNote "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t." , + "Precedes defines a strict partial order on occurrents." . + + +### http://purl.obolibrary.org/obo/BFO_0000066 +obo:BFO_0000066 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000183 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000040 + ) + ] ; + "143-BFO" ; + rdfs:label "occurs in"@en ; + skos:definition "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en ; + skos:example "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000084 +obo:BFO_0000084 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000101 ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + "252-BFO" ; + rdfs:label "generically depends on"@en ; + skos:altLabel "g-depends on"@en ; + skos:definition "b generically depends on c =Def b is a generically dependent continuant & c is an independent continuant that is not a spatial region & at some time t there inheres in c a specifically dependent continuant which concretizes b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000101 +obo:BFO_0000101 rdf:type owl:ObjectProperty ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range obo:BFO_0000031 ; + "254-BFO" ; + rdfs:label "is carrier of"@en ; + skos:definition "b is carrier of c =Def there is some time t such that c generically depends on b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000108 +obo:BFO_0000108 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range obo:BFO_0000008 ; + "118-BFO" ; + rdfs:label "exists at"@en ; + skos:definition "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ; + skos:example "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000115 +obo:BFO_0000115 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000178 ; + owl:inverseOf obo:BFO_0000129 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000040 ; + "230-BFO" ; + rdfs:label "has member part"@en ; + skos:definition "b has member part c =Def c member part of b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000117 +obo:BFO_0000117 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000132 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "202-BFO" ; + rdfs:label "has occurrent part"@en ; + skos:definition "b has occurrent part c =Def c occurrent part of b"@en ; + skos:example "Mary's life has occurrent part Mary's 5th birthday"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000121 +obo:BFO_0000121 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000117 ; + owl:inverseOf obo:BFO_0000139 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "211-BFO" ; + rdfs:label "has temporal part"@en ; + skos:definition "b has temporal part c =Def c temporal part of b"@en ; + skos:example "Your life has temporal part the first year of your life"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000124 +obo:BFO_0000124 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000171 ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + "236-BFO" ; + rdfs:label "location of"@en ; + skos:definition "b location of c =Def c located in b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000127 +obo:BFO_0000127 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000218 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000016 ; + "244-BFO" ; + rdfs:label "material basis of"@en ; + skos:definition "b material basis of c =Def c has material basis b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000129 +obo:BFO_0000129 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000176 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000040 ; + "228-BFO" ; + rdfs:label "member part of"@en ; + skos:definition "b member part of c =Def b is an object & c is a material entity & there is some time t such that b continuant part of c at t & there is a mutually exhaustive and pairwise disjoint partition of c into objects x1, ..., xn (for some n ≠ 1) with b = xi (for some 1 <= i <= n)"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000132 +obo:BFO_0000132 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "003-BFO" ; + rdfs:label "occurrent part of"@en ; + skos:definition "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ; + skos:example "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000139 +obo:BFO_0000139 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000132 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "078-BFO" ; + rdfs:label "temporal part of"@en ; + skos:definition "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en ; + skos:example "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000153 +obo:BFO_0000153 rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain obo:BFO_0000011 ; + rdfs:range obo:BFO_0000008 ; + "080-BFO" ; + rdfs:label "temporally projects onto"@en ; + skos:definition "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en ; + skos:example "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000171 +obo:BFO_0000171 rdf:type owl:ObjectProperty ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + "234-BFO" ; + rdfs:label "located in"@en ; + skos:definition "b located in c =Def b is an independent continuant & c is an independent & neither is a spatial region & there is some time t such that the spatial region which b occupies at t is continuant part of the spatial region which c occupies at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000176 +obo:BFO_0000176 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000178 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000002 ; + "221-BFO" ; + rdfs:label "continuant part of"@en ; + skos:definition "b continuant part of c =Def b and c are continuants & there is some time t such that b and c exist at t & b continuant part of c at t"@en ; + skos:example "Milk teeth continuant part of human; surgically removed tumour continuant part of organism"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000178 +obo:BFO_0000178 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000002 ; + "271-BFO" ; + rdfs:label "has continuant part"@en ; + skos:definition "b has continuant part c =Def c continuant part of b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000183 +obo:BFO_0000183 rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000040 + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + "267-BFO" ; + rdfs:label "environs"@en ; + skos:altLabel "contains process"@en ; + skos:definition "b environs c =Def c occurs in b"@en ; + skos:example "Mouth environs process of mastication; city environs traffic"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000184 +obo:BFO_0000184 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000185 ; + rdf:type owl:FunctionalProperty , + owl:InverseFunctionalProperty ; + rdfs:domain obo:BFO_0000182 ; + rdfs:range obo:BFO_0000040 ; + "144-BFO" ; + rdfs:label "history of"@en ; + skos:definition "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en ; + skos:example "This life is the history of this organism"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000185 +obo:BFO_0000185 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000182 ; + "145-BFO" ; + rdfs:label "has history"@en ; + skos:definition "b has history c =Def c history of b"@en ; + skos:example "This organism has history this life"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000194 +obo:BFO_0000194 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000195 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range obo:BFO_0000020 ; + "260-BFO" ; + rdfs:label "specifically depended on by"@en ; + skos:altLabel "s-depended on by"@en ; + skos:definition "b specifically depended on by c =Def c specifically depends on b"@en ; + skos:example "Coloured object specifically depended on by colour"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000195 +obo:BFO_0000195 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + "012-BFO" ; + rdfs:label "specifically depends on"@en ; + skos:altLabel "s-depends on"@en ; + skos:definition "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en ; + skos:example "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en ; + skos:scopeNote "The analogue of specifically depends on for occurrents is has participant."@en . + + +### http://purl.obolibrary.org/obo/BFO_0000196 +obo:BFO_0000196 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000194 ; + owl:inverseOf obo:BFO_0000197 ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range obo:BFO_0000020 ; + "053-BFO" ; + rdfs:label "bearer of"@en ; + skos:definition "b bearer of c =Def c inheres in b"@en ; + skos:example "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000197 +obo:BFO_0000197 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000195 ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + "051-BFO" ; + rdfs:label "inheres in"@en ; + skos:definition "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en ; + skos:example "A shape inheres in a shaped object; a mass inheres in a material entity"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000199 +obo:BFO_0000199 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001874 ; + rdf:type owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + rdfs:range obo:BFO_0000008 ; + "132-BFO" ; + rdfs:label "occupies temporal region"@en ; + skos:definition "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ; + skos:example "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000200 +obo:BFO_0000200 rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + rdfs:range obo:BFO_0000011 ; + "082-BFO" ; + rdfs:label "occupies spatiotemporal region"@en ; + skos:definition "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en ; + skos:example "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000210 +obo:BFO_0000210 rdf:type owl:ObjectProperty ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range obo:BFO_0000006 ; + "232-BFO" ; + rdfs:label "occupies spatial region"@en ; + skos:definition "b occupies spatial region r =Def b is an independent continuant that is not a spatial region & r is a spatial region & there is some time t such that every continuant part of b occupies some continuant part of r at t and no continuant part of b occupies any spatial region that is not a continuant part of r at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000216 +obo:BFO_0000216 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000011 ; + rdfs:range obo:BFO_0000006 ; + "246-BFO" ; + rdfs:label "spatially projects onto"@en ; + skos:definition "(Elucidation) spatially projects onto is a relation between some spatiotemporal region b and spatial region c such that at some time t, c is the spatial extent of b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000218 +obo:BFO_0000218 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000040 ; + "242-BFO" ; + rdfs:label "has material basis"@en ; + skos:definition "b has material basis c =Def b is a disposition & c is a material entity & there is some d bearer of b & there is some time t such that c is a continuant part of d at t & d has disposition b because c is a continuant part of d at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . + + +### http://purl.obolibrary.org/obo/BFO_0000221 +obo:BFO_0000221 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000222 ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000008 ; + "268-BFO" ; + rdfs:label "first instant of"@en ; + skos:definition "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ; + skos:example "An hour starting at midnight yesterday has first instant midnight yesterday"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000222 +obo:BFO_0000222 rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range obo:BFO_0000203 ; + "261-BFO" ; + rdfs:label "has first instant"@en ; + skos:definition "t has first instant t' =Def t' first instant of t"@en ; + skos:example "The first hour of a year has first instant midnight on December 31"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000223 +obo:BFO_0000223 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000224 ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000008 ; + "269-BFO" ; + rdfs:label "last instant of"@en ; + skos:definition "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ; + skos:example "Last midnight is the last instant of yesterday"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000224 +obo:BFO_0000224 rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range obo:BFO_0000203 ; + "215-BFO" ; + rdfs:label "has last instant"@en ; + skos:definition "t has last instant t' =Def t' last instant of t"@en ; + skos:example "The last hour of a year has last instant midnight December 31"@en . + + +### https://www.commoncoreontologies.org/ont00001774 +cco:ont00001774 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + owl:inverseOf cco:ont00001883 ; + rdfs:label "has brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001775 +cco:ont00001775 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001928 ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + rdfs:label "is successor of"@en ; + skos:definition "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001776 +cco:ont00001776 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001876 ; + rdfs:label "has grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001777 +cco:ont00001777 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000117 ; + owl:inverseOf cco:ont00001857 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "has process part"@en ; + skos:definition "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001778 +cco:ont00001778 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001936 ; + rdfs:label "has object"@en ; + skos:definition "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001779 +cco:ont00001779 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001848 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000148 ; + rdfs:label "has inside instant"@en ; + skos:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001780 +cco:ont00001780 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001786 ; + rdfs:label "has mother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001781 +cco:ont00001781 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + owl:inverseOf cco:ont00001979 ; + rdfs:label "has step sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001782 +cco:ont00001782 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001832 ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "has all members located in"@en ; + skos:definition "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001783 +cco:ont00001783 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001820 ; + rdfs:label "is granddaughter of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001784 +cco:ont00001784 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001881 ; + rdfs:label "has son in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001785 +cco:ont00001785 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001988 ; + rdfs:label "has uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001786 +cco:ont00001786 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "is mother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001787 +cco:ont00001787 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:ont00001833 ; + rdfs:label "agent in"@en ; + skos:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001788 +cco:ont00001788 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001789 ; + owl:inverseOf cco:ont00001994 ; + rdfs:label "has paternal aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001789 +cco:ont00001789 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001955 ; + rdfs:label "has aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001790 +cco:ont00001790 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001785 ; + owl:inverseOf cco:ont00001929 ; + rdfs:label "has maternal uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001791 +cco:ont00001791 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001810 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "coincides with"@en ; + skos:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001792 +cco:ont00001792 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + owl:inverseOf cco:ont00001851 ; + rdfs:label "has sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001793 +cco:ont00001793 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + owl:inverseOf cco:ont00001948 ; + rdfs:label "has half sister"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001794 +cco:ont00001794 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001977 ; + owl:inverseOf cco:ont00001815 ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001180 ; + rdfs:label "has subsidiary"@en ; + skos:definition "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."@en ; + cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001795 +cco:ont00001795 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001924 ; + owl:inverseOf cco:ont00001869 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "has inside interval"@en ; + skos:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001796 +cco:ont00001796 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001944 ; + owl:inverseOf cco:ont00001909 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "tangential part of"@en ; + skos:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001797 +cco:ont00001797 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001810 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "partially overlaps with"@en ; + skos:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001798 +cco:ont00001798 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001939 ; + owl:inverseOf cco:ont00001943 ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:label "is supervised by"@en ; + skos:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/supervise)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001799 +cco:ont00001799 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001809 ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000027 ; + rdfs:label "role of aggregate"@en ; + skos:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001800 +cco:ont00001800 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001942 ; + owl:inverseOf cco:ont00001817 ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "prohibits"@en ; + skos:definition "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001801 +cco:ont00001801 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001808 ; + rdfs:range cco:ont00000958 ; + rdfs:label "is subject of"@en ; + skos:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001802 +cco:ont00001802 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + owl:inverseOf cco:ont00001957 ; + rdfs:label "has husband"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001803 +cco:ont00001803 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001819 ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:label "is cause of"@en ; + skos:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001804 +cco:ont00001804 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001804 ; + rdfs:label "is spouse of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001805 +cco:ont00001805 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001888 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "is disrupted by"@en ; + skos:definition "Inverse of disrupts." ; + skos:prefLabel "is disrupted by"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001806 +cco:ont00001806 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001806 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is first cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001807 +cco:ont00001807 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001920 ; + owl:inverseOf cco:ont00001974 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:label "is required by"@en ; + skos:definition "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001808 +cco:ont00001808 rdf:type owl:ObjectProperty ; + rdfs:domain cco:ont00000958 ; + rdfs:range obo:BFO_0000001 ; + rdfs:label "is about"@en ; + skos:definition "A primitive relationship between an Information Content Entity and some Entity."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000136" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001809 +cco:ont00001809 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001836 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + ) + ] ; + rdfs:range obo:BFO_0000027 ; + rdfs:label "inheres in aggregate"@en ; + skos:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001810 +cco:ont00001810 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "connected with"@en ; + skos:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001811 +cco:ont00001811 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001966 ; + owl:inverseOf cco:ont00001963 ; + rdfs:domain cco:ont00001010 ; + rdfs:label "is a ordinal measurement of"@en ; + skos:definition "x is_a_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001812 +cco:ont00001812 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001981 ; + rdfs:label "is grandson of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001813 +cco:ont00001813 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001925 ; + rdfs:label "uses"@en ; + skos:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001814 +cco:ont00001814 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001971 ; + owl:inverseOf cco:ont00001821 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval finishes"@en ; + skos:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001815 +cco:ont00001815 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001939 ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001180 ; + rdfs:label "is subsidiary of"@en ; + skos:definition "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "@en ; + cco:ont00001754 "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001816 +cco:ont00001816 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:ont00001986 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is output of"@en ; + skos:definition "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001817 +cco:ont00001817 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001920 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:label "is prohibited by"@en ; + skos:definition "y is_prohibited_by y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001818 +cco:ont00001818 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001818 ; + rdfs:label "is in-law of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001819 +cco:ont00001819 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:label "caused by"@en ; + skos:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001820 +cco:ont00001820 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "has granddaughter"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001821 +cco:ont00001821 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001924 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval finished by"@en ; + skos:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001822 +cco:ont00001822 rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + owl:propertyDisjointWith cco:ont00001862 ; + rdfs:label "interval equals"@en ; + skos:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001823 +cco:ont00001823 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001785 ; + owl:inverseOf cco:ont00001926 ; + rdfs:label "has paternal uncle"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001824 +cco:ont00001824 rdf:type owl:ObjectProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000253 ; + rdfs:label "is excerpted from"@en ; + skos:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001825 +cco:ont00001825 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001870 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + owl:propertyDisjointWith cco:ont00001862 ; + rdfs:label "interval overlaps"@en ; + skos:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001826 +cco:ont00001826 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001828 ; + rdfs:label "is sister-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001827 +cco:ont00001827 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001944 ; + owl:inverseOf cco:ont00001989 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "nontangential part of"@en ; + skos:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001828 +cco:ont00001828 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has sister in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001829 +cco:ont00001829 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001809 ; + owl:inverseOf cco:ont00001956 ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000027 ; + rdfs:label "disposition of aggregate"@en ; + skos:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001830 +cco:ont00001830 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001895 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000040 ; + rdfs:label "has accomplice"@en ; + skos:definition "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001831 +cco:ont00001831 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001951 ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + rdfs:label "is subordinate role to"@en ; + skos:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001832 +cco:ont00001832 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "has some member located in"@en ; + skos:definition "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001833 +cco:ont00001833 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:label "has agent"@en ; + skos:definition "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001834 +cco:ont00001834 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001886 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000002 ; + rdfs:label "affects"@en ; + skos:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001835 +cco:ont00001835 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001839 ; + rdfs:label "is son of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001836 +cco:ont00001836 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + ) + ] ; + rdfs:label "aggregate bearer of"@en ; + skos:definition "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001837 +cco:ont00001837 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000084 ; + owl:inverseOf cco:ont00001908 ; + rdfs:domain cco:ont00000829 ; + rdfs:range cco:ont00000253 ; + rdfs:label "time zone identifier used by"@en ; + skos:definition "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001838 +cco:ont00001838 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "disconnected with"@en ; + skos:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001839 +cco:ont00001839 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "has son"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001840 +cco:ont00001840 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001945 ; + owl:inverseOf cco:ont00001882 ; + rdfs:label "has grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001841 +cco:ont00001841 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:ont00001921 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is input of"@en ; + skos:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001842 +cco:ont00001842 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001995 ; + rdfs:label "is child of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001843 +cco:ont00001843 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + owl:inverseOf cco:ont00001894 ; + rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is paternal first cousin of"@en ; + skos:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001844 +cco:ont00001844 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001993 ; + rdfs:range cco:ont00001017 ; + rdfs:label "has sender"@en ; + skos:definition "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001845 +cco:ont00001845 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000183 ; + owl:inverseOf cco:ont00001918 ; + rdfs:domain obo:BFO_0000029 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is site of"@en ; + skos:definition "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001846 +cco:ont00001846 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001992 ; + rdfs:domain cco:ont00001180 ; + rdfs:range obo:BFO_0000023 ; + rdfs:label "is organizational context of"@en ; + skos:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001847 +cco:ont00001847 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001862 ; + owl:inverseOf cco:ont00001940 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval is after"@en ; + skos:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001848 +cco:ont00001848 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000148 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "is inside instant of"@en ; + skos:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001849 +cco:ont00001849 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001935 ; + rdfs:label "is father in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001850 +cco:ont00001850 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001945 ; + rdfs:label "is grandparent of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001851 +cco:ont00001851 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + rdfs:label "is sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001852 +cco:ont00001852 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:ont00001949 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "accessory in"@en ; + skos:definition "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001853 +cco:ont00001853 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001885 ; + rdfs:label "is mother in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001854 +cco:ont00001854 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001867 ; + rdfs:label "has daughter in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001855 +cco:ont00001855 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000178 , + cco:ont00001810 ; + owl:inverseOf cco:ont00001944 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "has spatial part"@en ; + skos:definition "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001856 +cco:ont00001856 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001932 ; + rdfs:label "has niece"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001857 +cco:ont00001857 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000132 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is part of process"@en ; + skos:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001858 +cco:ont00001858 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001987 ; + rdfs:label "is daughter of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001859 +cco:ont00001859 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001864 ; + rdfs:domain cco:ont00001180 ; + rdfs:range cco:ont00001203 ; + rdfs:label "is delimited by"@en ; + skos:definition "An instance of Organization o1 is_delimited_by some Delimiting Domain dd1 iff dd1 is the area within which o1 can legally operate."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001860 +cco:ont00001860 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001968 ; + rdfs:label "is ancestor of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001861 +cco:ont00001861 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001991 ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + rdfs:label "is material of"@en ; + skos:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001862 +cco:ont00001862 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + owl:propertyDisjointWith cco:ont00001870 , + cco:ont00001924 , + cco:ont00001971 ; + rdfs:label "interval disjoint"@en ; + skos:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001863 +cco:ont00001863 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000101 ; + owl:inverseOf cco:ont00001961 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000120 ; + rdfs:label "uses measurement unit"@en ; + skos:definition "y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001864 +cco:ont00001864 rdf:type owl:ObjectProperty ; + rdfs:domain cco:ont00001203 ; + rdfs:range cco:ont00001180 ; + rdfs:label "delimits"@en ; + skos:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001865 +cco:ont00001865 rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:label "has familial relationship to"@en ; + skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001866 +cco:ont00001866 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001984 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001017 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "is interest of"@en ; + skos:definition "The inverse of has_interest_in. " ; + skos:prefLabel "is interest of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001867 +cco:ont00001867 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is daughter in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001868 +cco:ont00001868 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001966 ; + owl:inverseOf cco:ont00001914 ; + rdfs:domain cco:ont00000293 ; + rdfs:label "is a nominal measurement of"@en ; + skos:definition "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001869 +cco:ont00001869 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001971 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval during"@en ; + skos:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001870 +cco:ont00001870 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval overlapped by"@en ; + skos:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001871 +cco:ont00001871 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + owl:inverseOf cco:ont00001887 ; + rdfs:label "has wife"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001872 +cco:ont00001872 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + owl:inverseOf cco:ont00001890 ; + rdfs:label "is step-brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001873 +cco:ont00001873 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001938 ; + rdfs:range cco:ont00001069 ; + rdfs:comment "See notes for inverse property." ; + rdfs:label "represented by"@en ; + skos:definition "y represented_by x iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001874 +cco:ont00001874 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + rdfs:label "is temporal region of"@en ; + skos:definition "t is temporal region of p iff p occupies temporal region t."@en ; + skos:editorialNote "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001875 +cco:ont00001875 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001924 ; + owl:inverseOf cco:ont00001923 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval started by"@en ; + skos:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001876 +cco:ont00001876 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "is grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001877 +cco:ont00001877 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001966 ; + owl:inverseOf cco:ont00001964 ; + rdfs:domain cco:ont00001364 ; + rdfs:label "is a interval measurement of"@en ; + skos:definition "x is_a_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ; + skos:example "a measurement of air temperature on the Celsius scale." ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001878 +cco:ont00001878 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001919 ; + rdfs:label "is mention of"@en ; + skos:definition "x is_mention_of y iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001879 +cco:ont00001879 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001916 ; + rdfs:range cco:ont00000686 ; + rdfs:label "designated by"@en ; + skos:definition "x designated_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that given some context, y uniquely distinguishes x from other entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001880 +cco:ont00001880 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001809 ; + owl:inverseOf cco:ont00001898 ; + rdfs:domain cco:ont00001379 ; + rdfs:range cco:ont00000300 ; + rdfs:label "capability of aggregate"@en ; + skos:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001881 +cco:ont00001881 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is son in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001882 +cco:ont00001882 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "is grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001883 +cco:ont00001883 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001902 ; + rdfs:label "is brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001884 +cco:ont00001884 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001980 ; + owl:propertyChainAxiom ( cco:ont00001917 + obo:BFO_0000176 + ) ; + rdfs:label "condition described by"@en ; + skos:definition "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001885 +cco:ont00001885 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has mother in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001886 +cco:ont00001886 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is affected by"@en ; + skos:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001887 +cco:ont00001887 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + rdfs:label "is wife of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001888 +cco:ont00001888 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "disrupts"@en ; + skos:definition "A relation where one process disrupts another process from occurring as it would have."@en ; + skos:editorialNote "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ; + skos:prefLabel "disrupts"@en ; + skos:scopeNote "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001889 +cco:ont00001889 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000197 ; + owl:inverseOf cco:ont00001954 ; + rdfs:domain cco:ont00001379 ; + rdfs:range cco:ont00001017 ; + rdfs:label "capability of"@en ; + skos:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001890 +cco:ont00001890 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + rdfs:label "has step brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001891 +cco:ont00001891 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + owl:inverseOf cco:ont00001952 ; + rdfs:label "has brother in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001892 +cco:ont00001892 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001876 ; + owl:inverseOf cco:ont00001972 ; + rdfs:label "is paternal grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001893 +cco:ont00001893 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001990 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000148 ; + rdfs:range obo:BFO_0000148 ; + rdfs:label "instant is after"@en ; + skos:definition "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; + skos:scopeNote "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001894 +cco:ont00001894 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + rdfs:label "has paternal first cousin"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001895 +cco:ont00001895 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "accomplice in"@en ; + skos:definition "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001896 +cco:ont00001896 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001862 ; + owl:inverseOf cco:ont00001915 ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval meets"@en ; + skos:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001897 +cco:ont00001897 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001882 ; + owl:inverseOf cco:ont00001960 ; + rdfs:label "is maternal grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001898 +cco:ont00001898 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001836 ; + rdfs:domain cco:ont00000300 ; + rdfs:range cco:ont00001379 ; + rdfs:label "aggregate has capability"@en ; + skos:definition "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001899 +cco:ont00001899 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001942 ; + owl:inverseOf cco:ont00001976 ; + rdfs:domain cco:ont00001175 ; + rdfs:range cco:ont00000253 ; + rdfs:label "language used in"@en ; + skos:definition "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001900 +cco:ont00001900 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001997 ; + owl:inverseOf cco:ont00001913 ; + rdfs:domain cco:ont00000469 ; + rdfs:range cco:ont00000253 ; + rdfs:label "is geospatial coordinate reference system of"@en ; + skos:definition "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001901 +cco:ont00001901 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001836 ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000023 ; + rdfs:label "aggregate has role"@en ; + skos:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001902 +cco:ont00001902 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001902 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is sibling of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001903 +cco:ont00001903 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001876 ; + owl:inverseOf cco:ont00001973 ; + rdfs:label "is maternal grandfather of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001904 +cco:ont00001904 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001917 ; + owl:inverseOf cco:ont00001966 ; + rdfs:range cco:ont00001163 ; + rdfs:label "is measured by"@en ; + skos:definition "y is_measured_by x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001905 +cco:ont00001905 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + owl:inverseOf cco:ont00001927 ; + rdfs:label "is half-brother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001906 +cco:ont00001906 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + owl:inverseOf cco:ont00001934 ; + rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is maternal first cousin of"@en ; + skos:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001907 +cco:ont00001907 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001836 ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000019 ; + rdfs:label "aggregate has quality"@en ; + skos:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001908 +cco:ont00001908 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000101 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000829 ; + rdfs:label "uses time zone identifier"@en ; + skos:definition "x uses_time_zone_identifier y iff x is an instance of Information Bearing Entity and y is an instance of Time Zone Identifier, such that y designates the spatial region associated with the time zone mentioned in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001909 +cco:ont00001909 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001855 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "has tangential part"@en ; + skos:definition "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001910 +cco:ont00001910 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001942 ; + owl:inverseOf cco:ont00001998 ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "permits"@en ; + skos:definition "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001911 +cco:ont00001911 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001882 ; + owl:inverseOf cco:ont00001937 ; + rdfs:label "is paternal grandmother of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001912 +cco:ont00001912 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000101 ; + owl:inverseOf cco:ont00001997 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000398 ; + rdfs:label "uses reference system"@en ; + skos:definition "y uses_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001913 +cco:ont00001913 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001912 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000469 ; + rdfs:label "uses geospatial coordinate reference system"@en ; + skos:definition "y uses_geospatial_coordinate_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001914 +cco:ont00001914 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001904 ; + rdfs:range cco:ont00000293 ; + rdfs:label "is measured by nominal"@en ; + skos:definition "y is_measured_by_nominal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001915 +cco:ont00001915 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001862 ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval met by"@en ; + skos:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001916 +cco:ont00001916 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + rdfs:domain cco:ont00000686 ; + rdfs:label "designates"@en ; + skos:definition "x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; + skos:example "a URL designates the location of a Web Page on the internet" , + "a person's name designates that person" , + "a vehicle identification number designates some vehicle" ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001917 +cco:ont00001917 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001982 ; + rdfs:range cco:ont00000853 ; + rdfs:label "described by"@en ; + skos:definition "x described_by y iff y is an instance of Information Content Entity, and x is an instance of Entity, such that y is about the characteristics by which y can be recognized or visualized."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001918 +cco:ont00001918 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000066 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000029 ; + rdfs:label "occurs at"@en ; + skos:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001919 +cco:ont00001919 rdf:type owl:ObjectProperty ; + rdfs:label "is mentioned by"@en ; + skos:definition "y is_mention_by x iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001920 +cco:ont00001920 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001942 ; + rdfs:range cco:ont00000965 ; + rdfs:label "prescribed by"@en ; + skos:definition "x prescribed_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y serves as a rule or guide for x if x is an Occurrent, or y serves as a model for x if x is a Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001921 +cco:ont00001921 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000002 ; + rdfs:label "has input"@en ; + skos:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001922 +cco:ont00001922 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001978 ; + rdfs:range cco:ont00001017 ; + rdfs:label "has recipient"@en ; + skos:definition "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001923 +cco:ont00001923 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001971 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval starts"@en ; + skos:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001924 +cco:ont00001924 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001971 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval contains"@en ; + skos:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001925 +cco:ont00001925 rdf:type owl:ObjectProperty ; + rdfs:label "is used by"@en ; + skos:definition "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001926 +cco:ont00001926 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001988 ; + rdfs:label "is paternal uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001927 +cco:ont00001927 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + rdfs:label "has half brother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001928 +cco:ont00001928 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + rdfs:label "is predecessor of"@en ; + skos:definition "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ; + skos:scopeNote "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001929 +cco:ont00001929 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001988 ; + rdfs:label "is maternal uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001930 +cco:ont00001930 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001930 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is second cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001931 +cco:ont00001931 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001810 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "externally connects with"@en ; + skos:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001932 +cco:ont00001932 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is niece of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001933 +cco:ont00001933 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001803 ; + owl:inverseOf cco:ont00001962 ; + rdfs:label "process starts"@en ; + skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ; + skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001934 +cco:ont00001934 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001806 ; + rdfs:label "has maternal first cousin"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001935 +cco:ont00001935 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "has father in law"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001936 +cco:ont00001936 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:label "is object of"@en ; + skos:definition "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001937 +cco:ont00001937 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001840 ; + rdfs:label "has paternal grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001938 +cco:ont00001938 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + rdfs:domain cco:ont00001069 ; + rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ; + rdfs:label "represents"@en ; + skos:definition "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en , + "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001939 +cco:ont00001939 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001977 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( cco:ont00001017 + cco:ont00001180 + cco:ont00001262 + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( cco:ont00001017 + cco:ont00001180 + cco:ont00001262 + ) + ] ; + rdfs:label "is affiliated with"@en ; + skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001940 +cco:ont00001940 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001862 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval is before"@en ; + skos:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001941 +cco:ont00001941 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001955 ; + owl:inverseOf cco:ont00001958 ; + rdfs:label "is maternal aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001942 +cco:ont00001942 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + rdfs:domain cco:ont00000965 ; + rdfs:label "prescribes"@en ; + skos:definition "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ; + skos:example "A blueprint prescribes some artifact or facility by being a model for it." , + "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations." , + "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001943 +cco:ont00001943 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001977 ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:label "supervises"@en ; + skos:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/supervise" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001944 +cco:ont00001944 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000176 , + cco:ont00001810 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; + rdfs:label "spatial part of"@en ; + skos:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001945 +cco:ont00001945 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is grandchild of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001946 +cco:ont00001946 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001842 ; + owl:inverseOf cco:ont00001985 ; + rdfs:label "has father"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001947 +cco:ont00001947 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001809 ; + rdfs:domain obo:BFO_0000019 ; + rdfs:range obo:BFO_0000027 ; + rdfs:label "quality of aggregate"@en ; + skos:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001948 +cco:ont00001948 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001975 ; + rdfs:label "is half sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001949 +cco:ont00001949 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000040 ; + rdfs:label "has accessory"@en ; + skos:definition "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001950 +cco:ont00001950 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001950 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is third cousin of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001951 +cco:ont00001951 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + rdfs:label "has subordinate role"@en ; + skos:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001952 +cco:ont00001952 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001818 ; + rdfs:label "is brother-in-law of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001953 +cco:ont00001953 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001995 ; + rdfs:label "has parent"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001954 +cco:ont00001954 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000196 ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00001379 ; + rdfs:label "has capability"@en ; + skos:definition "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001955 +cco:ont00001955 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001956 +cco:ont00001956 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001836 ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000016 ; + rdfs:label "aggregate has disposition"@en ; + skos:definition "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001957 +cco:ont00001957 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001804 ; + rdfs:label "is husband of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001958 +cco:ont00001958 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001789 ; + rdfs:label "has maternal aunt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001959 +cco:ont00001959 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001970 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "inhibits"@en ; + skos:definition "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001960 +cco:ont00001960 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001840 ; + rdfs:label "has maternal grandmother"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001961 +cco:ont00001961 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000084 ; + rdfs:domain cco:ont00000120 ; + rdfs:range cco:ont00000253 ; + rdfs:label "is measurement unit of"@en ; + skos:definition "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001962 +cco:ont00001962 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001819 ; + rdfs:label "process started by"@en ; + skos:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ; + skos:scopeNote "A process x is started by another process y when y causes x while y is still occurring."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001963 +cco:ont00001963 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001904 ; + rdfs:range cco:ont00001010 ; + rdfs:label "is measured by ordinal"@en ; + skos:definition "y is_measured_by_ordinal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001964 +cco:ont00001964 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001904 ; + rdfs:range cco:ont00001364 ; + rdfs:label "is measured by interval"@en ; + skos:definition "y is_measured_by_interval x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001965 +cco:ont00001965 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001904 ; + owl:inverseOf cco:ont00001983 ; + rdfs:range cco:ont00001022 ; + rdfs:label "is measured by ratio"@en ; + skos:definition "y is_measured_by_ratio x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001966 +cco:ont00001966 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001982 ; + rdfs:domain cco:ont00001163 ; + rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ; + rdfs:label "is a measurement of"@en ; + skos:definition "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001967 +cco:ont00001967 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001969 ; + rdfs:label "is nephew of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001968 +cco:ont00001968 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is descendent of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001969 +cco:ont00001969 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "has nephew"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001970 +cco:ont00001970 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "inhibited by"@en ; + skos:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001971 +cco:ont00001971 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval contained by"@en ; + skos:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001972 +cco:ont00001972 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001776 ; + rdfs:label "has paternal grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001973 +cco:ont00001973 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001776 ; + rdfs:label "has maternal grandfather"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001974 +cco:ont00001974 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001942 ; + rdfs:domain cco:ont00001324 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "requires"@en ; + skos:definition "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001975 +cco:ont00001975 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001975 ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is half-sibling of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001976 +cco:ont00001976 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001920 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00001175 ; + rdfs:label "uses language"@en ; + skos:definition "x uses_language y iff x is an instance of an Information Bearing Entity and y is an instance of a Language such that the literal value of x is a string that is encoded according to the syntax of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001977 +cco:ont00001977 rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( cco:ont00001017 + cco:ont00001180 + cco:ont00001262 + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( cco:ont00001017 + cco:ont00001180 + cco:ont00001262 + ) + ] ; + rdfs:label "has affiliate"@en ; + skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001978 +cco:ont00001978 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain cco:ont00001017 ; + rdfs:label "receives"@en ; + skos:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001979 +cco:ont00001979 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001996 ; + rdfs:label "is step-sister of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001980 +cco:ont00001980 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + owl:propertyChainAxiom ( obo:BFO_0000178 + cco:ont00001982 + ) ; + rdfs:label "describes condition"@en ; + skos:definition "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001981 +cco:ont00001981 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001850 ; + rdfs:label "has grandson"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001982 +cco:ont00001982 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + rdfs:domain cco:ont00000853 ; + rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."@en ; + rdfs:label "describes"@en ; + skos:definition "x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized."@en ; + skos:example "the content of a newspaper article describes some current event" , + "the content of a visitor's log describes some facility visit" , + "the content of an accident report describes some accident" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001983 +cco:ont00001983 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001966 ; + rdfs:domain cco:ont00001022 ; + rdfs:label "is a ratio measurement of"@en ; + skos:definition "x is_a_ratio_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001984 +cco:ont00001984 rdf:type owl:ObjectProperty ; + rdfs:domain cco:ont00001017 ; + rdfs:range obo:BFO_0000015 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "has interest in"@en ; + skos:definition "A relation between an entity and some process where the entity has an interest in that process."@en ; + skos:editorialNote "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the entity, or historically of evolutionary benefit to the entity's ancestors, or facilitates a process the entity has an interest in for the prior two reasons. The process an entity has an interest could in many or all ways be harmful to the entity."@en ; + skos:prefLabel "has interest in"@en ; + skos:scopeNote "There are four conditions in which an entity has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001985 +cco:ont00001985 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "is father of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001986 +cco:ont00001986 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000002 ; + rdfs:label "has output"@en ; + skos:definition "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001987 +cco:ont00001987 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001995 ; + rdfs:label "has daughter"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001988 +cco:ont00001988 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:label "is uncle of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001989 +cco:ont00001989 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001855 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "has nontangential part"@en ; + skos:definition "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001990 +cco:ont00001990 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000148 ; + rdfs:range obo:BFO_0000148 ; + rdfs:label "instant is before"@en ; + skos:definition "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; + skos:scopeNote "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001991 +cco:ont00001991 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + rdfs:label "is made of"@en ; + skos:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001992 +cco:ont00001992 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range cco:ont00001180 ; + rdfs:label "has organizational context"@en ; + skos:definition "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001993 +cco:ont00001993 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain cco:ont00001017 ; + rdfs:label "sends"@en ; + skos:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001994 +cco:ont00001994 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001955 ; + rdfs:label "is paternal aunt of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001995 +cco:ont00001995 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + rdfs:domain cco:ont00001262 ; + rdfs:range cco:ont00001262 ; + rdfs:label "is parent of"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001996 +cco:ont00001996 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001865 ; + owl:inverseOf cco:ont00001996 ; + rdfs:label "is step-sibling of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001997 +cco:ont00001997 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000084 ; + rdfs:domain cco:ont00000398 ; + rdfs:range cco:ont00000253 ; + rdfs:label "is reference system of"@en ; + skos:definition "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001998 +cco:ont00001998 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001920 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ont00001324 ; + rdfs:label "is permitted by"@en ; + skos:definition "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Data properties +################################################################# + +### http://www.opengis.net/ont/geosparql#asWKT + rdf:type owl:DatatypeProperty ; + rdfs:comment "ISO 19162:2015"@en ; + rdfs:label "as WKT"@en ; + skos:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ; + skos:example "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001763 +cco:ont00001763 rdf:type owl:DatatypeProperty ; + rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ; + rdfs:label "has altitude value"@en ; + skos:scopeNote "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001764 +cco:ont00001764 rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + rdfs:label "has longitude value"@en ; + skos:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001765 +cco:ont00001765 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:label "has text value"@en ; + skos:definition "A data property that has as its range a string value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001766 +cco:ont00001766 rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + rdfs:label "has latitude value"@en ; + skos:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001767 +cco:ont00001767 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:dateTime ; + rdfs:label "has datetime value"@en ; + skos:definition "A data property that has as its value a datetime value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001768 +cco:ont00001768 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:anyURI ; + rdfs:label "has URI value"@en ; + skos:definition "A data property that has as its range a URI value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001769 +cco:ont00001769 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:decimal ; + rdfs:label "has decimal value"@en ; + skos:definition "A data property that has as its range a decimal value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001770 +cco:ont00001770 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:double ; + rdfs:label "has double value"@en ; + skos:definition "A data property that has as its range a double value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001771 +cco:ont00001771 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:label "has date value"@en ; + skos:definition "A data property that has as its range a date value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001772 +cco:ont00001772 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:boolean ; + rdfs:label "has boolean value"@en ; + skos:definition "A data property that has as its range a boolean value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001773 +cco:ont00001773 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:integer ; + rdfs:label "has integer value"@en ; + skos:definition "A data property that has as its range an integer value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 +obo:BFO_0000001 rdf:type owl:Class ; + "001-BFO" ; + rdfs:label "entity"@en ; + skos:definition "(Elucidation) An entity is anything that exists or has existed or will exist"@en ; + skos:example "Julius Caesar; the Second World War; your body mass index; Verdi's Requiem"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000002 +obo:BFO_0000002 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000001 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom obo:BFO_0000002 + ] ; + owl:disjointWith obo:BFO_0000003 ; + "008-BFO" ; + rdfs:label "continuant"@en ; + skos:definition "(Elucidation) A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity"@en ; + skos:example "A human being; a tennis ball; a cave; a region of space; someone's temperature"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000003 +obo:BFO_0000003 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000001 ; + "077-BFO" ; + rdfs:label "occurrent"@en ; + skos:definition "(Elucidation) An occurrent is an entity that unfolds itself in time or it is the start or end of such an entity or it is a temporal or spatiotemporal region"@en ; + skos:example "As for process, history, process boundary, spatiotemporal region, zero-dimensional temporal region, one-dimensional temporal region, temporal interval, temporal instant."@en . + + +### http://purl.obolibrary.org/obo/BFO_0000004 +obo:BFO_0000004 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000002 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom obo:BFO_0000004 + ] ; + "017-BFO" ; + rdfs:label "independent continuant"@en ; + skos:definition "b is an independent continuant =Def b is a continuant & there is no c such that b specifically depends on c or b generically depends on c"@en ; + skos:example "An atom; a molecule; an organism; a heart; a chair; the bottom right portion of a human torso; a leg; the interior of your mouth; a spatial region; an orchestra"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000006 +obo:BFO_0000006 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000141 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom obo:BFO_0000006 + ] ; + "035-BFO" ; + rdfs:label "spatial region"@en ; + skos:definition "(Elucidation) A spatial region is a continuant entity that is a continuant part of the spatial projection of a portion of spacetime at a given time"@en ; + skos:example "As for zero-dimensional spatial region, one-dimensional spatial region, two-dimensional spatial region, three-dimensional spatial region"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000008 +obo:BFO_0000008 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:allValuesFrom obo:BFO_0000008 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom obo:BFO_0000008 + ] ; + "100-BFO" ; + rdfs:label "temporal region"@en ; + skos:definition "(Elucidation) A temporal region is an occurrent over which processes can unfold"@en ; + skos:example "As for zero-dimensional temporal region and one-dimensional temporal region"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000009 +obo:BFO_0000009 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000006 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000009 + obo:BFO_0000018 + obo:BFO_0000026 + ) + ] + ] ; + "039-BFO" ; + rdfs:label "two-dimensional spatial region"@en ; + skos:definition "(Elucidation) A two-dimensional spatial region is a spatial region that is a whole consisting of a surface together with zero or more surfaces which may have spatial regions of lower dimension as parts"@en ; + skos:example "The surface of a sphere-shaped part of space; an infinitely thin plane in space"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000011 +obo:BFO_0000011 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:allValuesFrom obo:BFO_0000011 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom obo:BFO_0000011 + ] ; + "095-BFO" ; + rdfs:label "spatiotemporal region"@en ; + skos:definition "(Elucidation) A spatiotemporal region is an occurrent that is an occurrent part of spacetime"@en ; + skos:example "The spatiotemporal region occupied by the development of a cancer tumour; the spatiotemporal region occupied by an orbiting satellite"@en ; + skos:scopeNote "'Spacetime' here refers to the maximal instance of the universal spatiotemporal region."@en . + + +### http://purl.obolibrary.org/obo/BFO_0000015 +obo:BFO_0000015 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000117 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:allValuesFrom obo:BFO_0000015 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom obo:BFO_0000015 + ] ; + "083-BFO" ; + rdfs:label "process"@en ; + skos:altLabel "event"@en ; + skos:definition "(Elucidation) p is a process means p is an occurrent that has some temporal proper part and for some time t, p has some material entity as participant"@en ; + skos:example "An act of selling; the life of an organism; a process of sleeping; a process of cell-division; a beating of the heart; a process of meiosis; the taxiing of an aircraft; the programming of a computer"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000016 +obo:BFO_0000016 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + owl:disjointWith obo:BFO_0000023 ; + "062-BFO" ; + rdfs:label "disposition"@en ; + skos:altLabel "internally-grounded realizable entity"@en ; + skos:definition "(Elucidation) A disposition b is a realizable entity such that if b ceases to exist then its bearer is physically changed & b's realization occurs when and because this bearer is in some special physical circumstances & this realization occurs in virtue of the bearer's physical make-up"@en ; + skos:example "An atom of element X has the disposition to decay to an atom of element Y; the cell wall is disposed to transport cellular material through endocytosis and exocytosis; certain people have a predisposition to colon cancer; children are innately disposed to categorize objects in certain ways"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000017 +obo:BFO_0000017 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000020 ; + owl:disjointWith obo:BFO_0000019 ; + "058-BFO" ; + rdfs:label "realizable entity"@en ; + skos:definition "(Elucidation) A realizable entity is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region & which is of a type some instances of which are realized in processes of a correlated type"@en ; + skos:example "The role of being a doctor; the role of this boundary to delineate where Utah and Colorado meet; the function of your reproductive organs; the disposition of your blood to coagulate; the disposition of this piece of metal to conduct electricity"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000018 +obo:BFO_0000018 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000006 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000018 + ] ; + "037-BFO" ; + rdfs:label "zero-dimensional spatial region"@en ; + skos:definition "(Elucidation) A zero-dimensional spatial region is one or a collection of more than one spatially disjoint points in space"@en ; + skos:example "The spatial region occupied at some time instant by the North Pole"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000019 +obo:BFO_0000019 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000020 ; + "055-BFO" ; + rdfs:label "quality"@en ; + skos:definition "(Elucidation) A quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized"@en ; + skos:example "The colour of a tomato; the ambient temperature of this portion of air; the length of the circumference of your waist; the shape of your nose; the shape of your nostril; the mass of this piece of gold"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000020 +obo:BFO_0000020 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000002 ; + "050-BFO" ; + rdfs:label "specifically dependent continuant"@en ; + skos:definition "b is a specifically dependent continuant =Def b is a continuant & there is some independent continuant c which is not a spatial region & which is such that b specifically depends on c"@en ; + skos:example "(with multiple bearers) John's love for Mary; the ownership relation between John and this statue; the relation of authority between John and his subordinates"@en , + "(with one bearer) The mass of this tomato; the pink colour of a medium rare piece of grilled filet mignon at its centre; the smell of this portion of mozzarella; the disposition of this fish to decay; the role of being a doctor; the function of this heart to pump blood; the shape of this hole"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000023 +obo:BFO_0000023 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + "061-BFO" ; + rdfs:label "role"@en ; + skos:altLabel "externally-grounded realizable entity"@en ; + skos:definition "(Elucidation) A role b is a realizable entity such that b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be & b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed"@en ; + skos:example "The priest role; the student role; the role of subject in a clinical trial; the role of a stone in marking a property boundary; the role of a boundary to demarcate two neighbouring administrative territories; the role of a building in serving as a military target"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000024 +obo:BFO_0000024 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + "027-BFO" ; + rdfs:label "fiat object part"@en ; + skos:definition "(Elucidation) A fiat object part b is a material entity & such that if b exists then it is continuant part of some object c & demarcated from the remainder of c by one or more fiat surfaces"@en ; + skos:example "The upper and lower lobes of the left lung; the dorsal and ventral surfaces of the body; the Western hemisphere of the Earth; the FMA:regional parts of an intact human body"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000026 +obo:BFO_0000026 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000006 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000018 + obo:BFO_0000026 + ) + ] + ] ; + "038-BFO" ; + rdfs:label "one-dimensional spatial region"@en ; + skos:definition "(Elucidation) A one-dimensional spatial region is a whole consisting of a line together with zero or more lines which may have points as parts"@en ; + skos:example "An edge of a cube-shaped portion of space; a line connecting two points; two parallel lines extended in space"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000027 +obo:BFO_0000027 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + "025-BFO" ; + rdfs:label "object aggregate"@en ; + skos:definition "(Elucidation) An object aggregate is a material entity consisting exactly of a plurality (≥1) of objects as member parts which together form a unit"@en ; + skos:example "The aggregate of the musicians in a symphony orchestra and their instruments; the aggregate of bearings in a constant velocity axle joint; the nitrogen atoms in the atmosphere; a collection of cells in a blood biobank"@en ; + skos:scopeNote "'Exactly' means that there are no parts of the object aggregate other than its member parts." , + "The unit can, at certain times, consist of exactly one object, for example, when a wolf litter loses all but one of its pups, but it must at some time have a plurality of member parts." . + + +### http://purl.obolibrary.org/obo/BFO_0000028 +obo:BFO_0000028 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000006 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000006 + ] ; + "040-BFO" ; + rdfs:label "three-dimensional spatial region"@en ; + skos:definition "(Elucidation) A three-dimensional spatial region is a whole consisting of a spatial volume together with zero or more spatial volumes which may have spatial regions of lower dimension as parts"@en ; + skos:example "A cube-shaped region of space; a sphere-shaped region of space; the region of space occupied by all and only the planets in the solar system at some point in time"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000029 +obo:BFO_0000029 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000141 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000040 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000140 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000210 ; + owl:allValuesFrom obo:BFO_0000028 + ] ; + "034-BFO" ; + rdfs:label "site"@en ; + skos:definition "(Elucidation) A site is a three-dimensional immaterial entity whose boundaries either (partially or wholly) coincide with the boundaries of one or more material entities or have locations determined in relation to some material entity"@en ; + skos:example "A hole in a portion of cheese; a rabbit hole; the Grand Canyon; the Piazza San Marco; the kangaroo-joey-containing hole of a kangaroo pouch; your left nostril (a fiat part - the opening - of your left nasal cavity); the lumen of your gut; the hold of a ship; the interior of the trunk of your car; hole in an engineered floor joist"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000030 +obo:BFO_0000030 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + "024-BFO" ; + rdfs:label "object"@en ; + skos:definition "(Elucidation) An object is a material entity which manifests causal unity & is of a type instances of which are maximal relative to the sort of causal unity manifested"@en ; + skos:example "An organism; a fish tank; a planet; a laptop; a valve; a block of marble; an ice cube"@en ; + skos:scopeNote "A description of three primary sorts of causal unity is provided in Basic Formal Ontology 2.0. Specification and User Guide"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000031 +obo:BFO_0000031 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000002 ; + "074-BFO" ; + rdfs:label "generically dependent continuant"@en ; + skos:altLabel "g-dependent continuant"@en ; + skos:definition "(Elucidation) A generically dependent continuant is an entity that exists in virtue of the fact that there is at least one of what may be multiple copies which is the content or the pattern that multiple copies would share"@en ; + skos:example "The pdf file on your laptop; the pdf file that is a copy thereof on my laptop; the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule; the content that is shared by a string of dots and dashes written on a page and the transmitted Morse code signal; the content of a sentence; an engineering blueprint"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000034 +obo:BFO_0000034 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + "064-BFO" ; + rdfs:label "function"@en ; + skos:definition "(Elucidation) A function is a disposition that exists in virtue of its bearer's physical make-up & this physical make-up is something the bearer possesses because it came into being either through evolution (in the case of natural biological entities) or through intentional design (in the case of artefacts) in order to realize processes of a certain sort"@en ; + skos:example "The function of a hammer to drive in nails; the function of a heart pacemaker to regulate the beating of a heart through electricity"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000035 +obo:BFO_0000035 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000117 ; + owl:allValuesFrom obo:BFO_0000035 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000121 ; + owl:allValuesFrom obo:BFO_0000035 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] + ] ; + "084-BFO" ; + rdfs:label "process boundary"@en ; + skos:definition "p is a process boundary =Def p is a temporal part of a process & p has no proper temporal parts"@en ; + skos:example "The boundary between the 2nd and 3rd year of your life"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000038 +obo:BFO_0000038 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000008 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000121 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000038 + obo:BFO_0000148 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom obo:BFO_0000038 + ] ; + owl:disjointWith obo:BFO_0000148 ; + "103-BFO" ; + rdfs:label "one-dimensional temporal region"@en ; + skos:definition "(Elucidation) A one-dimensional temporal region is a temporal region that is a whole that has a temporal interval and zero or more temporal intervals and temporal instants as parts"@en ; + skos:example "The temporal region during which a process occurs"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000040 +obo:BFO_0000040 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000004 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom obo:BFO_0000040 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000040 + obo:BFO_0000140 + ) + ] + ] ; + owl:disjointWith obo:BFO_0000141 ; + "019-BFO" ; + rdfs:label "material entity"@en ; + skos:definition "(Elucidation) A material entity is an independent continuant has some portion of matter as continuant part"@en ; + skos:example "A human being; the undetached arm of a human being; an aggregate of human beings"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000140 +obo:BFO_0000140 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000141 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000124 ; + owl:allValuesFrom obo:BFO_0000140 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000140 + ] ; + "029-BFO" ; + rdfs:label "continuant fiat boundary"@en ; + skos:definition "(Elucidation) A continuant fiat boundary b is an immaterial entity that is of zero, one or two dimensions & such that there is no time t when b has a spatial region as continuant part & whose location is determined in relation to some material entity"@en ; + skos:example "As for fiat point, fiat line, fiat surface"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000141 +obo:BFO_0000141 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000004 ; + "028-BFO" ; + rdfs:label "immaterial entity"@en ; + skos:definition "b is an immaterial entity =Def b is an independent continuant which is such that there is no time t when it has a material entity as continuant part"@en ; + skos:example "As for fiat point, fiat line, fiat surface, site"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000142 +obo:BFO_0000142 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000140 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000142 + obo:BFO_0000147 + ) + ] + ] ; + "032-BFO" ; + rdfs:label "fiat line"@en ; + skos:definition "(Elucidation) A fiat line is a one-dimensional continuant fiat boundary that is continuous"@en ; + skos:example "The Equator; all geopolitical boundaries; all lines of latitude and longitude; the median sulcus of your tongue; the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000144 +obo:BFO_0000144 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 ; + rdfs:label "Process Profile"@en ; + skos:definition "An occurrent that is an occurrent part of some process by virtue of the rate, or pattern, or amplitude of change in an attribute of one or more participants of said process."@en ; + skos:example "On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels; One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance.; The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on."@en ; + skos:scopeNote "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### http://purl.obolibrary.org/obo/BFO_0000145 +obo:BFO_0000145 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + "057-BFO" ; + rdfs:label "relational quality"@en ; + skos:definition "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en ; + skos:example "A marriage bond; an instance of love; an obligation between one person and another"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000146 +obo:BFO_0000146 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000140 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000140 + ] ; + "033-BFO" ; + rdfs:label "fiat surface"@en ; + skos:definition "(Elucidation) A fiat surface is a two-dimensional continuant fiat boundary that is self-connected"@en ; + skos:example "The surface of the Earth; the plane separating the smoking from the non-smoking zone in a restaurant"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000147 +obo:BFO_0000147 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000140 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000147 + ] ; + "031-BFO" ; + rdfs:label "fiat point"@en ; + skos:definition "(Elucidation) A fiat point is a zero-dimensional continuant fiat boundary that consists of a single point"@en ; + skos:example "The geographic North Pole; the quadripoint where the boundaries of Colorado, Utah, New Mexico and Arizona meet; the point of origin of some spatial coordinate system"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000148 +obo:BFO_0000148 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000008 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000121 ; + owl:allValuesFrom obo:BFO_0000148 + ] ; + "102-BFO" ; + rdfs:label "zero-dimensional temporal region"@en ; + skos:definition "(Elucidation) A zero-dimensional temporal region is a temporal region that is a whole consisting of one or more separated temporal instants as parts"@en ; + skos:example "A temporal region that is occupied by a process boundary; the moment at which a finger is detached in an industrial accident"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000182 +obo:BFO_0000182 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + "138-BFO" ; + rdfs:label "history"@en ; + skos:definition "(Elucidation) A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by the material part of a material entity"@en ; + skos:example "The life of an organism from the beginning to the end of its existence"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000202 +obo:BFO_0000202 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 ; + "155-BFO" ; + rdfs:label "temporal interval"@en ; + skos:definition "(Elucidation) A temporal interval is a one-dimensional temporal region that is continuous, thus without gaps or breaks"@en ; + skos:example "The year 2018."@en ; + skos:scopeNote "A one-dimensional temporal region can include as parts not only temporal intervals but also temporal instants separated from other parts by gaps."@en . + + +### http://purl.obolibrary.org/obo/BFO_0000203 +obo:BFO_0000203 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000148 ; + "209-BFO" ; + rdfs:label "temporal instant"@en ; + skos:definition "(Elucidation) A temporal instant is a zero-dimensional temporal region that has no proper temporal part"@en ; + skos:example "The millennium"@en . + + +### https://www.commoncoreontologies.org/ont00000001 +cco:ont00000001 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000804 ; + rdfs:label "Deflecting Prism"@en ; + skos:definition "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000002 +cco:ont00000002 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Cooling Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000003 +cco:ont00000003 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000686 ; + owl:disjointWith cco:ont00000649 ; + rdfs:label "Designative Name"@en ; + skos:altLabel "Name"@en ; + skos:definition "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified cultural or social namespace and which is typically a word or phrase in a natural language that has an accepted cultural or social significance."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000004 +cco:ont00000004 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Change"@en ; + skos:definition "A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000005 +cco:ont00000005 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Act"@en ; + skos:definition "A Process in which at least one Agent plays a causative role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000006 +cco:ont00000006 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Upper Midrange Frequency"@en ; + skos:definition "A Sonic Frequency that is between 2 and 4 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000007 +cco:ont00000007 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Natural Process"@en ; + skos:definition "A Process existing in or produced by nature; rather than by the intent of human beings."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/natural+process" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000008 +cco:ont00000008 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001047 ; + rdfs:label "Sound Frequency"@en ; + skos:definition "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000009 +cco:ont00000009 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Mass Density"@en ; + skos:altLabel "Density"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000010 +cco:ont00000010 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Incorporated Organization"@en ; + skos:altLabel "Corporation"@en ; + skos:definition "An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/corporation" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000011 +cco:ont00000011 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Nominal Stasis"@en ; + skos:altLabel "Nominal"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has a level of intensity or functionality that falls within the designed, expected, or acceptable range such that the Independent Continuant is of normal value, usefulness, or functionality."@en ; + cco:ont00001754 "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000012 +cco:ont00000012 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000781 ; + rdfs:label "Propulsion Control System"@en ; + skos:definition "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000013 +cco:ont00000013 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000554 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom obo:BFO_0000031 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Generically Dependent Continuant"@en ; + skos:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ; + skos:example "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000014 +cco:ont00000014 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 ; + rdfs:label "Aztec Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000015 +cco:ont00000015 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001104 ; + rdfs:label "Shotgun"@en ; + skos:definition "A Long Gun that fires packets of shot, a single slug, a sabot, or a specialty round (such as tear gas, bolo shell, or a breaching round) over shorter ranges than that of Rifles and with less accuracy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000016 +cco:ont00000016 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Triangular Waveform"@en ; + skos:definition "A Waveform that is characterized by a triangular shape due to the continuous linear zig-zag transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000017 +cco:ont00000017 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Minor Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000018 +cco:ont00000018 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001346 ; + rdfs:label "Title Document"@en ; + skos:definition "A Legal Instrument that is designed as evidence of ownership."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Title_(property)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000019 +cco:ont00000019 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000961 ; + rdfs:label "Power Inverting Artifact Function"@en ; + skos:definition "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert direct current (DC) to alternating current (AC)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000020 +cco:ont00000020 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Container"@en ; + skos:definition "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000021 +cco:ont00000021 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Sensor Platform"@en ; + skos:definition "A Material Artifact that is designed to support, and in some cases transport, a Sensor during its deployment and functioning."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000022 +cco:ont00000022 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000422 ; + rdfs:label "Radio Communication Reception Artifact Function"@en ; + skos:definition "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs using radio waves."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000023 +cco:ont00000023 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Sensor Deployment Artifact Function"@en ; + skos:definition "An Artifact Function that inheres in Artifacts that are designed to support or convey one or more Sensors while the Sensors are realizing their own Artifact Functions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000024 +cco:ont00000024 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000133 ; + rdfs:label "Act of Advising"@en ; + skos:definition "An Act of Directive Communication performed by providing advice or counsel to another agent."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/advising" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000025 +cco:ont00000025 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001278 ; + rdfs:label "Electronic Stock"@en ; + skos:definition "Stock that consists of Bytes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000026 +cco:ont00000026 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Hair Color"@en ; + skos:definition "A Quality inhering in a portion of Hair by virtue of its color."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000027 +cco:ont00000027 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Mailing"@en ; + skos:altLabel "Act of Mailing"@en ; + skos:definition "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000028 +cco:ont00000028 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000804 ; + rdfs:label "Dispersive Prism"@en ; + skos:definition "A Prism designed to break up a beam of light entering the Prism into its constituent spectral colors by leveraging the refractive index of light based on its Frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000029 +cco:ont00000029 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000745 ; + rdfs:label "Median Point Estimate Information Content Entity"@en ; + skos:altLabel "Median"@en ; + skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to either the middle value or the average of the two values which separate the set into two equally populated upper and lower sets."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000030 +cco:ont00000030 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000288 ; + rdfs:label "Nuclear Reactor"@en ; + skos:definition "A Power Source that is designed to initiate and control a self-sustained nuclear chain reaction to produce power in the form of heat, which can be transferred to a working fluid for further conversion to mechanical or electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000031 +cco:ont00000031 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001081 ; + rdfs:label "Atmospheric Feature"@en ; + skos:definition "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000032 +cco:ont00000032 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000052 ; + rdfs:label "Church"@en ; + skos:definition "A Religious Facility that is designed for Christian worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Church_(building)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000033 +cco:ont00000033 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000854 ; + rdfs:label "Decrease of Role"@en ; + skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000034 +cco:ont00000034 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000448 ; + rdfs:label "Conveyance Artifact Function"@en ; + skos:definition "A Motion Artifact Function that is realized in a process in which the bearer of the function conveys entities from one location to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000035 +cco:ont00000035 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000490 ; + rdfs:label "Soft X-ray Frequency"@en ; + skos:definition "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000036 +cco:ont00000036 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Waste Management Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of collecting transporting processing recycling or disposing and monitoring of waste materials."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000037 +cco:ont00000037 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Observation"@en ; + skos:definition "A Planned Act of acquiring information from a source via the use of one or more senses."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000038 +cco:ont00000038 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "System Role"@en ; + skos:definition "A Role that inheres in an entity in virtue of its parts or elements being arranged in such a way that they together exhibit behavior or meaning that they do not exhibit individually."@en ; + cco:ont00001754 "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000039 +cco:ont00000039 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000838 ; + rdfs:label "Portion of Solid Fuel"@en ; + skos:definition "A Portion of Fuel that is stored in a solid state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000040 +cco:ont00000040 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001102 ; + rdfs:label "Grocery Store"@en ; + skos:definition "A Commercial Facility that is designed to sell food."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000041 +cco:ont00000041 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000410 ; + rdfs:label "Hostel"@en ; + skos:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000042 +cco:ont00000042 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Semicircular"@en ; + skos:definition "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000043 +cco:ont00000043 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000593 ; + rdfs:label "Portion of Solid Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a solid state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000044 +cco:ont00000044 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000404 + ] ; + rdfs:label "Eye Color"@en ; + skos:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000045 +cco:ont00000045 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Petroleum Depot"@en ; + skos:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000046 +cco:ont00000046 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000126 ; + rdfs:label "Province"@en ; + skos:definition "A First-Order Administrative Region that is part of a Country and delimits the authority of a magistrate who holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the Province."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000047 +cco:ont00000047 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000598 ; + rdfs:comment "Flow Control Valves are often more complex than a simple Valve and typically include an Actuator that is capable of automatically adjusting the state of the valve in response to signals from a connected Sensor or Controller."@en ; + rdfs:label "Flow Control Valve"@en ; + skos:definition "A Valve that is designed to regulate the flow or Pressure of a fluid."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000048 +cco:ont00000048 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000499 ; + rdfs:label "Random Wire Antenna"@en ; + skos:definition "A Wire Antenna that consists of a long wire suspended above the ground with a length that does not bear a relation to the wavelength of the radio waves used and which is typically used as a receiving antenna on the long, medium, and short wave bands."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000049 +cco:ont00000049 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000475 ; + rdfs:label "Banknote"@en ; + skos:definition "A Portion of Cash that consists of a portable slips of paper or fabric designed to bear some specified Financial Value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000050 +cco:ont00000050 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Very High Frequency Communication Instrument"@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Very High Frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000051 +cco:ont00000051 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000908 ; + rdfs:comment "An Act of Construction typically involves the production of only one or a limited number of goods, such as in the construction of an airport or a community of condominiums."@en ; + rdfs:label "Act of Construction"@en ; + skos:definition "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000052 +cco:ont00000052 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Religious Facility"@en ; + skos:definition "A Facility that is designed for worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000053 +cco:ont00000053 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000618 ; + rdfs:label "Ground Motor Vehicle"@en ; + skos:definition "A Ground Vehicle that is designed to receive its motive power from an Engine and is not designed to travel on rails."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000054 +cco:ont00000054 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000431 ; + rdfs:label "Stirling Engine"@en ; + skos:definition "An External Combusion Engine that is designed to compress and expand some working fluid at different temperatures, such that there is a net conversion of heat energy to mechanical work."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000055 +cco:ont00000055 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Healthcare Facility"@en ; + skos:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000056 +cco:ont00000056 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000210 ; + rdfs:label "Reaction Engine"@en ; + skos:altLabel "Reaction Motor"@en ; + skos:definition "An Engine that provides propulsion by expelling Reaction Mass."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000057 +cco:ont00000057 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000907 ; + rdfs:label "Mobile Telephone"@en ; + skos:definition "A Telephone that is connected to a Telephone Network by radio waves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000058 +cco:ont00000058 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Scalp Hair"@en ; + skos:definition "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000059 +cco:ont00000059 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000825 ; + rdfs:label "Telephone Line"@en ; + skos:altLabel "Telephone Circuit"@en ; + skos:definition "A Telecommunication Network Line that consists of a physical wire or other signaling medium that is designed to be part of a Telephone Network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000060 +cco:ont00000060 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000639 ; + rdfs:label "Open Pit Mine"@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000061 +cco:ont00000061 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Flow"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000062 +cco:ont00000062 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001100 ; + rdfs:label "Frequency Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Frequency of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000063 +cco:ont00000063 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00001058 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Hour Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000064 +cco:ont00000064 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Book"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity by means of ink, paper, parchment, or other materials fastened together to hinge at one side."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000065 +cco:ont00000065 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000357 ; + rdfs:label "Act of Location Change"@en ; + skos:definition "An Act of Motion in which the location of some Object is changed by some Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000066 +cco:ont00000066 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Military Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes related to the armed services."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000067 +cco:ont00000067 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:comment "In traditional astronomical usage, civil time is mean solar time as calculated from midnight as the beginning of the Civil Day."@en , + "Note that Civil Time Reference System is more accurately represented as a Temporal Reference System that participates in an act of usage that is sanctioned by an appropriate civil authority. As such, it should be represented as a defined class."@en ; + rdfs:label "Civil Time Reference System"@en ; + skos:definition "A Temporal Reference System that is a statutory time scale as designated by civilian authorities to determine local time(s)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000068 +cco:ont00000068 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000028 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001855 ; + owl:someValuesFrom cco:ont00001348 + ] ; + rdfs:label "Three-Dimensional Path"@en ; + skos:definition "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000069 +cco:ont00000069 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001298 ; + rdfs:label "Transcript"@en ; + skos:definition "A Document that is designed to bear some specific Information Content Entity that was originally recorded in a different medium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000070 +cco:ont00000070 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000018 ; + rdfs:label "Ground Track Point"@en ; + skos:definition "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000071 +cco:ont00000071 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000460 ; + rdfs:label "Town"@en ; + skos:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/town" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000072 +cco:ont00000072 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000224 ; + rdfs:label "Low Density Residential Area"@en ; + skos:definition "A Populated Place where houses are on lots of more than one acre."@en ; + cco:ont00001754 "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000073 +cco:ont00000073 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000399 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000038 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000399 ; + rdfs:label "Temporal Interval Identifier"@en ; + skos:altLabel "One-Dimensional Temporal Region Identifier"@en ; + skos:definition "A Temporal Region Identifier that designates some Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000074 +cco:ont00000074 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Acceleration"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time."@en ; + skos:example "feet per second per second, kilometers per second per second" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000075 +cco:ont00000075 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000304 ; + rdfs:label "Optical Microscope"@en ; + skos:altLabel "Light Microscope"@en ; + skos:definition "A Microscope that is designed to use visible light and a system of Optical Lenses to produce a significantly enlarged image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000076 +cco:ont00000076 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000727 ; + rdfs:label "Wired Communication Artifact Function"@en ; + skos:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of a (usually cylindrical) flexible strand or rod of metal."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000077 +cco:ont00000077 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000649 ; + owl:disjointWith cco:ont00000923 ; + rdfs:label "Code Identifier"@en ; + skos:altLabel "Code ID"@en , + "ID Code"@en , + "Identifier Code"@en ; + skos:definition "A Non-Name Identifier that consists of a string of characters that was created and assigned according to an encoding system such that metadata can be derived from the identifier."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000078 +cco:ont00000078 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000345 ; + rdfs:comment "Although the boundary between Act of Estimation and guessing is vague, estimation can be partially distinguished from guessing in that every Act of Estimation has as input some relevant information; whereas an act of guessing can occur sans information (or at least sans pertinent information). For example, if Mr. Green were asked how many blades of grass are in his lawn, he could simply choose a number (i.e. he could guess) or he could estimate the number by counting how many baldes of grass are in 1 square foot of his lawn, measuring the square footage of his lawn, and then multiplying these values to arrive at a number. Hence, many estimates may be loosely considered to be educated guesses."@en , + "Note that, while every Act of Measuring arguably involves some degree of estimation (for example, a measuring instrument rounding to the nearest ten-thousandth or an Agent reading an analog display), it would be a mistake to classify all Acts of Measuring as Acts of Estimation. This holds even for cases (e.g. census taking) in which sofisticated estimations are often more accurate than other means of measuring (e.g. enumeration)."@en ; + rdfs:label "Act of Estimation"@en ; + skos:altLabel "Act of Approximation"@en ; + skos:definition "An Act of Measuring that involves the comparison of a measurement of a similar Entity or of a portion of the Entity being estimated to produce an approximated measurement of the target Entity."@en ; + skos:example "measuring how much time a train will add to your commute by measuring how long it takes for 10 train cars to pass a given point and then combining this information with an estimate of how many train cars are in a typical train based on your past experience" , + "measuring the amount of time required to do a task based on how long it took to do a similar task in the past" , + "measuring the height of a building by counting the number of floors and multiplying it by the height of an average floor in an average building" , + "measuring the property value of a house based on its square footage and the average cost per square foot of other houses in the area" ; + skos:scopeNote "In all cases, the Agent in an Act of Estimation either lacks complete information, lacks access to the relevant information, or chooses not to use the complete information (perhaps to save money or time) about the thing being estimated; instead, the Agent uses some or all of the relevant information that the Agent does have as a basis for arriving at the estimate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000079 +cco:ont00000079 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001327 ; + rdfs:label "Act of Social Movement"@en ; + skos:definition "A Social Act composed of a series of performances, displays and campaigns directed at implementing, resisting or undoing a change in society."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000080 +cco:ont00000080 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000827 ; + rdfs:label "Standard Time of Day Identifier"@en ; + skos:definition "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using the Hours, Minutes, and Seconds of the Day that preceded the Temporal Instant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000081 +cco:ont00000081 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Cutting Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of separating some portion of its target into two or more portions through the application of acutely directed force."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000082 +cco:ont00000082 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Green"@en ; + skos:definition "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000083 +cco:ont00000083 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000035 ; + rdfs:label "Process Ending"@en ; + skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000084 +cco:ont00000084 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Bodily Component"@en ; + skos:definition "A Fiat Object Part located within or on the surface of an Agent."@en ; + skos:example "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ; + cco:ont00001754 "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000085 +cco:ont00000085 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00001058 + ] ; + rdfs:label "Minute"@en ; + skos:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000086 +cco:ont00000086 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000723 ; + rdfs:label "Autopilot System"@en ; + skos:altLabel "Autopilot"@en ; + skos:definition "A Vehicle Control System that is designed to enable some Agent to control the trajectory of a Vehicle without constant 'hands-on' control."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000087 +cco:ont00000087 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000894 ; + rdfs:comment "An Ordinal Date Identifier may or may not also contain a number indicating a specific Year. If both numbers are included, the ISO 8601 ordinal date format stipulates that the two numbers be formatted as YYYY-DDD or YYYYDDD where [YYYY] indicates a year and [DDD] is the day of that year, from 001 through 365 (or 366 in leap years)."@en ; + rdfs:label "Ordinal Date Identifier"@en ; + skos:altLabel "Ordinal Date"@en ; + skos:definition "A Decimal Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since the beginning of the Year."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000088 +cco:ont00000088 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Firearm"@en ; + skos:definition "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000089 +cco:ont00000089 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001379 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001889 ; + owl:someValuesFrom cco:ont00001262 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001379 ; + rdfs:label "Skill"@en ; + skos:definition "An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000090 +cco:ont00000090 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "Infrared Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing infrared light to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000091 +cco:ont00000091 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Coolant"@en ; + skos:definition "A Portion of Material that is designed to be used in a thermal control system to reduce or maintain the temperature of an object to or at a specified level."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000092 +cco:ont00000092 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000736 ; + rdfs:label "Bidirectional Transducer"@en ; + skos:definition "A Transducer that is designed to receive a signal in the form of physical phenomena and convert it into an electrical signal, and vice versa."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000093 +cco:ont00000093 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001278 ; + rdfs:label "Preferred Stock"@en ; + skos:definition "Stock that entitles its holder to receive a certain level of dividend payments before any dividends can be issued to other holders."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000094 +cco:ont00000094 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000946 ; + rdfs:label "Seat of National Government"@en ; + skos:definition "A Government Building that is designed for the administration of a sovereign nation."@en ; + skos:example "Parliament of Canada" , + "United States Capitol" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000095 +cco:ont00000095 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Control Surface"@en ; + skos:definition "A Material Artifact that is designed to deflect air, water, or another medium around its surface in order to change the Attitude of a Vehicle by rotating the Vehicle on one or more of its Axes of Rotation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000096 +cco:ont00000096 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Propulsion System"@en ; + skos:definition "A Material Artifact that is designed to facilitate the movement of material entities from one location to another and which consists of a source of mechanical power and a means of converting this power into propulsive force to generate the movement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000097 +cco:ont00000097 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001207 ; + rdfs:label "Complex Optical Lens"@en ; + skos:altLabel "Lens System"@en ; + skos:definition "An Optical Lens consisting of more than one Simple Optical Lenses."@en ; + cco:ont00001754 "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000098 +cco:ont00000098 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Electrical Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to perform a process involving electrical power."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000099 +cco:ont00000099 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000062 ; + owl:someValuesFrom cco:ont00000765 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000752 + ] ; + rdfs:label "Wave Process"@en ; + skos:definition "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000100 +cco:ont00000100 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001132 ; + rdfs:label "Stasis of Partially Mission Capable"@en ; + skos:definition "A Stasis of Mission Capability during which the participating Continuant is capable of performing some but not all of its primary functions for the specified Mission."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000101 +cco:ont00000101 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000255 ; + rdfs:label "Portion of Liquid Oxygen"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000102 +cco:ont00000102 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:comment "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ; + rdfs:label "Skin Type"@en ; + skos:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000103 +cco:ont00000103 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Vehicle Compartment"@en ; + skos:altLabel "Compartment"@en ; + skos:definition "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000104 +cco:ont00000104 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000639 ; + rdfs:label "Underwater Mine"@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000105 +cco:ont00000105 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001369 ; + rdfs:label "Square"@en ; + skos:definition "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000106 +cco:ont00000106 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + rdfs:comment "An End of Life Stasis (EoL) is distinguished from a Stasis of Partially Mission Capable or Stasis of Non-Mission Capable in that EoL is more inclusive such that the participating Artifact may be either Partially or Non-Mission Capable. Additionally, EoL applies only to Artifacts and is typically determined in relation to its original mission and designed primary functions. In contrast, an Artifact's level of Mission Capability depends on the requirements of the mission under consideration such that a given Artifact may simultaneously be Fully Mission Capable for mission1, Partially Mission Capable for mission2, and Non-Mission Capable for mission3."@en ; + rdfs:label "End of Life Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when the participating Artifact is no longer capable of realizing all of its designed primary Artifact Functions."@en ; + cco:ont00001753 "EOL" , + "EoL" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000107 +cco:ont00000107 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001048 ; + rdfs:label "Increase of Generically Dependent Continuant"@en ; + skos:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000108 +cco:ont00000108 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000226 ; + rdfs:label "Rail Facility"@en ; + skos:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000109 +cco:ont00000109 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Military Force"@en ; + skos:definition "A Planned Act of employing a Military Force to achieve some desired result."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000110 +cco:ont00000110 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Mechanical Process"@en ; + skos:definition "A Process that is the realization of some Disposition of an Artifact"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000111 +cco:ont00000111 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Air Inlet"@en ; + skos:altLabel "Air Intake"@en ; + skos:definition "A Fluid Control Artifact that consists of an opening that is designed to capture and direct the flow of air into the system it is part of."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000112 +cco:ont00000112 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001384 ; + rdfs:label "Translucent"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit some but not all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs some but not all electromagnetic radiation of that frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000113 +cco:ont00000113 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Ventilation Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which some Artifact is used to control the quality of air in some space."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000114 +cco:ont00000114 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000203 ; + rdfs:label "Unix Temporal Instant"@en ; + skos:definition "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000115 +cco:ont00000115 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Disposition"@en ; + skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000116 +cco:ont00000116 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Pump"@en ; + skos:definition "A Fluid Control Artifact that is designed to impart motion to a portion of fluid to transport it within a system through the use of mechanical action."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000117 +cco:ont00000117 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Information Processing Artifact"@en ; + skos:definition "A Material Artifact that is designed to use algorithms to transform some Information Content Entity into another Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000118 +cco:ont00000118 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000965 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001942 ; + owl:someValuesFrom cco:ont00000323 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Artifact Function Specification"@en ; + skos:definition "A Directive Information Content Entity that prescribes some Artifact Function and which is part of some Artifact Model."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000119 +cco:ont00000119 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000145 ; + rdfs:label "Spatial Orientation"@en ; + skos:altLabel "Attitude"@en ; + skos:definition "A Relational Quality that is the angle of Rotation of an Object relative to one or more Plane of Reference or Axis of Rotation."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000120 +cco:ont00000120 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000853 ; + rdfs:label "Measurement Unit"@en ; + skos:definition "A Descriptive Information Content Entity that describes a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000121 +cco:ont00000121 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Conducting Mass Media Interview"@en ; + skos:definition "An Act of Mass Media Communication involving a conversation between a reporter and a person of public interest, used as a basis of a broadcast or publication."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000122 +cco:ont00000122 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000170 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001944 ; + owl:someValuesFrom cco:ont00000904 + ] ; + rdfs:label "Vehicle Track Point"@en ; + skos:definition "An Object Track Point that is where a Vehicle is or was located during some motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000123 +cco:ont00000123 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"@en ; + rdfs:label "Act of Expressive Communication"@en ; + skos:definition "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000124 +cco:ont00000124 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:label "Solar Time Reference System"@en ; + skos:definition "A Temporal Reference System that is based on the position of the Sun in the sky."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000125 +cco:ont00000125 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000373 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000358 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000373 ; + rdfs:label "Bounding Box Point"@en ; + skos:definition "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000126 +cco:ont00000126 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000139 + ] ; + rdfs:label "First-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a primary administrative division of a Country."@en ; + skos:example "a state in the United States" ; + cco:ont00001754 "http://www.geonames.org/export/codes.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000127 +cco:ont00000127 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001980 ; + owl:someValuesFrom obo:BFO_0000001 + ] ; + rdfs:label "Performance Specification"@en ; + skos:definition "A Directive Information Content Entity that prescribes some aspect of the behavior of a participant in a Process given one or more operating conditions."@en ; + skos:example "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000128 +cco:ont00000128 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000255 ; + rdfs:label "Portion of Liquid Hydrogen"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000129 +cco:ont00000129 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Tattoo"@en ; + skos:definition "A Bodily Component that consists of a typically permanent mark or design on a portion of skin that is created by a process of pricking and ingraining an indelible pigment or by raising scars."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/tattoo" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000130 +cco:ont00000130 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Transformer"@en ; + skos:definition "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000131 +cco:ont00000131 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001214 ; + rdfs:label "Increase of Quality"@en ; + skos:definition "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000132 +cco:ont00000132 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000117 ; + rdfs:label "Recording Device"@en ; + skos:definition "An Information Processing Artifact that is designed to capture some information and store it in some recording format on some storage medium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000133 +cco:ont00000133 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"@en ; + rdfs:label "Act of Directive Communication"@en ; + skos:definition "An Act of Communication that is intended to cause the hearer to take a particular action."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000134 +cco:ont00000134 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000405 + ] ; + rdfs:label "Third-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ; + cco:ont00001754 "http://www.geonames.org/export/codes.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000135 +cco:ont00000135 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000819 ; + rdfs:label "Stasis of Specifically Dependent Continuant"@en ; + skos:definition "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000136 +cco:ont00000136 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "Optical Instruments are typically constructed for the purpose of being used to aid in vision or the analysis of light."@en ; + rdfs:label "Optical Instrument"@en ; + skos:definition "A Material Artifact that is designed to process light waves."@en ; + skos:scopeNote "Light waves can be processed in a variety of ways including via reflection, refraction, diffraction, deflection, focusing, collimation, dispersion, and interference."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000137 +cco:ont00000137 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Financial Deposit"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Depositor) to another Agent to create a liability to be repaid to the Depositor through an Act of Financial Withdrawal."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000138 +cco:ont00000138 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000503 ; + rdfs:label "Maximum Power"@en ; + skos:definition "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000139 +cco:ont00000139 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Domain of a Country"@en ; + skos:definition "A Government Domain that is associated with certain distinct political, ethnic, or cultural characteristics, and which delimits a Government that has legitimate authority over a Populace."@en ; + skos:editorialNote "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not define 'Country' but instead define 'Domain of a Country'."@en ; + skos:prefLabel "Domain of a Country"@en ; + cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000140 +cco:ont00000140 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:comment "The type of particle quantified is typically either atoms or molecules, but may also be protons, neutrons, electrons, quarks, or other particles. The type of particle being measured should always be specified along with the measurement and its unit."@en ; + rdfs:label "Measurement Unit of Amount of Substance"@en ; + skos:altLabel "Measurement Unit of Chemical Amount"@en , + "Measurement Unit of Enplethy"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter."@en ; + skos:example "mole, pound-mole" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology" . + + +### https://www.commoncoreontologies.org/ont00000141 +cco:ont00000141 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000914 ; + rdfs:label "Populace"@en ; + skos:definition "A Group of Persons forming the total population of some Government Domain."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000142 +cco:ont00000142 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Government"@en ; + skos:definition "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000143 +cco:ont00000143 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000103 ; + rdfs:label "Cargo Cabin"@en ; + skos:definition "A Vehicle Compartment that is used to store goods or materials during transportation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000144 +cco:ont00000144 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Meeting"@en ; + skos:definition "An Act of Association wherein two or more Persons assemble for some common purpose."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000145 +cco:ont00000145 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Incendiary Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000146 +cco:ont00000146 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001175 ; + owl:disjointWith cco:ont00000496 ; + rdfs:label "Artificial Language"@en ; + skos:definition "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; + skos:example "Esperanto" , + "Python Programming Language" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000147 +cco:ont00000147 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000325 ; + rdfs:label "Flight Transponder"@en ; + skos:definition "A Radio Transponder that is designed to produce a specified response (typically for identification, location, or status update purposes) when it receives a radio-frequency interrogation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000148 +cco:ont00000148 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000368 ; + rdfs:label "Clockwise Rotational Motion"@en ; + skos:altLabel "CW Rotational Motion"@en , + "Clockwise Rotation"@en ; + skos:definition "A Rotational Motion in which the direction of rotation is toward the right as seen relative to the designated side of the plane of rotation."@en ; + skos:example "the axial rotation of the Earth as seen from above the South Pole" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000149 +cco:ont00000149 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Instant Messaging"@en ; + skos:altLabel "Act of IMing"@en , + "Act of Instant Messaging"@en ; + skos:definition "An Act of Communication by Media in which real-time direct text-based communication occurs between two or more people using personal computers or other devices, along with shared Instant Messaging Client Software conveyed over a network, such as the Internet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000150 +cco:ont00000150 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:label "Radio Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en ; + cco:ont00001753 "RF" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000151 +cco:ont00000151 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Reporting"@en ; + skos:definition "An Act of Representative Communication performed by giving a detailed account or statement."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/report" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000152 +cco:ont00000152 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000998 ; + rdfs:label "Telephone Network"@en ; + skos:definition "A Telecommunication Network that is designed to allow telephone calls to be made between two or more parties connected to the network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000153 +cco:ont00000153 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000781 ; + rdfs:label "Generator Control Unit"@en ; + skos:definition "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000154 +cco:ont00000154 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000745 ; + rdfs:comment "While there is always at least one Mode for every set of data, it is possible for any given set of data to have multiple Modes. The Mode is typically most useful when the members of the set are all Nominal Measurement Information Content Entities."@en ; + rdfs:label "Mode Point Estimate Information Content Entity"@en ; + skos:altLabel "Mode"@en , + "Statistical Mode"@en ; + skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or values that occur most often in the set."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000155 +cco:ont00000155 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001337 ; + rdfs:label "Near Infrared Light Frequency"@en ; + skos:definition "An Infrared Light Frequency that is between 214 and 400 terahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000156 +cco:ont00000156 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000088 ; + rdfs:label "Hand Gun"@en ; + skos:definition "A Firearm that is designed to have a relatively short barrel and to be held in one or two hands and to be fired without being braced against the shoulder."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000157 +cco:ont00000157 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Facial Hair"@en ; + skos:definition "A Bodily Component that consists of a portion of hair that grows on the face of a human (typically male) or other animal."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000158 +cco:ont00000158 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001105 ; + rdfs:label "Lithium-ion Electric Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000159 +cco:ont00000159 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Timekeeping Instrument"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is about some temporal region."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000160 +cco:ont00000160 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000581 ; + rdfs:label "Manual Tool"@en ; + skos:altLabel "Hand Tool"@en ; + skos:definition "A Tool that is designed to be powered by manual labor rather than by an engine."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000161 +cco:ont00000161 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Coordinate System Axis"@en ; + skos:definition "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000162 +cco:ont00000162 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000795 ; + rdfs:label "Electrical Connector Artifact Function"@en ; + skos:definition "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used to join electrical terminations to create an electrical circuit."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000163 +cco:ont00000163 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000161 ; + rdfs:label "z-Axis"@en ; + skos:definition "A Coordinate System Axis designated by the variable 'z'."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000164 +cco:ont00000164 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the smallest or having the least amount relative to a nominally described set of like entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000165 +cco:ont00000165 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Criminal Act"@en ; + skos:definition "A Planned Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000166 +cco:ont00000166 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000099 ; + rdfs:label "Wave Cycle"@en ; + skos:definition "A Wave Process that consists of a portion of a Wave Process that begins at an arbitrary point of the Wave Process and ends at the next point when the pattern of the Wave Process begins to repeat."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000167 +cco:ont00000167 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001173 ; + rdfs:label "Large-Scale Rocket Launcher"@en ; + skos:definition "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000168 +cco:ont00000168 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Interpersonal Relationship"@en ; + skos:definition "An Act of Association between two or more Persons that may range from fleeting to enduring."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000169 +cco:ont00000169 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 10–1 m"@en ; + rdfs:label "Very High Frequency"@en ; + skos:altLabel "ITU Band Number 8"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 MHz."@en ; + cco:ont00001753 "VHF" ; + cco:ont00001754 "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000170 +cco:ont00000170 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000018 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001944 ; + owl:someValuesFrom cco:ont00000205 + ] ; + rdfs:label "Object Track Point"@en ; + skos:definition "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000171 +cco:ont00000171 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000344 ; + rdfs:label "Detergent Artifact Function"@en ; + skos:definition "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000172 +cco:ont00000172 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000483 ; + rdfs:label "Base of Operations"@en ; + skos:altLabel "Main Operating Base"@en ; + skos:definition "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en ; + cco:ont00001753 "MOB" ; + cco:ont00001754 "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000173 +cco:ont00000173 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Civilian Role"@en ; + skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents not being part of either an Armed Force or police force."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000174 +cco:ont00000174 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "Ultraviolet Telescope"@en ; + skos:altLabel "UV Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing ultraviolet light to form an enhanced image of the Object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000175 +cco:ont00000175 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Organization Member Role"@en ; + skos:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000176 +cco:ont00000176 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001180 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000898 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001180 ; + dcterms:bibliographicCitation "Lee, David S., and Brad Glosserman. “How Companies Can Navigate Today’s Geopolitical Risks.” Harvard Business Review, 28 Nov. 2022. hbr.org, https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks." , + "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Geopolitical Organization"@en ; + skos:definition "An Organization that bears a Geopolitical Power Role."@en ; + skos:prefLabel "Geopolitical Organization"@en ; + cco:ont00001754 "https://chass.usu.edu/international-studies/aggies-go/power" , + "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000177 +cco:ont00000177 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:label "Affordance"@en ; + skos:definition "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Agent Capability or Disposition in some Act."@en ; + cco:ont00001754 "J. J. Gibson, \"The Theory of Affordances,\" in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000178 +cco:ont00000178 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Arrow"@en ; + skos:definition "A Portion of Ammunition that is designed to be fired from a Bow and consists of a long straight stiff shaft with stabilizers (fletchings) and a slot (the nock) on one end and a weighted tip (the arrowhead) on the other end."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000179 +cco:ont00000179 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000570 ; + rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."@en ; + rdfs:label "Thrust"@en ; + skos:definition "A Force that is equal in magnitude to but in the opposite direction of an exerted Force and which is used to describe the forward Force of a Jet or Rocket Engine in reaction to the Acceleration of its Reaction Mass in the opposite direction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000180 +cco:ont00000180 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000410 ; + rdfs:label "Hotel"@en ; + skos:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000181 +cco:ont00000181 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000089 ; + rdfs:label "Language Skill"@en ; + skos:definition "A Skill that is realized by an Act which is prescribed by a Language."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000182 +cco:ont00000182 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000123 ; + rdfs:label "Act of Thanking"@en ; + skos:definition "An Act of Expressive Communication performed by expressing gratitude."@en ; + cco:ont00001754 " http://www.merriam-webster.com/dictionary/thanks" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000183 +cco:ont00000183 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Fragrance Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of perceiving a pleasant or sweet odor."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000184 +cco:ont00000184 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Axial Rotation Period"@en ; + skos:definition "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000185 +cco:ont00000185 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Blunt"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000186 +cco:ont00000186 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Artifact Version Ordinality"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is about the form of an Artifact which differs in some respects from previous or future forms of that Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000187 +cco:ont00000187 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Authority Role"@en ; + skos:definition "A Role that is realized by Processes which create, modify, transfer, or eliminate Process Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en ; + skos:scopeNote "Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000188 +cco:ont00000188 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Ground Track"@en ; + skos:altLabel "Ground Trace"@en ; + skos:definition "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en ; + skos:scopeNote "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000189 +cco:ont00000189 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Certificate"@en ; + skos:definition "An Information Bearing Artifact that bears an Information Content Entity which attests to certain demonstrated characteristics of an Object, Person, or Organization."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/degree" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000190 +cco:ont00000190 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001353 ; + rdfs:label "Minimum Speed Artifact Function"@en ; + skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the lowest speed at which that Artifact is designed to operate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000191 +cco:ont00000191 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001147 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001803 ; + owl:someValuesFrom cco:ont00000920 + ] ; + rdfs:label "Act of Homicide"@en ; + skos:definition "An Act of Violence which causes the unlawful killing of another person."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000192 +cco:ont00000192 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000171 ; + owl:someValuesFrom cco:ont00001341 + ] ; + rdfs:label "Facility"@en ; + skos:definition "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000193 +cco:ont00000193 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000059 ; + rdfs:label "Telephone Subscriber Line"@en ; + skos:definition "A Telephone Line that connects a Communication Endpoint to another node in a Telecommunication Network to enable service to a user's Telephone."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000194 +cco:ont00000194 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000795 ; + rdfs:label "Electrical Contact Artifact Function"@en ; + skos:definition "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used as an endpoint of an electrical circuit from which an electrical current is passed via physical contact with the endpoint."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000195 +cco:ont00000195 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001078 ; + rdfs:label "Heliport"@en ; + skos:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000196 +cco:ont00000196 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Purple"@en ; + skos:definition "A Color that is aproximately midway between Red and Blue."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000197 +cco:ont00000197 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000035 ; + rdfs:label "Process Beginning"@en ; + skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000198 +cco:ont00000198 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Sound Level"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en ; + skos:example "decibels, sones" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000199 +cco:ont00000199 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000771 ; + rdfs:label "Camera"@en ; + skos:definition "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/camera" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000200 +cco:ont00000200 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000890 ; + rdfs:label "Act of Pilgrimage"@en ; + skos:definition "An Act of Travel to a location of importance to a person's beliefs and faith."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000201 +cco:ont00000201 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Change of Residence"@en ; + skos:definition "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000202 +cco:ont00000202 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Terrorist Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Terrorist Organization by imparting knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000203 +cco:ont00000203 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000293 ; + rdfs:label "Event Status Nominal Information Content Entity"@en ; + skos:definition "A Nominal Measurement Information Content Entity that is a measurement of the current state of a process."@en ; + skos:example "proposed, approved, planned, in progress, completed, failed, or successful" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000204 +cco:ont00000204 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001104 ; + rdfs:label "Rifle"@en ; + skos:definition "A Long Gun that is designed to have a rifled barrel and to fire single Bullets over long ranges with high accuracy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000205 +cco:ont00000205 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001855 ; + owl:someValuesFrom cco:ont00000170 + ] ; + rdfs:comment "The exact line of the Object Track may be drawn based on the Center of Mass of the Object or another reference point, such as the location of a transponder beacon or the center of a radar cross-section, depending on the Object being tracked."@en ; + rdfs:label "Object Track"@en ; + skos:definition "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000206 +cco:ont00000206 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Friction Reduction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of reducing the force resisting the relative motion of surfaces in contact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000207 +cco:ont00000207 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000142 ; + rdfs:label "One-Dimensional Geospatial Boundary"@en ; + skos:definition "A Fiat Line that is a boundary of some Geospatial Region."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000208 +cco:ont00000208 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000123 ; + rdfs:label "Act of Congratulating"@en ; + skos:definition "An Act of Expressive Communication performed by expressing vicarious pleasure to a person on the occasion of their success or good fortune."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/congratulate" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000209 +cco:ont00000209 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000313 ; + rdfs:label "Sound Wavelength"@en ; + skos:definition "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en ; + cco:ont00001754 "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000210 +cco:ont00000210 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Engine"@en ; + skos:altLabel "Motor"@en ; + skos:definition "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000211 +cco:ont00000211 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000800 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Day Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000212 +cco:ont00000212 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Chemical Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000213 +cco:ont00000213 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000472 ; + rdfs:label "Subcontinent"@en ; + skos:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000214 +cco:ont00000214 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000289 ; + rdfs:label "Moving Target Indication Artifact Function"@en ; + skos:definition "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to identify and produce visual representations of moving entities by using a radar to emit successive phase coherent pulses, which are sampled and added to the subsequent pulse to cancel out signals from non-moving entities such that only signals from moving entities remain and are displayed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000215 +cco:ont00000215 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:comment "A Radio Telescope consists of a specialized Antenna and a Radio Receiver and is typically used to receive radio waves from sources in outer space."@en ; + rdfs:label "Radio Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000216 +cco:ont00000216 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Shell"@en ; + skos:definition "A Portion of Ammunition that is designed to be a non-self-propelled projectile and to carry a payload (explosive or other) over a relatively short distance."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Shell_(projectile)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000217 +cco:ont00000217 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Area"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en ; + skos:example "square feet, square meters, acre, hectare" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000218 +cco:ont00000218 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Major Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000219 +cco:ont00000219 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001009 ; + rdfs:label "Reflecting Optical Telescope"@en ; + skos:altLabel "Reflecting Telescope"@en , + "Reflector"@en ; + skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via reflection through the use of one or more curved Mirrors to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000220 +cco:ont00000220 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Ammunition Depot"@en ; + skos:definition "A Storage Facility that is designed to store Portions of Ammunition."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000221 +cco:ont00000221 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Semi-Minor Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000222 +cco:ont00000222 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Presence Frequency"@en ; + skos:definition "A Sonic Frequency that is between 4 and 6 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000223 +cco:ont00000223 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000203 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:someValuesFrom cco:ont00000800 + ] ; + rdfs:label "Time of Day"@en ; + skos:definition "A Temporal Instant that is part of a Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000224 +cco:ont00000224 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001197 ; + rdfs:label "Populated place"@en ; + skos:definition "An Anthropogenic Feature at which people live or have lived."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000225 +cco:ont00000225 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000832 + ] ; + rdfs:label "Month"@en ; + skos:definition "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ; + skos:scopeNote "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000226 +cco:ont00000226 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Transportation Facility"@en ; + skos:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000227 +cco:ont00000227 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000674 ; + rdfs:comment "A Julian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.25 Julian Days. Julian Years are typically indicated by prefixing a capital 'J' in front of the Year number, e.g. J2000.0 or J2018."@en ; + rdfs:label "Julian Year"@en ; + skos:definition "A Calendar Year in the Julian Calendar."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000228 +cco:ont00000228 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000005 ; + rdfs:label "Planned Act"@en ; + skos:altLabel "Intentional Act"@en ; + skos:definition "An Act in which at least one Agent plays a causative role and which is prescribed by some Directive Information Content Entity held by at least one of the Agents."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000229 +cco:ont00000229 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Power"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; + skos:example "watt, horsepower" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000230 +cco:ont00000230 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Diffraction Grating"@en ; + skos:definition "An Optical Instrument with a periodic structure that is designed to split and defract a beam of light into several beams travelling in different directions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000231 +cco:ont00000231 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Torpedo Tube"@en ; + skos:definition "A Projectile Launcher that is designed to launch Torpedoes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000232 +cco:ont00000232 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000677 ; + rdfs:label "Pumping Station"@en ; + skos:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000233 +cco:ont00000233 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001278 ; + rdfs:label "Stock Certificate"@en ; + skos:definition "Stock that consists of a Certificate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000234 +cco:ont00000234 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Training"@en ; + skos:definition "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000235 +cco:ont00000235 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Vocational Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring skills required for a specific occupation in industry, agriculture or trade from an Agent or communication medium that realizes a capacity derived from its affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000236 +cco:ont00000236 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Lighting System"@en ; + skos:definition "A Material Artifact that is designed to emit light within some area."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000237 +cco:ont00000237 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Terrorist Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature from an Agent or communication medium that realizes a capacity derived from its affiliation with a Terrorist Organization."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000238 +cco:ont00000238 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Propeller"@en ; + skos:altLabel "Propelling Screw"@en ; + skos:definition "A Material Artifact that is designed to convert rotary motion from an Engine or other mechanical Power Source into propulsive Force."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000239 +cco:ont00000239 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Mass"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of an object's resistance to Acceleration when a Force is applied to the object."@en ; + skos:example "ounce, gram, pound" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000240 +cco:ont00000240 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001162 ; + rdfs:label "Act of Oath Taking"@en ; + skos:definition "An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000241 +cco:ont00000241 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001064 ; + rdfs:label "Two-Dimensional Barcode"@en ; + skos:definition "A Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Directive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000242 +cco:ont00000242 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 ; + rdfs:label "Data Matrix Code"@en ; + skos:definition "A Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000243 +cco:ont00000243 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Heat Sink"@en ; + skos:definition "A Material Artifact that is designed to regulate the temperature of a computer by the passive transfer of heat away from other components in the computer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000244 +cco:ont00000244 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Fragmentation Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of a detonation which causes fragmentation."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/fragmentation" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000245 +cco:ont00000245 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Petroleum Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture petroleum-based products."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000246 +cco:ont00000246 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Stasis of Realizable Entity"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000247 +cco:ont00000247 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Road"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000248 +cco:ont00000248 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Chemical Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture or process chemicals."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000249 +cco:ont00000249 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "A Shaft is usually used to connect other components of a drive train that cannot be connected directly either because of the distance between them or the need to allow for relative movement between those components."@en ; + rdfs:label "Shaft"@en ; + skos:definition "A Material Artifact that is designed to rotate and transmit Torque, Power, or Rotational Motion from one machine element to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000250 +cco:ont00000250 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000865 ; + rdfs:label "Loss of Realizable Entity"@en ; + skos:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000251 +cco:ont00000251 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000472 ; + rdfs:label "Continent"@en ; + skos:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ; + cco:ont00001754 "JC3IEDM version 3.0.2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000252 +cco:ont00000252 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Nozzle"@en ; + skos:definition "A Fluid Control Artifact that is designed to control the speed, direction, rate, shape, or pressure of the flow of fluid exiting it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000253 +cco:ont00000253 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000030 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00000958 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000030 ; + rdfs:label "Information Bearing Entity"@en ; + skos:altLabel "IBE"@en ; + skos:definition "An Object upon which an Information Content Entity generically depends."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000254 +cco:ont00000254 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Transportation Artifact"@en ; + skos:definition "A Material Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000255 +cco:ont00000255 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Cryogenic Material"@en ; + skos:definition "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000256 +cco:ont00000256 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Fluid Control Artifact"@en ; + skos:definition "A Material Artifact that is designed to manipulate the flow of a fluid (i.e. a liquid or a gas)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000257 +cco:ont00000257 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000620 ; + rdfs:label "Radiopaque"@en ; + skos:altLabel "Radiodense"@en ; + skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000258 +cco:ont00000258 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001064 ; + rdfs:label "One-Dimensional Barcode"@en ; + skos:definition "A Barcode that is designed to bear parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000259 +cco:ont00000259 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000225 ; + rdfs:label "Calendar Month"@en ; + skos:definition "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en ; + skos:example "January; February; March; April; May; June; July; August; September; October; November; December" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000260 +cco:ont00000260 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000675 ; + rdfs:label "Muzzle Blast"@en ; + skos:definition "A Sound Wave Process that is caused by a projectile being pushed from the barrel of a firearm by an explosive charge."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000261 +cco:ont00000261 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:comment """Currently gamma radiation is distinguished from x-rays by their source--either inside or outside of the nucleus--rather than by frequency, energy, and wavelength. +https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_terminology"""@en ; + rdfs:label "Gamma Ray Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000262 +cco:ont00000262 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001102 ; + rdfs:label "Shop"@en ; + skos:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000263 +cco:ont00000263 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:comment "A single Clock Time System does not provide a complete means for identifying or measuring times. Depending on the particular Clock Time System, it may be compatible for use with one or more other Temporal Reference Systems."@en ; + rdfs:label "Clock Time System"@en ; + skos:definition "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000264 +cco:ont00000264 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000020 ; + rdfs:label "Hydraulic Fluid Reservoir"@en ; + skos:definition "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000265 +cco:ont00000265 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001327 ; + rdfs:label "Election"@en ; + skos:altLabel "Act of Political Election"@en ; + skos:definition "A Social Act by which a population chooses an individual to hold public office."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000266 +cco:ont00000266 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001381 ; + rdfs:label "Hearing Aid"@en ; + skos:definition "A Medical Artifact that is designed to improve hearing for its user."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000267 +cco:ont00000267 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Catalyst Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which the rate of a chemical reaction is increased due to the participation of an additional substance, without that substance being consumed in the reaction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000268 +cco:ont00000268 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Cannon"@en ; + skos:definition "A Projectile Launcher that is designed to use a controlled explosion to launch a relatively large Portion of Ammunition, such as a Round Shot or a Shell, at a significant Velocity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000269 +cco:ont00000269 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Radio Transmitter"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device that is designed to generate a radio frequency alternating current, which can be applied to a Radio Antenna to be transmitted as radio waves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000270 +cco:ont00000270 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Educational Facility"@en ; + skos:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000271 +cco:ont00000271 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000639 ; + rdfs:label "Underground Mine"@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000272 +cco:ont00000272 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Combustion"@en ; + skos:altLabel "Burning Process"@en , + "Combustion Process"@en ; + skos:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000273 +cco:ont00000273 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Communication Interference Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information for the purpose of preventing communication."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000274 +cco:ont00000274 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Armed Force"@en ; + skos:definition "An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000275 +cco:ont00000275 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000398 ; + rdfs:comment "Note that, while reference systems and reference frames are treated as synonyms here, some people treat them as related but separate entities. See: http://www.ggos-portal.org/lang_en/GGOS-Portal/EN/Topics/GeodeticApplications/GeodeticReferenceSystemsAndFrames/GeodeticReferenceSystemsAndFrames.html"@en ; + rdfs:label "Spatial Reference System"@en ; + skos:altLabel "Coordinate System"@en , + "Spatial Coordinate System"@en , + "Spatial Reference Frame"@en ; + skos:definition "A Reference System that describes a set of standards for uniquely identifying the position of an entity or the direction of a vector within a defined spatial region by means of measurements along one or more Coordinate System Axes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000276 +cco:ont00000276 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000891 ; + rdfs:label "Solar Calendar System"@en ; + skos:definition "A Calendar System that is designed to organize and identify dates based on the cycles of an Astronomical Body's Orbit around the Sun."@en ; + skos:scopeNote "Unless otherwise specified, a Solar Calendar System is assumed to be relative to the Orbit of the Earth around the Sun."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000277 +cco:ont00000277 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Nuclear Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a destructive nuclear reaction, either through fission or through a combination of fission and fusion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000278 +cco:ont00000278 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."@en ; + rdfs:label "Momentum"@en ; + skos:definition "A Process Profile of an object in Motion that is the product of its Mass and Velocity with respect to a frame of reference."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000279 +cco:ont00000279 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000392 ; + rdfs:label "Enemy Role"@en ; + skos:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000280 +cco:ont00000280 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001124 ; + rdfs:label "Torpedo"@en ; + skos:definition "A Precision-Guided Missile that is designed to be fired into a body of water, be self-propelled through the water, and carry an explosive payload."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000281 +cco:ont00000281 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001137 ; + rdfs:label "Albedo"@en ; + skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of its surface to reflect incident electromagnetic radiation of a particular wavelength."@en ; + skos:scopeNote "Albedo is a reflection coefficient and is measured as the ratio of radiation reflected from the surface to the incident radiation. Albedo is dimensionless, can be expressed as a percentage, and is measured on a scale from 0 for no reflection to 1 for perfect reflection of a surface. Albedo depends on the wavelength of the radiation; when no wavelength is specified, it typically refers to some appropriate average across the spectrum of visible light."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000282 +cco:ont00000282 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000719 ; + rdfs:label "Counterfeit Financial Instrument"@en ; + skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000283 +cco:ont00000283 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Cylindrical"@en ; + skos:altLabel "Columnar"@en ; + skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000284 +cco:ont00000284 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:label "Strength"@en ; + skos:definition "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ; + skos:scopeNote "Strength is intended to be understood broadly here. Physical strength is only one type of Strength. Other subtypes of Strength may include military strength, psychological strength, emotional strength, political strength, technological strength, and so on."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000285 +cco:ont00000285 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000269 ; + rdfs:label "Emergency Locator Transmitter"@en ; + skos:definition "A Radio Transmitter that is designed to signal distress and provide positional data for the entity it is located on."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000286 +cco:ont00000286 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000100 ; + rdfs:label "Stasis of Partially Mission Capable Maintenance"@en ; + skos:definition "A Stasis of Partially Mission Capable during which the participating Continuant is not capable of performing some of its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000287 +cco:ont00000287 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001187 ; + rdfs:label "Inertial Navigation System"@en ; + skos:altLabel "INS"@en ; + skos:definition "A Navigation System that is designed to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000288 +cco:ont00000288 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Source"@en ; + skos:definition "A Material Artifact that is designed to supply power to some other Artifact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000289 +cco:ont00000289 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000601 ; + rdfs:label "Radar Imaging Artifact Function"@en ; + skos:definition "An Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using radio waves."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000290 +cco:ont00000290 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000726 ; + rdfs:label "Decrease of Specifically Dependent Continuant"@en ; + skos:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000291 +cco:ont00000291 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Decoy Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Decoy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000292 +cco:ont00000292 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000995 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Artifact Identifier"@en ; + skos:definition "A Designative Information Content Entity which designates some Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000293 +cco:ont00000293 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001868 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001163 ; + owl:disjointWith cco:ont00001010 , + cco:ont00001022 , + cco:ont00001364 ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Nominal Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; + skos:example "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@en , + "a measurement that classifies automobiles as sedans, coupes, hatchbacks, or convertibles" , + "a measurement that classifies military intelligence as strategic, operational, or tactical" , + "a measurement that classifies rocks as igneous, sedimentary, or metamorphic" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000294 +cco:ont00000294 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000533 ; + rdfs:label "Air-Breathing Jet Engine"@en ; + skos:altLabel "Ducted Jet Engine"@en ; + skos:definition "A Jet Engine that is propelled by a jet of hot exhaust gases formed from air that is drawn into the Engine via an Air Inlet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000295 +cco:ont00000295 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Wetness"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the degree to which the bearer is covered by a liquid, typically on a continuum of dry to wet."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000296 +cco:ont00000296 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000763 ; + rdfs:label "Angular Velocity"@en ; + skos:altLabel "Rotational Velocity"@en ; + skos:definition "A Velocity that is characterized by both the angular Speed of an object and the Axis about which the object is Rotating."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000297 +cco:ont00000297 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Hydrosphere"@en ; + skos:definition "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000298 +cco:ont00000298 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001173 ; + rdfs:label "Shoulder-Fired Rocket Launcher"@en ; + skos:definition "A Rocket Launcher that is designed to be small enough to be carried by a single person and fired while supported on the person's shoulder."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000299 +cco:ont00000299 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Prosthetic Leg"@en ; + skos:definition "A Prosthesis that is designed to replace a missing leg."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000300 +cco:ont00000300 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000027 , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000115 ; + owl:someValuesFrom cco:ont00001017 + ] + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000115 ; + owl:allValuesFrom cco:ont00001017 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "Group of Agents"@en ; + skos:definition "An Object Aggregate that has only Agents as parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000301 +cco:ont00000301 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000663 ; + rdfs:label "Vehicle Transmission"@en ; + skos:altLabel "Gearbox"@en , + "Transmission"@en ; + skos:definition "A Power Transmission Artifact that is designed to vary the output speed and torque in a rotating power transfer system."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000302 +cco:ont00000302 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Alternating Current Power Source"@en ; + skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000303 +cco:ont00000303 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001036 ; + rdfs:label "Intercommunication System"@en ; + skos:definition "A Communication System that is designed to enable some Act of Communication between end points within a building, small collection of buildings, or within a small area of service."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000304 +cco:ont00000304 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000771 ; + rdfs:label "Microscope"@en ; + skos:definition "An Imaging Instrument that is designed to enable users to see Objects that are otherwise too small to be seen by the naked eye by producing a significantly enlarged image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000305 +cco:ont00000305 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000380 ; + rdfs:label "Sound Pressure"@en ; + skos:altLabel "Acoustic Pressure"@en ; + skos:definition "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000306 +cco:ont00000306 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001370 ; + rdfs:label "Hinge"@en ; + skos:definition "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000307 +cco:ont00000307 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001084 ; + rdfs:label "Portion of Food"@en ; + skos:definition "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000308 +cco:ont00000308 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001226 ; + rdfs:label "Act of Military Service"@en ; + skos:definition "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en ; + cco:ont00001754 "http://www.collinsdictionary.com/dictionary/english/military-service" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000309 +cco:ont00000309 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Healthcare Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of treating and preventing illness."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000310 +cco:ont00000310 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000552 ; + rdfs:label "Grenade"@en ; + skos:altLabel "Hand Grenade"@en ; + skos:definition "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000311 +cco:ont00000311 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001999 ; + rdfs:label "Filtration Artifact Function"@en ; + skos:definition "A Filter Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000312 +cco:ont00000312 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Propulsion Process"@en ; + skos:definition "A Natural Process in which one or more Forces are generated and applied to a participating Object such that the Object is set in Motion or has the direction or magnitude of its Motion altered."@en ; + skos:example "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward" , + "an apple falling to the ground under the power of Earth's gravitational force" , + "burning a portion of fuel to produce exhaust that is ejected through a jet nozzle to propel a rocket and its payload" , + "heat from a fire causing ashes to rise into the sky" , + "launching a water balloon using a sling shot" , + "the wind blowing leaves across a lawn" , + "turning a paddle wheel against a portion of water to propel the paddle boat forward" ; + skos:scopeNote "In each case, a Propulsion Process minimally involves the Object being propelled, a Reaction Mass (e.g. a portion of water, atmosphere, exhaust, etc.), and the Force(s) acting between these two entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000313 +cco:ont00000313 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 ; + rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."@en ; + rdfs:label "Wavelength"@en ; + skos:definition "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000314 +cco:ont00000314 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000253 + ] ; + rdfs:comment "Typically, an IQE will be a complex pattern made up of multiple qualities joined together spatially."@en ; + rdfs:label "Information Quality Entity"@en ; + skos:altLabel "IQE"@en ; + skos:definition "A Quality that concretizes some Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000315 +cco:ont00000315 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000918 ; + rdfs:label "Telecommunication Switching Node"@en ; + skos:definition "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000316 +cco:ont00000316 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000255 ; + rdfs:label "Portion of Liquid Helium"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000317 +cco:ont00000317 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001218 ; + rdfs:label "Electronic Signal Processing Artifact Function"@en ; + skos:definition "A Signal Processing Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in electronic signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000318 +cco:ont00000318 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + rdfs:label "Disease"@en ; + skos:definition "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/OGMS_0000031" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000319 +cco:ont00000319 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001942 ; + owl:someValuesFrom cco:ont00000995 + ] ; + rdfs:label "Artifact Design"@en ; + skos:definition "A Directive Information Content Entity that is a specification of an object, manifested by an agent, intended to accomplish goals, in a particular environment, using a set of primitive components, satisfying a set of requirements, subject to constraints."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000320 +cco:ont00000320 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001251 ; + rdfs:label "Act of Reconnaissance"@en ; + skos:definition "An Act of Intelligence Gathering used to determine an Agent's disposition and intention; the composition and capabilities of Equipment and Facilities, and the surrounding landforms and weather conditions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000321 +cco:ont00000321 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Residential Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000322 +cco:ont00000322 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Funding"@en ; + skos:definition "An Act of Financial Instrument Use in which an Agent provides a sum of money to another Agent for a particular purpose."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 +cco:ont00000323 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000034 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000995 + ] ; + rdfs:label "Artifact Function"@en ; + skos:definition "A Function that inheres in some Artifact in virtue of that Artifact being designed to be used in processes that require that Function to be realized."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000324 +cco:ont00000324 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Width"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000325 +cco:ont00000325 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Radio Transponder"@en ; + skos:altLabel "Transmitter-Responder"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device that acts as both a Radio Transmitter and responder and is used to wirelessly receive and transmit electrical signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000326 +cco:ont00000326 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "UPC Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000327 +cco:ont00000327 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Texture"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the size, shape, and distribution of features on its surface, typically on a continuum from smooth to rough."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000328 +cco:ont00000328 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000870 ; + rdfs:label "Transportation Infrastructure"@en ; + skos:definition "An Infrastructure System that is designed to facilitate the movement of material entities from one location to another by providing the necessary structures for Persons to travel or for Vehicles to transport material entities."@en ; + cco:ont00001754 "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000329 +cco:ont00000329 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000225 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Month Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000330 +cco:ont00000330 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001076 ; + rdfs:label "Thermal Power Plant"@en ; + skos:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000331 +cco:ont00000331 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000410 ; + rdfs:label "House"@en ; + skos:definition "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000332 +cco:ont00000332 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Training Camp"@en ; + skos:definition "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000333 +cco:ont00000333 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000394 ; + rdfs:label "Gas Turbine"@en ; + skos:altLabel "Combustion Turbine"@en ; + skos:definition "An Internal Combustion Engine that has a rotating compressor and a turbine and is designed to operate utilizing continous Combustion to produce Thrust, either directly via exhaust or indirectly via a prop."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000334 +cco:ont00000334 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000303 ; + rdfs:label "Interphone"@en ; + skos:definition "An Intercommunication System that that is designed to facilitate some Act of Communication between agents by means of audio messages."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000335 +cco:ont00000335 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000819 ; + rdfs:label "Stasis of Generically Dependent Continuant"@en ; + skos:definition "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000336 +cco:ont00000336 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000410 ; + rdfs:label "Apartment Building"@en ; + skos:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000337 +cco:ont00000337 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001029 ; + rdfs:label "Rocket-Propelled Grenade"@en ; + skos:definition "An Unguided Rocket that is designed to contain an explosive warhead, be fired from a Shoulder-Fired Rocket Launcher, and be used against Tanks."@en ; + cco:ont00001753 "RPG" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000338 +cco:ont00000338 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Fan"@en ; + skos:definition "A Fluid Control Artifact that consists of a rotating arrangement of vanes or blades that are designed to act on a portion of fluid to create flow within it."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Fan_(machine)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000339 +cco:ont00000339 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Agricultural Facility"@en ; + skos:definition "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000340 +cco:ont00000340 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000268 ; + rdfs:label "Mortar"@en ; + skos:definition "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000341 +cco:ont00000341 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Prosthetic Arm"@en ; + skos:definition "A Prosthesis that is designed to replace a missing arm."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000342 +cco:ont00000342 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Brake"@en ; + skos:definition "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000343 +cco:ont00000343 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000634 ; + rdfs:label "Reciprocating Steam Engine"@en ; + skos:definition "A Steam Engine that is designed to use one or more reciprocating pistons to convert pressure into a rotating motion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000344 +cco:ont00000344 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001281 ; + rdfs:label "Surfactant Artifact Function"@en ; + skos:definition "An Emulsifier Artifact Function that is realized in a process that lowers the surface tension between two liquids or between a liquid and a solid."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000345 +cco:ont00000345 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Measuring"@en ; + skos:definition "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ; + skos:example "putting an object on a scale to measure its weight in kilograms" , + "rating Hollywood movies on a 1 to 5 star scale" , + "using a tape measure to determine the height and width of a doorway in inches" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000346 +cco:ont00000346 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Communication Instrument"@en ; + skos:definition "A Material Artifact that is designed to facilitate communication between at least two entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000347 +cco:ont00000347 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001159 ; + rdfs:label "Electronic Bond"@en ; + skos:definition "A Bond that consists of Bytes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000348 +cco:ont00000348 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000995 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00001999 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Filter"@en ; + skos:definition "A Material Artifact that bears a Filter Function."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000349 +cco:ont00000349 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000479 ; + rdfs:label "Police Station"@en ; + skos:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000350 +cco:ont00000350 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000453 ; + rdfs:label "Cooling System"@en ; + skos:definition "An Environment Control System that is designed to cool the air or objects in a Site."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000351 +cco:ont00000351 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000133 ; + rdfs:label "Act of Commanding"@en ; + skos:definition "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000352 +cco:ont00000352 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001139 ; + rdfs:label "Satellite Artifact"@en ; + skos:definition "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000353 +cco:ont00000353 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Research Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to perform research on a specified entity or class of entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000354 +cco:ont00000354 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Testifying"@en ; + skos:definition "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/testify" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000355 +cco:ont00000355 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001009 ; + rdfs:label "Refracting Optical Telescope"@en ; + skos:altLabel "Refracting Telescope"@en , + "Refractor"@en ; + skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via refraction through the use of one or more Lenses to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000356 +cco:ont00000356 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Publishing Mass Media Article"@en ; + skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of a non-fictional essay, especially one included with others in a newspaper, magazine, journal, etc."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000357 +cco:ont00000357 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Motion"@en ; + skos:definition "A Planned Act by which an Agent causes the position or location of some Object to change."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/motion" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000358 +cco:ont00000358 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001130 ; + rdfs:label "Geospatial Region Bounding Box"@en ; + skos:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000359 +cco:ont00000359 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000223 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:someValuesFrom cco:ont00000498 + ] ; + rdfs:label "Julian Date"@en ; + skos:definition "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ; + cco:ont00001753 "JD" ; + cco:ont00001754 "https://www.defit.org/julian-date/" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000360 +cco:ont00000360 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001289 ; + rdfs:label "Wounded Stasis"@en ; + skos:altLabel "Wounded"@en ; + skos:definition "A Damaged Stasis in which a Person or other organism is the bearer of a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to an injuring event."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000361 +cco:ont00000361 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001356 ; + rdfs:label "Increase of Function"@en ; + skos:definition "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000362 +cco:ont00000362 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000533 ; + rdfs:comment "Most rocket engines are also Internal Combustion Engines, however non-combusting forms also exist. For example, an untied balloon full of air that is released and allowed to zoom around the room may be both a Rocket Engine and a Physically Powered Engine."@en ; + rdfs:label "Rocket Engine"@en ; + skos:altLabel "Thruster"@en ; + skos:definition "A Jet Engine that is designed to use only stored Rocket Propellant to form a high speed propulsive jet in order to generate Thrust."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000363 +cco:ont00000363 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000998 ; + rdfs:label "Wireless Telecommunication Network"@en ; + skos:altLabel "Wireless Network"@en ; + skos:definition "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000364 +cco:ont00000364 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001221 ; + rdfs:label "Pneumatic Motor"@en ; + skos:altLabel "Air Motor"@en , + "Compressed Air Engine"@en ; + skos:definition "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000365 +cco:ont00000365 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000161 ; + rdfs:label "x-Axis"@en ; + skos:definition "A Coordinate System Axis designated by the variable 'x'."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000366 +cco:ont00000366 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Information Processing"@en ; + skos:definition "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000367 +cco:ont00000367 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Military Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Military Organization by imparting knowledge of the tactics, techniques, and/or strategies of Military Operations to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000368 +cco:ont00000368 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001133 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000296 + ] ; + rdfs:label "Rotational Motion"@en ; + skos:altLabel "Rotation"@en ; + skos:definition "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000369 +cco:ont00000369 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Priority Measurement Information Content Entity"@en ; + skos:altLabel "Criticality Measurement"@en , + "Importance Measurement"@en , + "Priority Measurement"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of the relative importance of an entity."@en ; + skos:example "low, normal, high, urgent, or immediate priority" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000370 +cco:ont00000370 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000123 ; + rdfs:label "Act of Condoling"@en ; + skos:definition "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/condoling" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000371 +cco:ont00000371 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:comment "An Act of Prediction may involve the use of some or no relevant information. An Act of Prediction that utilizes relevant information may also be (or at least involve) an Act of Estimation. Hence, these two classes are not disjoint. Furthermore, neither class subsumes the other since estimates can be made about existing entities and not all predictions produce measurements (e.g. predicting that it will rain tomorrow)."@en ; + rdfs:label "Act of Prediction"@en ; + skos:definition "A Planned Act that involves the generation of a Predictive Information Content entity that is intended to describe an uncertain possible future event, value, entity, or attribute of an entity."@en ; + skos:example "a chess master predicting the next 8 moves his opponent will make" , + "predicting that a particular stock will double in value over the next fiscal quarter" , + "using sample exit polls data to predict the winners of an election" ; + skos:scopeNote "Predictions can only be made about things that are not yet the case (i.e. future things) and are further restricted to being about things that do not have a probability of either 1 (necessary) or 0 (impossible). For example, assuming that no organism is immortal, one cannot predict of a given organism that it will eventually die; however, one may predict uncertain things about the organism's eventual death, such as its precise cause or time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000372 +cco:ont00000372 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Transformer Rectifier Unit"@en ; + skos:altLabel "TRU"@en ; + skos:definition "A Material Artifact that is designed to perform the functions of both a Rectifier and a Transformer."@en ; + cco:ont00001754 "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000373 +cco:ont00000373 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000147 ; + rdfs:label "Geospatial Position"@en ; + skos:definition "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000374 +cco:ont00000374 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000061 ; + rdfs:label "Measurement Unit of Volumetric Flow Rate"@en ; + skos:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time."@en ; + skos:example "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000375 +cco:ont00000375 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Warehouse"@en ; + skos:definition "A Storage Facility that is designed to store commercial goods."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000376 +cco:ont00000376 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Gallium Arsenide"@en ; + skos:altLabel "Portion of GaAs"@en ; + skos:definition "A Portion of Material that is composed of a compound of the elements gallium and arsenic."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000377 +cco:ont00000377 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Disability"@en ; + skos:definition "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000378 +cco:ont00000378 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:label "Color"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000379 +cco:ont00000379 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: affirming, alleging, announcing, answering, attributing, claiming, classifying, concurring, confirming, conjecturing, denying, disagreeing, disclosing, disputing, identifying, informing, insisting, predicting, ranking, reporting, stating, stipulating"@en ; + rdfs:label "Act of Representative Communication"@en ; + skos:definition "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000380 +cco:ont00000380 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000570 ; + rdfs:label "Pressure"@en ; + skos:definition "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000381 +cco:ont00000381 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Weapon Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to produce or assemble weapons."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000382 +cco:ont00000382 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Spreadsheet"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some Information Content Entity in an interactive, tabular form."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000383 +cco:ont00000383 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000837 ; + rdfs:label "Nuclear Family"@en ; + skos:definition "A Family composed of parents and their children."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000384 +cco:ont00000384 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000789 ; + rdfs:label "Rectilinear Motion"@en ; + skos:altLabel "Linear Motion"@en ; + skos:definition "A Translational Motion process in which an Object moves along a straight path."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000385 +cco:ont00000385 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Wide"@en ; + skos:altLabel "Broad"@en , + "Fat"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly larger in proportion to its length or height."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000386 +cco:ont00000386 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."@en ; + rdfs:label "Webcast"@en ; + skos:altLabel "Act of Webcasting"@en ; + skos:definition "An Act of Communciation by Media transmitted to an audience over the Internet using streaming media technology to distribute a single content source that may be distributed live or on demand."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000387 +cco:ont00000387 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Axis of Rotation"@en ; + skos:altLabel "Rotational Axis"@en ; + skos:definition "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000388 +cco:ont00000388 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000987 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + rdfs:label "Citizen"@en ; + skos:definition "A Person who is the bearer of some Citizen Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000389 +cco:ont00000389 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001334 ; + rdfs:label "Act of Buying"@en ; + skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Buyer) to acquire ownership of a good from another Agent (the Seller)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000390 +cco:ont00000390 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Spatial Region Identifier"@en ; + skos:definition "A Designative Information Content Entity that designates some Spatial Region."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000391 +cco:ont00000391 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:comment "The corresponding Wavelength range is 1–0.1 mm"@en ; + rdfs:label "Tremendously High Frequency"@en ; + skos:altLabel "ITU Band Number 12"@en , + "Submillimeter Band Frequency"@en , + "Terahertz Radiation Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en ; + cco:ont00001753 "THF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000392 +cco:ont00000392 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Allegiance Role"@en ; + skos:definition "A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000393 +cco:ont00000393 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000387 ; + rdfs:label "Yaw Axis"@en ; + skos:altLabel "Vertical Axis"@en ; + skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000394 +cco:ont00000394 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000746 ; + rdfs:label "Internal Combustion Engine"@en ; + skos:definition "A Combustion Engine that is designed to have an internal Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy that is then converted into mechanical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000395 +cco:ont00000395 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000554 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000020 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Specifically Dependent Continuant"@en ; + skos:definition "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ; + skos:example "A Person becomes pregnant (gain of quality), A person becomes forgetful (gain of disposition), A vehicle becomes amphibious (gain of function), A Person becomes a Database Administrator (gain of role)." ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000396 +cco:ont00000396 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 100,000–10,000 km"@en ; + rdfs:label "Extremely Low Frequency"@en ; + skos:altLabel "ITU Band Number 1"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 Hz."@en ; + cco:ont00001753 "ELF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000397 +cco:ont00000397 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Combustion Chamber"@en ; + skos:altLabel "Burner"@en , + "Combustor"@en , + "Flame Holder"@en ; + skos:definition "A Material Artifact that is designed to wholly or partially bound an internal Site where a Combustion process is intended to occur."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000398 +cco:ont00000398 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000853 ; + rdfs:label "Reference System"@en ; + skos:definition "A Descriptive Information Content Entity that describes a set of standards for organizing and understanding data of the specified type or domain."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000399 +cco:ont00000399 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000008 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Temporal Region Identifier"@en ; + skos:definition "A Designative Information Content Entity that designates some Temporal Region."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000400 +cco:ont00000400 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001197 ; + rdfs:label "Park"@en ; + skos:definition "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000401 +cco:ont00000401 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000008 ; + rdfs:label "Fundamental Frequency"@en ; + skos:definition "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000402 +cco:ont00000402 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Communication"@en ; + skos:definition "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000403 +cco:ont00000403 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Diffraction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a diffraction event in which the Artifact forces a wave to bend around the corners of an obstacle or aperture into the region of geometrical shadow of the obstacle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000404 +cco:ont00000404 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000500 + ] ; + rdfs:label "Iris"@en ; + skos:definition "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/iris" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000405 +cco:ont00000405 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000126 + ] ; + rdfs:label "Second-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ; + cco:ont00001754 "http://www.geonames.org/export/codes.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000406 +cco:ont00000406 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Geocoordinate"@en ; + skos:definition "A Measurement Unit specifying the geospatial coordinates of a location."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000407 +cco:ont00000407 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Electrical Resistance Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized in processes in which an Artifact opposes the flow of an electric current."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000408 +cco:ont00000408 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00001335 + ] ; + rdfs:label "Government Organization"@en ; + skos:definition "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000409 +cco:ont00000409 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000742 ; + rdfs:label "Spark Ignition System"@en ; + skos:definition "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000410 +cco:ont00000410 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Residential Facility"@en ; + skos:definition "A Facility that is designed to house one or more Persons."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000411 +cco:ont00000411 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001100 ; + rdfs:label "Speed Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Speed of a specified object's or class of objects' Motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000412 +cco:ont00000412 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Oxidizer Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which electrons are removed from a reactant in a redox reaction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000413 +cco:ont00000413 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000304 ; + rdfs:label "Electron Microscope"@en ; + skos:definition "A Microscope that is designed to use a beam of accelerated electrons to illuminate the target and produce a significantly enlarged image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000414 +cco:ont00000414 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Square Waveform"@en ; + skos:definition "A Waveform that is characterized by a square shape due to the near-instantaneous transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000415 +cco:ont00000415 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000828 ; + rdfs:label "Anti-Microbial Artifact Function"@en ; + skos:definition "A Pesticide Artifact Function that is realized in a process which causes illness in, or the death of, a microorganism."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000416 +cco:ont00000416 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Publishing Mass Media Press Release"@en ; + skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000417 +cco:ont00000417 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Prosthetic Hand"@en ; + skos:definition "A Prosthesis that is designed to replace a missing hand."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000418 +cco:ont00000418 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000005 ; + rdfs:label "Biographical Life"@en ; + skos:definition "An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000419 +cco:ont00000419 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000077 ; + rdfs:label "Part Number"@en ; + skos:definition "A Code Identifier that designates a type of part whose instances are designed to be part of some Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000420 +cco:ont00000420 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000117 ; + rdfs:label "Computer"@en ; + skos:definition "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000421 +cco:ont00000421 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000330 ; + rdfs:label "Nuclear Power Plant"@en ; + skos:definition "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000422 +cco:ont00000422 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Communication Reception Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to receive information that has been transmitted for the purpose of communiction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000423 +cco:ont00000423 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Motor Vehicle Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture automobiles."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000424 +cco:ont00000424 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Sharp"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000425 +cco:ont00000425 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000674 ; + rdfs:comment "A Gregorian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.2425 Gregorian Days. The Gregorian Year is based upon the vernal equinox year. Unless otherwise stated, instances of Calendar Year are assumed to be instances of Gregorian Year since the Gregorian Calendar is the most widely used civil Calendar System."@en ; + rdfs:label "Gregorian Year"@en ; + skos:definition "A Calendar Year in the Gregorian Calendar."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000426 +cco:ont00000426 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000274 ; + rdfs:label "Military Personnel Force"@en ; + skos:definition "An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000427 +cco:ont00000427 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:label "Armored Fighting Vehicle"@en ; + skos:definition "A Ground Motor Vehicle that is designed to be armored and used to transport and support military personal in combat missions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000428 +cco:ont00000428 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Railway Junction"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Junction_(rail)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000429 +cco:ont00000429 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "Codabar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000430 +cco:ont00000430 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000850 ; + rdfs:label "Stable Orientation"@en ; + skos:definition "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000431 +cco:ont00000431 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000746 ; + rdfs:label "External Combustion Engine"@en ; + skos:definition "A Combustion Engine that is designed to have an external Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy to heat the working fluid, which transfers energy to the Engine where it is converted into mechanical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000432 +cco:ont00000432 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Missile Launch Site"@en ; + skos:definition "A Military Facility that is designed for storing and launching missiles."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000433 +cco:ont00000433 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001327 ; + rdfs:label "Act of Association"@en ; + skos:definition "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/associate" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000434 +cco:ont00000434 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001207 ; + rdfs:label "Simple Optical Lens"@en ; + skos:definition "An Optical Lens consisting of a single piece of transparent material."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000435 +cco:ont00000435 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000921 ; + rdfs:comment "A Gregorian Day is twenty-four Hours in duration."@en ; + rdfs:label "Gregorian Day"@en ; + skos:definition "A Calendar Day in the Gregorian Calendar."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000436 +cco:ont00000436 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000304 ; + rdfs:label "X-ray Microscope"@en ; + skos:definition "A Microscope that is designed to use Electromagnetic Radiation in the soft X-ray band to produce a significantly enlarged image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000437 +cco:ont00000437 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Enhancing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of intensifying, increainsg, or further improving the quality, value, or extent of some entity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000438 +cco:ont00000438 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001374 ; + rdfs:label "Act of Official Documentation"@en ; + skos:definition "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000439 +cco:ont00000439 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Black"@en ; + skos:definition "A Color that lacks any hues as parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000440 +cco:ont00000440 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Watercraft"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000441 +cco:ont00000441 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Temperature"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of its thermal energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000442 +cco:ont00000442 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Radioactive"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000443 +cco:ont00000443 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001180 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000485 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Commercial Organization"@en ; + skos:definition "An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000444 +cco:ont00000444 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Energy"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en ; + skos:example "ft-lbs, calorie, horsepower, kilowatt" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000445 +cco:ont00000445 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Weapon"@en ; + skos:definition "A Material Artifact that is designed to destroy or inflict damage to structures or systems, or to kill or wound living things by creating specific lethal or nonlethal effects."@en ; + skos:scopeNote "Nonlethal effects include all outcomes short of death or destruction. This is captured by the fact that Damaged Stasis and Wounded Stasis are defined in terms of impairment of the Independent Continuant that participates in them."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000446 +cco:ont00000446 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001293 ; + rdfs:label "Circumference"@en ; + skos:definition "A Perimeter that inheres in a circle or ellipse."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000447 +cco:ont00000447 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Triangular"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000448 +cco:ont00000448 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Motion Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which an entity changes its position with respect to time."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Motion_(physics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000449 +cco:ont00000449 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001334 ; + rdfs:comment "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."@en ; + rdfs:label "Act of Remuneration"@en ; + skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Employer) to compensate another Agent (the Employee) for the services they perform for the Employer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000450 +cco:ont00000450 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Silver Color"@en ; + skos:definition "A Color that resembles Grey with the added feature of having a metallic shine."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000451 +cco:ont00000451 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Collimation Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a collimation event in which the Artifact narrows a beam of particles or waves by either causing the spatial cross-section of the beam to become smaller or by causing the directions of motion of the beam's constituents to be aligned in a specifc direction of Motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000452 +cco:ont00000452 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Timekeeping Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to keep track of and report the current time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000453 +cco:ont00000453 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "Controlling air quality typically involves temperature control, oxygen replenishment, and removal of moisture, odor, smoke, heat, dust, airborne bacteria, carbon dioxide, and other undesired gases or particulates."@en ; + rdfs:label "Environment Control System"@en ; + skos:definition "A Material Artifact that is designed to control the temperature, air quality, or other feature of a Site that is relevant to the comfort or operation of entities located within that Site."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000454 +cco:ont00000454 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000742 ; + rdfs:label "Compression Ignition System"@en ; + skos:definition "An Ignition System that is designed to generate heat by compressing a portion of fuel and oxidizer mixture in order to initiate an Ignition process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000455 +cco:ont00000455 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001327 ; + rdfs:label "Act of Ceremony"@en ; + skos:definition "A Social Act of ritual significance, performed on a special occasion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000456 +cco:ont00000456 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Railway"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000457 +cco:ont00000457 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001084 ; + rdfs:label "Portion of Material"@en ; + skos:definition "A Portion of Processed Material that was produced to be used as the input for another Act of Artifact Processing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000458 +cco:ont00000458 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Coupling"@en ; + skos:definition "A Material Artifact that is designed to connect two Shafts together at their ends for the purpose of transmitting power."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000459 +cco:ont00000459 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001126 ; + rdfs:label "Fluorescence"@en ; + skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light while absorbing shorter wavelength radiation, but not after."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000460 +cco:ont00000460 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 ; + rdfs:label "Local Administrative Region"@en ; + skos:altLabel "Locality"@en ; + skos:definition "A Government Domain that delimits a local Government."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000461 +cco:ont00000461 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "ISSN Barcode"@en ; + skos:definition "An EAN Barcode that is used to designate periodicals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000462 +cco:ont00000462 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000609 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000034 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function."@en ; + rdfs:label "Gain of Function"@en ; + skos:definition "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000463 +cco:ont00000463 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Educational Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Educational Organization by imparting knowledge of a curriculum to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000464 +cco:ont00000464 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Oblong"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000465 +cco:ont00000465 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000223 ; + rdfs:comment """A Day begins at midnight GMT within the Modified Julian Date reference system. The Modified Julian Date (MJD) is related to the Julian Date (JD) by the formula: +MJD = JD - 2400000.5"""@en ; + rdfs:label "Modified Julian Date"@en ; + skos:definition "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ; + cco:ont00001753 "MJD" ; + cco:ont00001754 "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000466 +cco:ont00000466 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Orientation Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to control the Orientation of some object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000467 +cco:ont00000467 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000427 ; + rdfs:label "Armored Personnel Carrier"@en ; + skos:definition "An Armored Fighting Vehicle that is designed to transport infantry to the battlefield but which are not usually designed to take part in a direct-fire battle."@en ; + cco:ont00001753 "APC" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000468 +cco:ont00000468 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001102 ; + rdfs:label "Office Building"@en ; + skos:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000469 +cco:ont00000469 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000275 ; + rdfs:label "Geospatial Coordinate Reference System"@en ; + skos:altLabel "Geographic Coordinate System"@en ; + skos:definition "A Spatial Reference System that is used to determine and identify the location of a point or object at or near the surface of the Earth."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000470 +cco:ont00000470 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000189 ; + rdfs:label "Academic Degree"@en ; + skos:definition "A Certificate issued by an Educational Organization to a Person to indicate that the Person has satisfactorily completed a course of study, or as an honorary recognition of the Person's achievement."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/degree" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000471 +cco:ont00000471 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001046 ; + rdfs:label "Warning Message"@en ; + skos:definition "A Notification Message that is designed to bear an Information Content Entity that describes a possible or impending threat."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000472 +cco:ont00000472 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000029 ; + rdfs:label "Geospatial Region"@en ; + skos:definition "A Site that is at or near the surface of the Earth."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000473 +cco:ont00000473 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000134 + ] ; + rdfs:label "Fourth-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ; + cco:ont00001754 "http://www.geonames.org/export/codes.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000474 +cco:ont00000474 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Curved"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000475 +cco:ont00000475 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000537 ; + rdfs:label "Portion of Cash"@en ; + skos:definition "A Financial Instrument that is designed to be a ready medium of exchange."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000476 +cco:ont00000476 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Objective"@en ; + skos:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Objective_(goal)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000477 +cco:ont00000477 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Fuel Cell"@en ; + skos:definition "An Electrical Power Source that consists in part of an anode, a cathode, and an electrolyte; converts chemical energy from a fuel into electricity through a chemical reaction of positively charged hydrogen ions with an oxidizing agent (typically oxygen); and, if given a continuous source of fuel and oxidizing agent, can continuously produce electricity."@en ; + skos:scopeNote "A Fuel Cell differs from a Battery in that it requires a continuous source of fuel and oxygen to sustain the chemical reaction, whereas a Battery only uses chemicals already stored inside it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000478 +cco:ont00000478 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Cuboidal"@en ; + skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000479 +cco:ont00000479 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Public Safety Facility"@en ; + skos:definition "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000480 +cco:ont00000480 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Life Support Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact materially affects an organism, where this causes that organism to continue living in a situation where death would otherwise occur."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000481 +cco:ont00000481 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Research and Development Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of producing new knowledge or of devising new applications of existing knowledge."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000482 +cco:ont00000482 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000289 ; + rdfs:label "Synthetic Aperture Radar Imaging Artifact Function"@en ; + skos:definition "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using the motion of a radar antenna over a targeted region to create a synthetic aperture."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000483 +cco:ont00000483 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Military Base"@en ; + skos:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000484 +cco:ont00000484 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Concave Shape"@en ; + skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer having one or more cavities, such that at least one line connecting a pair of points on the surface of the bearer will lie outside."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000485 +cco:ont00000485 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Commercial Role"@en ; + skos:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000486 +cco:ont00000486 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000392 ; + rdfs:label "Neutral Role"@en ; + skos:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to performing Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000487 +cco:ont00000487 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000472 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000124 ; + owl:someValuesFrom obo:BFO_0000001 + ] ; + rdfs:label "Geospatial Location"@en ; + skos:definition "A Geospatial Region that is at which an Entity or Event is located."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000488 +cco:ont00000488 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Tripod"@en ; + skos:definition "A Material Artifact that consists of three legs and a platform that joins them and which is designed to support the weight and maintain the stability of objects that are attached to or rested on the platform."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000489 +cco:ont00000489 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000224 ; + rdfs:label "High Density Residential Area"@en ; + skos:definition "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ; + cco:ont00001754 "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000490 +cco:ont00000490 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:label "X-ray Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000491 +cco:ont00000491 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Detonating Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of combustion involving a supersonic exothermic front accelerating through a medium that eventually drives a shock front propagating directly in front of it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000492 +cco:ont00000492 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Email Messaging"@en ; + skos:altLabel "Act of Emailing"@en ; + skos:definition "An Act of Communication by Media in which text-based communication occurs between two or more people using personal computers or other devices using some Email Client Software conveyed over the Internet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000493 +cco:ont00000493 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000799 ; + rdfs:label "Code List"@en ; + skos:definition "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000494 +cco:ont00000494 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Serrated"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000495 +cco:ont00000495 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000273 ; + rdfs:label "Radio Communication Interference Artifact Function"@en ; + skos:definition "A Communication Interference Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information via radio waves."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000496 +cco:ont00000496 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001175 ; + rdfs:label "Natural Language"@en ; + skos:definition "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; + skos:example "English" , + "Mandarin (Chinese)" , + "Spanish" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000497 +cco:ont00000497 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Force"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; + skos:example "newton, dyne, pound force " ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000498 +cco:ont00000498 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000921 ; + rdfs:comment "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ; + rdfs:label "Julian Day"@en ; + skos:definition "A Calendar Day in the Julian Calendar."@en ; + cco:ont00001754 "https://www.defit.org/julian-date/" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000499 +cco:ont00000499 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001192 ; + rdfs:label "Wire Antenna"@en ; + skos:definition "A Radio Antenna that consists primarily of a length of wire."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000500 +cco:ont00000500 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Eye"@en ; + skos:definition "A Bodily Component that consists of an organ that canonically affords the Agent it is part of with the ability to receive visual stimuli necessary for sight."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000501 +cco:ont00000501 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Financial Withdrawal"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent to another Agent (the Depositor) from an account created by an earlier Act of Financial Deposit performed by the Depositor."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000502 +cco:ont00000502 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Area Moment of Inertia"@en ; + skos:altLabel "Measurement Unit of Second Area Moment"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis."@en ; + skos:scopeNote "A measure of an object’s resistance to bending or deflection."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000503 +cco:ont00000503 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Power"@en ; + skos:definition "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000504 +cco:ont00000504 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Optical Processing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a visible light processing event."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000505 +cco:ont00000505 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000018 ; + rdfs:label "Center of Mass"@en ; + skos:definition "A Zero-Dimensional Spatial Region that is the point where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000506 +cco:ont00000506 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Contractor Role"@en ; + skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents entering into a Contract to provide materials or labor to perform a service or complete a task."@en ; + skos:scopeNote "A Contractor Role differs from an Occupation Role in at least two ways. First, the Contract that binds the two parties together is not one of employment. Second, a Contractor Role is occupationally neutral in that an Agent can be contracted to perform any number of Occupational Roles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000507 +cco:ont00000507 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000914 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001907 ; + owl:someValuesFrom cco:ont00000780 + ] ; + rdfs:label "Ethnic Group"@en ; + skos:definition "A Group of Persons who identify with one another based on one or more shared inherited characteristics such as language, ancestry, nationality, culture, customs, religion, or social experiences."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000508 +cco:ont00000508 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000610 ; + rdfs:label "Near Ultraviolet Light Frequency"@en ; + skos:definition "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000509 +cco:ont00000509 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Service Provider"@en ; + skos:definition "An Organization whose purpose is to provide a service to other Agents."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000510 +cco:ont00000510 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000052 ; + rdfs:label "Mosque"@en ; + skos:definition "A Religious Facility that is designed for Islamic worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000511 +cco:ont00000511 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Planning"@en ; + skos:definition "A Planned Act that involves making a Plan to achieve some specified Objective."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000512 +cco:ont00000512 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:label "Radiation Emissivity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to emit electromagnetic radiation of a given frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000513 +cco:ont00000513 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Tool Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Tool."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000514 +cco:ont00000514 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 ; + rdfs:label "Transverse Wave Profile"@en ; + skos:altLabel "Transverse Wave"@en ; + skos:definition "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@en ; + cco:ont00001754 "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000515 +cco:ont00000515 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Vehicle Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Vehicle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000516 +cco:ont00000516 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000288 ; + rdfs:label "Pneumatic Power Source"@en ; + skos:definition "A Power Source that is designed to generate, control, or transmit power by means of compressed air or compressed inert gases."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000517 +cco:ont00000517 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:label "Act of Communication by Media"@en ; + skos:definition "An Act of Communication in which some Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000518 +cco:ont00000518 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Currency"@en ; + skos:definition "A Measurement Unit used in measurements of financial values."@en ; + skos:example "U.S. Dollar, Euro, Yuan, South African Rand" ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000519 +cco:ont00000519 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000732 ; + rdfs:comment "The corresponding Wavelength range is 10–1 mm"@en ; + rdfs:label "Extremely High Frequency"@en ; + skos:altLabel "ITU Band Number 11"@en , + "Millimeter Band Frequency"@en ; + skos:definition "A Microwave Frequency that is between 30 and 300 GHz."@en ; + cco:ont00001753 "EHF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000520 +cco:ont00000520 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Departure"@en ; + skos:definition "An Act of Location Change that consists of the participating entity leaving its starting location such that the larger Act of Location Change is initiated."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000521 +cco:ont00000521 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001272 ; + rdfs:label "Act of Assassination"@en ; + skos:definition "An Act of Murder of a prominent person."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000522 +cco:ont00000522 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Pulsejet Engine"@en ; + skos:altLabel "Pulse Jet"@en , + "Pulsejet"@en ; + skos:definition "An Air-Breathing Jet Engine that is capable of operating statically and uses intermittent (pulsing) Combustion of the fuel-oxidizer mixture before expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000523 +cco:ont00000523 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000862 ; + rdfs:label "Loudness"@en ; + skos:definition "A Sound Process Profile that is characterized by the amplitude and total energy of translated sound waves, typically on a continuum from soft to loud."@en ; + cco:ont00001754 "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000524 +cco:ont00000524 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000350 ; + rdfs:label "Air Conditioning Unit"@en ; + skos:altLabel "AC Unit"@en ; + skos:definition "A Cooling System that is designed to remove excess heat and humidity from the air in an enclosed space."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000525 +cco:ont00000525 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001384 ; + rdfs:label "Transparent"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit all or nearly all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs little or no electromagnetic radiation of that frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000526 +cco:ont00000526 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "Gamma-ray Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Gamma-rays to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000527 +cco:ont00000527 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Rotational Inertia"@en ; + skos:altLabel "Measurement Unit of Moment of Inertia"@en , + "Measurement Unit of Rotational Mass"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation."@en ; + skos:scopeNote "A measure of an object’s resistance to change in its state of rotation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000528 +cco:ont00000528 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "White"@en ; + skos:definition "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000529 +cco:ont00000529 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000073 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000800 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000073 ; + rdfs:label "Date Identifier"@en ; + skos:altLabel "Day Identifier"@en ; + skos:definition "A Temporal Interval Identifier that designates some Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000530 +cco:ont00000530 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000008 ; + rdfs:comment "Sound waves with frequencies in this range are typically audible to humans."@en ; + rdfs:label "Sonic Frequency"@en ; + skos:altLabel "Audible Frequency"@en ; + skos:definition "A Sound Frequency that is between 20 Hz and 20 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000531 +cco:ont00000531 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Communications Facility"@en ; + skos:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000532 +cco:ont00000532 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001335 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001859 ; + owl:someValuesFrom cco:ont00000139 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001335 ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:created "2023-02-08T19:54:46-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Government of a Country"@en ; + skos:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; + skos:prefLabel "Government of a Country"@en ; + cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000533 +cco:ont00000533 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000056 ; + rdfs:comment "Some (most) jet engines utilize turbines, but some do not. Most rocket engines do not utilize turbines, but some do."@en ; + rdfs:label "Jet Engine"@en ; + skos:definition "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000534 +cco:ont00000534 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Cutting Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired by being opened or divided."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/cutting" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000535 +cco:ont00000535 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000290 ; + rdfs:label "Decrease of Quality"@en ; + skos:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ; + skos:example "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000536 +cco:ont00000536 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001159 ; + rdfs:label "Bond Certificate"@en ; + skos:definition "A Bond that consists of a Certificate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000537 +cco:ont00000537 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Financial Instrument"@en ; + skos:definition "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000538 +cco:ont00000538 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000831 ; + rdfs:label "Defoliant Artifact Function"@en ; + skos:definition "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000539 +cco:ont00000539 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001022 ; + rdfs:label "Count Measurement Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000540 +cco:ont00000540 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000399 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000203 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000399 ; + rdfs:label "Temporal Instant Identifier"@en ; + skos:altLabel "Zero-Dimensional Temporal Region Identifier"@en ; + skos:definition "A Temporal Region Identifier that designates some Temporal Instant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000541 +cco:ont00000541 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Diameter"@en ; + skos:definition "A One Dimensional Extent that inheres in a circle in virtue of the extent of a straight line that passes through the center of the circle and starts and ends on the circle's boundary."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000542 +cco:ont00000542 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000876 ; + rdfs:label "Loss of Generically Dependent Continuant"@en ; + skos:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000543 +cco:ont00000543 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000854 ; + rdfs:label "Decrease of Disposition"@en ; + skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000544 +cco:ont00000544 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001936 ; + owl:someValuesFrom cco:ont00000741 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:comment "Although people speak of targeting a process, say, a parade, what in fact are being targeted are the material participants of that process. The disruption or ceasing of the process is the objective of some plan, but not technically a target. Only material things can be targeted for action. Even if some dependent entity is described as being the target, the material thing for which that dependent entity depends is the object of a targeting process."@en ; + rdfs:label "Target"@en ; + skos:definition "A Material Entity that is the object of an Act of Targeting."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000545 +cco:ont00000545 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000946 ; + rdfs:label "Seat of Local Government"@en ; + skos:altLabel "City Hall"@en , + "Town Hall"@en ; + skos:definition "A Government Building that is designed for the administration of a local community."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000546 +cco:ont00000546 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000005 ; + rdfs:label "Unplanned Act"@en ; + skos:altLabel "Unintentional Act"@en ; + skos:definition "An Act in which at least one Agent plays a causative role and which is not prescribed by some Objective held by any of the Agents."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000547 +cco:ont00000547 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000771 ; + rdfs:label "Telescope"@en ; + skos:definition "An Imaging Instrument that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Electromagnetic Radiation to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000548 +cco:ont00000548 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000997 ; + dcterms:bibliographicCitation "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Vulnerability"@en ; + skos:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; + skos:editorialNote "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ; + skos:prefLabel "Vulnerability"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000549 +cco:ont00000549 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000254 ; + rdfs:label "Water Transportation Artifact"@en ; + skos:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process of moving Vehicles and Agents from one location to another via water."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000550 +cco:ont00000550 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Morning"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000551 +cco:ont00000551 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000030 ; + rdfs:label "Organism"@en ; + skos:definition "An Object that is an Animal or Plant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000552 +cco:ont00000552 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Explosive Weapon"@en ; + skos:altLabel "Bomb"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a violent release of energy caused by the exothermic reaction of an explosive material."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000553 +cco:ont00000553 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001324 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001800 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001324 ; + rdfs:label "Process Prohibition"@en ; + skos:definition "A Process Regulation that prohibits some Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000554 +cco:ont00000554 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:label "Gain of Dependent Continuant"@en ; + skos:definition "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000555 +cco:ont00000555 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Enhanced Stasis"@en ; + skos:altLabel "Enhanced"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has undergone improvement (i.e., an increase or gain) due to a previous action or event such that the Independent Continuant is now of greater value, usefulness, or functionality."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/enhance" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000556 +cco:ont00000556 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:comment "Depending on the nature of the Flight or Mission, the Payload of a Vehicle may include cargo, passengers, flight crew, munitions, scientific instruments or experiments, or other equipment. Extra fuel, when optionally carried, is also considered part of the payload."@en ; + rdfs:label "Payload"@en ; + skos:definition "A Material Entity that is transported by a Vehicle during an Act of Location Change for the purpose of being delivered to or performing one or more functions at a predefined location."@en ; + skos:scopeNote "In each case, the Payload is what provides the immediate reason for performing the Act of Location Change (e.g. transporting the passengers of a commercial airline flight to their destination; transporting food, fuel, oxygen, research equipment, and spare parts to the International Space Station; or conveying an array of sensors, cameras, and communications systems so they can operate during a Sun-Synchronous Earth Orbit)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000557 +cco:ont00000557 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001132 ; + rdfs:label "Stasis of Non-Mission Capable"@en ; + skos:definition "A Stasis of Mission Capability during which the participating Continuant is not capable of performing any of its primary functions for the specified Mission."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000558 +cco:ont00000558 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000099 ; + rdfs:label "Visible Light Reflection Process"@en ; + skos:definition "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000559 +cco:ont00000559 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 ; + rdfs:label "QR Code"@en ; + skos:definition "A Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000560 +cco:ont00000560 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Cone Shape"@en ; + skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a Round base that tapers smoothly to an apex."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000561 +cco:ont00000561 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Dam"@en ; + skos:definition "A Material Artifact that is designed to impound surface water or underground streams."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000562 +cco:ont00000562 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000551 ; + rdfs:label "Animal"@en ; + skos:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000563 +cco:ont00000563 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001081 ; + rdfs:label "Hydrographic Feature"@en ; + skos:definition "A Geographic Feature associated with water."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000564 +cco:ont00000564 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Educational Organization"@en ; + skos:definition "An Organization whose primary purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000565 +cco:ont00000565 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000478 ; + rdfs:label "Cube Shape"@en ; + skos:definition "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000566 +cco:ont00000566 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Artifact Employment"@en ; + skos:definition "A Planned Act of using an Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000567 +cco:ont00000567 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000487 ; + rdfs:comment "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ; + rdfs:label "Operational Area"@en ; + skos:definition "A Geospatial Location in which an Agent conducts some activity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000568 +cco:ont00000568 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001379 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001889 ; + owl:someValuesFrom cco:ont00001180 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001379 ; + rdfs:label "Organization Capability"@en ; + skos:definition "An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000569 +cco:ont00000569 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000736 ; + rdfs:label "Sensor"@en ; + skos:definition "A Transducer that is designed to convert incoming energy into a output signal which reliably corresponds to changes in that energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000570 +cco:ont00000570 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Force"@en ; + skos:definition "A Process Profile that is the rate of change of an object's Momentum, is the product of an object's Mass and Acceleration with respect to an inertial frame of reference, and is measured in units of Newtons (N)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000571 +cco:ont00000571 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000980 ; + rdfs:label "Article of Solid Waste"@en ; + skos:definition "A Portion of Waste Material that has a low liquid content."@en ; + cco:ont00001754 "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000572 +cco:ont00000572 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000765 ; + rdfs:label "Sound Production"@en ; + skos:altLabel "Sound Production Process"@en ; + skos:definition "A Wave Production Process that produces a Sound Wave."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000573 +cco:ont00000573 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Religious Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tenets and/or practices of a religion from an Agent or communication medium that realizes a capacity derived from its affiliation with a Religious Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000574 +cco:ont00000574 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Environmental Feature"@en ; + skos:definition "A Material Entity that is either a natural or man-made feature of the environment."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000575 +cco:ont00000575 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000965 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001942 ; + owl:someValuesFrom obo:BFO_0000019 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Quality Specification"@en ; + skos:definition "A Directive Information Content Entity that prescribes some Quality."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000576 +cco:ont00000576 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Scalp"@en ; + skos:definition "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000577 +cco:ont00000577 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Rectifier"@en ; + skos:definition "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000578 +cco:ont00000578 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Sloped"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000579 +cco:ont00000579 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Thin"@en ; + skos:altLabel "Narrow"@en , + "Slender"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly smaller in proportion to its length or height."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000580 +cco:ont00000580 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Sine Waveform"@en ; + skos:altLabel "Sinusoidal Waveform"@en ; + skos:definition "A Waveform that is characterized by a smooth curved shape due to the continuous non-linear transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000581 +cco:ont00000581 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Tool"@en ; + skos:definition "A Material Artifact that is designed to assist in the performance of manual or mechanical work and not to be consumed in that process."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000582 +cco:ont00000582 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "Code 93 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000583 +cco:ont00000583 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000180 ; + rdfs:label "Motel"@en ; + skos:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000584 +cco:ont00000584 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000357 ; + rdfs:comment "An Act of Position Change does not entail a change of location."@en ; + rdfs:label "Act of Position Change"@en ; + skos:definition "An Act of Motion in which the position (i.e. the orientation, alignment, or arrangement) of some Object or of one or more of an Object's parts is changed by some Agent."@en ; + skos:example "a top spinning in place" , + "adjusting your posture" , + "raising your left arm" , + "swivelling your office chair to face the window" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000585 +cco:ont00000585 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Sawtooth Waveform"@en ; + skos:definition "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from minimum to maximum Amplitudes followed by a near-instantaneous transition from the maximum to minimum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000586 +cco:ont00000586 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000238 ; + rdfs:label "Controllable Pitch Propeller"@en ; + skos:altLabel "Variable-Pitch Propeller"@en ; + skos:definition "A Propeller whose blades are designed to be alterable by rotating the blades about their vertical axis by means of mechanical or hydraulic arrangement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000587 +cco:ont00000587 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000392 ; + rdfs:label "Ally Role"@en ; + skos:definition "An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000588 +cco:ont00000588 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:label "Act of Mass Media Communication"@en ; + skos:definition "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000589 +cco:ont00000589 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000973 ; + rdfs:label "Julian Date Fraction"@en ; + skos:altLabel "Julian Date Time Identifier"@en , + "Julian Day Fraction"@en ; + skos:definition "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000590 +cco:ont00000590 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Convex Shape"@en ; + skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer not having a cavity, such that no line connecting a pair of points on the surface of the bearer will lie outside."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000591 +cco:ont00000591 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000029 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000124 ; + owl:someValuesFrom cco:ont00000995 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000029 ; + rdfs:label "Artifact Location"@en ; + skos:definition "A Site that is the location of some Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000592 +cco:ont00000592 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information ('Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Veracity Measurement Information Content Entity"@en ; + skos:altLabel "Accuracy of Information"@en , + "Trueness Measurement"@en , + "Veracity Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which a description conforms to the reality it describes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000593 +cco:ont00000593 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Propellant"@en ; + skos:definition "A Portion of Material that is designed to be used as an input in a Propulsion Process to produce Thrust."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000594 +cco:ont00000594 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Ignition Process"@en ; + skos:altLabel "Ignition"@en ; + skos:definition "A Natural Process that initiates a Combustion process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000595 +cco:ont00000595 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Cargo Transportation"@en ; + skos:definition "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000596 +cco:ont00000596 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "JAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000597 +cco:ont00000597 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Instrument Display Panel"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear information about some Artifact that is derived by the instrumentation Sensors of that Artifact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000598 +cco:ont00000598 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Valve"@en ; + skos:definition "A Fluid Control Artifact that is designed to regulate, direct, or control the flow of fluid by opening, closing, or partially obstructing the fluid from moving along a passageway."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000599 +cco:ont00000599 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Interpersonal Relationship Role"@en ; + skos:definition "A Role that inheres in a Person in virtue of the obligations, expectations, or social norms that govern that Person's Intentional Acts within the context of a relationship with another Person."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000600 +cco:ont00000600 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Legal Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of giving legal advice to clients drafting legal documents for clients and representing clients in legal negotiations and court proceedings such as lawsuits."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000601 +cco:ont00000601 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Imaging Artifact Function"@en ; + skos:definition "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000602 +cco:ont00000602 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "ITF Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000603 +cco:ont00000603 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Navigation Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to determine the precise location of itself or another object and plan a route to a specified destination."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000604 +cco:ont00000604 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Maximum Ordinal Measurement Information Content Entity"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the largest or having the greatest amount relative to a nominally described set of like entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000605 +cco:ont00000605 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000003 ; + rdfs:label "Abbreviated Name"@en ; + skos:definition "A Designative Name that is a shortened form of a Proper Name."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000606 +cco:ont00000606 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:comment "Trucks vary greatly in their size and power -- ranging from small ultra-light trucks to enormous heavy trucks. Trucks also vary greatly in their configurations -- ranging from very basic flatbeds or box trucks to highly specialized cargo carriers. Trucks may also be configured to mount specialized equipment, such as in the case of fire trucks, concrete mixers, and suction excavators."@en ; + rdfs:label "Truck"@en ; + skos:definition "A Ground Motor Vehicle that is designed to be used to transport cargo."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000607 +cco:ont00000607 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000892 ; + rdfs:label "Thickness"@en ; + skos:definition "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000608 +cco:ont00000608 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Financial Value"@en ; + skos:definition "A quality that inheres in an independent continuant to the degree that that independent continuant can serve as a medium of exchange in an economic system at a particular time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000609 +cco:ont00000609 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000642 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000016 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en ; + rdfs:label "Gain of Disposition"@en ; + skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000610 +cco:ont00000610 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:label "Ultraviolet Light Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000611 +cco:ont00000611 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001214 ; + rdfs:label "Increase of Realizable Entity"@en ; + skos:definition "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000612 +cco:ont00000612 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Weapon Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Weapon."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000613 +cco:ont00000613 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000250 ; + rdfs:label "Loss of Role"@en ; + skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000614 +cco:ont00000614 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:comment "'Matter' here can also refer to the inertial energy of an object."@en , + "Typical unit of measure is the kilogram or pound."@en ; + rdfs:label "Mass"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000615 +cco:ont00000615 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Encounter"@en ; + skos:definition "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000616 +cco:ont00000616 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000958 ; + rdfs:label "Religion"@en ; + skos:definition "An Information Content Entity that consists of a collection of claims about the meaning or origin of existence or about the existence or nature of one or more deities, an afterlife, or spiritual or sacred entities, and which is accepted as true by an Agent or Group of Agents."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/religion" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000617 +cco:ont00000617 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000199 ; + rdfs:label "Infrared Camera"@en ; + skos:altLabel "Thermal Imaging Camera"@en , + "Thermographic Camera"@en ; + skos:definition "A Camera that is designed to form and record an image generated from infrared radiation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000618 +cco:ont00000618 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Ground Vehicle"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by some form of ground travel."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000619 +cco:ont00000619 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000225 + ] ; + rdfs:label "Week"@en ; + skos:definition "A Temporal Interval that is equal to seven consecutive Days."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000620 +cco:ont00000620 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001384 ; + rdfs:label "Radiopacity"@en ; + skos:altLabel "Radiodensity"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000621 +cco:ont00000621 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Inverse Sawtooth Waveform"@en ; + skos:definition "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from maximum to minimum Amplitudes followed by a near-instantaneous transition from the minimum to maximum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000622 +cco:ont00000622 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001132 ; + rdfs:label "Stasis of Fully Mission Capable"@en ; + skos:definition "A Stasis of Mission Capability during which the participating Continuant is capable of performing all of its primary functions for the specified Mission."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000623 +cco:ont00000623 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Impact Shielding Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact reduces the damage caused to the shielded object by an impact with another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000624 +cco:ont00000624 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001298 ; + rdfs:label "Report"@en ; + skos:definition "A Document that is designed to bear some specific Information Content Entity that conveys an account of some event, situation, or the result of some observation or inquiry."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000625 +cco:ont00000625 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Nozzle Throat"@en ; + skos:definition "A Fluid Control Artifact that consists of the narrowest portion of a Nozzle that is designed to converge the flow of fluid in order to increase the Velocity of the flow."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000626 +cco:ont00000626 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000853 ; + rdfs:comment "Since predictions are inherently about not-yet-existant things, the Modal Relation Ontology term 'describes' (i.e. mro:describes) should be used (instead of the standard cco:describes) to relate instances of Predictive Information Content Entity to the entities they are about."@en ; + rdfs:label "Predictive Information Content Entity"@en ; + skos:altLabel "Prediction"@en , + "Prediction Information Content Entity"@en ; + skos:definition "A Descriptive Information Content Entity that describes an uncertain future event."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000627 +cco:ont00000627 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00001141 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Infrastructure Element"@en ; + skos:definition "A Material Entity that bears an Infrastructure Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000628 +cco:ont00000628 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + rdfs:label "Electromagnetic Radiation Property"@en ; + skos:definition "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000629 +cco:ont00000629 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Deception Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000630 +cco:ont00000630 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000124 ; + rdfs:label "Universal Time Reference System"@en ; + skos:definition "A Solar Time Reference System that is based on the average speed of the Earth's rotation and which uses the prime meridian at 0° longitude as a reference point."@en ; + cco:ont00001753 "UT" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000631 +cco:ont00000631 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000662 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000171 ; + owl:someValuesFrom cco:ont00000139 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000662 ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:created "2023-02-06T10:14:09-05:00"@en ; + rdfs:label "Material Territory of a Country"@en ; + skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; + skos:prefLabel "Material Territory of a Country"@en ; + cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000632 +cco:ont00000632 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + rdfs:label "Magnetism"@en ; + skos:definition "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000633 +cco:ont00000633 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:comment "When an object is \"weighed\", in the typical case, it is done so by taking into account the local force of gravity to determine the object's mass, whose standard of measure is the kilogram. The actual unit of measure of weight is the newton."@en ; + rdfs:label "Weight"@en ; + skos:definition "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000634 +cco:ont00000634 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000431 ; + rdfs:label "Steam Engine"@en ; + skos:definition "An External Combustion Engine that is designed to use steam as its working fluid."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000635 +cco:ont00000635 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Refraction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a refraction event in which the Artifact causes a change in direction of wave propagation due to a change in its transmission medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000636 +cco:ont00000636 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000345 ; + rdfs:comment "Note that, while most if not all Acts of Appraisal involve some estimating and many Acts of Estimation involve some appraising (i.e. these classes are not disjoint), neither class subsumes the other. For example, some Acts of Appraisal (e.g. a tax assessor appraising the value of a building) impart a normative element to the measured value while others (e.g. a gustatory appraisal that fresh green beans taste better than canned green beans) involve complete information. Furthermore, many Acts of Estimation (e.g. estimating the height of a tree) are concerned solely with determining a numerical value (as opposed to the nature, value, importance, condition, or quality)."@en ; + rdfs:label "Act of Appraisal"@en ; + skos:definition "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ; + skos:example "a food critic rating the quality of a restaurant's ambiance, service, and food" , + "a mechanic assessing whether a damaged vehicle is repairable" , + "an insurance agent appraising the financial value of a building" ; + skos:scopeNote "In the context of an Act of Appraisal, the terms 'value', 'condition', and 'quality' do not have the same meanings as their counterparts that are defined in the Common Core Ontologies. For example, a knife may be appraised to be of high quality if it is sharp and sturdy or to be of inferior quality if it is dull or fragile."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000637 +cco:ont00000637 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000593 ; + rdfs:label "Portion of Gaseous Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a gaseous state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000638 +cco:ont00000638 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000210 ; + rdfs:label "Heat Engine"@en ; + skos:definition "An Engine that is designed to convert thermal energy into mechanical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000639 +cco:ont00000639 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Mine"@en ; + skos:definition "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000640 +cco:ont00000640 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001002 ; + rdfs:label "Email Message"@en ; + skos:definition "A Message that is transmitted to the recipient's Email Box."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000641 +cco:ont00000641 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Entertainment Facility"@en ; + skos:definition "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000642 +cco:ont00000642 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000395 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000017 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Realizable Entity"@en ; + skos:definition "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ; + skos:example "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000643 +cco:ont00000643 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 10–1 km"@en ; + rdfs:label "Low Frequency"@en ; + skos:altLabel "ITU Band Number 5"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 kHz."@en ; + cco:ont00001753 "LF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000644 +cco:ont00000644 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:comment "Oscillation is often thought of in the sense of motion, e.g., a swinging clock pendulum. However, the repetitive variation in location around a central point is technically a process of vibration, sometimes referred to as mechanical oscillation. Use the term Vibration Motion for those cases."@en ; + rdfs:label "Oscillation Process"@en ; + skos:altLabel "Oscillation"@en ; + skos:definition "A Change in which the dependent entity alternates between two or more stases."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000645 +cco:ont00000645 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000917 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Permanent Resident"@en ; + skos:definition "A person with a Permanent Resident Role."@en ; + skos:prefLabel "Permanent Resident"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000646 +cco:ont00000646 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000247 ; + rdfs:label "Highway"@en ; + skos:definition "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000647 +cco:ont00000647 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000175 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001939 ; + owl:someValuesFrom cco:ont00001180 + ] ; + rdfs:label "Organization Member"@en ; + skos:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000648 +cco:ont00000648 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:label "Color Brightness"@en ; + skos:altLabel "Color Intensity"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000649 +cco:ont00000649 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Non-Name Identifier"@en ; + skos:altLabel "ID"@en , + "Identifier"@en ; + skos:definition "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified namespace or context, is not a Designative Name, may be automatically or randomly generated, and typically has no preexisting cultural or social significance."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000650 +cco:ont00000650 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000214 ; + rdfs:label "Ground Moving Target Indication Artifact Function"@en ; + skos:definition "A Moving Target Indication Artifact Function that inheres in Artifacts that are designed to identify and track entities moving on or near the ground."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000651 +cco:ont00000651 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Containing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which one entity contains another."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/containing" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000652 +cco:ont00000652 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Decoy"@en ; + skos:definition "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000653 +cco:ont00000653 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Algorithm"@en ; + skos:definition "A Directive Information Content Entity that prescribes some Process and contains a finite sequence of unambiguous instructions in order to achieve some Objective."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000654 +cco:ont00000654 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001147 ; + rdfs:label "Act of Terrorism"@en ; + skos:definition "An Act of Violence which creates fear and which is prescribed by religious, political or ideological objectives, and which deliberately target or disregard the safety of civilians and are committed by members of non-government organizations."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000655 +cco:ont00000655 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Mailing Facility"@en ; + skos:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000656 +cco:ont00000656 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Radiological Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000657 +cco:ont00000657 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001100 ; + rdfs:label "Distance Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the spatial Distance to a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000658 +cco:ont00000658 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Missile Launcher"@en ; + skos:definition "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000659 +cco:ont00000659 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Torque"@en ; + skos:altLabel "Measurement Unit of Moment of Force"@en , + "Measurement Unit of Rotational Force"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000660 +cco:ont00000660 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001819 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Effect"@en ; + skos:altLabel "Consequence"@en ; + skos:definition "A Process that follows and is caused by some previous Process."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000661 +cco:ont00000661 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Government Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes in which public policy is administered and the actions of its members are directed."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000662 +cco:ont00000662 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001341 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000171 ; + owl:someValuesFrom cco:ont00001152 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001341 ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:created "2023-02-06T10:14:09-05:00"@en ; + rdfs:label "Material Territory of a Government Domain"@en ; + skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; + skos:prefLabel "Material Territory of a Government Domain"@en ; + cco:ont00001754 "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000663 +cco:ont00000663 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Power Transmission Artifact"@en ; + skos:definition "A Material Artifact that is designed to transfer and regulate Power flow from a Power Source to an application point."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000664 +cco:ont00000664 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000531 ; + rdfs:label "Radio Relay Station"@en ; + skos:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000665 +cco:ont00000665 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Cleaning Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which some Artifact is used to remove foreign objects from another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000666 +cco:ont00000666 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000486 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + rdfs:label "Neutral Person"@en ; + skos:altLabel "Unallied Person" ; + skos:definition "A Person who is the bearer of some Neutral Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000667 +cco:ont00000667 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Combat Outpost"@en ; + skos:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Outpost_(military)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000668 +cco:ont00000668 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Battery Terminal"@en ; + skos:definition "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000669 +cco:ont00000669 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001022 ; + rdfs:label "Distance Measurement Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a One-Dimensional Extent inhering in some Site that is externally connected to two Independent Continuants."@en ; + skos:scopeNote "Displacement (vector) is the shortest possible distance (scalar) between two points. Further thought is needed to adequately handle measurements of distance traveled along a path, e.g., a circuitous path or an arc (such as the surface of a planet), versus the simple case of a direct, straight line between two points."@en , + "Distance is a measure between two reference points, which are located on or in, or in some manner part of, the two obejcts for which the length of the extent between is sought. For exmple, the center point of the indentation of a ball in the sand and the edge of the foul line, the forwardmost point on a car's bumper and the closest point on the 2-dimensional plane that serves as the fiat boundary of a crosswalk, the center of an antenna array and closest point on ground."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000670 +cco:ont00000670 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001258 ; + rdfs:label "Distribution Port"@en ; + skos:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000671 +cco:ont00000671 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000415 ; + rdfs:label "Anti-Bacterial Artifact Function"@en ; + skos:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some bacterium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000672 +cco:ont00000672 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 10,000–1,000 km"@en ; + rdfs:label "Super Low Frequency"@en ; + skos:altLabel "ITU Band Number 2"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 Hz."@en ; + cco:ont00001753 "SLF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000673 +cco:ont00000673 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Prosthetic Foot"@en ; + skos:definition "A Prosthesis that is designed to replace a missing foot."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000674 +cco:ont00000674 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000832 ; + rdfs:label "Calendar Year"@en ; + skos:definition "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000675 +cco:ont00000675 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001028 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00001227 + ] ; + rdfs:label "Sound Wave Process"@en ; + skos:definition "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000676 +cco:ont00000676 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Inhabitancy"@en ; + skos:definition "A Planned Act in which a Person lives at a Site for a period of time that may be as short as 1 day/night or as long as the Person's entire life."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/inhabit" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000677 +cco:ont00000677 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Product Transport Facility"@en ; + skos:definition "A Facility that is designed to transport some product."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000678 +cco:ont00000678 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Voltage Regulating Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to cause a change in the voltage magnitude between the sending and receiving end of an electrical component."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000679 +cco:ont00000679 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Attitude Control Artifact Function"@en ; + skos:altLabel "Orientation Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in an attitude control process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000680 +cco:ont00000680 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Medical Depot"@en ; + skos:definition "A Storage Facility that is designed to store medical supplies."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000681 +cco:ont00000681 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000236 ; + rdfs:label "External Navigation Lighting System"@en ; + skos:definition "A Lighting System that is designed to be attached to some Vehicle and to emit colored light in order to signal that Vehicle's position, heading, and status."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000682 +cco:ont00000682 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Mirror"@en ; + skos:definition "An Optical Instrument that is designed to reflect light that has a wavelength within a given range and is incident on its relflecting surface such that the reflected light maintains most of the characteristics of the original light."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000683 +cco:ont00000683 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000605 ; + rdfs:label "Diminutive Name"@en ; + skos:definition "An Abbreviated Name that is a familiar form of a Proper Name."@en ; + skos:example "Alex, Bob, Cathy" ; + skos:scopeNote "\"Familiar form of a Proper Name\" means: that the name is (originally) a short, affectionate version of the fuller name, used (originally) by family or friends."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000684 +cco:ont00000684 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000821 ; + rdfs:label "Act of Contract Formation"@en ; + skos:definition "An Act of Promising having a lawful object entered into voluntarily by two or more agents with legal capacity, each of whom intends to create one or more legal obligations between them."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000685 +cco:ont00000685 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000207 ; + rdfs:label "Government Domain Border"@en ; + skos:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000686 +cco:ont00000686 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000958 ; + owl:disjointWith cco:ont00000853 , + cco:ont00000965 ; + rdfs:label "Designative Information Content Entity"@en ; + skos:altLabel "Designative ICE"@en ; + skos:definition "An Information Content Entity that consists of a set of symbols that denote some Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000687 +cco:ont00000687 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000234 ; + rdfs:label "Act of Training Acquisition"@en ; + skos:definition "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000688 +cco:ont00000688 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Turbofan Air-Breathing Jet Engine"@en ; + skos:definition "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000689 +cco:ont00000689 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Switch Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process of breaking an electric circuit by interrupting the current or diverting it from one conductor to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000690 +cco:ont00000690 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000346 ; + rdfs:label "Telecommunication Instrument"@en ; + skos:definition "A Communication Instrument that is designed for use by some Agent in some Act of Communication where the recipient of that communication is potentially a significant distance away from the Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000691 +cco:ont00000691 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000020 ; + rdfs:label "Fuel Tank"@en ; + skos:definition "A Container that is designed to store a Portion of Fuel."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000692 +cco:ont00000692 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."@en ; + rdfs:label "Probability Measurement Information Content Entity"@en ; + skos:altLabel "Likelihood Measurement"@en , + "Probability Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000693 +cco:ont00000693 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000575 ; + rdfs:label "Mass Specification"@en ; + skos:definition "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000694 +cco:ont00000694 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Nozzle Mouth"@en ; + skos:definition "A Fluid Control Artifact that consists of the portion of a Nozzle at the end that is designed to be where the flow of fluid exits the Nozzle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000695 +cco:ont00000695 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000620 ; + rdfs:label "Radiolucent"@en ; + skos:altLabel "Hypodense"@en , + "Transradiance"@en ; + skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000696 +cco:ont00000696 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000958 ; + rdfs:label "Ideology"@en ; + skos:definition "An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000697 +cco:ont00000697 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000279 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + rdfs:label "Enemy Person"@en ; + skos:definition "A Person who is the bearer of some Enemy Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000698 +cco:ont00000698 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000252 ; + rdfs:comment "By increasing the Exhaust Velocity of the gas, the Nozzle increases the Thrust generated."@en ; + rdfs:label "Convergent-Divergent Nozzle"@en ; + skos:altLabel "CD Nozzle"@en , + "de Laval Nozzle"@en ; + skos:definition "A Nozzle that consists of a tube with an asymmetric hourglass shape that is designed to accelerate hot pressurized gas by converting the heat energy of the gas flow into kinetic energy as it passes through the Nozzle Throat to generate increased Exhaust Velocity of the gas as it exits the Nozzle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000699 +cco:ont00000699 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Afternoon"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000700 +cco:ont00000700 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000998 ; + rdfs:label "Computer Network"@en ; + skos:altLabel "Data Network"@en ; + skos:definition "A Telecommunication Network that is designed to allow the exchange of data between two or more computers connected to the network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000701 +cco:ont00000701 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001145 ; + rdfs:label "Wire Receiver"@en ; + skos:definition "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000702 +cco:ont00000702 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Image"@en ; + skos:definition "An Information Bearing Artifact that is designed to carry an Information Content Entity that represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000703 +cco:ont00000703 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000159 ; + rdfs:label "System Clock"@en ; + skos:definition "A Timekeeping Instrument that is part of a computer an is designed to issue a steady high-frequency signal that is used to synchronize all of the computer's internal components."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/system+clock" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000704 +cco:ont00000704 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Tunnel"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel underneath a surrounding soil, earth, or rock formation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000705 +cco:ont00000705 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000677 ; + rdfs:label "Power Transmission Line"@en ; + skos:definition "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000706 +cco:ont00000706 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Terminal Board"@en ; + skos:definition "A Material Artifact that is designed to join electrical terminations and create an electrical circuit by means of a block which connects individual wires without a splice or physically joining the ends."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000707 +cco:ont00000707 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Angle"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex."@en ; + skos:example "degrees, radians" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000708 +cco:ont00000708 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Water Tower"@en ; + skos:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000709 +cco:ont00000709 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001248 ; + rdfs:label "Visual Prosthesis"@en ; + skos:altLabel "Bionic Eye"@en ; + skos:definition "An Artificial Eye that is designed to replace a missing eye, which performs the function of an eye."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000710 +cco:ont00000710 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Command Post Facility"@en ; + skos:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/command-post" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000711 +cco:ont00000711 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000156 ; + rdfs:label "Semi-automatic Pistol"@en ; + skos:definition "A Hand Gun that has a single fixed firing chamber machined into the rear of the barrel and an ammunition magazine capable of holding multiple Cartridges such that the Hand Gun is designed to automatically reload each time it is fired and to fire a Bullet with each successive pull of the trigger until the stored ammunition is depleted."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000712 +cco:ont00000712 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000763 + ] ; + rdfs:label "Acceleration"@en ; + skos:definition "A Process Profile that is the rate of change of the Velocity of an object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000713 +cco:ont00000713 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Vehicle"@en ; + skos:definition "A Material Artifact that is designed to facilitate the movement of material entities from one location to another by conveying them there."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000714 +cco:ont00000714 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001192 ; + rdfs:label "Horn Antenna"@en ; + skos:altLabel "Microwave Horn"@en ; + skos:definition "A Radio Antenna that consists of a flaring metal waveguide shaped like a horn to direct radio waves in a beam and can be used on its own or as a feeder for larger antenna structures, such as Parabolic Antennas."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000715 +cco:ont00000715 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001381 ; + rdfs:label "Prosthesis"@en ; + skos:definition "A Medical Artifact that is designed to replace a missing body part."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000716 +cco:ont00000716 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Electric Battery"@en ; + skos:altLabel "Battery"@en ; + skos:definition "An Electrical Power Source that is designed to produce electric power by converting chemical energy to electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Battery_(electricity)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000717 +cco:ont00000717 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001076 ; + rdfs:label "Fossil Fuel Power Plant"@en ; + skos:definition "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000718 +cco:ont00000718 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000460 ; + rdfs:label "Village"@en ; + skos:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/village" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000719 +cco:ont00000719 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Counterfeit Instrument"@en ; + skos:definition "A Material Artifact that is designed to be a fake replica of some genuine Artifact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000720 +cco:ont00000720 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000020 ; + rdfs:label "Cryogenic Storage Dewar"@en ; + skos:definition "A Container that is designed to store a Portion of Cryogenic Material (such as liquid helium or liquid oxygen) and which consists of, minimally, walls that are constructed from two or more layers that are separated by a high vacuum to provide thermal insulation between the interior and exterior of the dewar."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000721 +cco:ont00000721 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000804 ; + rdfs:label "Polarizing Prism"@en ; + skos:definition "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000722 +cco:ont00000722 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000146 ; + rdfs:label "Sea Level"@en ; + skos:definition "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000723 +cco:ont00000723 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000781 ; + rdfs:label "Vehicle Control System"@en ; + skos:definition "A Control System that is designed to enable some Agent to control some Vehicle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000724 +cco:ont00000724 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001192 ; + rdfs:label "Parabolic Antenna"@en ; + skos:altLabel "Dish Antenna"@en , + "Parabolic Dish"@en ; + skos:definition "A Radio Antenna that uses a parabolic reflector to direct or receive radio waves and has a very high gain."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000725 +cco:ont00000725 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000455 ; + rdfs:label "Wedding"@en ; + skos:altLabel "Act of Wedding Ceremony"@en ; + skos:definition "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000726 +cco:ont00000726 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:label "Decrease of Dependent Continuant"@en ; + skos:definition "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000727 +cco:ont00000727 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Communication Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000728 +cco:ont00000728 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000215 ; + rdfs:comment "The submillimeter waveband is between the far-infrared and microwave wavebands and is typically taken to have a wavelength of between a few hundred micrometers and a millimeter."@en ; + rdfs:label "Submillimeter Wavelength Radio Telescope"@en ; + skos:altLabel "Microwave Telescope"@en ; + skos:definition "A Radio Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves from the submillimeter waveband (i.e. microwaves) to form an enhanced image of the Object."@en ; + cco:ont00001754 "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000729 +cco:ont00000729 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000275 ; + rdfs:label "Spherical Coordinate System"@en ; + skos:definition "A Spatial Reference System for three-dimensional spatial regions that identifies each point using an ordered triple of numerical coordinates that consist of the radial distance of the point of interest from a fixed origin, its polar angle measured from a fixed zenith direction, and the azimuth angle of its orthogonal projection measured from a fixed direction on a reference plane that passes through the origin and is orthogonal to the zenith."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000730 +cco:ont00000730 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Hydraulic Power Transfer Unit"@en ; + skos:definition "A Material Artifact that is designed to transfer hydraulic power from one of an Aircraft's hydraulic systems to another in the event that a system has failed or been turned off."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000731 +cco:ont00000731 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations ('Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Deviation Measurement Information Content Entity"@en ; + skos:altLabel "Conformance Measurement"@en , + "Degree of Conformance"@en , + "Degree of Deviation"@en , + "Deviation Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity conforms to how it is expected or supposed to be."@en ; + skos:example "a missile impact deviates from its target location by 100 feet" , + "a satellite deviaties from its predicted orbital path by 5 kilometers" , + "an overweight piece of luggage deviates from an airline's maximum allowed weight by +10 pounds" ; + skos:scopeNote "In order for a Deviation to exist, an entity must first be expected, represented, prescribed, or predicted as being a certain way. Then, at a future time, this value can be compared to its actual, reported, or measured value to determine the Deviation between these values."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000732 +cco:ont00000732 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 1,000–1 mm"@en ; + rdfs:label "Microwave Frequency"@en ; + skos:definition "A Radio Frequency that is between 300 MHz and 300 GHz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000733 +cco:ont00000733 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Spherical"@en ; + skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000734 +cco:ont00000734 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000552 ; + rdfs:label "Land Mine"@en ; + skos:definition "An Explosive Weapon that is designed to be concealed under or on the ground and to detonate as its target passes over or near it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000735 +cco:ont00000735 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000406 ; + rdfs:label "Geospatial Region Bounding Box Identifier List"@en ; + skos:definition "A Measurement Unit of Geocoordinate that is comprised of 4 pairs of coordinates, one for each of the 4 defining points (North, West, South, East) of a Geospatial Region Bounding Box."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000736 +cco:ont00000736 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Transducer"@en ; + skos:definition "A Material Artifact that is designed to convert one form of energy to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000737 +cco:ont00000737 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000483 ; + rdfs:label "Forward Operations Base"@en ; + skos:altLabel "Forward Operating Base"@en ; + skos:definition "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en ; + cco:ont00001753 "FOB" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000738 +cco:ont00000738 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Length"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000739 +cco:ont00000739 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000676 ; + rdfs:label "Act of Sojourn"@en ; + skos:definition "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000740 +cco:ont00000740 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000002 ; + rdfs:comment "This class is designed to group continuants according to a very broad criterion and is not intended to be used as a parent class for entities that can be more specifically represented under another class. Hence, Natural Resource may be an appropriate subtype but Money, Oil, and Gold Mine are not."@en ; + rdfs:label "Resource"@en ; + skos:definition "A Continuant that is owned by, in the possession of, or is otherwise controlled by an Agent such that it could be used by that Agent."@en ; + skos:example "a group of interns" , + "a knowledge base" , + "a plot of land" , + "a software program" , + "a sum of money" , + "a vehicle" ; + skos:scopeNote "Resources are Resources for some Agent. If no instance of Agent existed, no instance of Resource would exist either. It is not a requirement that something be valuable in order for it to be a Resource. Thus the value of something can drastically change without altering whether that thing is a Resource."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000741 +cco:ont00000741 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Targeting"@en ; + skos:definition "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000742 +cco:ont00000742 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Ignition System"@en ; + skos:definition "A Material Artifact that is designed to produce an Ignition process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000743 +cco:ont00000743 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000702 ; + rdfs:label "Chart"@en ; + skos:definition "An Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@en ; + cco:ont00001754 "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000744 +cco:ont00000744 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Social Group Membership"@en ; + skos:definition "An Act of Association wherein a Person belongs to some Social Group."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000745 +cco:ont00000745 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001176 ; + rdfs:label "Point Estimate Information Content Entity"@en ; + skos:altLabel "Best Estimate"@en , + "Point Estimate"@en , + "Point Estimate Measurement Information Content Entity"@en ; + skos:definition "An Estimate Information Content Entity that consists of a single value for the measured entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000746 +cco:ont00000746 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000638 ; + rdfs:label "Combustion Engine"@en ; + skos:definition "A Heat Engine that is designed to convert thermal energy that is generated through a local Combustion process into mechanical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000747 +cco:ont00000747 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000549 ; + rdfs:label "Canal"@en ; + skos:definition "A Water Transportation Artifact that is an artificial Hydrographic Feature designed to convey water or enable Watercraft to travel inland."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000748 +cco:ont00000748 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Bullet"@en ; + skos:definition "A Portion of Ammunition that is designed to be projected by a Firearm, Sling, Slingshot, or Air Gun, but which does not (typically) contain explosives."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000749 +cco:ont00000749 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000894 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000498 + ] ; + rdfs:label "Julian Day Number"@en ; + skos:definition "A Decimal Date Identifier that designates some Julian Day by using a number to indicate the sequential ordering of the Day since the Julian Date epoch."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000750 +cco:ont00000750 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Text Messaging"@en ; + skos:altLabel "Act of Text Messaging"@en , + "Act of Texting"@en ; + skos:definition "An Act of Communication by Media involving the exchange of brief written messages between fixed-line phone or mobile phone and fixed or portable devices over a network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000751 +cco:ont00000751 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001324 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001910 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001324 ; + rdfs:label "Action Permission"@en ; + skos:altLabel "Authorization"@en , + "License"@en ; + skos:definition "A Process Regulation that permits some Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000752 +cco:ont00000752 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001857 ; + owl:someValuesFrom cco:ont00000099 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:comment "This is a defined class used to group process profiles of Wave Processes. Note that not every relevant process profile can be asserted as a subtype, however, because they (e.g. Frequency and Amplitude) are applicable to other processes as well (e.g. Oscillation Process)."@en ; + rdfs:label "Wave Process Profile"@en ; + skos:definition "A Process Profile of a Wave Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000753 +cco:ont00000753 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 1,000–100 km"@en ; + rdfs:label "Ultra Low Frequency"@en ; + skos:altLabel "ITU Band Number 3"@en ; + skos:definition "A Radio Frequency that is between 300 Hz and 3 kHz."@en ; + cco:ont00001753 "ULF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000754 +cco:ont00000754 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001047 ; + rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."@en ; + rdfs:label "Electromagnetic Radiation Frequency"@en ; + skos:definition "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000755 +cco:ont00000755 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Zenith"@en ; + skos:definition "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000756 +cco:ont00000756 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Database"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some set of specific Information Content Entities and to be rapidly searchable and retrievable."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000757 +cco:ont00000757 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000052 ; + rdfs:label "Synagogue"@en ; + skos:definition "A Religious Facility that is designed for Judaic worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000758 +cco:ont00000758 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Component Role"@en ; + skos:definition "A Role that inheres in an entity having a discrete structure in virtue of that entity being part of a system considered at a particular level of analysis."@en ; + cco:ont00001754 "ISO/IEC. 1998. Information Technology ― System and Software Integrity Levels Geneva, Switzerland: International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC). ISO/IEC. 15026:1998. : 3.1"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000759 +cco:ont00000759 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:label "Color Saturation"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect high intensity light distributed across fewer wavelengths, typically considered on a continuum of purity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000760 +cco:ont00000760 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 ; + rdfs:label "Surface Wave Profile"@en ; + skos:altLabel "Surface Wave"@en ; + skos:definition "A Wave Process Profile in which the Wave Process propogates along the surface of a medium and which involves both transverse and longitudinal wave profiles such that the motion of the displacement of participating particles is circular or elliptical."@en ; + skos:example "the motion of an ocean wave" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000761 +cco:ont00000761 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000226 ; + rdfs:label "Pier"@en ; + skos:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000762 +cco:ont00000762 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000415 ; + rdfs:label "Fungicide Artifact Function"@en ; + skos:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some fungus or fungal spore."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000763 +cco:ont00000763 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Velocity"@en ; + skos:definition "A Process Profile of an object's Motion that is characterized by its Speed and direction with respect to a frame of reference."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000764 +cco:ont00000764 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000504 ; + rdfs:label "Optical Focusing Artifact Function"@en ; + skos:definition "An Optical Processing Artifact Function that is realized by an Artifact participating in a light focusing event in which the Artifact causes the light beam to converge on a target spatial point."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000765 +cco:ont00000765 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Wave Production"@en ; + skos:altLabel "Wave Production Process"@en ; + skos:definition "A Natural Process in which a Wave Process is generated."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000766 +cco:ont00000766 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Hardness"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the degree to which it can be turned, bowed, or twisted without breaking."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000767 +cco:ont00000767 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "A Lubrication System typical consists of a reservoir, pump, heat exchanger, filter, regulator, valves, sensors, pipes, and hoses. In some cases it also includes the passageways and openings within the artifact it is designed to lubricate. For example, the oil holes in a bearing and crankshaft."@en ; + rdfs:label "Lubrication System"@en ; + skos:definition "A Material Artifact that is designed to contain, transfer, and regulate the flow of lubricant to multiple locations in an Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000768 +cco:ont00000768 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Amount"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the total, aggregate or sum of a number of discrete items or material the entity contains as parts."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/amount" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000769 +cco:ont00000769 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000133 ; + rdfs:label "Act of Requesting"@en ; + skos:definition "An Act of Directive Communication performed by asking for something."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/request" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000770 +cco:ont00000770 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Density"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000771 +cco:ont00000771 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Imaging Instrument"@en ; + skos:definition "A Material Artifact that is designed to produce images (visual representations) of an entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000772 +cco:ont00000772 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:comment "An Impulse changes the Momentum (and potentially also the direction of Motion) of the object it is applied to and is typically measured in Newton meters."@en ; + rdfs:label "Impulsive Force"@en ; + skos:altLabel "Imp"@en , + "Impulse"@en , + "J"@en ; + skos:definition "A Process Profile that is the integral of a Force that is applied to a portion of matter over a period of time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000773 +cco:ont00000773 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000789 ; + rdfs:label "Curvilinear Motion"@en ; + skos:altLabel "Curved Motion"@en ; + skos:definition "A Translational Motion process in which an Object moves along a curved path."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000774 +cco:ont00000774 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000199 ; + rdfs:label "Video Camera"@en ; + skos:definition "A Camera that is designed to form and digitally or physically record a continuous stream of subsequent images of an entity or scene such that the images can be played back in succession as a video."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000775 +cco:ont00000775 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000796 ; + rdfs:label "Locomotive"@en ; + skos:definition "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000776 +cco:ont00000776 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Signal Detection Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in the process of discerning between information-bearing patterns and random patterns, or noise, that distract from the information."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000777 +cco:ont00000777 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001221 ; + rdfs:label "Hydraulic Motor"@en ; + skos:definition "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000778 +cco:ont00000778 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Chemical Depot"@en ; + skos:definition "A Storage Facility that is designed to store chemicals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000779 +cco:ont00000779 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Cryosphere"@en ; + skos:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ; + cco:ont00001754 "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000780 +cco:ont00000780 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Ethnicity"@en ; + skos:definition "A Quality that inheres in its bearers by virtue of a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000781 +cco:ont00000781 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Control System"@en ; + skos:definition "A Material Artifact that is designed to manage, command, direct, or regulate the behavior of at least one other Artifact."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000782 +cco:ont00000782 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Factory"@en ; + skos:definition "A Facility that is designed for manufacturing or refining material products."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000783 +cco:ont00000783 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000557 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001819 ; + owl:someValuesFrom cco:ont00000950 + ] ; + rdfs:label "Stasis of Non-Mission Capable Maintenance"@en ; + skos:definition "A Stasis of Non-Mission Capable during which the participating Continuant is not capable of performing its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000784 +cco:ont00000784 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:label "Optical Property"@en ; + skos:definition "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000785 +cco:ont00000785 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001320 ; + rdfs:label "Radio Repeater"@en ; + skos:definition "A Radio Transceiver that is designed to receive a radio signal, amplify it, and retransmit it (often on another frequency)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000786 +cco:ont00000786 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000611 ; + rdfs:label "Increase of Role"@en ; + skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000787 +cco:ont00000787 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000967 ; + rdfs:label "Altitude"@en ; + skos:definition "A Height that inheres in a Site that externally connects an Independent Continuant to either the surface of the Earth or the Earth's mean Sea Level."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000788 +cco:ont00000788 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000634 ; + rdfs:label "Turbine Steam Engine"@en ; + skos:altLabel "Steam Turbine"@en ; + skos:definition "A Steam Engine that is designed to extract thermal energy from pressurized steam and use it to do mechanical work on a rotating output shaft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000789 +cco:ont00000789 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001133 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000763 + ] ; + rdfs:label "Translational Motion"@en ; + skos:definition "A Motion Process in which the participating Object changes its position from one portion of space to another."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000790 +cco:ont00000790 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Direct Current Power Source"@en ; + skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000791 +cco:ont00000791 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Chemical Reaction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process that leads to the transformation of one set of chemical substances to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000792 +cco:ont00000792 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001009 ; + rdfs:label "Catadioptric Optical Telescope"@en ; + skos:altLabel "Catadioptric Telescope"@en ; + skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light through the use of a combination of Lenses and Mirrors to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000793 +cco:ont00000793 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Fuel Ventilation System"@en ; + skos:definition "A Fluid Control Artifact that is designed to allow air into the Fuel Tank to take the place of burned fuel."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000794 +cco:ont00000794 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000207 ; + rdfs:label "Geospatial Ellipse"@en ; + skos:definition "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000795 +cco:ont00000795 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Electrical Conduction Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized by an Artifact being used to conduct an electric current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000796 +cco:ont00000796 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000618 ; + rdfs:label "Rail Transport Vehicle"@en ; + skos:definition "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000797 +cco:ont00000797 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Hazel"@en ; + skos:definition "A Color that is a combination of Brown and Green, typically associated with eye color."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000798 +cco:ont00000798 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00000958 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000893 + ] ; + rdfs:label "Information Bearing Artifact"@en ; + skos:definition "A Material Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000799 +cco:ont00000799 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "List"@en ; + skos:definition "An Information Bearing Artifact that consists of one or more Information Bearing Artifacts that carry Information Content Entities and are the subjects of some Sequence Position Ordinality."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000800 +cco:ont00000800 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000619 + ] ; + rdfs:label "Day"@en ; + skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ; + skos:scopeNote "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000801 +cco:ont00000801 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000161 ; + rdfs:label "y-Axis"@en ; + skos:definition "A Coordinate System Axis designated by the variable 'y'."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000802 +cco:ont00000802 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000641 ; + rdfs:label "Stage"@en ; + skos:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Stage_(theatre)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000803 +cco:ont00000803 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Round"@en ; + skos:altLabel "Circular"@en ; + skos:definition "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/round" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000804 +cco:ont00000804 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Prism"@en ; + skos:definition "An Optical Instrument that is designed to refract light and which consists of a transparent material with flat polished surfaces where at least two of these surfaces have an angle between them."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000805 +cco:ont00000805 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Coiled"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000806 +cco:ont00000806 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000581 ; + rdfs:label "Power Tool"@en ; + skos:definition "A Tool that is designed to be actuated by a Power Source and mechanism other than or in addition to manual labor."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000807 +cco:ont00000807 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000394 ; + rdfs:label "Compression Ignition Engine"@en ; + skos:definition "An Internal Combustion Engine that is designed to operate by igniting a portion of Fuel and Oxidizer mixture using heat generated via compression of the mixture."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000808 +cco:ont00000808 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Reactant Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which a substance or compound is added to a system in order to bring about a chemical reaction and is consumed in the course of the reaction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000809 +cco:ont00000809 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Submersible Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of operating while submerged in water."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000810 +cco:ont00000810 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000619 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Week Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000811 +cco:ont00000811 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Radio Wave Conversion Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact being used to convert electric power into radio waves or radio waves into electric power."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000812 +cco:ont00000812 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000951 ; + rdfs:label "Electromagnetic Pulse"@en ; + skos:altLabel "EMP"@en , + "Transient Electromagnetic Disturbance"@en ; + skos:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000813 +cco:ont00000813 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Nuclear Fuel"@en ; + skos:definition "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000814 +cco:ont00000814 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Water Treatment Facility"@en ; + skos:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000815 +cco:ont00000815 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Folded"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000816 +cco:ont00000816 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000255 ; + rdfs:label "Portion of Liquid Nitrogen"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000817 +cco:ont00000817 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000207 ; + rdfs:label "Geospatial Line String"@en ; + skos:definition "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000818 +cco:ont00000818 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Orange"@en ; + skos:definition "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000819 +cco:ont00000819 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Stasis"@en ; + skos:definition "A Process in which one or more Independent Continuants endure in an unchanging condition."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000820 +cco:ont00000820 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Function"@en ; + skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000821 +cco:ont00000821 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001162 ; + rdfs:label "Act of Promising"@en ; + skos:definition "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/promise" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000822 +cco:ont00000822 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 100–10 km"@en ; + rdfs:label "Very Low Frequency"@en ; + skos:altLabel "ITU Band Number 4"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 kHz."@en ; + cco:ont00001753 "VLF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000823 +cco:ont00000823 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001148 ; + rdfs:label "Optical Communication Artifact Function"@en ; + skos:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000824 +cco:ont00000824 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Role"@en ; + skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000825 +cco:ont00000825 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000346 ; + rdfs:label "Telecommunication Network Line"@en ; + skos:definition "A Communication Artifact that is designed to be the physical transmission medium that connects two or more Telecommunication Network Nodes within a Telecommunication Network to facilitate communication between the Nodes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000826 +cco:ont00000826 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001137 ; + rdfs:label "Refractivity"@en ; + skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of that bearer to change the direction of a propagating wave when passing through it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000827 +cco:ont00000827 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000540 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000223 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000540 ; + rdfs:label "Time of Day Identifier"@en ; + skos:definition "A Temporal Instant Identifier that designates some Time of Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000828 +cco:ont00000828 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001123 ; + rdfs:label "Pesticide Artifact Function"@en ; + skos:definition "A Poison Artifact Function that is realized in a process which causes illness in, or the death of, a living thing that is detrimental to humans or human concerns."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/pesticide" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000829 +cco:ont00000829 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000390 ; + rdfs:comment """Standards of date, time, and time zone data formats: +ISO/WD 8601-2 (http://www.loc.gov/standards/datetime/iso-tc154-wg5_n0039_iso_wd_8601-2_2016-02-16.pdf) +W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , + "There is no class 'Time Zone' (the region), only 'Time Zone Identifier' (the designator for some region). Instances of 'Time Zone Identifier' should be related to instances of 'Information Bearing Entity' by means of the object properites 'uses time zone identifier' and 'time zone identifier used by' as appropriate. This is supposed to be analogous to the way we represent the relationship between measurement values and measurement units, where the relevant instance of Information Bearing Entity 'uses measurement unit' some instance of Measurement Unit (i.e., an instance of Information Content Entity)."@en ; + rdfs:label "Time Zone Identifier"@en ; + skos:definition "A Spatial Region Identifier that designates the region associated with some uniform standard time for legal, commercial, or social purposes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000830 +cco:ont00000830 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."@en ; + rdfs:label "Speed"@en ; + skos:definition "A Process Profile that is characterized by the magnitude of an object's motion with respect to a frame of reference during some time period."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000831 +cco:ont00000831 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000828 ; + rdfs:label "Herbicide Artifact Function"@en ; + skos:definition "A Pesticide Artifact Function that is realized in a process which causes harm to, or the death to, unwanted plants."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000832 +cco:ont00000832 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00001088 + ] ; + rdfs:label "Year"@en ; + skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ; + skos:scopeNote "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000833 +cco:ont00000833 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000973 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00000589 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00000749 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000359 + ] ; + rdfs:label "Julian Date Identifier"@en ; + skos:definition "A Decimal Time of Day Identifier that designates a Julian Date and is composed of both a Julian Day Number and a Julian Date Fraction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000834 +cco:ont00000834 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001337 ; + rdfs:label "Mid Infrared Light Frequency"@en ; + skos:definition "An Infrared Light Frequency that is between 20 and 214 terahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000835 +cco:ont00000835 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Body Shape"@en ; + skos:definition "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000836 +cco:ont00000836 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Financial Instrument Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000837 +cco:ont00000837 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000914 ; + rdfs:label "Family"@en ; + skos:definition "A Group of Persons related to one another by ancestry or marriage."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000838 +cco:ont00000838 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:label "Portion of Fuel"@en ; + skos:definition "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000839 +cco:ont00000839 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Donating"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is tranfered by an Agent (the Donor) to another Agent (the Recipient) without return consideration."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000840 +cco:ont00000840 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000618 ; + rdfs:label "Bicycle"@en ; + skos:definition "A Ground Vehicle that consists of two wheels, one in front of the other, attached to a frame along with handlebars and pedals such that it is designed to receive its motive power from pedaling."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000841 +cco:ont00000841 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Explosive Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired beucase of the rapid increase in volume and release of energy in an extreme manner."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/explosive" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000842 +cco:ont00000842 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Sub-Bass Frequency"@en ; + skos:definition "A Sonic Frequency that is between 20 and 60 Hz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000843 +cco:ont00000843 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Solar Panel"@en ; + skos:definition "An Electrical Power Source that consists in part of one or more photovoltaic (i.e. solar) cells that convert light energy (photons) directly into electricity by means of the photovoltaic effect."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Solar_cell&oldid=1063439932"^^xsd:anyURI , + "https://en.wikipedia.org/w/index.php?title=Solar_panel&oldid=1064397496"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000844 +cco:ont00000844 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Temperature"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en ; + skos:example "celsius, fahrenheit, kelvin" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000845 +cco:ont00000845 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001022 ; + rdfs:comment "A percentage is one way to express a proportional measure where the decimal expression of the proportion is multiplied by 100, thus giving the proportional value with respect to a whole of 100. E.g., the ratio of pigs to cows on a farm is 44 to 79 (44:79 or 44/79). The proportion of pigs to total animals is 44 to 123 or 44/123. The percentage of pigs is the decimal equivalent of the proportion (0.36) multiplied by a 100 (36%). The percentage can be expressed as a proportion where the numerator value is transformed for a denominator of 100, i.e., 36 of a 100 animals are pigs (36/100)."@en , + "We may want to add either a subclass for Percentage or a data property (has percentage value) that links the percentage expression for a proportion to the relevant IBE."@en ; + rdfs:label "Proportional Ratio Measurement Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a portion of a whole (described by the numerator) compared against that whole (described by the denominator) where the whole is a nominally described set of like entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000846 +cco:ont00000846 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001076 ; + rdfs:label "Hydroelectric Power Plant"@en ; + skos:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000847 +cco:ont00000847 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + owl:disjointWith cco:ont00000936 ; + rdfs:label "Active Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is realizing one or more of its designed Artifact Functions (especially one of its primary functions)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000848 +cco:ont00000848 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000088 ; + rdfs:label "Mounted Gun"@en ; + skos:definition "A Firearm that is designed to be fired while mounted."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000849 +cco:ont00000849 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000453 ; + rdfs:label "Heating System"@en ; + skos:definition "An Environment Control System that is designed to heat the air or objects in a Site."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000850 +cco:ont00000850 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Stasis of Quality"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000851 +cco:ont00000851 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001104 ; + rdfs:label "Light Machine Gun"@en ; + skos:definition "A Long Gun that is designed to fire bullets in quick succession from an ammunition belt or magazine and to be employed by an individual soldier, with or without assistance, and typically weighing 9-22 lbs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000852 +cco:ont00000852 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Work"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en ; + skos:example "joule, erg, kilowatt hour" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000853 +cco:ont00000853 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000958 ; + owl:disjointWith cco:ont00000965 ; + rdfs:label "Descriptive Information Content Entity"@en ; + skos:altLabel "Descriptive ICE"@en ; + skos:definition "An Information Content Entity that consists of a set of propositions that describe some Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000854 +cco:ont00000854 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000290 ; + rdfs:label "Decrease of Realizable Entity"@en ; + skos:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000855 +cco:ont00000855 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000660 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:someValuesFrom cco:ont00000065 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001819 ; + owl:someValuesFrom cco:ont00000065 + ] ; + rdfs:label "Effect of Location Change"@en ; + skos:definition "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000856 +cco:ont00000856 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000182 ; + rdfs:label "Artifact History"@en ; + skos:definition "A History of an Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000857 +cco:ont00000857 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Ultra High Frequency Communication Instrument"@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Ultra High Frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000858 +cco:ont00000858 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000552 ; + rdfs:label "Improvised Explosive Device"@en ; + skos:definition "An Explosive Weapon that is designed to be used in non-conventional military action."@en ; + cco:ont00001753 "IED" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000859 +cco:ont00000859 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Television Broadcast"@en ; + skos:altLabel "Act of Television Broadcasting"@en ; + skos:definition "An Act of Communciation by Media that is transmitted to an audience through a television network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000860 +cco:ont00000860 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001262 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000587 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001262 ; + rdfs:label "Allied Person"@en ; + skos:definition "A Person who is the bearer of some Ally Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000861 +cco:ont00000861 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Split"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000862 +cco:ont00000862 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001857 ; + owl:someValuesFrom cco:ont00000675 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Sound Process Profile"@en ; + skos:altLabel "Sound Quality"@en ; + skos:definition "A Process Profile that is part of a sound reception process and is characterized by properties of incoming sound waves as they are translated by some sensory system."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI , + "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000863 +cco:ont00000863 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Confessing"@en ; + skos:definition "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000864 +cco:ont00000864 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Public Safety Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of preventing and responding to events that could endanger the safety of the general public from significant danger, injury/harm, or damage, such as crimes or disasters (natural or man-made)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000865 +cco:ont00000865 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000876 ; + rdfs:label "Loss of Specifically Dependent Continuant"@en ; + skos:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000866 +cco:ont00000866 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Radio Broadcast"@en ; + skos:altLabel "Act of Radio Broadcasting"@en ; + skos:definition "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000867 +cco:ont00000867 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000677 ; + rdfs:label "Pipeline"@en ; + skos:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000868 +cco:ont00000868 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001173 ; + rdfs:label "Rocket Pod"@en ; + skos:definition "A Rocket Launcher that is designed to contain several Unguided Rockets held in individual tubes and to be used by Aircraft or Helicopters for close air support."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000869 +cco:ont00000869 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000199 ; + rdfs:label "Optical Camera"@en ; + skos:definition "A Camera that is designed to form and record an image generated from visible light."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000870 +cco:ont00000870 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Infrastructure System"@en ; + skos:altLabel "Infrastructure"@en ; + skos:definition "A Material Entity that is composed of elements bearing Infrastructure Roles and is by itself sufficient to provide a planned service or benefit to some organization that maintains its elements."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000871 +cco:ont00000871 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000551 ; + rdfs:label "Plant"@en ; + skos:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000872 +cco:ont00000872 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Brown"@en ; + skos:definition "A Color that consists of dark orange and red, and of very low intensity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000873 +cco:ont00000873 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001081 ; + rdfs:label "Physiographic Feature"@en ; + skos:definition "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000874 +cco:ont00000874 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Video"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in the form of a sequence of representations that are presented sufficiently rapidly to create the appearance of motion and continuity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000875 +cco:ont00000875 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:label "Act of Personal Communication"@en ; + skos:definition "An Act of Communication having a small audience."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000876 +cco:ont00000876 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:label "Loss of Dependent Continuant"@en ; + skos:definition "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000877 +cco:ont00000877 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000723 ; + rdfs:label "Brake Control System"@en ; + skos:definition "A Vehicle Control System that is designed to control the process of braking with the aim of preventing rolling, skidding, and hydroplaning."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000878 +cco:ont00000878 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000325 ; + rdfs:label "Identification Friend or Foe Transponder"@en ; + skos:altLabel "IFF"@en ; + skos:definition "A Radio Transponder that is designed to automatically transmit a predefined signal in response to receiving an appropriate interrogation signal such that the entity it is located on can be positively identified as friendly."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000879 +cco:ont00000879 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Religious Group Affiliation"@en ; + skos:definition "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000880 +cco:ont00000880 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Religious Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes related to worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000881 +cco:ont00000881 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Storage Facility"@en ; + skos:definition "A Facility that is designed to store materials or goods."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000882 +cco:ont00000882 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001076 ; + rdfs:label "Wind Farm"@en ; + skos:definition "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000883 +cco:ont00000883 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001162 ; + rdfs:label "Act of Inviting"@en ; + skos:definition "An Act of Commissive Communication performed by requesting the presence or participation of the audience, and which may include offering an incentive or inducement."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/invite" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000884 +cco:ont00000884 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Loaning"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is given by an Agent (the Creditor) to another Agent (the Debtor) in order to receive Repayments from the Debtor which are of greater Financial Value."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000885 +cco:ont00000885 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Wavy"@en ; + skos:altLabel "Undulate"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000886 +cco:ont00000886 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000422 ; + rdfs:label "Wired Communication Reception Artifact Function"@en ; + skos:definition "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs via a direct connection using an electrical conductor."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000887 +cco:ont00000887 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000460 ; + rdfs:label "City"@en ; + skos:definition "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000888 +cco:ont00000888 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "High Frequency Communication Instrument"@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000889 +cco:ont00000889 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000037 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000558 + ] ; + rdfs:label "Visible Observation"@en ; + skos:definition "An Act of Observation that involves visual perception."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000890 +cco:ont00000890 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Travel"@en ; + skos:definition "An Act of Location Change wherein one or more Persons move between relatively distant geographical locations for any purpose and any duration, with or without any means of transport."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000891 +cco:ont00000891 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:label "Calendar System"@en ; + skos:definition "A Temporal Reference System that is designed to organize and identify dates."@en ; + skos:scopeNote "Calendars typically organize dates through the use of naming and temporal conventions based on Days, Weeks, Months, and Years."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000892 +cco:ont00000892 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Depth"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a downward, backward, or inward direction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000893 +cco:ont00000893 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:comment "An empty notebook, when manufactured, is a medium but not yet a carrier of information content. However, a book, in the sense of a novel or collection of philosophical essays or poems, depends necessarily on it carrying some information content. Thus, there are no empty books. Likewise, there are no empty databases, only portions of digital storage that have not yet been configured to carry some information content according to a database software application."@en ; + rdfs:label "Information Medium Artifact"@en ; + skos:definition "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; + skos:example "A magnetic hard drive" , + "A notebook" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000894 +cco:ont00000894 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000529 ; + rdfs:label "Decimal Date Identifier"@en ; + skos:definition "A Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since a specified Reference Time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000895 +cco:ont00000895 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000335 ; + rdfs:label "Married"@en ; + skos:altLabel "Married Stasis"@en ; + skos:definition "A Stasis of Generically Dependent Continuant that consists of a socially, culturally, or ritually recognized union or legal contract between spouses that establishes rights and obligations between them, between them and their children, and between them and their in-laws."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951"^^xsd:anyURI , + "Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000896 +cco:ont00000896 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000745 ; + rdfs:label "Mean Point Estimate Information Content Entity"@en ; + skos:altLabel "Arithmetic Mean"@en , + "Average"@en , + "Mean"@en ; + skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the sum of all the values in the set divided by the total number of values in the set."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000897 +cco:ont00000897 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000457 ; + rdfs:comment "Oxidizers are essential participants in many processes including combustion and rusting. Hence, a portion of oxidizer must always be present along with a portion of fuel in order for combustion to occur."@en ; + rdfs:label "Portion of Oxidizer"@en ; + skos:altLabel "Portion of Oxidant"@en , + "Portion of Oxidizing Agent"@en ; + skos:definition "A Portion of Material that is disposed to steal electrons from other substances (i.e. to oxidize other substances) as a participant in a reduction-oxidation process."@en ; + skos:example "oxygen, hydrogen peroxide, chlorine, sulfiric acid, potassium nitrate" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000898 +cco:ont00000898 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00001180 + ] ; + dcterms:bibliographicCitation "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Geopolitical Power Role"@en ; + skos:definition "A Role had by an Organization, that is perceived by an International Community as capable of performing influential acts in that community, and which would be realized in performing such acts."@en ; + skos:prefLabel "Geopolitical Power Role"@en ; + cco:ont00001754 "https://chass.usu.edu/international-studies/aggies-go/power" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000899 +cco:ont00000899 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "MSI Plessey Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000900 +cco:ont00000900 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001169 ; + rdfs:label "Radio Communication Relay Artifact Function"@en ; + skos:definition "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information without the use of wires from one Artifact to another for the purpose of communiction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000901 +cco:ont00000901 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001375 ; + rdfs:label "Decontamination Facility"@en ; + skos:definition "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000902 +cco:ont00000902 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Facility Use"@en ; + skos:definition "An Act of Artifact Employment in which an Agent makes use of some Facility."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000903 +cco:ont00000903 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000346 ; + rdfs:label "Radio Communication Instrument"@en ; + skos:definition "A Communication Instrument that is designed to enable communication between two or more entities via the use of radio waves."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000904 +cco:ont00000904 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000205 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001855 ; + owl:someValuesFrom cco:ont00000122 + ] ; + rdfs:label "Vehicle Track"@en ; + skos:definition "An Object Track for a Vehicle during some motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000905 +cco:ont00000905 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000655 ; + rdfs:label "Post Office"@en ; + skos:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000906 +cco:ont00000906 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000690 ; + rdfs:label "Email Box"@en ; + skos:definition "A Telecommunication Instrument that is designed to be the delivery destination of Email Messages that are addressed to the corresponding Email Address."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000907 +cco:ont00000907 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000690 ; + rdfs:label "Telephone"@en ; + skos:altLabel "Phone"@en ; + skos:definition "A Telecommunication Instrument that is designed to provide point-to-point communication between agents by means of audio messages."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000908 +cco:ont00000908 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Artifact Processing"@en ; + skos:definition "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000909 +cco:ont00000909 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Emergency AC/DC Power Source"@en ; + skos:definition "An Electrical Power Source that is designed to provide electrical power in an emergency situation by means of both alternating current and direct current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000910 +cco:ont00000910 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Amplitude"@en ; + skos:definition "A Process Profile of an Oscillation Process that is the absolute value of the maximum displacement from a zero, equilibrium, or mean value during one cycle of the Oscillation Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000911 +cco:ont00000911 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Semi-Major Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000912 +cco:ont00000912 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Pyramidal"@en ; + skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a polygonal base with vertices that all connect to the same apex to form triangular faces."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000913 +cco:ont00000913 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Maroon"@en ; + skos:definition "A Color consisting of purple and brown hue."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000914 +cco:ont00000914 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00001262 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom cco:ont00001262 + ] ; + rdfs:label "Group of Persons"@en ; + skos:definition "A Group of Agents that has only Persons as parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000915 +cco:ont00000915 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000605 ; + rdfs:label "Acronym"@en ; + skos:definition "An Abbreviated Name that combines the initial letters of a Designative Name and which is pronounced as a word."@en ; + skos:example "Wi-Fi, ASCII, OPSEC" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000916 +cco:ont00000916 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000891 ; + rdfs:label "Lunar Calendar System"@en ; + skos:definition "A Calendar System that is designed to organize and identify dates based on the cycles of the Moon's phases."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000917 +cco:ont00000917 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + dcterms:bibliographicCitation "Permanent Residency - Wikipedia. https://en.wikipedia.org/wiki/Permanent_residency. Accessed 10 Feb. 2023." ; + dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Permanent Resident Role"@en ; + skos:definition "A role inhering in a Person by virtue of that Person being recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en ; + skos:prefLabel "Permanent Resident Role"@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Permanent_residency" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000918 +cco:ont00000918 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000346 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000998 + ] ; + rdfs:label "Telecommunication Network Node"@en ; + skos:definition "A Communication Artifact that consists of a connection point, redistribution point, or endpoint that is designed to be part of a Telecommunication Network and can be either active or passive."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Node_(networking)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000919 +cco:ont00000919 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000575 ; + rdfs:label "Parts List"@en ; + skos:definition "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on another Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000920 +cco:ont00000920 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Death"@en ; + skos:definition "A Natural Process in which all biological functions that sustain a living organism cease."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000921 +cco:ont00000921 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000800 ; + rdfs:label "Calendar Day"@en ; + skos:definition "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000922 +cco:ont00000922 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Arrival"@en ; + skos:definition "An Act of Location Change that consists of the participating entity reaching its destination such that the larger Act of Location Change is completed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000923 +cco:ont00000923 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000649 ; + rdfs:label "Arbitrary Identifier"@en ; + skos:altLabel "Arbitrary ID"@en ; + skos:definition "A Non-Name Identifier that consists of a string of characters that does not follow an encoding system."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000924 +cco:ont00000924 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001191 ; + rdfs:comment "A Beginning of Life Stasis (BoL) is a relatively brief Operational Stasis that is primarily of interest for the purpose of establishing a baseline for operational parameters to be compared to the designed specifications as well as the Artifact's performance throughout its operational life."@en ; + rdfs:label "Beginning of Life Stasis"@en ; + skos:definition "A Operational Stasis that holds during a Temporal Interval when an Artifact is first put into operational use such that its designed set of Artifact Functions is capable of operating at or near their designed peak performance levels."@en ; + cco:ont00001753 "BOL" , + "BoL" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000925 +cco:ont00000925 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Military Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of Military Operations from an Agent or communication medium that realizes a capacity derived from its affiliation with a Military Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000926 +cco:ont00000926 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000123 ; + rdfs:label "Act of Apologizing"@en ; + skos:definition "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000927 +cco:ont00000927 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Bass Frequency"@en ; + skos:definition "A Sonic Frequency that is between 60 and 250 Hz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000928 +cco:ont00000928 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000796 ; + rdfs:label "Train Car"@en ; + skos:altLabel "Railroad Car"@en ; + skos:definition "A Rail Transport Vehicle that consists of a single Vehicle that is not a Train but is designed to be connected to other Train Cars along with at least one Locomotive to form a Train."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000929 +cco:ont00000929 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Part Role"@en ; + skos:definition "A Role that inheres in an entity in virtue of it being part of some other entity without being subject to further subdivision or disassembly without destruction of its designated use."@en ; + cco:ont00001754 "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000930 +cco:ont00000930 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001105 ; + rdfs:label "Nickel-metal Hydride Electric Battery"@en ; + skos:altLabel "NiMH Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that has a metal-hydride anode and nickel oxide hydroxide cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000931 +cco:ont00000931 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000326 ; + rdfs:label "UPC-A Barcode"@en ; + skos:definition "A UPC Barcode that consists of 12 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000932 +cco:ont00000932 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Computing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a computation process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000933 +cco:ont00000933 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000907 ; + rdfs:label "Landline Telephone"@en ; + skos:definition "A Telephone that is connected to a Telephone Network through a pair of wires."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000934 +cco:ont00000934 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000126 ; + rdfs:label "Constituent State"@en ; + skos:altLabel "State"@en ; + skos:definition "A First-Order Administrative Region that is part of a Country and delimits a centralized regional Government that holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the State."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000935 +cco:ont00000935 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Legal Instrument Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000936 +cco:ont00000936 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + rdfs:label "Deactivated Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is not realizing any of its designed Artifact Functions (or at least not realizing any of its primary functions)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000937 +cco:ont00000937 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Inhibiting Motion Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to inhibit the motion of some object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000938 +cco:ont00000938 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Financial Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of managing money."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000939 +cco:ont00000939 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000817 ; + rdfs:label "Geospatial Line"@en ; + skos:definition "A Geospatial Line String that has only two vertices."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000940 +cco:ont00000940 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Momentum"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion."@en ; + skos:example "kg m/s, slug ft/s, g m/s" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000941 +cco:ont00000941 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001126 ; + rdfs:label "Phosphorescence"@en ; + skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light after absorbing shorter wavelength radiation, and to continue emitting after the absorbing process has ceased."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000942 +cco:ont00000942 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000204 ; + rdfs:label "Sniper Rifle"@en ; + skos:definition "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000943 +cco:ont00000943 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001248 ; + rdfs:label "Ocular Prosthesis"@en ; + skos:definition "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000944 +cco:ont00000944 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000601 ; + rdfs:label "Thermal Imaging Artifact Function"@en ; + skos:definition "An Imaging Artifact Function that is realized during events in which an Artifact is used to create a visual representation of an entity using radiation from the far infrared region of the electromagnetic spectrum that the entity emits"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000945 +cco:ont00000945 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "X-ray Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing X-rays to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000946 +cco:ont00000946 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Government Building"@en ; + skos:definition "A Facility that is designed for the administration of a community."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Administration_(government)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000947 +cco:ont00000947 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001100 ; + rdfs:label "Temperature Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Temperature of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000948 +cco:ont00000948 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000455 ; + rdfs:label "Act of Religious Worship"@en ; + skos:definition "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000949 +cco:ont00000949 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Consumption"@en ; + skos:definition "A Planned Act in which a resource is ingested or used up."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000950 +cco:ont00000950 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000970 ; + rdfs:label "Act of Maintenance"@en ; + skos:definition "An Act of Artifact Modification in which an Artifact is modified in order to preserve or restore one or more of its designed Qualities or Functions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000951 +cco:ont00000951 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000099 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000514 + ] ; + rdfs:label "Electromagnetic Wave Process"@en ; + skos:altLabel "Electromagnetic Radiation"@en ; + skos:definition "A Wave Process that is produced by charged particles, involves the periodic Oscillation of electric and magnetic fields at right angles to each other and the direction of wave propogation such that it has a Transverse Wave Profile, and which transfers electromagnetic radiant energy through a portion of space or matter."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000952 +cco:ont00000952 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000210 ; + rdfs:label "Electric Motor"@en ; + skos:altLabel "Electric Engine"@en ; + skos:definition "An Engine that is designed to convert electrical energy into mechanical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000953 +cco:ont00000953 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000862 ; + rdfs:label "Pitch"@en ; + skos:definition "A Sound Process Profile that is characterized by the frequency of translated sound waves, typically on a continuum from low to high."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000954 +cco:ont00000954 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000870 ; + rdfs:label "Telecommunication Infrastructure"@en ; + skos:definition "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000955 +cco:ont00000955 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000278 ; + rdfs:label "Angular Momentum"@en ; + skos:definition "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000956 +cco:ont00000956 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001086 ; + rdfs:label "Highway Interchange"@en ; + skos:definition "A Road Junction that is designed to enable Ground Vehicles to exit one or more Highways and enter another Highway without directly crossing any other traffic stream."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Interchange_(road)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000957 +cco:ont00000957 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Reservoir"@en ; + skos:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000958 +cco:ont00000958 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000031 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001808 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000031 ; + rdfs:label "Information Content Entity"@en ; + skos:altLabel "ICE"@en ; + skos:definition "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity."@en ; + skos:scopeNote "Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different carriers of the same information content. It is this content that is generically dependent upon its carrier. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000030" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000959 +cco:ont00000959 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Frequency"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time."@en ; + skos:example "hertz, revolutions per minute" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000960 +cco:ont00000960 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001190 ; + rdfs:label "Fixed Line Network Telephone Call"@en ; + skos:definition "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000961 +cco:ont00000961 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Current Conversion Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized by processes in which some Artifact is used to convert some electrical current."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000962 +cco:ont00000962 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000593 ; + rdfs:label "Portion of Liquid Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a liquid state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000963 +cco:ont00000963 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000256 ; + rdfs:label "Fuel Transfer System"@en ; + skos:definition "A Fluid Control Artifact that is designed to facilitate the transfer of some Portion of Fuel from the Fuel Tank for use in some Engine."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000964 +cco:ont00000964 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 1,000–100 m"@en ; + rdfs:label "Medium Frequency"@en ; + skos:altLabel "ITU Band Number 6"@en ; + skos:definition "A Radio Frequency that is between 300 kHz and 3 MHz."@en ; + cco:ont00001753 "MF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000965 +cco:ont00000965 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001942 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000958 ; + rdfs:label "Directive Information Content Entity"@en ; + skos:altLabel "Directive ICE"@en ; + skos:definition "An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000966 +cco:ont00000966 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "EAN Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000967 +cco:ont00000967 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Height"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000968 +cco:ont00000968 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000204 ; + rdfs:label "Assault Rifle"@en ; + skos:definition "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000969 +cco:ont00000969 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Speed"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en ; + skos:example "miles per hour, kilometers per hour, knot, mach" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000970 +cco:ont00000970 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000908 ; + rdfs:comment "Excluded from this class are instances of role change or role creation such as the introduction of an artifact as a piece of evidence in a trial or the loading of artifacts onto a ship for transport."@en ; + rdfs:label "Act of Artifact Modification"@en ; + skos:definition "An Act of Artifact Processing in which an existing Artifact is acted upon in a manner that changes, adds, or removes one or more of its Qualities, Dispositions, or Functions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000971 +cco:ont00000971 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:label "Act of Deceptive Communication"@en ; + skos:definition "Ac Act of Communication intended to mislead the audience by distortion or falsification of evidence and induce a reaction that is prejudicial to the interests of the audience."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000972 +cco:ont00000972 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "EAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000973 +cco:ont00000973 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000827 ; + rdfs:label "Decimal Time of Day Identifier"@en ; + skos:altLabel "Fractional Time of Day Identifier"@en ; + skos:definition "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using a decimal value for the portion of the Day that preceded the Temporal Instant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000974 +cco:ont00000974 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00000476 + ] ; + rdfs:label "Plan"@en ; + skos:definition "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000975 +cco:ont00000975 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Cyan"@en ; + skos:definition "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000976 +cco:ont00000976 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000696 ; + rdfs:label "Political Orientation"@en ; + skos:definition "An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000977 +cco:ont00000977 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Publishing Mass Media Documentary"@en ; + skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000978 +cco:ont00000978 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001803 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Cause"@en ; + skos:definition "A Process that is the cause of or one of the causes of some other Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000979 +cco:ont00000979 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Closure"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the degree to which that bearer affords passage or sightline through it via an opening, aperture, orifice, or vent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000980 +cco:ont00000980 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001084 ; + rdfs:label "Portion of Waste Material"@en ; + skos:definition "A Portion of Processed Material that serves no further use in terms of the initial user's own purposes of production, transformation, or consumption such that the Agent wants to dispose of it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000981 +cco:ont00000981 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Portion of Material Consumption"@en ; + skos:definition "An Act of Artifact Employment in which a Portion of Material is expended."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000982 +cco:ont00000982 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000543 ; + rdfs:label "Decrease of Function"@en ; + skos:definition "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000983 +cco:ont00000983 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001028 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000514 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001028 ; + rdfs:label "Shear Wave Process"@en ; + skos:definition "A Mechanical Wave that has a Transverse Wave Profile."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000984 +cco:ont00000984 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Occupation Role"@en ; + skos:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill within the context of some Act of Employment."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000985 +cco:ont00000985 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001350 ; + rdfs:label "Thermal Insulation Artifact Function"@en ; + skos:definition "A Thermal Control Artifact Function that is realized during events in which an Artifact prevents or reduces the transfer of heat between objects that are in thermal contact or in range of radiative influence."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000986 +cco:ont00000986 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 ; + rdfs:label "Scar"@en ; + skos:definition "A Bodily Component that consists of a portion of fibrous connective tissue on skin or within body tissue and which was formed due to an injury that has not healed completely."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000987 +cco:ont00000987 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Citizen Role"@en ; + skos:definition "A Role that inheres in a Person by virtue of that Person being legally recognized as a member of a particular state, with associated rights and obligations."@en ; + cco:ont00001754 "http://en.wikitionary.org/wiki/citizen" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000988 +cco:ont00000988 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000804 ; + rdfs:label "Reflective Prism"@en ; + skos:definition "A Prism designed to reflect light in order to flip, invert, rotate, deviate, or displace a beam of light entering the Prism."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000989 +cco:ont00000989 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000732 ; + rdfs:comment "The corresponding Wavelength range is 100–10 mm"@en ; + rdfs:label "Super High Frequency"@en ; + skos:altLabel "ITU Band Number 10"@en ; + skos:definition "A Microwave Frequency that is between 3 and 30 GHz."@en ; + cco:ont00001753 "SHF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000990 +cco:ont00000990 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000003 ; + rdfs:label "Nickname"@en ; + skos:definition "A Designative Name that is a familiar or humorous substitute for an entity's Proper Name."@en ; + skos:example "Ike, Chief, P-Fox" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000991 +cco:ont00000991 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Bent"@en ; + skos:altLabel "Angular"@en , + "Kinked"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000992 +cco:ont00000992 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000085 + ] ; + rdfs:comment "The Second is used as the basic SI unit of time."@en ; + rdfs:label "Second"@en ; + skos:definition "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ; + cco:ont00001754 "https://physics.nist.gov/cuu/Units/second.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000993 +cco:ont00000993 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000961 ; + rdfs:label "Power Rectifying Artifact Function"@en ; + skos:definition "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert alternating current (AC) to direct current (DC)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000994 +cco:ont00000994 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Electrical Power Production Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized during events in which an Artifact is used to generate electrical power."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 +cco:ont00000995 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Material Artifact"@en ; + skos:definition "A Material Entity that was designed by some Agent to realize a certain Function."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000996 +cco:ont00000996 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Ramjet Engine"@en ; + skos:altLabel "Ramjet"@en ; + skos:definition "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air (without the use of an axial compressor) and decelerate it to subsonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000997 +cco:ont00000997 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Disrupting Disposition"@en ; + skos:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; + skos:editorialNote "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ; + skos:prefLabel "Threat"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000998 +cco:ont00000998 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001036 ; + rdfs:label "Telecommunication Network"@en ; + skos:definition "A Communication System that is designed to enable the transmission of information over significant distances between Telecommunication Endpoints via Telecommunication Network Nodes and Lines."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000999 +cco:ont00000999 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + owl:disjointWith cco:ont00001191 ; + rdfs:label "Defunct Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact no longer maintains its designed set of Artifact Functions (or at least no longer maintains its primary functions)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001000 +cco:ont00001000 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000252 ; + rdfs:label "Spray Nozzle"@en ; + skos:definition "A Nozzle that is designed to facilitate a conversion of the flow of a portion of liquid into a dynamic collection of drops dispersed in a portion of gas."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001001 +cco:ont00001001 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Drooping"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001002 +cco:ont00001002 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Message"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is relatively brief and to be transmitted from a sender to a recipient."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001003 +cco:ont00001003 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Cartridge"@en ; + skos:definition "A Portion of Ammunition that is designed to package a Bullet, a propellant substance, and a primer within a case that is designed to fit within the firing chamber of a Firearm."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001004 +cco:ont00001004 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Electromagnetic Force"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en ; + skos:example "volt, ampere, coulomb" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001005 +cco:ont00001005 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Turbojet Air-Breathing Jet Engine"@en ; + skos:definition "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001006 +cco:ont00001006 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:label "Operator Role"@en ; + skos:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ; + skos:example "the role of driving a car" , + "the role of flying an airplane" , + "the role of operating a crane" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001007 +cco:ont00001007 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000928 ; + rdfs:label "Passenger Train Car"@en ; + skos:definition "A Train Car that is designed to transport passengers."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001008 +cco:ont00001008 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Biological Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, incapacity, or death by means of releasing disease-producing agents—such as bacteria, viruses, or fungi."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001009 +cco:ont00001009 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000547 ; + rdfs:label "Optical Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light to form an enhanced image of the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001010 +cco:ont00001010 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001811 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001163 ; + owl:disjointWith cco:ont00001022 , + cco:ont00001364 ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Ordinal Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ; + skos:example "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the carrier of an ordinal measurment."@en , + "a measurement that places Geospatial Regions into a rank order of small, medium, large" , + "a measurement that places military units onto a readiness rank order of red, yellow, green" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001011 +cco:ont00001011 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:label "Automobile"@en ; + skos:definition "A Ground Motor Vehicle that is designed to transport a small number of passengers while traveling on four tired wheels."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001012 +cco:ont00001012 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:comment "Further variants of GS1 DataBar have not been defined here."@en ; + rdfs:label "GS1 DataBar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001013 +cco:ont00001013 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Heating Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001014 +cco:ont00001014 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000003 ; + rdfs:label "Proper Name"@en ; + skos:definition "A Designative Name that is an official name for a particular entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001015 +cco:ont00001015 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000646 ; + rdfs:label "Controlled-Access Highway"@en ; + skos:altLabel "Expressway"@en , + "Freeway"@en , + "Motorway"@en ; + skos:definition "A Highway that is designed for high-speed vehicular traffic, with all traffic flow and ingress/egress regulated."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001016 +cco:ont00001016 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Lithosphere"@en ; + skos:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001017 +cco:ont00001017 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00001379 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Agent"@en ; + skos:definition "A Material Entity that bears an Agent Capability."@en ; + cco:ont00001754 "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001018 +cco:ont00001018 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000350 ; + rdfs:label "Equipment Cooling System"@en ; + skos:definition "A Cooling System that is designed to cool some piece of equipment."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001019 +cco:ont00001019 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000723 ; + rdfs:label "Steering Control System"@en ; + skos:definition "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001020 +cco:ont00001020 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000838 ; + rdfs:label "Portion of Gaseous Fuel"@en ; + skos:definition "A Portion of Fuel that is stored in a gaseous state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001021 +cco:ont00001021 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Denying"@en ; + skos:definition "An Act of Representative Communication performed by either asserting that something is not true or real or refusing to satisfy a request or desire."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/denial" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001022 +cco:ont00001022 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001983 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001163 ; + owl:disjointWith cco:ont00001364 ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Ratio Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto an interval scale having a true zero value."@en ; + skos:example "The sentence \"The temperature reached 240.372 degrees Kelvin on January 20, 1985 in Chicago, IL.\" is the carrier of a ratio measurement as 0 degrees on the Kelvin scale does describe absolute zero."@en , + "a measurement of the barometric pressure at 1,000 feet above sea level" , + "a measurement of the measure of air temperature on the Kelvin scale" , + "a measurement of the number of members in an Organization" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001023 +cco:ont00001023 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000619 ; + rdfs:label "Calendar Week"@en ; + skos:definition "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001024 +cco:ont00001024 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000394 ; + rdfs:label "Spark Ignition Engine"@en ; + skos:definition "An Internal Combustion Engine that is designed to operate by generating a spark to ignite a portion of Fuel and Oxidizer mixture."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001025 +cco:ont00001025 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Electric Generator"@en ; + skos:definition "An Electrical Power Source that is designed to convert mechanical energy to electrical energy for use in an external circuit."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001026 +cco:ont00001026 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000119 ; + rdfs:label "Pointing Orientation"@en ; + skos:altLabel "Facing Orientation"@en ; + skos:definition "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001027 +cco:ont00001027 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000095 ; + rdfs:label "Trim Tab"@en ; + skos:definition "A Control Surface that is designed to counteract hydro-, aerodynamic, or other forces in order to stabilize the Vehicle it is part of in the desired Attitude."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001028 +cco:ont00001028 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000099 ; + rdfs:label "Mechanical Wave Process"@en ; + skos:definition "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001029 +cco:ont00001029 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Unguided Rocket"@en ; + skos:altLabel "Rocket"@en ; + skos:definition "A Portion of Ammunition that is designed to be a self-propelled, but unguided, projectile that delivers some payload (explosive or other) over relatively long distances through the use of a Rocket Engine."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001030 +cco:ont00001030 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000796 ; + rdfs:label "Train"@en ; + skos:altLabel "Railroad Train"@en , + "Railway Train"@en ; + skos:definition "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001031 +cco:ont00001031 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001162 ; + rdfs:label "Act of Volunteering"@en ; + skos:definition "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; + skos:example "entering into military service voluntarily" , + "rendering a service voluntarily" ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/volunteer" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001032 +cco:ont00001032 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001374 ; + rdfs:label "Act of Assignment"@en ; + skos:definition "An Act of Declarative Communication in which rights held by one party (the assignor) are transferred to another party (the assignee) with regard to a particular entity as specified by the details of the assignment, which is often prescribed by a contract."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001033 +cco:ont00001033 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Biological Sex"@en ; + skos:definition "A Quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."@en ; + cco:ont00001754 "http://purl.org/obo/owl/PATO#PATO_0000047" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001034 +cco:ont00001034 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000774 ; + rdfs:label "Full Motion Video Camera"@en ; + skos:definition "A Video Camera that is designed to capture and record images of sufficiently high quality and in rapid enough succession that the resulting video supports smooth playback."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001035 +cco:ont00001035 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000387 ; + rdfs:label "Pitch Axis"@en ; + skos:altLabel "Lateral Axis"@en ; + skos:definition "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001036 +cco:ont00001036 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Communication System"@en ; + skos:definition "A Material Artifact that is designed to enable some Act of Communication by means of transmission systems, relay stations, tributary stations, and data terminal equipment, usually capable of interconnection and interoperation to form an integrated whole."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001037 +cco:ont00001037 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001197 ; + rdfs:label "Constructed Feature"@en ; + skos:definition "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001038 +cco:ont00001038 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001105 ; + rdfs:label "Nickel Cadmium Electric Battery"@en ; + skos:altLabel "NiCad Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that has a cadmium anode and nickel oxide hydroxide cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001039 +cco:ont00001039 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Repayment"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount the Debtor owes to the Creditor from an earlier Act of Loaning."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001040 +cco:ont00001040 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Nadir"@en ; + skos:definition "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001041 +cco:ont00001041 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Sequence Position Ordinality"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001042 +cco:ont00001042 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Equipment Mount"@en ; + skos:definition "A Material Artifact that is designed to support an Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001043 +cco:ont00001043 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Aircraft"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001044 +cco:ont00001044 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Nuclear Radiation Detection Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to detect the presence of nuclear radiation particles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001045 +cco:ont00001045 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000319 ; + rdfs:label "Artifact Model"@en ; + skos:definition "A Directive Information Content Entity that prescribes a common set of Functions and Qualities to inhere in a set of artifact instances."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001046 +cco:ont00001046 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001002 ; + rdfs:label "Notification Message"@en ; + skos:definition "A Message that is designed to bear an Information Content Entity that describes a scenario that has been determined to merit attention by the recipient."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001047 +cco:ont00001047 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Frequency"@en ; + skos:altLabel "Temporal Frequency"@en ; + skos:definition "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001048 +cco:ont00001048 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:label "Increase of Dependent Continuant"@en ; + skos:definition "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001049 +cco:ont00001049 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000288 ; + rdfs:label "Electrical Power Source"@en ; + skos:definition "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001050 +cco:ont00001050 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000716 ; + rdfs:label "Primary Cell Electric Battery"@en ; + skos:altLabel "Primary Cell Battery"@en ; + skos:definition "A Electric Battery that is designed for one-time use and not to be recharged."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001051 +cco:ont00001051 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Projectile Launcher"@en ; + skos:definition "A Weapon that is designed to inflict damage or harm by means of launching a high-velocity projectile at a target."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001052 +cco:ont00001052 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Military Facility"@en ; + skos:definition "A Facility that is designed to support a Military Force."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001053 +cco:ont00001053 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Collision"@en ; + skos:definition "An Act of Location Change involving the movement of one object such that it collides with another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001054 +cco:ont00001054 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000499 ; + rdfs:label "Helical Antenna"@en ; + skos:definition "A Wire Antenna that consists of a conducting wire wound in the form of a helix that is typically mounted over a ground plane with a feed line connected between the bottom of the helix and the ground plane."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001055 +cco:ont00001055 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Branched"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001056 +cco:ont00001056 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."@en ; + rdfs:label "Visible Light Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001057 +cco:ont00001057 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Issuing Mass Media Press Release"@en ; + skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001058 +cco:ont00001058 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000800 + ] ; + rdfs:label "Hour"@en ; + skos:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 +cco:ont00001059 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Shape Quality"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001060 +cco:ont00001060 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Fuel System"@en ; + skos:definition "A Material Artifact that is designed to pump, manage, and deliver some Portion of Fuel to the Propulsion System and Auxiliary Power Unit of some Vehicle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001061 +cco:ont00001061 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:label "Motorcycle"@en ; + skos:altLabel "Motorbike"@en ; + skos:definition "A Ground Motor Vehicle that is designed to transport a very small number of passengers (usually 1 or 2) while traveling on two or three tired wheels."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001062 +cco:ont00001062 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 ; + dcterms:bibliographicCitation "The International Community. 5 Apr. 2023, https://dictionary.cambridge.org/us/dictionary/english/international-community." ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "International Community"@en ; + skos:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; + skos:prefLabel "International Community"@en ; + cco:ont00001754 "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001063 +cco:ont00001063 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Straight"@en ; + skos:altLabel "Linear"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001064 +cco:ont00001064 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; + rdfs:label "Barcode"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear one or more geometric shapes that concretize some Directive Information Content Entity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001065 +cco:ont00001065 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001202 ; + rdfs:label "Two Dimensional Extent"@en ; + skos:altLabel "Area"@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001066 +cco:ont00001066 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000250 ; + rdfs:label "Loss of Disposition"@en ; + skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001067 +cco:ont00001067 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Laser"@en ; + skos:definition "A Material Artifact that is designed to emit light coherently through a process of optical amplification based on the stimulated emission of electromagnetic radiation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001068 +cco:ont00001068 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000395 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000019 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Quality"@en ; + skos:definition "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ; + skos:example "A person becoming pregnant." ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001069 +cco:ont00001069 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001938 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000958 ; + owl:disjointWith cco:ont00001163 ; + rdfs:label "Representational Information Content Entity"@en ; + skos:definition "An Information Content Entity that represents some Entity."@en ; + skos:example "the content of a court transcript represents a courtroom proceeding" , + "the content of a photograph of the Statue of Liberty represents the Statue of Liberty" , + "the content of a video of a sporting event represents that sporting event" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001070 +cco:ont00001070 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Fluid Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which some Artifact is used to control the direction or flow of some fluid."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001071 +cco:ont00001071 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000713 + ] ; + rdfs:label "Payload Capacity"@en ; + skos:definition "An Artifact Function that inheres in a Vehicle that is designed to transport Payload, and which is typically characterized by the maximum Weight, Mass, or Volume of Payload that the Vehicle can transport."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001072 +cco:ont00001072 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000169 ; + rdfs:label "FM Radio Broadcast Frequency"@en ; + skos:altLabel "Frequency Modulation Radio Broadcast Frequency"@en ; + skos:definition "A Very High Frequency that is between 88 and 108 MHz."@en ; + cco:ont00001754 "International Telecommunication Union (ITU) Region 2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001073 +cco:ont00001073 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000608 ; + rdfs:label "Financial Value of Property"@en ; + skos:altLabel "Property Value"@en ; + skos:definition "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001074 +cco:ont00001074 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Educational Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of a curriculum from an Agent or communication medium that realizes a capacity derived from its affiliation with some Educational Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001075 +cco:ont00001075 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000234 ; + rdfs:label "Act of Training Instruction"@en ; + skos:definition "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001076 +cco:ont00001076 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Electric Power Station"@en ; + skos:altLabel "Power Plant"@en ; + skos:definition "A Facility that is designed to generate electrical power."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001077 +cco:ont00001077 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000848 ; + rdfs:label "Heavy Machine Gun"@en ; + skos:definition "A Mounted Gun that is designed to fire ammunition greater than .50 caliber or 12.7mm ammunition in quick succession from an ammunition belt, and which typically weighs more than 30lbs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001078 +cco:ont00001078 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000226 ; + rdfs:label "Airport"@en ; + skos:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001079 +cco:ont00001079 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Blond"@en ; + skos:definition "A Color that ranges from nearly white to a light greyish yellow"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001080 +cco:ont00001080 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001337 ; + rdfs:label "Far Infrared Light Frequency"@en ; + skos:definition "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001081 +cco:ont00001081 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000574 ; + rdfs:label "Geographic Feature"@en ; + skos:definition "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001082 +cco:ont00001082 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001145 ; + rdfs:label "Patch Receiver"@en ; + skos:definition "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001083 +cco:ont00001083 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000056 ; + rdfs:label "Air-Breathing Combustion Engine"@en ; + skos:definition "A Reaction Engine that functions by drawing a continuous stream of air into and through the Engine where it is compressed, mixed with a Portion of Fuel, ignited, and then expelled as exhaust gas."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001084 +cco:ont00001084 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Portion of Processed Material"@en ; + skos:definition "A Material Artifact that is the output of an Act of Artifact Processing."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001085 +cco:ont00001085 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Reflection Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a reflection event in which the Artifact causes a change in a wavefront at an interface between the reflecting medium and the transmission medium such that the wavefront returns into the transmission medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001086 +cco:ont00001086 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Road Junction"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Junction_(road)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001087 +cco:ont00001087 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001306 ; + rdfs:label "Orientation Observation Artifact Function"@en ; + skos:altLabel "Attitude Observation Artifact Function"@en ; + skos:definition "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Orientation of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001088 +cco:ont00001088 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Decade"@en ; + skos:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001089 +cco:ont00001089 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001283 ; + rdfs:label "Petrochemical Refinery"@en ; + skos:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001090 +cco:ont00001090 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Pressure"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en ; + skos:example "pascal, atmosphere, pound-force per square inch" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001091 +cco:ont00001091 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Fort"@en ; + skos:definition "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001092 +cco:ont00001092 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000098 ; + rdfs:label "Electrical Power Storage Artifact Function"@en ; + skos:altLabel "Capacitance"@en ; + skos:definition "An Electrical Artifact Function that is realized during events in which an Artifact is used to store electrical power to be released at a later time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001093 +cco:ont00001093 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000475 ; + rdfs:label "Coin"@en ; + skos:definition "A Portion of Cash that consists of a flat, portable, round pieces of metal designed to bear some specified Financial Value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001094 +cco:ont00001094 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001251 ; + rdfs:label "Act of Espionage"@en ; + skos:definition "An Act of Intelligence Gathering involving the obtaining of information that is considered secret or confidential without the permission of the holder of the information."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001095 +cco:ont00001095 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000363 ; + rdfs:label "Cellular Telecommunication Network"@en ; + skos:altLabel "Cellular Network"@en , + "Mobile Telecommunication Network"@en ; + skos:definition "A Wireless Telecommunication Network where the last link between the network and the end user is wireless and is distributed over service areas called cells."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001096 +cco:ont00001096 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001104 ; + rdfs:label "Submachine Gun"@en ; + skos:definition "An Long Gun that is designed to be have automatic-fire functionality, fire pistol-caliber ammunition that is magazine-fed, and which is usually smaller than other automatic firearms."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001097 +cco:ont00001097 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001278 ; + rdfs:label "Common Stock"@en ; + skos:definition "Stock that entitles its holder to voting on corporate decisions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001098 +cco:ont00001098 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000055 ; + rdfs:label "Hospital"@en ; + skos:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001099 +cco:ont00001099 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Bridge"@en ; + skos:definition "A Land Transportation Artifact that is designed to span physical obstacles without closing the way underneath to enable Persons or Ground Vehicles to pass over the obstacles."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001100 +cco:ont00001100 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Measurement Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to measure one or more features of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001101 +cco:ont00001101 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001176 ; + rdfs:label "Interval Estimate Information Content Entity"@en ; + skos:altLabel "Interval Estimate"@en , + "Interval Estimate Measurement Information Content Entity"@en ; + skos:definition "An Estimate Information Content Entity that consists of an interval of possible (or probable) values for the measured entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001102 +cco:ont00001102 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Commercial Facility"@en ; + skos:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001103 +cco:ont00001103 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00001045 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Artifact Model Name"@en ; + skos:definition "A Designative Information Content Entity that designates some Artifact Model."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001104 +cco:ont00001104 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000088 ; + rdfs:label "Long Gun"@en ; + skos:definition "A Firearm that is designed to have a longer barrel than a Hand Gun and to be fired while braced against the shoulder."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001105 +cco:ont00001105 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000716 ; + rdfs:label "Secondary Cell Electric Battery"@en ; + skos:altLabel "Rechargeable Battery"@en , + "Secondary Cell Battery"@en ; + skos:definition "An Electric Battery that is designed to be recharged."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001106 +cco:ont00001106 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000387 ; + rdfs:label "Roll Axis"@en ; + skos:altLabel "Longitudinal Axis"@en ; + skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001107 +cco:ont00001107 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001315 ; + rdfs:label "Landfill"@en ; + skos:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001108 +cco:ont00001108 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000732 ; + rdfs:comment """The corresponding Wavelength range is 1–0.1 m. + +Note that the ITU definition of UHF is broader than the definition given by IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands, which sets the frequency range at 300 MHz to 1 GHz."""@en ; + rdfs:label "Ultra High Frequency"@en ; + skos:altLabel "ITU Band Number 9"@en ; + skos:definition "A Microwave Frequency that is between 300 MHz and 3 GHz."@en ; + cco:ont00001753 "UHF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001109 +cco:ont00001109 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000368 ; + rdfs:label "Counter-Clockwise Rotational Motion"@en ; + skos:altLabel "Anti-Clockwise Rotation"@en , + "CCW Rotational Motion"@en , + "Counter-Clockwise Rotation"@en ; + skos:definition "A Rotational Motion in which the direction of rotation is toward the left as seen relative to the designated side of the plane of rotation."@en ; + skos:example "the axial rotation of the Earth as seen from above the North Pole" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001110 +cco:ont00001110 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Evening"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001111 +cco:ont00001111 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Low Midrange Frequency"@en ; + skos:definition "A Sonic Frequency that is between 250 and 500 Hz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001112 +cco:ont00001112 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000712 ; + rdfs:label "Proper Acceleration"@en ; + skos:definition "An Acceleration of an object relative to a free-fall, or inertial, observer who is momentarily at rest relative to the object being measured (hence, gravity does not cause Proper Acceleration)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001113 +cco:ont00001113 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Magenta"@en ; + skos:definition "A Color consisting of red and blue hues."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001114 +cco:ont00001114 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000472 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00001203 + ] ; + owl:disjointWith cco:ont00001203 ; + rdfs:comment "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ; + rdfs:label "Division of Delimiting Domain"@en ; + skos:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ; + skos:example "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001115 +cco:ont00001115 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001190 ; + rdfs:label "Private Network Telephone Call"@en ; + skos:definition "A Telephone Call transmitted over a network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world, usually used inside companies and call centers (a.k.a. private branch exchange (PBX))."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001116 +cco:ont00001116 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000203 ; + rdfs:label "Reference Time"@en ; + skos:altLabel "Epoch"@en , + "Epoch Time"@en , + "Reference Date"@en ; + skos:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001117 +cco:ont00001117 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000252 ; + rdfs:label "Propelling Nozzle"@en ; + skos:altLabel "Jet Nozzle"@en ; + skos:definition "A Nozzle that is used to convert a propulsion Engine into a Jet Engine and functions by using its narrowest part, the throat, to increase Pressure within the Engine by constricting flow, usually until the flow chokes, then expanding the exhaust stream to, or near to, atmospheric pressure, while forming it into a high speed jet to propel the Vehicle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001118 +cco:ont00001118 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + rdfs:label "Surface Tension"@en ; + skos:definition "A Disposition that inheres in a liquid and is realized when the cohesive forces of the molecules in the bearer at the surface are greater than the adhesive forces of the molecules in the surrounding air."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001119 +cco:ont00001119 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001298 ; + rdfs:label "Document Form"@en ; + skos:definition "A Document having Document Fields as parts in which to write or select prescribed content."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Form_(document)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001120 +cco:ont00001120 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Religious Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Religious Organization by imparting knowledge of the tenets and/or practices of a religion to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001121 +cco:ont00001121 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000294 ; + rdfs:label "Scramjet Engine"@en ; + skos:altLabel "Scramjet"@en , + "Supersonic Combusting Ramjet"@en ; + skos:definition "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air at supersonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001122 +cco:ont00001122 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Radio Interference"@en ; + skos:definition "A Natural Process in which a radio signal is disrupted, whether unintentionally or as the result of an Act of Radio Jamming, Act of Radio Spoofing, or similar Planned Act."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001123 +cco:ont00001123 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Poison Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process which causes illness in, or the death of, a living thing."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/poison" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001124 +cco:ont00001124 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Precision-Guided Missile"@en ; + skos:altLabel "Missile"@en ; + skos:definition "A Portion of Ammunition that is designed to be a self-propelled and precision-guided projectile that delivers some payload (explosive or other) over relatively long distances."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001125 +cco:ont00001125 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000084 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00000500 + ] ; + rdfs:label "Set of Eyes"@en ; + skos:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001126 +cco:ont00001126 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:comment "There are a variety of photometric measurements, such as luminous flux/power or luminous intensity, whose units are lumen and candela respectively, which attempt to describe properties associated with the perception of light. These are weighted measurements, typically by the luminosity function, as thus exist on the side of information content. It is a point of further development to add the needed intrinsic properties of radiation that such measurements are about."@en ; + rdfs:label "Luminescent Property"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light, but which isn't the result of the bearer being heated."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001127 +cco:ont00001127 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000865 ; + rdfs:label "Loss of Quality"@en ; + skos:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001128 +cco:ont00001128 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000676 ; + rdfs:label "Act of Residing"@en ; + skos:definition "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/reside" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001129 +cco:ont00001129 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000113 ; + rdfs:label "Pressurization Control Artifact Function"@en ; + skos:definition "A Ventilation Control Artifact Function that is realized by processes in which some Artifact is used to control the partial pressure of air in some space."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001130 +cco:ont00001130 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000817 ; + rdfs:label "Geospatial Polygon"@en ; + skos:definition "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001131 +cco:ont00001131 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "EAN-8 Barcode"@en ; + skos:definition "An EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001132 +cco:ont00001132 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Mission Capability"@en ; + skos:definition "A Stasis of Realizable Entity that holds during a temporal interval when a Continuant's capability (or lack thereof) to perform its intended Functions, tasks, or Objectives remains at a relatively constant level."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001133 +cco:ont00001133 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Motion"@en ; + skos:definition "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001134 +cco:ont00001134 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Vehicle Frame"@en ; + skos:definition "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001135 +cco:ont00001135 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000838 ; + rdfs:label "Portion of Liquid Fuel"@en ; + skos:definition "A Portion of Fuel that is stored in a liquid state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001136 +cco:ont00001136 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000008 ; + rdfs:label "Ultrasonic Frequency"@en ; + skos:definition "A Sound Frequency that is greater than 20 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001137 +cco:ont00001137 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:label "Radiation Reflectivity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to scatter or reflect electromagnetic radiation of a given frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001138 +cco:ont00001138 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000499 ; + rdfs:label "Beverage Antenna"@en ; + skos:definition "A Wire Antenna that consists of a horizontal wire one-half to two wavelengths long that is suspended above the ground with one end attached to the receiver feedline and the other grounded and which is typically used in the low and medium frequency radio bands."@en ; + cco:ont00001754 "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001139 +cco:ont00001139 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Spacecraft"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001140 +cco:ont00001140 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Flywheel"@en ; + skos:definition "A Material Artifact that is designed to store rotational energy such that it has a significant moment of inertia which enables it to resist changes in rotational speed."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001141 +cco:ont00001141 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + rdfs:comment "The disposition will typically be a function of an artifact, which is often designed to be part of some Infrastructure system. But not always. In some cases an entity may be repurposed to be an element of some Infrastructure. In those cases it is a capability of that entity that supports the functioning of the system."@en ; + rdfs:label "Infrastructure Role"@en ; + skos:definition "A Role that inheres in the bearer of a Disposition and has been assigned to an Infrastructure System such that the realization of that Disposition is sometimes part of the functioning of the Infrastructure System."@en ; + cco:ont00001754 "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001142 +cco:ont00001142 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Violet"@en ; + skos:definition "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001143 +cco:ont00001143 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Facsimile Transmission"@en ; + skos:altLabel "Act of Facsimile Transmission"@en , + "Act of Faxing"@en ; + skos:definition "An Act of Communication by Media in which the Information Content Entity that inheres in a Document is transmitted over a Telephone Network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001144 +cco:ont00001144 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Entertainment"@en ; + skos:definition "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001145 +cco:ont00001145 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Radio Receiver"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device that is designed to extract information from radio waves intercepted by a Radio Antenna by using electronic filters to separate the desired radio frequency signal from other signals, an electronic amplifier to increase the power of the signal, and demodulation to recover the desired information."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001146 +cco:ont00001146 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:comment "Sidereal Time is the angle measured from an observer's meridian along the celestial equator to the Great Circle that passes through the March equinox and both poles. This angle is usually expressed in Hours, Minutes, and Seconds."@en ; + rdfs:label "Sidereal Time Reference System"@en ; + skos:definition "A Temporal Reference System that is based on Earth's rate of rotation measured relative to one or more fixed Stars (rather than the Sun)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001147 +cco:ont00001147 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Violence"@en ; + skos:definition "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001148 +cco:ont00001148 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000727 ; + rdfs:label "Electromagnetic Communication Artifact Function"@en ; + skos:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001149 +cco:ont00001149 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001101 ; + rdfs:label "Data Range Interval Estimate Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a set of values and is equal to the absolute difference between the largest value and the smallest value in the set."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001150 +cco:ont00001150 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000445 ; + rdfs:label "Portion of Ammunition"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by being projected toward its target at a significant Velocity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001151 +cco:ont00001151 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000893 ; + rdfs:label "Portion of Paper"@en ; + skos:definition "An Information Medium Artifact that is designed to bear some Information Content Entity by means of pressing together moist fibres of cellulose pulp derived from wood, rags, or grasses, and drying them into flexible sheets."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001152 +cco:ont00001152 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001203 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001864 ; + owl:someValuesFrom cco:ont00001335 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001203 ; + rdfs:label "Government Domain"@en ; + skos:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001153 +cco:ont00001153 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Damaging Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001154 +cco:ont00001154 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000992 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Second Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001155 +cco:ont00001155 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000601 ; + rdfs:label "Full Motion Video Imaging Artifact Function"@en ; + skos:definition "An Imaging Artifact Function that inheres in Artifacts that are designed to produce video of entities that is of high enough quality to make the represented motion appear continuous to human viewers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001156 +cco:ont00001156 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Information Line"@en ; + skos:definition "An Information Bearing Artifact that consists of a single line or row of some larger Information Bearing Artifact of which it is a part."@en ; + skos:example "a line in a computer file that bears a portion of code for some computer program" , + "a line of data in a database" , + "a line of text in a book" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001157 +cco:ont00001157 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000288 ; + rdfs:label "Hydraulic Power Source"@en ; + skos:definition "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001158 +cco:ont00001158 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000366 ; + rdfs:label "Act of Data Transformation"@en ; + skos:definition "An Act of Information Processing in which an algorithm is executed to act upon one or more input Information Content Entities into one or more output Information Content Entities."@en ; + skos:scopeNote "It is not a requirement that the output Information Content Entity(ies) be qualitatively distinct from the input(s) as a result of an Act of Data Transformation, though doing so is typically the goal of performing this Act. Consider, for example, selecting a column in an Excel spreadsheet then executing the \\\"Remove Duplicates\\\" Algorithm on it. The intent is to remove rows in that column containing duplicate content. If no duplicate values are present, the information in the column remains unchanged but an Act of Data Transformation was nonetheless performed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001159 +cco:ont00001159 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000537 ; + rdfs:label "Bond"@en ; + skos:definition "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Bond_(finance)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001160 +cco:ont00001160 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Solvent Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in the dissolving of other substances (namely, solutes) without change in the former's chemical structure."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001161 +cco:ont00001161 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000719 ; + rdfs:label "Counterfeit Legal Instrument"@en ; + skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001162 +cco:ont00001162 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"@en ; + rdfs:label "Act of Commissive Communication"@en ; + skos:definition "An Act of Communication that commits a speaker to some future action."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001163 +cco:ont00001163 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000853 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001966 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000853 ; + rdfs:label "Measurement Information Content Entity"@en ; + skos:altLabel "Measurement ICE"@en ; + skos:definition "A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001164 +cco:ont00001164 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001152 ; + rdfs:label "County"@en ; + skos:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001165 +cco:ont00001165 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000332 ; + rdfs:label "Terrorist Training Camp"@en ; + skos:definition "A Training Camp designed to teach students methods of terrorism."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001166 +cco:ont00001166 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000085 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Minute Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001167 +cco:ont00001167 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Midrange Frequency"@en ; + skos:definition "A Sonic Frequency that is between 500 Hz and 2 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001168 +cco:ont00001168 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Reaction Mass"@en ; + skos:altLabel "Working Mass"@en ; + skos:definition "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001169 +cco:ont00001169 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Communication Relay Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information from one Artifact to another for the purpose of communiction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001170 +cco:ont00001170 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000490 ; + rdfs:label "Hard X-ray Frequency"@en ; + skos:definition "An X-Ray Frequency that is between 3 and 30 exahertz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001171 +cco:ont00001171 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001190 ; + rdfs:label "Wireless Network Telephone Call"@en ; + skos:definition "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001172 +cco:ont00001172 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000593 ; + rdfs:label "Portion of Gelatinous Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a gelatinous state."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001173 +cco:ont00001173 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Rocket Launcher"@en ; + skos:definition "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001174 +cco:ont00001174 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Electromagnetic Shielding Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which an electromagnetic field is blocked by barriers made of conductive or magnetic materials."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001175 +cco:ont00001175 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Language"@en ; + skos:definition "A Directive Information Content Entity that prescribes a canonical format for communication."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001176 +cco:ont00001176 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:label "Estimate Information Content Entity"@en ; + skos:altLabel "Estimate"@en , + "Estimate Measurement Information Content Entity"@en , + "Estimated Value"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of an entity based on partial information about that entity or an appropriately similar entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001177 +cco:ont00001177 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000119 ; + rdfs:label "Roll Orientation"@en ; + skos:altLabel "Roll"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Roll Axis."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001178 +cco:ont00001178 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Railway Crossing"@en ; + skos:altLabel "Level Crossing"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Persons or Ground Vehicles to cross a Railway when traveling along a road or path that is perpendicular to and at the same elevation as the Railway at the point where they overlap."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001179 +cco:ont00001179 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000893 ; + rdfs:label "Digital Storage Device"@en ; + skos:definition "An Information Medium Artifact that is designed to bear some Information Content Entity by means of recording that information in digital (binary) format."@en ; + skos:example "A computer's Hard Disk Drive" , + "A portable USB Drive" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 +cco:ont00001180 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 ; + rdfs:comment "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ; + rdfs:label "Organization"@en ; + skos:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/OBI_0000245" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001181 +cco:ont00001181 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000287 ; + rdfs:label "Triple Inertial Navigation System"@en ; + skos:altLabel "Triple INS"@en ; + skos:definition "An Inertial Navigation System that is designed to use three redundant computers to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references, in such a way that eliminates the need for a navigator."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001182 +cco:ont00001182 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000145 ; + rdfs:label "Phase Angle"@en ; + skos:altLabel "Orbital Phase Angle"@en ; + skos:definition "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001183 +cco:ont00001183 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 ; + rdfs:label "Social Network"@en ; + skos:definition "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001184 +cco:ont00001184 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000368 ; + rdfs:label "Spinning Motion"@en ; + skos:definition "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001185 +cco:ont00001185 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000713 ; + rdfs:label "Rocket"@en ; + skos:definition "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001186 +cco:ont00001186 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:label "Color Hue"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect a dominant wavelength of the visible light spectrum, which is typically divided up into 6 to 8 ranges."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001187 +cco:ont00001187 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Navigation System"@en ; + skos:definition "A Material Artifact that is designed to enable an Agent or Artifact to determine the position or direction of some object, usually for the purpose of monitoring or controlling the movement of some Vehicle from one place to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001188 +cco:ont00001188 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Denture"@en ; + skos:definition "A Prosthesis that is designed to replace missing teeth."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001189 +cco:ont00001189 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Blue"@en ; + skos:definition "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001190 +cco:ont00001190 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Telephone Call"@en ; + skos:altLabel "Act of Telephone Calling"@en ; + skos:definition "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001191 +cco:ont00001191 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + rdfs:label "Operational Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact maintains its designed set of Artifact Functions (or at least maintains its primary functions)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001192 +cco:ont00001192 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000092 ; + rdfs:label "Radio Antenna"@en ; + skos:definition "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Antenna_(radio)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001193 +cco:ont00001193 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:label "Fatigability"@en ; + skos:definition "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001194 +cco:ont00001194 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000642 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000023 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Role."@en ; + rdfs:label "Gain of Role"@en ; + skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001195 +cco:ont00001195 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000207 ; + rdfs:label "Geospatial Error Region"@en ; + skos:definition "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001196 +cco:ont00001196 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000908 ; + rdfs:comment "Many Acts of Manufacturing and Construction involve one or more Acts of Artifact Assembly, but Acts of Artifact Assembly can also occur in isolation from these activities."@en ; + rdfs:label "Act of Artifact Assembly"@en ; + skos:definition "An Act of Artifact Processing wherein a new Artifact is created by fitting component parts together."@en ; + skos:example "putting together a piece of furniture purchased from Ikea" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001197 +cco:ont00001197 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000574 ; + rdfs:label "Anthropogenic Feature"@en ; + skos:definition "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/anthropogenic" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001198 +cco:ont00001198 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000796 ; + rdfs:comment "In American-English, the term 'Railcar' is often used in a broader sense that is interchangeable with 'Railroad Car'."@en ; + rdfs:label "Railcar"@en ; + skos:definition "A Rail Transport Vehicle that consists of a single self-propelled Vehicle that is not a Train, is designed to transport passengers, and which may also be designed to connect to other Railcars to form a Train."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001199 +cco:ont00001199 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Protruding"@en ; + skos:definition "A Shape Quality inhering in a part of an object in virtue of the part extending out above or beyond the surface of the object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001200 +cco:ont00001200 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Structural Support Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact providing physical support to another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001201 +cco:ont00001201 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001326 ; + rdfs:label "Trail"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001202 +cco:ont00001202 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Size Quality"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001203 +cco:ont00001203 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000472 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001864 ; + owl:someValuesFrom cco:ont00001180 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000472 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Delimiting Domain"@en ; + skos:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; + skos:prefLabel "Delimiting Domain"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001204 +cco:ont00001204 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Night"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001205 +cco:ont00001205 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000398 ; + rdfs:label "Priority Scale"@en ; + skos:definition "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001206 +cco:ont00001206 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000832 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Year Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001207 +cco:ont00001207 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Optical Lens"@en ; + skos:altLabel "Lens"@en ; + skos:definition "An Optical Instrument that is designed to focus or disperse a beam of light entering the lens by means of refraction."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Lens_(optics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001208 +cco:ont00001208 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 100–10 m"@en ; + rdfs:label "High Frequency"@en ; + skos:altLabel "ITU Band Number 7"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 MHz."@en ; + cco:ont00001753 "HF" ; + cco:ont00001754 "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001209 +cco:ont00001209 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000326 ; + rdfs:label "UPC-E Barcode"@en ; + skos:definition "A UPC Barcode that consists of 6 numerical digits."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001210 +cco:ont00001210 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Retail Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of selling goods or merchandise in small or individual lots for direct consumption by persons or organizations."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001211 +cco:ont00001211 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Lifting Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to lift some object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001212 +cco:ont00001212 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001033 ; + rdfs:label "Female Sex"@en ; + skos:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ; + cco:ont00001754 "http://purl.org/obo/owl/PATO#PATO_0000383" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001213 +cco:ont00001213 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Artifact Operationality"@en ; + skos:definition "A Stasis of Realizable Entity that holds during a Temporal Interval when an Artifact's designed set of Artifact Functions (or at least its primary functions) or the realizations of those functions remain unchanged."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001214 +cco:ont00001214 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001048 ; + rdfs:label "Increase of Specifically Dependent Continuant"@en ; + skos:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001215 +cco:ont00001215 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000455 ; + rdfs:label "Funeral"@en ; + skos:altLabel "Act of Funeral Ceremony"@en ; + skos:definition "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001216 +cco:ont00001216 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000136 ; + rdfs:label "Periscope"@en ; + skos:definition "An Optical Instrument that is designed to enable observation of an object that is located over, around, or through another object, obstacle, or condition that prevents direct line-of-sight observation from the observer's current position."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001217 +cco:ont00001217 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000848 ; + rdfs:label "Medium Machine Gun"@en ; + skos:definition "A Mounted Gun that is designed to fire full-power rifle Cartridges (less than .50 caliber or 12.7mm) in quick succession from an ammunition belt, and which typically weighs 22-30 lbs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001218 +cco:ont00001218 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Signal Processing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001219 +cco:ont00001219 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000763 + ] ; + rdfs:comment "Delta-v is not equivalent to and should not be confused with Acceleration, which is the rate of change of Velocity."@en ; + rdfs:label "Delta-v"@en ; + skos:altLabel "Change in Velocity"@en , + "DeltaV"@en ; + skos:definition "A Process Profile that is the total change in Velocity of an object's Motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001220 +cco:ont00001220 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001384 ; + rdfs:label "Opaque"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's incapacity to transmit electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs all electromagnetic radiation of that frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001221 +cco:ont00001221 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000210 ; + rdfs:label "Physically Powered Engine"@en ; + skos:altLabel "Physical Engine"@en ; + skos:definition "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001222 +cco:ont00001222 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001049 ; + rdfs:label "Solar Panel System"@en ; + skos:altLabel "Photovoltaic System"@en , + "Solar Array"@en ; + skos:definition "An Electrical Power Source that consists in part of one or more Solar Panels, a power inverter, electrical wiring between the components, a mounting and support structure, and may also include a battery and/or a solar tracking system and is the bearer of functions realized in processes of deriving, transferring, and storing electrical energy derived from light energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001223 +cco:ont00001223 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001145 ; + rdfs:label "Dish Receiver"@en ; + skos:definition "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001224 +cco:ont00001224 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001324 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001974 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001324 ; + rdfs:label "Process Requirement"@en ; + skos:altLabel "Duty"@en , + "Obligation"@en ; + skos:definition "A Process Regulation that requires some Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001225 +cco:ont00001225 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Yellow"@en ; + skos:definition "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001226 +cco:ont00001226 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Employment"@en ; + skos:definition "An Act of Association wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001227 +cco:ont00001227 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001857 ; + owl:someValuesFrom cco:ont00001028 + ] ; + rdfs:label "Longitudinal Wave Profile"@en ; + skos:altLabel "Compression Wave"@en , + "Longitudinal Wave"@en ; + skos:definition "A Wave Process Profile in which the displacement of participating particles is parallel to the direction of the Wave Process' propogation such that the particles alternate between participating in processes of compression and rarefaction as they participate in individual Wave Processes."@en ; + cco:ont00001754 "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001228 +cco:ont00001228 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Journal Article"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear a specific brief composition on a specific topic as part of a Journal Issue."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001229 +cco:ont00001229 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001050 ; + rdfs:label "Alkaline Electric Battery"@en ; + skos:definition "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001230 +cco:ont00001230 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000499 ; + rdfs:label "Rhombic Antenna"@en ; + skos:definition "A Wire Antenna that consists of one to three parallel wires suspended above the ground by poles or towers at each vertex in a rhombic shape with each of the four sides being the same length (typically at least one wavelength or longer)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001231 +cco:ont00001231 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Brilliance Frequency"@en ; + skos:definition "A Sonic Frequency that is between 6 and 20 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001232 +cco:ont00001232 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."@en ; + rdfs:label "Act of Possession"@en ; + skos:definition "A Planned Act in which an agent intentionally exercises control towards a thing."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Possession_(law)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001233 +cco:ont00001233 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001153 ; + rdfs:label "Crushing Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of significant pressure."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/crushing" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001234 +cco:ont00001234 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Neutralization Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which an acid and a base react quantitatively with each other."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001235 +cco:ont00001235 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000829 ; + rdfs:label "Military Time Zone Identifier"@en ; + skos:definition "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Zulu time, which has no offset from Coordinated Universal Time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001236 +cco:ont00001236 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001147 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001803 ; + owl:someValuesFrom cco:ont00000920 + ] ; + rdfs:label "Act of Suicide"@en ; + skos:altLabel "Suicide"@en ; + skos:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/suicide" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001237 +cco:ont00001237 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Birth"@en ; + skos:definition "A Natural Process of bringing forth offspring."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001238 +cco:ont00001238 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000605 ; + rdfs:label "Initialism"@en ; + skos:definition "An Abbreviated Name that consists of the initial letters of some words (or syllables) in a Designative Name, and in which each letter is pronounced separately."@en ; + skos:example "USA, CPU, BBC" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001239 +cco:ont00001239 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000300 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00001180 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom cco:ont00001180 + ] ; + rdfs:label "Group of Organizations"@en ; + skos:definition "A Group of Agents that has only Organizations as parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001240 +cco:ont00001240 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001148 ; + rdfs:label "Radio Communication Artifact Function"@en ; + skos:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001241 +cco:ont00001241 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Sensor Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes wherein its bearer is used to produce an output signal which reliably corresponds to changes in the artifact's environment."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001242 +cco:ont00001242 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000736 ; + rdfs:label "Actuator"@en ; + skos:definition "A Transducer that is designed to convert some control signal into mechanical motion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001243 +cco:ont00001243 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000253 ; + rdfs:label "Document Field"@en ; + skos:definition "An Information Bearing Entity that is a part of some document into which bearers of prescribed information can be written or selected."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001244 +cco:ont00001244 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Issuing Mass Media Article"@en ; + skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation a non-fictional essay, especially one included with others in a newspaper, magazine, or journal."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001245 +cco:ont00001245 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000241 ; + rdfs:label "PDF417 Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001246 +cco:ont00001246 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000847 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000566 + ] ; + rdfs:label "Under Active Control"@en ; + skos:definition "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001247 +cco:ont00001247 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000918 ; + rdfs:label "Telecommunication Endpoint"@en ; + skos:definition "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; + skos:scopeNote "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001248 +cco:ont00001248 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000715 ; + rdfs:label "Artificial Eye"@en ; + skos:definition "A Prosthesis that is designed to replace a missing eye."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001249 +cco:ont00001249 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000453 ; + rdfs:label "Cabin Pressurization Control System"@en ; + skos:definition "An Environment Control System that is designed to control the process in which conditioned air is pumped into the Cabin of some Aircraft or Spacecraft in order to create a safe and comfortable environment for passengers and crew flying at high altitudes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001250 +cco:ont00001250 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000236 ; + rdfs:label "Interior Lighting System"@en ; + skos:definition "A Lighting System that is designed to emit light within the interior of some area."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001251 +cco:ont00001251 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Intelligence Gathering"@en ; + skos:definition "A Planned Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001252 +cco:ont00001252 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000448 ; + rdfs:label "Propulsion Artifact Function"@en ; + skos:definition "A Motion Artifact Function that is realized in a process in which the bearer of the function creates force leading to an entity's movement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001253 +cco:ont00001253 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Fuel Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which a Portion of Fuel is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001254 +cco:ont00001254 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000156 ; + rdfs:label "Revolver"@en ; + skos:definition "A Hand Gun having a number of firing chambers in a revolving cylinder, where each chamber in the cylinder can be loaded with a single Cartridge."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001255 +cco:ont00001255 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000828 ; + rdfs:label "Insecticide Artifact Function"@en ; + skos:definition "A Pesticide Artifact Function that is realized in a process that causes harm to, or the death of, an insect."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001256 +cco:ont00001256 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance ('Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Reliability Measurement Information Content Entity"@en ; + skos:altLabel "Accuracy of Process"@en , + "Reliability Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity can consistently produce an outcome."@en ; + skos:scopeNote "Reliability concerns both a measure of past performance and the expectation that future performance will conform to the range of past performances."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001257 +cco:ont00001257 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Nuclear Storage Depot"@en ; + skos:definition "A Storage Facility that is designed to store nuclear material."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001258 +cco:ont00001258 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000226 ; + rdfs:label "Port"@en ; + skos:definition "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001259 +cco:ont00001259 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Atmosphere"@en ; + skos:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001260 +cco:ont00001260 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "Code 39 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001261 +cco:ont00001261 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Identifying"@en ; + skos:definition "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/identify" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001262 +cco:ont00001262 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000562 ; + rdfs:label "Person"@en ; + skos:altLabel "Human"@en ; + skos:definition "An Animal that is a member of the species Homo sapiens."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001263 +cco:ont00001263 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Issuing Mass Media Documentary"@en ; + skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001264 +cco:ont00001264 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000258 ; + rdfs:label "Code 128 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001265 +cco:ont00001265 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001036 ; + rdfs:label "Public Address System"@en ; + skos:altLabel "PA System"@en ; + skos:definition "A Communication System that is designed to allow a Person to speak to a large audience."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001266 +cco:ont00001266 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Vocational Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider by imparting skills required for a specific occupation in industry, agriculture or trade to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001267 +cco:ont00001267 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000971 ; + rdfs:label "Act of Propaganda"@en ; + skos:definition "An Act of Deceptive Communication Propaganda intended to influence the attitude of a mass audience toward some cause or position by presenting facts selectively (thus possibly lying by omission) or by using loaded messages to produce an emotional rather than rational response to the information presented."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001268 +cco:ont00001268 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000966 ; + rdfs:label "ISBN Barcode"@en ; + skos:definition "An EAN Barcode that is used to designate books."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001269 +cco:ont00001269 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000133 ; + rdfs:label "Act of Warning"@en ; + skos:definition "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/warning" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001270 +cco:ont00001270 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000268 ; + rdfs:label "Howitzer"@en ; + skos:definition "A Cannon that is designed to have a relatively short barrel and to use relatively small propellant charges to propel projectiles in relatively high trajectories with a steep angle of descent."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001271 +cco:ont00001271 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001169 ; + rdfs:label "Wired Communication Relay Artifact Function"@en ; + skos:definition "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information by means of wires from one Artifact to another for the purpose of communiction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001272 +cco:ont00001272 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000191 ; + rdfs:label "Act of Murder"@en ; + skos:definition "An Act of Homicide with malice aforethought."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001273 +cco:ont00001273 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001241 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000569 + ] ; + rdfs:label "Sensor Modality Function"@en ; + skos:definition "A Sensor Artifact Function that inheres in some Sensor in virtue of the type of energy the Sensor is capable of converting into an output signal."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001274 +cco:ont00001274 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000008 ; + rdfs:label "Infrasonic Frequency"@en ; + skos:definition "A Sound Frequency that is below 20 Hz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001275 +cco:ont00001275 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001353 ; + rdfs:label "Nominal Speed Artifact Function"@en ; + skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains a speed that does not exceed some specified tolerance of that Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001276 +cco:ont00001276 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000426 ; + rdfs:label "Carrier Air Wing"@en ; + skos:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001277 +cco:ont00001277 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Red"@en ; + skos:definition "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001278 +cco:ont00001278 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000537 ; + rdfs:label "Stock"@en ; + skos:definition "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001279 +cco:ont00001279 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001133 ; + rdfs:label "Vibration Motion"@en ; + skos:altLabel "Mechanical Oscillation"@en , + "Oscillation Motion"@en , + "Vibration"@en ; + skos:definition "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en ; + cco:ont00001754 "https://physicsabout.com/motion/"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001280 +cco:ont00001280 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Flat"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001281 +cco:ont00001281 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000791 ; + rdfs:label "Emulsifier Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which two or more liquids that are normally immiscible are mixed."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001282 +cco:ont00001282 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000598 ; + rdfs:label "Hydraulic Valve"@en ; + skos:definition "A Valve that is designed to regulate, direct, or control the flow of a liquid by opening, closing, or partially obstructing various passageways."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001283 +cco:ont00001283 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Refinery"@en ; + skos:definition "A Factory that is designed for refining raw materials into products of value."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001284 +cco:ont00001284 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000914 ; + rdfs:label "Crew"@en ; + skos:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001285 +cco:ont00001285 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000368 ; + rdfs:label "Revolving Motion"@en ; + skos:definition "A Rotational Motion of an Object around an Axis of Rotation that is located externally to the Site occupied by the Object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001286 +cco:ont00001286 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 ; + rdfs:label "Waveform"@en ; + skos:definition "A Wave Process Profile that is the shape of the Wave Cycles of the Wave Process when depicted in a visual graph."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001287 +cco:ont00001287 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Maintenance Facility"@en ; + skos:definition "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/maintain" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001288 +cco:ont00001288 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001150 ; + rdfs:label "Round Shot"@en ; + skos:definition "A Portion of Ammunition that is designed to be a solid projectile without explosive charge and to be fired from a cannon."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001289 +cco:ont00001289 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Damaged Stasis"@en ; + skos:altLabel "Compromised"@en , + "Damaged"@en , + "Injured"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ; + skos:scopeNote "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. "@en ; + cco:ont00001754 "http://www.thefreedictionary.com/damaged" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001290 +cco:ont00001290 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Length"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en ; + skos:example "foot, meter, kilometer, mile" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001291 +cco:ont00001291 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:label "Radiation Absorptivity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to absorb electromagnetic radiation of a given frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001292 +cco:ont00001292 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000053 ; + rdfs:label "Bus"@en ; + skos:definition "A Ground Motor Vehicle that is designed to transport a large number of people and to travel on six or more tired wheels."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001293 +cco:ont00001293 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Perimeter"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001294 +cco:ont00001294 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001202 ; + rdfs:label "Three Dimensional Extent"@en ; + skos:altLabel "Volume"@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001295 +cco:ont00001295 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Financial Facility"@en ; + skos:definition "A Facility that is designed to support the management of money."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001296 +cco:ont00001296 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000119 ; + rdfs:label "Pitch Orientation"@en ; + skos:altLabel "Pitch"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Pitch Axis."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001297 +cco:ont00001297 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Military Headquarters Facility"@en ; + skos:definition "A Military Facility that is designed for military administration and coordination."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001298 +cco:ont00001298 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000798 ; + rdfs:label "Document"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in a series of paragraphs of text or diagrams in the form of physical pieces of paper or an electronic word processor file."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001299 +cco:ont00001299 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000344 ; + rdfs:label "Wetting Agent Artifact Function"@en ; + skos:definition "A Surfactant Artifact Function that is realized in a process that reduces the water repellent tendency of a substance thereby allowing it to become wet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001300 +cco:ont00001300 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001192 ; + rdfs:label "Patch Antenna"@en ; + skos:altLabel "Microstrip Patch Antenna"@en , + "Rectangular Microstrip Antenna"@en ; + skos:definition "A Radio Antenna that consists of a flat rectangular sheet (or patch) of metal mounted over a larger sheet of metal called a ground plane which is typically contained inside a plastic radome for protection and is small enough that it can be mounted on a flat surface."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 +cco:ont00001301 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Service Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001302 +cco:ont00001302 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001180 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:ont00000173 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001180 ; + rdfs:label "Civil Organization"@en ; + skos:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001303 +cco:ont00001303 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001306 ; + rdfs:label "Position Observation Artifact Function"@en ; + skos:definition "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the position of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001304 +cco:ont00001304 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000575 ; + rdfs:label "Dimension Specification"@en ; + skos:definition "An Quality Specification that prescribes some Size Quality."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001305 +cco:ont00001305 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001066 ; + rdfs:label "Loss of Function"@en ; + skos:definition "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001306 +cco:ont00001306 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Observation Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to collect information about a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001307 +cco:ont00001307 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000061 ; + rdfs:label "Measurement Unit of Mass Flow Rate"@en ; + skos:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time."@en ; + skos:example "kilogram per second, slug per second, pound per second" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001308 +cco:ont00001308 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001315 ; + rdfs:label "Sewage Treatment Facility"@en ; + skos:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001309 +cco:ont00001309 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000077 ; + rdfs:label "Lot Number"@en ; + skos:definition "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001310 +cco:ont00001310 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Covering Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which an entity is covered."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/covering" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001311 +cco:ont00001311 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Aircraft Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture Aircraft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001312 +cco:ont00001312 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000274 ; + rdfs:label "Paramilitary Force"@en ; + skos:definition "An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001313 +cco:ont00001313 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Article of Clothing"@en ; + skos:definition "A Material Artifact that is designed to cover some portion of a body."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001314 +cco:ont00001314 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Legal System Act"@en ; + skos:definition "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en ; + cco:ont00001754 "http://www.id.uscourts.gov/glossary.htm" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001315 +cco:ont00001315 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Waste Management Facility"@en ; + skos:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001316 +cco:ont00001316 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001042 ; + rdfs:label "Gimbal"@en ; + skos:definition "An Equipment Mount that consists of a pivoted support that allows an Artifact to Rotate about one or more Axes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001317 +cco:ont00001317 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Volume"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions."@en ; + skos:example "cubic feet, cubic meter, quart, liter" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001318 +cco:ont00001318 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000119 ; + rdfs:label "Yaw Orientation"@en ; + skos:altLabel "Yaw"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Yaw Axis."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001319 +cco:ont00001319 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000427 ; + rdfs:comment "Tank firepower is normally provided by a large-caliber main gun mounted in a rotating turret, which is supported by secondary machine guns. A tank's heavy armour and all-terrain mobility provide protection for both the tank and its crew, allowing it to perform all primary tasks of the armoured troops on the battlefield."@en ; + rdfs:label "Tank"@en ; + skos:definition "An Armored Fighting Vehicle that is designed to carry heavy firepower, have a powerful Engine, and travel on one or more continuous tracks such that it is suitable for front-line combat and can provide operational maneuverability as well as tactical offensive and defensive capabilities."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001320 +cco:ont00001320 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000903 ; + rdfs:label "Radio Transceiver"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device composed of both a Radio Transmitter and a Radio Receiver that share common circuitry or a single housing."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001321 +cco:ont00001321 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001105 ; + rdfs:label "Lead Acid Electric Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001322 +cco:ont00001322 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000726 ; + rdfs:comment "For the most part Generically Dependent Continuants do not inhere in their bearers over some continuous scale. The primary exception is religion and this class allows annotation of those cases where an Agent is described as becoming less religious. Other cases would include the decrease of an organization's bearing of some objective."@en ; + rdfs:label "Decrease of Generically Dependent Continuant"@en ; + skos:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in the level of a Generically Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001323 +cco:ont00001323 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Bearing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which the Artifact constrains relative motion to only the desired motion, and reduces friction between moving parts."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001324 +cco:ont00001324 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Process Regulation"@en ; + skos:definition "A Directive Information Content Entity that prescribes an Process as required, prohibited, or permitted, and is the output of an Process which realizes some Authority Role."@en ; + skos:scopeNote "Although regulations often regulate processes which involve agents--as the regulating or regulated participant--it is unclear how causally active an agents need to be in those regulated processes. For example, it is not clear how causally active a human agent is in the process of a traffic light regulating the motion of a self-driving vehicle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001325 +cco:ont00001325 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001334 ; + rdfs:label "Act of Renting"@en ; + skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Renter) as a payment to acquire temporary possession or use of a good or property that is owned or controlled by another Agent (the Seller)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001326 +cco:ont00001326 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000254 ; + rdfs:label "Land Transportation Artifact"@en ; + skos:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another via land."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001327 +cco:ont00001327 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Social Act"@en ; + skos:definition "A Planned Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/commually" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001328 +cco:ont00001328 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000398 ; + rdfs:label "Temporal Reference System"@en ; + skos:altLabel "Temporal Reference Frame"@en , + "Time Scale"@en ; + skos:definition "A Reference System that describes a set of standards for measuring time as well as understanding the context of and organizing temporal data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001329 +cco:ont00001329 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Education Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of transmiting accumulated knowledge skills and values from one generation to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001330 +cco:ont00001330 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000110 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000345 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000517 + ] ; + rdfs:label "Telemetry Process"@en ; + skos:definition "A Mechanical Process that is highly automated and in which measurements are made or other data is collected and transmitted to receiving equipment to facilitate the monitoring of environmental conditions or equipment parameters at a remote or inaccessible location."@en ; + skos:example "using a GPS tag to track a shark's migratory pattern" , + "using a portable cardiac monitor to remotely collect data on a patient's heart activity (biotelemetry)" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001331 +cco:ont00001331 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001014 ; + rdfs:label "Legal Name"@en ; + skos:definition "A Proper Name that is an official name for the designated entity as determined by a Government or court of law."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001332 +cco:ont00001332 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000610 ; + rdfs:label "Extreme Ultraviolet Light Frequency"@en ; + skos:definition "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001333 +cco:ont00001333 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Rosy"@en ; + skos:definition "A Color consisting of red hue and yellow hue and high brightness."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001334 +cco:ont00001334 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Purchasing"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is used by an Agent (the Purchaser) to acquire a good or service from another Agent (the Provider)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001335 +cco:ont00001335 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001180 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001859 ; + owl:someValuesFrom cco:ont00001203 + ] ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Government"@en ; + skos:definition "An Organization that is the highest legitimate authority delimited by some Delimiting Domain and that exercises executive, legislative, or judicial authority in that Domain."@en ; + skos:editorialNote "Highest legitimate authority should not be confused with highest legitimate authority of a particular kind. For example, while the judicial branch of the United States government has the highest judicial authority in a Delimiting Domain, it is not the highest legitimate authority delimited by that domain. The combination of executive, judicial, and legislative branches is higher because it wields more legitimate authority than any branch on its own."@en , + "Importantly, the definition states \"highest legitimate authority delimited by some Delimiting Domain\" and not \"highest legitimate authority in some Delimiting Domain.\" The government of Wales is the highest legitimate authority delimited by some Delimiting Domain but it is not the highest legitimate authority in that domain, which would be the government of the United Kingdom."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001336 +cco:ont00001336 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001232 ; + rdfs:comment "The relation between the owner and property may be private, collective, or common and the property may be objects, land, real estate, or intellectual property."@en ; + rdfs:label "Act of Ownership"@en ; + skos:definition "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001337 +cco:ont00001337 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:label "Infrared Light Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001338 +cco:ont00001338 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000862 ; + rdfs:label "Timbre"@en ; + skos:definition "A Sound Process Profile that is characterized by the variation, spectrum, or envelope of translated sound waves, typically on a continuum from dull or dark to bright."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001339 +cco:ont00001339 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000890 ; + rdfs:label "Act of Walking"@en ; + skos:definition "An Act of Travel that proceeds by foot."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001340 +cco:ont00001340 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000529 ; + rdfs:label "Calendar Date Identifier"@en ; + skos:definition "A Date Identifier that designates some Day by using a combination of Day, Week, Month, or Year Identifiers formatted according to an implementation of a Calendar System."@en ; + skos:example "January 1, 2018; 1 January 2018; 01/01/18; 01Jan18" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001341 +cco:ont00001341 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Geosphere"@en ; + skos:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001342 +cco:ont00001342 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000427 ; + rdfs:label "Infantry Fighting Vehicle"@en ; + skos:definition "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; + skos:scopeNote "Infantry Fighting Vehicles (IFVs) are differentiated from Armored Personnel Carriers (APCs) because they are designed to give direct fire support to the dismounted infantry and so usually have significantly enhanced armament. IFVs also often have improved armour and firing ports (allowing the infantry to fire personal weapons while mounted)."@en ; + cco:ont00001753 "IFV" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001343 +cco:ont00001343 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Circuit Breaker"@en ; + skos:definition "A Material Artifact that is designed to protect an electrical circuit from damage caused by excess current from an overload or short circuit."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001344 +cco:ont00001344 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Biological Depot"@en ; + skos:definition "A Storage Facility that is designed to store biological agents."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001345 +cco:ont00001345 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Impulse"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval."@en ; + skos:example "N s, dyne second" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001346 +cco:ont00001346 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Legal Instrument"@en ; + skos:definition "A Material Artifact that is designed as a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001347 +cco:ont00001347 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000005 ; + rdfs:label "Behavior"@en ; + skos:definition "An Act in which an Independent Continuant participates as an Agent in response to external or internal stimuli and following some pattern which is dependent upon some combination of that Independent Continuant's internal state and external conditions."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/GO_0007610" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001348 +cco:ont00001348 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000028 ; + rdfs:comment "For an object in motion, its Three-Dimensional Position is part of its Three-Dimensional Path."@en ; + rdfs:label "Three-Dimensional Position"@en ; + skos:definition "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001349 +cco:ont00001349 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Grey"@en ; + skos:definition "A Color between white and black colors."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001350 +cco:ont00001350 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Thermal Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact increasing, decreasing, or maintaining the temperature of itself, a part of itself, or another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001351 +cco:ont00001351 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000275 ; + rdfs:label "Cartesian Coordinate System"@en ; + skos:altLabel "Rectangular Coordinate System"@en ; + skos:definition "A Spatial Reference System that identifies each point in a spatial region of n-dimensions using an ordered n-tuple of numerical coordinates that are the signed (i.e. positive or negative) distances measured in the same unit of length from the zero point where the fixed perpendicular Coordinate System Axes meet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001352 +cco:ont00001352 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000829 ; + rdfs:comment "Greenwich Mean Time (GMT) is the mean solar time at the Royal Observatory in Greenwich, London and has been superseded by Coordinated Universal Time (UTC)."@en ; + rdfs:label "Greenwich Mean Time Zone Identifier"@en ; + skos:definition "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Greenwich Mean Time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001353 +cco:ont00001353 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000448 ; + rdfs:label "Speed Artifact Function"@en ; + skos:definition "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001354 +cco:ont00001354 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Vermilion"@en ; + skos:definition "A Color consisting of red and orange hue with a slight amount of gray."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001355 +cco:ont00001355 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000928 ; + rdfs:label "Freight Train Car"@en ; + skos:altLabel "Freight Car"@en ; + skos:definition "A Train Car that is designed to transport cargo."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001356 +cco:ont00001356 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000611 ; + rdfs:label "Increase of Disposition"@en ; + skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001357 +cco:ont00001357 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Time"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; + skos:example "second, minute, hour, day" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001358 +cco:ont00001358 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000270 ; + rdfs:label "School"@en ; + skos:definition "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001359 +cco:ont00001359 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000908 ; + rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."@en ; + rdfs:label "Act of Manufacturing"@en ; + skos:definition "An Act of Artifact Processing wherein Artifacts are created in a Facility for the purpose of being sold to consumers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001360 +cco:ont00001360 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Three Dimensional Shape"@en ; + skos:definition "A Shape Quality that inheres only in a three dimensional entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001361 +cco:ont00001361 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Healing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which health is restored to an unbalanced, diseased, or damaged organism."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001362 +cco:ont00001362 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001283 ; + rdfs:label "Gas Processing Facility"@en ; + skos:definition "A Refinery that is designed for refining natural gas into products of value."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001363 +cco:ont00001363 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001033 ; + rdfs:label "Male Sex"@en ; + skos:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ; + cco:ont00001754 "http://purl.org/obo/owl/PATO#PATO_0000384" ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001364 +cco:ont00001364 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001877 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Interval Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; + skos:example "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the carrier of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001365 +cco:ont00001365 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001353 ; + rdfs:label "Maximum Speed Artifact Function"@en ; + skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the highest speed at which that Artifact is designed to operate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001366 +cco:ont00001366 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Powering Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to supply power to some Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001367 +cco:ont00001367 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001202 ; + rdfs:comment "Subclasses of one dimensional extent are included for usability. It is doubtful any of them can be objectively distinguished (on the side of the bearing entity) without some reference to external properties such as orientation and perspective."@en ; + rdfs:label "One Dimensional Extent"@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/PATO_0001708" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001368 +cco:ont00001368 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001306 ; + rdfs:label "Motion Observation Artifact Function"@en ; + skos:definition "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Motion of a specified object or class of objects."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001369 +cco:ont00001369 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Rectangular"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001370 +cco:ont00001370 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Machine Bearing"@en ; + skos:definition "A Material Artifact that is designed to constrain relative motion to only desired motion and reduces friction between moving parts."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001371 +cco:ont00001371 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:label "Electromagnetic Induction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact that is used to produce electromotive force across an electrical conductor due to its dynamic interaction with a magnetic field."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001372 +cco:ont00001372 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000437 ; + rdfs:label "Fertilizer Artifact Function"@en ; + skos:definition "An Enhancing Artifact Function that is realized in processes of supplying soilds or plant tissues with one or more plant nutrients essential to growth."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001373 +cco:ont00001373 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001051 ; + rdfs:label "Bow"@en ; + skos:definition "A Projectile Launcher that is designed to launch Arrows."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001374 +cco:ont00001374 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"@en ; + rdfs:label "Act of Declarative Communication"@en ; + skos:definition "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001375 +cco:ont00001375 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Washing Facility"@en ; + skos:definition "A Facility that is designed to wash personnel or equipment."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001376 +cco:ont00001376 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000570 ; + rdfs:label "Torque"@en ; + skos:altLabel "Moment of Force"@en ; + skos:definition "A Force that is applied to an object in a direction that would tend to cause the object to rotate around an Axis of Rotation and is the rate of change of an object's Angular Momentum."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001377 +cco:ont00001377 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Gold Color"@en ; + skos:definition "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001378 +cco:ont00001378 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001301 ; + rdfs:label "Hospitality Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of accommodation food and beverage meeting and events gaming entertainment and recreation tourism services and visitor information."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001379 +cco:ont00001379 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:label "Agent Capability"@en ; + skos:definition "A Realizable Entity that inheres in a Material Entity in virtue of that Material Entity's capacity to realize it in some Planned Act."@en ; + cco:ont00001754 "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001380 +cco:ont00001380 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000339 ; + rdfs:label "Farm"@en ; + skos:definition "An Agricultural Facility that is designed to produce food and other crops."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001381 +cco:ont00001381 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000995 ; + rdfs:label "Medical Artifact"@en ; + skos:definition "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001382 +cco:ont00001382 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000475 ; + rdfs:label "Electronic Cash"@en ; + skos:definition "A Portion of Cash that consists of Bytes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001383 +cco:ont00001383 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000479 ; + rdfs:label "Fire Station"@en ; + skos:altLabel "Fire Hall"@en , + "Fire House"@en ; + skos:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001384 +cco:ont00001384 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:comment "Note that it is important to specify the frequency of electromagnetic radiation when representing a bearer's Opacity since a bearer may be Opaque with respect to electromagnetic radiation of one frequency, but be transparent with respect to electromagnetic radiation of another frequency. Unless otherwise stated, statements about a bearer's Opacity are assumed to be about electromagnetic radiation with a frequency in the visible spectrum."@en ; + rdfs:label "Opacity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of that bearer's capacity to transmit electromagnetic radiation of a given frequency through the bearer instead of reflecting, scattering, or absorbing electromangentic radiation of that frequency."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Opacity_(optics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001999 +cco:ont00001999 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000323 ; + rdfs:comment """Although its basic function remains the same, a Filter can be used in 2 different ways: +(1) to allow only the desired entities to pass through (e.g. removing dirt from engine oil); or +(2) to allow everything except the desired entities to pass through (e.g. panning for gold)."""@en ; + rdfs:label "Filter Function"@en ; + skos:definition "An Artifact Function that is realized in a process where entities of a specific type or which have specified properties enter it or pass through it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001385 +cco:ont00001385 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Haiti Gourde"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001386 +cco:ont00001386 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Yemeni Rial"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001387 +cco:ont00001387 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mauritania Ouguiya"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001388 +cco:ont00001388 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Minute of Arc Measurement Unit"@en ; + skos:altLabel "Arcminute"@en , + "MOA"@en , + "am"@en , + "amin"@en , + "arcmin"@en ; + cco:ont00001740 "'" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001389 +cco:ont00001389 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Kenyan Shilling"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001390 +cco:ont00001390 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Slug Measurement Unit"@en ; + skos:altLabel "slug"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001391 +cco:ont00001391 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "Erg Measurement Unit"@en ; + skos:altLabel "erg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001392 +cco:ont00001392 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-8"@en ; + skos:altLabel "PST"@en , + "Pacific Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001393 +cco:ont00001393 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Tablespoon Measurement Unit"@en ; + cco:ont00001753 "T" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001394 +cco:ont00001394 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Papua New Guinea Kina"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001395 +cco:ont00001395 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-3:30"@en ; + skos:altLabel "Newfoundland Standard Time"@en ; + cco:ont00001753 "NST" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001396 +cco:ont00001396 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Viet Nam Dong"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001397 +cco:ont00001397 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Centimeter Measurement Unit"@en ; + skos:altLabel "cm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001398 +cco:ont00001398 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:label "Global Area Reference System"@en ; + cco:ont00001753 "GARS" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001399 +cco:ont00001399 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Ghana Cedi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001400 +cco:ont00001400 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Sri Lanka Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001401 +cco:ont00001401 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "South Africa Rand"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001402 +cco:ont00001402 rdf:type owl:NamedIndividual , + cco:ont00000770 ; + rdfs:label "Kilogram Per Liter Measurement Unit"@en ; + cco:ont00001740 "kg/L" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001403 +cco:ont00001403 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+2"@en ; + rdfs:label "Bravo Time Zone"@en ; + cco:ont00001753 "B" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001404 +cco:ont00001404 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Afghanistan Afghani"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001405 +cco:ont00001405 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-2"@en ; + skos:altLabel "BET"@en , + "Brazil Eastern Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001406 +cco:ont00001406 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+9:30"@en ; + skos:altLabel "Australian Central Standard Time"@en ; + cco:ont00001753 "ACST" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001407 +cco:ont00001407 rdf:type owl:NamedIndividual , + cco:ont00000229 ; + rdfs:label "Shaft Horsepower Measurement Unit"@en ; + skos:altLabel "shp"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001408 +cco:ont00001408 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-11"@en ; + rdfs:label "X-ray Time Zone"@en ; + cco:ont00001753 "X" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001409 +cco:ont00001409 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Singapore Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001410 +cco:ont00001410 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Guyana Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001411 +cco:ont00001411 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Pound Force Measurement Unit"@en ; + skos:altLabel "lbf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001412 +cco:ont00001412 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "GMT"@en ; + skos:altLabel "Greenwich Mean Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001413 +cco:ont00001413 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Milligram Measurement Unit"@en ; + skos:altLabel "mg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001414 +cco:ont00001414 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "TT is an astronomical time standard that is a theoretical ideal designed to be free of the irregularities in Earth's rotation and is primarily used for time measurements of astronomical observations made from the surface of Earth. It was formerly called Terrestrial Dynamical Time (TDT), which was formulated to replace Ephemeris Time (ET)."@en ; + rdfs:label "Terrestrial Time"@en ; + cco:ont00001753 "TT" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001415 +cco:ont00001415 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Swiss Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001416 +cco:ont00001416 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Centimeter Measurement Unit"@en ; + skos:altLabel "cm^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001417 +cco:ont00001417 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "ET is an astronomical time scale that was adopted as a standard in 1952 by the IAU but has since been superseded and is no longer actively used. ET is based on the ephemeris second, which was defined as a fraction of the tropical year for 1900 January 01 as calculated using Newcomb's 1895 tables of the Sun. ET was designed to avoid problems caused by variations in Earth's rotational period and was used for Solar System ephemeris calculations until being replaced by Terrestrial Dynamical Time (TDT) in 1979."@en ; + rdfs:label "Ephemeris Time"@en ; + cco:ont00001753 "ET" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001418 +cco:ont00001418 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:label "Kilogram-Mole Measurement Unit"@en ; + skos:altLabel "kg-mol"@en , + "kilogram-mole"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001419 +cco:ont00001419 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+5"@en ; + skos:altLabel "PLT"@en , + "Pakistan Lahore Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001420 +cco:ont00001420 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Dominican Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001421 +cco:ont00001421 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-6"@en ; + rdfs:label "Sierra Time Zone"@en ; + cco:ont00001753 "S" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001422 +cco:ont00001422 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Quart Measurement Unit"@en ; + cco:ont00001753 "qt" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001423 +cco:ont00001423 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Deciliter Measurement Unit"@en ; + skos:altLabel "dL"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001424 +cco:ont00001424 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+1"@en ; + rdfs:label "Alpha Time Zone"@en ; + cco:ont00001753 "A" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001425 +cco:ont00001425 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Miles Per Second Measurement Unit"@en ; + skos:altLabel "mi/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001426 +cco:ont00001426 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Chinese Renminbi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001427 +cco:ont00001427 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Canadian Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001428 +cco:ont00001428 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Kilometers Per Hour Measurement Unit"@en ; + skos:altLabel "km/h"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001429 +cco:ont00001429 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:label "Gram-Mole Measurement Unit"@en ; + skos:altLabel "g-mol"@en , + "gram-mole"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001430 +cco:ont00001430 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+6"@en ; + rdfs:label "Foxtrot Time Zone"@en ; + cco:ont00001753 "F" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001431 +cco:ont00001431 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-10"@en ; + rdfs:label "Whiskey Time Zone"@en ; + cco:ont00001753 "W" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001432 +cco:ont00001432 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en ; + skos:altLabel "Kilogram Per Square Centimeter Measurement Unit"@en , + "Kilopond Per Centimeter Square Measurement Unit"@en ; + cco:ont00001753 "kg/cm^2" , + "kgf/cm^2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001433 +cco:ont00001433 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Mile Measurement Unit"@en ; + skos:altLabel "mi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001434 +cco:ont00001434 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+1"@en ; + skos:altLabel "ECT"@en , + "European Central Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001435 +cco:ont00001435 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Colombian Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001436 +cco:ont00001436 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:label "Universal Time 1 D"@en ; + cco:ont00001753 "UT1D" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001437 +cco:ont00001437 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Liter Measurement Unit"@en ; + skos:altLabel "Litre"@en ; + cco:ont00001740 "L" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001438 +cco:ont00001438 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Yard Measurement Unit"@en ; + skos:altLabel "yd^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001439 +cco:ont00001439 rdf:type owl:NamedIndividual , + cco:ont00000263 ; + rdfs:label "Twenty-Four-Hour Clock Time System"@en ; + skos:altLabel "24-Hour Clock"@en , + "24-Hour Clock Time System"@en , + "Military Time"@en , + "Military Time System"@en , + "Twenty-Four Hour Clock Time System"@en , + "Twenty-Four-Hour Clock"@en ; + skos:definition "A Clock Time System for time keeping in which the Day runs from midnight to midnight and is divided into 24 Hours, indicated by the Hours passed since midnight, from 0 to 23."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001440 +cco:ont00001440 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-9"@en ; + skos:altLabel "AST"@en , + "Alaska Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001441 +cco:ont00001441 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Rwanda Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001442 +cco:ont00001442 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Week Measurement Unit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001443 +cco:ont00001443 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Albania Lek"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001444 +cco:ont00001444 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Year Measurement Unit"@en ; + skos:altLabel "yr"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001445 +cco:ont00001445 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Centiliter Measurement Unit"@en ; + skos:altLabel "cL"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001446 +cco:ont00001446 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Mike Time Zone is the same local time as Yankee Time Zone, but is 1 Day (i.e. 24 Hours) ahead of Yankee Time Zone as they are on opposite sides of the International Date Line."@en , + "Offset from Universal Coordinated Time = UTC+12"@en ; + rdfs:label "Mike Time Zone"@en ; + cco:ont00001753 "M" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001447 +cco:ont00001447 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "CFP Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001448 +cco:ont00001448 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Malawi Kwacha"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001449 +cco:ont00001449 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Czech Koruna"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001450 +cco:ont00001450 rdf:type owl:NamedIndividual , + cco:ont00001004 ; + rdfs:label "Volt Measurement Unit"@en ; + skos:altLabel "V"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001451 +cco:ont00001451 rdf:type owl:NamedIndividual , + cco:ont00001004 ; + rdfs:label "Milliampere Measurement Unit"@en ; + skos:altLabel "mA"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001452 +cco:ont00001452 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Indian Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001453 +cco:ont00001453 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Binary Degree Measurement Unit"@en ; + skos:altLabel "Binary Radian"@en , + "Brad"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001454 +cco:ont00001454 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+11"@en ; + rdfs:label "Lima Time Zone"@en ; + cco:ont00001753 "L" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001455 +cco:ont00001455 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bolivia Boliviano"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001456 +cco:ont00001456 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Mile Measurement Unit"@en ; + skos:altLabel "mi^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001457 +cco:ont00001457 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-4"@en ; + rdfs:label "Quebec Time Zone"@en ; + cco:ont00001753 "Q" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001458 +cco:ont00001458 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Costa Rica Colon"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001459 +cco:ont00001459 rdf:type owl:NamedIndividual , + cco:ont00001307 ; + rdfs:label "Pound Per Second Measurement Unit"@en ; + skos:altLabel "lb/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001460 +cco:ont00001460 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mauritius Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001461 +cco:ont00001461 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "TDB is a linear scaling of Barycentric Coordinate Time (TCB) and is a relativistic coordinate time scale used in astronomy as a time standard that accounts for time dilation when calculating Orbits and Ephemerides of Astronomical Bodies and interplanetary Spacecraft in the Solar System. TDB is a successor of Ephemeris Time (ET) and is nearly equivalent to the time scale Teph used for DE405 planetary and lunar ephemerides generated by the Jet Propulsion Laboratory."@en ; + rdfs:label "Barycentric Dynamical Time"@en ; + cco:ont00001753 "TDB" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001462 +cco:ont00001462 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Twenty Foot Equivalent Unit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001463 +cco:ont00001463 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:label "Kilomole Measurement Unit"@en ; + skos:altLabel "kilomole"@en , + "kmol"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001464 +cco:ont00001464 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Uzbekistan Sum"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001465 +cco:ont00001465 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Namibia Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001466 +cco:ont00001466 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Revolutions Per Day Measurement Unit"@en ; + skos:altLabel "r/day"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001467 +cco:ont00001467 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-4"@en ; + skos:altLabel "PRT"@en , + "Puerto Rico and US Virgin Islands Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001468 +cco:ont00001468 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+10"@en ; + skos:altLabel "AET"@en , + "Australia Eastern Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001469 +cco:ont00001469 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Kilometers Per Second Measurement Unit"@en ; + skos:altLabel "km/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001470 +cco:ont00001470 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Megahertz Measurement Unit"@en ; + skos:altLabel "MHz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001471 +cco:ont00001471 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Centimeter Measurement Unit"@en ; + skos:altLabel "cm^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001472 +cco:ont00001472 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Millimeter Measurement Unit"@en ; + skos:altLabel "mm^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001473 +cco:ont00001473 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Euro"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001474 +cco:ont00001474 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Atmosphere Measurement Unit"@en ; + skos:altLabel "atm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001475 +cco:ont00001475 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Kilohertz Measurement Unit"@en ; + skos:altLabel "kHz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001476 +cco:ont00001476 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+4"@en ; + skos:altLabel "NET"@en , + "Near East Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001477 +cco:ont00001477 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Kilogram Measurement Unit"@en ; + cco:ont00001738 "kilogram" ; + cco:ont00001740 "kg" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001478 +cco:ont00001478 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Angstrom Measurement Unit"@en ; + skos:altLabel "Angstrom"@en , + "Å"@en , + "Ångström"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001479 +cco:ont00001479 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Angolan Kwanza"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001480 +cco:ont00001480 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+9"@en ; + rdfs:label "India Time Zone"@en ; + cco:ont00001753 "I" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001481 +cco:ont00001481 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Macao Pataca"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001482 +cco:ont00001482 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Algerian Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001483 +cco:ont00001483 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:comment "One mole contains exactly 6.02214076×10^23 elementary entities."@en ; + rdfs:label "Mole Measurement Unit"@en ; + cco:ont00001738 "mole" ; + cco:ont00001740 "mol" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001484 +cco:ont00001484 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bangladesh Taka"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001485 +cco:ont00001485 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Surinamese Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001486 +cco:ont00001486 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Kilometer Measurement Unit"@en ; + skos:altLabel "km^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001487 +cco:ont00001487 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Peru Nuevo Sol"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001488 +cco:ont00001488 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-7"@en ; + rdfs:label "Tango Time Zone"@en ; + cco:ont00001753 "T" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001489 +cco:ont00001489 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Radian Measurement Unit"@en ; + cco:ont00001738 "radian" ; + cco:ont00001740 "rad" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001490 +cco:ont00001490 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bulgarian Lev"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001491 +cco:ont00001491 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:label "Universal Time 1 A"@en ; + cco:ont00001753 "UT1A" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001492 +cco:ont00001492 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Lebanese Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001493 +cco:ont00001493 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Kilonewton Measurement Unit"@en ; + skos:altLabel "kN"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001494 +cco:ont00001494 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Yard Measurement Unit"@en ; + skos:altLabel "yrd"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001495 +cco:ont00001495 rdf:type owl:NamedIndividual , + cco:ont00000198 ; + rdfs:label "Sone Measurement Unit"@en ; + skos:altLabel "sone"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001496 +cco:ont00001496 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Meter Measurement Unit"@en ; + skos:altLabel "m^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001497 +cco:ont00001497 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Kuwaiti Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001498 +cco:ont00001498 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Fiji Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001499 +cco:ont00001499 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Kiloliter Measurement Unit"@en ; + skos:altLabel "kL"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001500 +cco:ont00001500 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+5"@en ; + rdfs:label "Echo Time Zone"@en ; + cco:ont00001753 "E" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001501 +cco:ont00001501 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Tanzania Shilling"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001502 +cco:ont00001502 rdf:type owl:NamedIndividual , + cco:ont00000229 ; + dcterms:contributor "Donna Jones" , + "Olivia Hobai" ; + rdfs:label "Decibel Isotropic Measurement Unit"@en ; + skos:altLabel "Decibels Over Isotropic" , + "Decibels Over Isotropic Antenna" , + "Decibels Relative to Isotrope" , + "Decibels Relative to Isotropic Radiator" , + "Decibels Relative to an Isotropic Reference Antenna" ; + cco:ont00001740 "dBi" ; + cco:ont00001754 "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI , + "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001503 +cco:ont00001503 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Hungary Forint"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001504 +cco:ont00001504 rdf:type owl:NamedIndividual , + cco:ont00000659 ; + rdfs:label "Newton Meter Measurement Unit"@en ; + cco:ont00001740 "N-m" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001505 +cco:ont00001505 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Uruguay Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001506 +cco:ont00001506 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:label "Universal Time 1 F"@en ; + cco:ont00001753 "UT1F" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001507 +cco:ont00001507 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Lesotho Loti"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001508 +cco:ont00001508 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Brunei Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001509 +cco:ont00001509 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Belarussian Ruble"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001510 +cco:ont00001510 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Tonga Pa anga"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001511 +cco:ont00001511 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Meters Per Second Measurement Unit"@en ; + skos:altLabel "m/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001512 +cco:ont00001512 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "South Sudanese Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001513 +cco:ont00001513 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mexican Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001514 +cco:ont00001514 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Laos Kip"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001515 +cco:ont00001515 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Liberian Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001516 +cco:ont00001516 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-2"@en ; + rdfs:label "Oscar Time Zone"@en ; + cco:ont00001753 "O" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001517 +cco:ont00001517 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Nicaragua Cordoba Oro"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001518 +cco:ont00001518 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Madagascar Malagasy Ariary"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001519 +cco:ont00001519 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Turkish Lira"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001520 +cco:ont00001520 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Zambia Kwacha"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001521 +cco:ont00001521 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Philippine Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001522 +cco:ont00001522 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Foot Measurement Unit"@en ; + skos:altLabel "ft^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001523 +cco:ont00001523 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Pint Measurement Unit"@en ; + skos:altLabel "pt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001524 +cco:ont00001524 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-11"@en ; + skos:altLabel "MIT"@en , + "Midway Islands Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001525 +cco:ont00001525 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Newton Measurement Unit"@en ; + cco:ont00001738 "newton" ; + cco:ont00001740 "N" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001526 +cco:ont00001526 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Mach Measurement Unit"@en ; + skos:altLabel "M"@en , + "Ma"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001527 +cco:ont00001527 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+8"@en ; + rdfs:label "Hotel Time Zone"@en ; + cco:ont00001753 "H" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001528 +cco:ont00001528 rdf:type owl:NamedIndividual , + cco:ont00000940 ; + rdfs:label "Kilogram Meter Per Second Measurement Unit"@en ; + skos:altLabel "kg m/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001529 +cco:ont00001529 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment """\"TCG is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to precession, nutation, the Moon, and artificial satellites of the Earth. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the center of the Earth: that is, a clock that performs exactly the same movements as the Earth but is outside the Earth's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Earth.\" +From: (https://en.wikipedia.org/wiki/Geocentric_Coordinate_Time)"""@en ; + rdfs:label "Geocentric Coordinate Time"@en ; + cco:ont00001753 "TCG" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001530 +cco:ont00001530 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Cubic Meter Per Second Measurement Unit"@en ; + cco:ont00001740 "m^3/s" ; + cco:ont00001753 "cumec" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001531 +cco:ont00001531 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Botswana Pula"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001532 +cco:ont00001532 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Egyptian Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001533 +cco:ont00001533 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Hour Measurement Unit"@en ; + skos:altLabel "hr"@en ; + cco:ont00001740 "h" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001534 +cco:ont00001534 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+7"@en ; + skos:altLabel "VST"@en , + "Vietnam Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001535 +cco:ont00001535 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Sudanese Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001536 +cco:ont00001536 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Second Measurement Unit"@en ; + cco:ont00001738 "second" ; + cco:ont00001740 "s" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001537 +cco:ont00001537 rdf:type owl:NamedIndividual , + cco:ont00000067 , + cco:ont00000630 ; + rdfs:comment "UTC is a variant of Universal Time that is calculated by combining Universal Time 1 with International Atomic Time by occasionally adding leap seconds to TAI in order to maintain UTC within 0.9 seconds of UT1. The difference between UTC and UT1 is called DUT1 and always has a value between -0.9 seconds and +0.9 seconds. Coordinated Universal Time is the current basis for civil time and is the reference time for time zones, whose local times are defined based on an offset from UTC."@en ; + rdfs:label "Coordinated Universal Time"@en ; + cco:ont00001753 "UTC" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001538 +cco:ont00001538 rdf:type owl:NamedIndividual , + cco:ont00000074 ; + rdfs:label "Meters Per Second Per Second Measurement Unit"@en ; + skos:altLabel "m/s/s"@en , + "m/s^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001539 +cco:ont00001539 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Tajikistan Somoni"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001540 +cco:ont00001540 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Israel Shekel"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001541 +cco:ont00001541 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+12"@en ; + skos:altLabel "NST"@en , + "New Zealand Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001542 +cco:ont00001542 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Paraguay Guarani"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001543 +cco:ont00001543 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Decimeter Measurement Unit"@en ; + skos:altLabel "dm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001544 +cco:ont00001544 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Short Ton Measurement Unit"@en ; + skos:altLabel "Net Ton"@en , + "ton (US)"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001545 +cco:ont00001545 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Swaziland Lilangeni"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001546 +cco:ont00001546 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Democratic Republic Of Congo Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001547 +cco:ont00001547 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Syrian Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001548 +cco:ont00001548 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:comment "UT1R is a variant of Universal Time that is a smoothed version of UT1 by filtering out periodic variations due to tidal waves."@en ; + rdfs:label "Universal Time 1 R"@en ; + cco:ont00001753 "UT1R" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001549 +cco:ont00001549 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Dyne Measurement Unit"@en ; + skos:altLabel "dyn"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001550 +cco:ont00001550 rdf:type owl:NamedIndividual , + cco:ont00000276 ; + rdfs:comment "The Julian Calendar was proposed by Julius Caesar as a reform of the Roman Calendar, took effect on 1 January 46 BC, and was the predominant Calendar System in Europe until being largely replaced by the Gregorian Calendar."@en ; + rdfs:label "Julian Calendar"@en ; + skos:definition "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years such that the average length of a Julian Year is 365.25 Days."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001551 +cco:ont00001551 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Foot Measurement Unit"@en ; + skos:altLabel "ft^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001552 +cco:ont00001552 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Gram Measurement Unit"@en ; + skos:altLabel "g"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001553 +cco:ont00001553 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+6"@en ; + skos:altLabel "BST"@en , + "Bangladesh Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001554 +cco:ont00001554 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-10"@en ; + skos:altLabel "HST"@en , + "Hawaii Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001555 +cco:ont00001555 rdf:type owl:NamedIndividual , + cco:ont00000659 ; + rdfs:label "Pound Foot Measurement Unit"@en ; + cco:ont00001753 "lb ft" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001556 +cco:ont00001556 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Samoa Tala"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001557 +cco:ont00001557 rdf:type owl:NamedIndividual , + cco:ont00000527 ; + rdfs:label "Pound Foot Second Square Measurement Unit"@en ; + cco:ont00001753 "lb ft s^2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001558 +cco:ont00001558 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "New Zealand Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001559 +cco:ont00001559 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Pascal Measurement Unit"@en ; + cco:ont00001738 "pascal" ; + cco:ont00001740 "Pa" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001560 +cco:ont00001560 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "Calorie Measurement Unit"@en ; + skos:altLabel "cal"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001561 +cco:ont00001561 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Uganda Shilling"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001562 +cco:ont00001562 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Cambodian Riel"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001563 +cco:ont00001563 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "Horsepower Measurement Unit"@en ; + skos:altLabel "hp"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001564 +cco:ont00001564 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Decigram Measurement Unit"@en ; + skos:altLabel "dg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001565 +cco:ont00001565 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-5"@en ; + skos:altLabel "EST"@en , + "Eastern Standard Time"@en , + "IET"@en , + "Indiana Eastern Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001566 +cco:ont00001566 rdf:type owl:NamedIndividual , + cco:ont00000229 ; + rdfs:label "Watt Measurement Unit"@en ; + cco:ont00001738 "watt" ; + cco:ont00001740 "W" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001567 +cco:ont00001567 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Ounce Measurement Unit"@en ; + skos:altLabel "oz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001568 +cco:ont00001568 rdf:type owl:NamedIndividual , + cco:ont00000770 ; + rdfs:label "Gram Per Cubic Centimeter Measurement Unit"@en ; + cco:ont00001740 "g/cm^3" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001569 +cco:ont00001569 rdf:type owl:NamedIndividual , + cco:ont00000770 ; + rdfs:label "Kilogram Per Cubic Meter Measurement Unit"@en ; + cco:ont00001738 "kg/m^3" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001570 +cco:ont00001570 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+2"@en ; + skos:altLabel "EET"@en , + "Eastern European Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001571 +cco:ont00001571 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Day Measurement Unit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001572 +cco:ont00001572 rdf:type owl:NamedIndividual , + cco:ont00000844 ; + rdfs:label "Kelvin Measurement Unit"@en ; + cco:ont00001738 "kelvin" ; + cco:ont00001740 "K" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001573 +cco:ont00001573 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Teaspoon Measurement Unit"@en ; + cco:ont00001753 "t" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001574 +cco:ont00001574 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Revolutions Per Minute Measurement Unit"@en ; + skos:altLabel "r/min"@en , + "rpm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001575 +cco:ont00001575 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "CFA Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001576 +cco:ont00001576 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Milliliter Measurement Unit"@en ; + skos:altLabel "mL"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001577 +cco:ont00001577 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Ukraine Hryvnia"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001578 +cco:ont00001578 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Nepalese Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001579 +cco:ont00001579 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Liter Per Second Measurement Unit"@en ; + skos:altLabel "l/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001580 +cco:ont00001580 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-3"@en ; + rdfs:label "Papa Time Zone"@en ; + cco:ont00001753 "P" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001581 +cco:ont00001581 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:comment """The ITRS definition fulfills the following conditions: +1. It is geocentric, the center of mass being defined for the whole earth, including oceans and atmosphere. +2. The unit of length is the metre (SI). This scale is consistent with the TCG time coordinate for a geocentric local frame, in agreement with IAU and IUGG (1991) resolutions. This is obtained by appropriate relativistic modelling. +3. Its orientation was initially given by the BIH orientation at 1984.0. +4. The time evolution of the orientation is ensured by using a no-net-rotation condition with regards to horizontal tectonic motions over the whole earth. +From: (https://www.iers.org/IERS/EN/Science/ITRS/ITRS.html)"""@en ; + rdfs:label "International Terrestrial Reference System"@en ; + cco:ont00001753 "ITRS" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001582 +cco:ont00001582 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:label "Universal Transverse Mercator Reference System"@en ; + cco:ont00001753 "UTM" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001583 +cco:ont00001583 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Feet Per Second Measurement Unit"@en ; + skos:altLabel "ft/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001584 +cco:ont00001584 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:label "World Geographic Reference System"@en ; + cco:ont00001753 "WGRS" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001585 +cco:ont00001585 rdf:type owl:NamedIndividual , + cco:ont00000940 ; + rdfs:label "Newton Second Per Kilogram Measurement Unit"@en ; + skos:altLabel "Ns/kg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001586 +cco:ont00001586 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Poland Zloty"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001587 +cco:ont00001587 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Bayre Measurement Unit"@en ; + skos:altLabel "ba"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001588 +cco:ont00001588 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+9"@en ; + skos:altLabel "JST"@en , + "Japan Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001589 +cco:ont00001589 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Inch Measurement Unit"@en ; + skos:altLabel "in^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001590 +cco:ont00001590 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "TAI is a time standard the values of which are generated by calculating the weighted average of the measurements of more than 400 atomic clocks and is based on the International System of Units (SI) definition of one second equals the time it takes a Cesium-133 atom at the ground state to oscillate exactly 9,192,631,770 times. TAI is extremely precise, but does not perfectly synchronize with Earth times, which is why TAI and UT1 are both used to determine UTC. TAI serves as the main realization of TT."@en ; + rdfs:label "International Atomic Time"@en ; + cco:ont00001753 "TAI" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001591 +cco:ont00001591 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-8"@en ; + rdfs:label "Uniform Time Zone"@en ; + cco:ont00001753 "U" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001592 +cco:ont00001592 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Kazakhstan Tenge"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001593 +cco:ont00001593 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Ethiopian Birr"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001594 +cco:ont00001594 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "North Korean Won"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001595 +cco:ont00001595 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Swedish Krona"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001596 +cco:ont00001596 rdf:type owl:NamedIndividual , + cco:ont00001307 ; + rdfs:label "Kilogram Per Second Measurement Unit"@en ; + cco:ont00001740 "kg/s" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001597 +cco:ont00001597 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+11"@en ; + skos:altLabel "SST"@en , + "Solomon Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001598 +cco:ont00001598 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Kilometer Measurement Unit"@en ; + skos:altLabel "km"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001599 +cco:ont00001599 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+3:30"@en ; + skos:altLabel "Iran Standard Time"@en , + "Iran Time"@en ; + cco:ont00001753 "IRST" , + "IT" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001600 +cco:ont00001600 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Guinean Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001601 +cco:ont00001601 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "United Kingdom Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001602 +cco:ont00001602 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Miles Per Hour Measurement Unit"@en ; + skos:altLabel "mi/h"@en , + "mph"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001603 +cco:ont00001603 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-1"@en ; + rdfs:label "November Time Zone"@en ; + cco:ont00001753 "N" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001604 +cco:ont00001604 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Degree Measurement Unit"@en ; + cco:ont00001740 "°" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001605 +cco:ont00001605 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Argentine Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001606 +cco:ont00001606 rdf:type owl:NamedIndividual , + cco:ont00000844 ; + rdfs:label "Degree Celsius Measurement Unit"@en ; + cco:ont00001738 "degree Celsius" ; + cco:ont00001740 "°C" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001607 +cco:ont00001607 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-9"@en ; + rdfs:label "Victor Time Zone"@en ; + cco:ont00001753 "V" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001608 +cco:ont00001608 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:label "Pound-Mole Measurement Unit"@en ; + skos:altLabel "lb-mol"@en , + "lbmol"@en , + "pound-mole"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001609 +cco:ont00001609 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Gradian Measurement Unit"@en ; + skos:altLabel "Gon"@en , + "Grad"@en , + "Grade"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001610 +cco:ont00001610 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Thai Baht"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001611 +cco:ont00001611 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Gallon Measurement Unit"@en ; + skos:altLabel "gal"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001612 +cco:ont00001612 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Bar Measurement Unit"@en ; + skos:altLabel "bar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001613 +cco:ont00001613 rdf:type owl:NamedIndividual , + cco:ont00001004 ; + rdfs:label "Kilovolt Ampere Measurement Unit"@en ; + skos:altLabel "kVA"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001614 +cco:ont00001614 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Moldovan Leu"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001615 +cco:ont00001615 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-7"@en ; + skos:altLabel "MST"@en , + "Mountain Standard Time"@en , + "PNT"@en , + "Phoenix Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001616 +cco:ont00001616 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Gambian Dalasi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001617 +cco:ont00001617 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Nigeria Naira"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001618 +cco:ont00001618 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "United States Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001619 +cco:ont00001619 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Solomon Island Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001620 +cco:ont00001620 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Macedonian Denar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001621 +cco:ont00001621 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Pakistani Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001622 +cco:ont00001622 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Armenian Dram"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001623 +cco:ont00001623 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Romanian Leu"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001624 +cco:ont00001624 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+7"@en ; + rdfs:label "Golf Time Zone"@en ; + cco:ont00001753 "G" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001625 +cco:ont00001625 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:comment "UT0 is a variant of Universal Time that is measured by observing the diurnal motion of stars or extragalactic radio sources at a specific location on Earth. It does not take into consideration distorting factors, in particular polar motion, such that its value will differ based on the location it is measured at."@en ; + rdfs:label "Universal Time 0"@en ; + cco:ont00001753 "UT0" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001626 +cco:ont00001626 rdf:type owl:NamedIndividual , + cco:ont00000263 ; + rdfs:label "Twelve-Hour Clock Time System"@en ; + skos:altLabel "12-Hour Clock"@en , + "12-Hour Clock Time System"@en , + "Twelve Hour Clock"@en , + "Twelve Hour Clock Time System"@en , + "Twelve-Hour Clock"@en ; + skos:definition "A Clock Time System for keeping the Time of Day in which the Day runs from midnight to midnight and is divided into two intervals of 12 Hours each, where: the first interval begins at midnight, ends at noon, and is indicated by the suffix 'a.m.'; the second interval begins at noon, ends at midnight, and is indicated by the suffix 'p.m.'; and the midnight and noon Hours are numbered 12 with subsequent Hours numbered 1-11."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001627 +cco:ont00001627 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "HongKong Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001628 +cco:ont00001628 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-12"@en , + "Yankee Time Zone is the same local time as Mike Time Zone, but is 1 Day (i.e. 24 Hours) behind Mike Time Zone as they are on opposite sides of the International Date Line."@en ; + rdfs:label "Yankee Time Zone"@en ; + cco:ont00001753 "Y" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001629 +cco:ont00001629 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Nautical Mile Measurement Unit"@en ; + skos:altLabel "M"@en , + "NM"@en , + "nmi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001630 +cco:ont00001630 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:comment """\"WGS 84 is an Earth-centered, Earth-fixed terrestrial reference system and geodetic datum. WGS 84 is based on a consistent set of constants and model parameters that describe the Earth's size, shape, and gravity and geomagnetic fields. WGS 84 is the standard U.S. Department of Defense definition of a global reference system for geospatial information and is the reference system for the Global Positioning System (GPS). It is compatible with the International Terrestrial Reference System (ITRS).\" +From: (http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf)"""@en ; + rdfs:label "World Geodetic System 1984"@en ; + cco:ont00001753 "WGS 84" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001631 +cco:ont00001631 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Seychelles Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001632 +cco:ont00001632 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "South Korean Won"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001633 +cco:ont00001633 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Vanuatu Vatu"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001634 +cco:ont00001634 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-1"@en ; + skos:altLabel "CAT"@en , + "Central African Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001635 +cco:ont00001635 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bosnia And Herzegovina Convertible Mark"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001636 +cco:ont00001636 rdf:type owl:NamedIndividual , + cco:ont00000198 ; + rdfs:label "Phon Measurement Unit"@en ; + skos:altLabel "phon"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001637 +cco:ont00001637 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Nanometer Measurement Unit"@en ; + skos:altLabel "Nanometre"@en , + "nm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001638 +cco:ont00001638 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Comoros Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001639 +cco:ont00001639 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Indonesia Rupiah"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001640 +cco:ont00001640 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Myanmar Kyat"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001641 +cco:ont00001641 rdf:type owl:NamedIndividual , + cco:ont00000527 ; + rdfs:label "Kilogram Meter Square Measurement Unit"@en ; + cco:ont00001740 "kg-m^2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001642 +cco:ont00001642 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Millimeter Measurement Unit"@en ; + skos:altLabel "mm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001643 +cco:ont00001643 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Millibar Measurement Unit"@en ; + skos:altLabel "mb"@en , + "mbar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001644 +cco:ont00001644 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Cubic Feet Per Second Measurement Unit"@en ; + skos:altLabel "ft^3/s"@en ; + cco:ont00001753 "cusec" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001645 +cco:ont00001645 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Inch Measurement Unit"@en ; + skos:altLabel "in^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001646 +cco:ont00001646 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Knot Measurement Unit"@en ; + skos:altLabel "kn"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001647 +cco:ont00001647 rdf:type owl:NamedIndividual , + cco:ont00000074 ; + rdfs:label "Feet Per Second Per Second Measurement Unit"@en ; + skos:altLabel "ft/s/s"@en , + "ft/s^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001648 +cco:ont00001648 rdf:type owl:NamedIndividual , + cco:ont00000469 , + cco:ont00001351 ; + rdfs:label "Earth-Centered Earth-Fixed Coordinate System"@en ; + skos:altLabel "Conventional Terrestrial Coordinate System"@en , + "ECEF"@en , + "ECR"@en , + "Earth Centered Earth Fixed"@en , + "Earth Centered Rotational Coordinate System"@en , + "Earth-Centered Earth-Fixed"@en , + "Earth-Centered, Earth-Fixed"@en ; + skos:definition "A Geospatial and Cartesian Coordinate System that identifies positions using an x-axis, y-axis, and z-axis coordinate where the zero point is the center of the Earth, the z-Axis extends toward the North Pole but does not always coincide exactly with the Earth's Axis of Rotation, the x-Axis extends through the intersection of the Prime Meridian and the Equator, the y-Axis completes the right-handed system, and all three axes are fixed to the Earth such that they rotate along with the Earth."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001649 +cco:ont00001649 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mongolia Tugrik"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001650 +cco:ont00001650 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Tunisian Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001651 +cco:ont00001651 rdf:type owl:NamedIndividual , + cco:ont00001307 ; + rdfs:label "Gram Per Second Measurement Unit"@en ; + skos:altLabel "g/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001652 +cco:ont00001652 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Russian Rouble"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001653 +cco:ont00001653 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "Joule Measurement Unit"@en ; + cco:ont00001738 "joule" ; + cco:ont00001740 "J" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001654 +cco:ont00001654 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Iranian Rial"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001655 +cco:ont00001655 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Cape Verde Escudo"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001656 +cco:ont00001656 rdf:type owl:NamedIndividual , + cco:ont00001345 ; + rdfs:label "Newton Second Measurement Unit"@en ; + skos:altLabel "N s"@en , + "Newton second"@en , + "Ns"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001657 +cco:ont00001657 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Trinidad and Tobago Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001658 +cco:ont00001658 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "Teph (the 'eph' is written as subscript) is an ephemeris time argument developed and calculated at the Jet Propulsion Laboratory (JPL) and implemented in a series of numerically integrated Development Ephemerides (DE), including the currently used DE405. Teph is characterized as a relativistic coordinate time that is nearly equivalent to the IAU's definition of TCB, though Teph is not currently an IAU time standard. Teph is used by the JPL to generate the ephemerides it publishes to support spacecraft navigation and astronomy."@en ; + rdfs:label "Jet Propulsion Laboratory Ephemeris Time Argument"@en ; + skos:altLabel "JPL Ephemeris Time"@en ; + cco:ont00001753 "Teph" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001659 +cco:ont00001659 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Turn Measurement Unit"@en ; + skos:altLabel "Cycle"@en , + "Full Circle"@en , + "Revolution"@en , + "Rotation"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001660 +cco:ont00001660 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:comment "This global main field model provides magnetic field values for any location on Earth, e.g. for navigational purposes (declination) or as a standard for core field subtraction for aeromagnetic surveys. An updated version is adopted by International Association of Geomagnetism and Aeronomy (IAGA) every 5 years)."@en ; + rdfs:label "International Geomagnetic Reference Field"@en ; + cco:ont00001754 "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/" . + + +### https://www.commoncoreontologies.org/ont00001661 +cco:ont00001661 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+8"@en ; + skos:altLabel "CTT"@en , + "China Taiwan Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001662 +cco:ont00001662 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mozambique Metical"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001663 +cco:ont00001663 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Meter Measurement Unit"@en ; + skos:altLabel "m^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001664 +cco:ont00001664 rdf:type owl:NamedIndividual , + cco:ont00000198 ; + rdfs:label "Decibel Measurement Unit"@en ; + cco:ont00001740 "dB" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001665 +cco:ont00001665 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Georgian Lari"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001666 +cco:ont00001666 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment """\"Barycentric Coordinate Time (TCB, from the French Temps-coordonnée barycentrique) is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to orbits of planets, asteroids, comets, and interplanetary spacecraft in the Solar system. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the barycenter of the Solar system: that is, a clock that performs exactly the same movements as the Solar system but is outside the system's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Sun and the rest of the system.\" +From: (https://en.wikipedia.org/wiki/Barycentric_Coordinate_Time)"""@en ; + rdfs:label "Barycentric Coordinate Time"@en ; + cco:ont00001753 "TCB" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001667 +cco:ont00001667 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Minute Measurement Unit"@en ; + cco:ont00001740 "min" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001668 +cco:ont00001668 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Sierra Leone Leone"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001669 +cco:ont00001669 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Gigahertz Measurement Unit"@en ; + skos:altLabel "GHz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001670 +cco:ont00001670 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Malaysia Ringgit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001671 +cco:ont00001671 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Azerbaijan Manat"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001672 +cco:ont00001672 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Decimeter Measurement Unit"@en ; + skos:altLabel "dm^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001673 +cco:ont00001673 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Japanese Yen"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001674 +cco:ont00001674 rdf:type owl:NamedIndividual , + cco:ont00000276 ; + rdfs:comment "The Gregorian Calendar was instituted by Pope Gregory XIII via papal bull on 24 February 1582 as a reform of the Julian Calendar to stop the drift of the calendar with respect to the equinoxes and solstices. The Gregorian Calendar is currently the most widely used civil Calendar System in the world and is 13 days ahead of the Julian Calendar Date."@en ; + rdfs:label "Gregorian Calendar"@en ; + skos:definition "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years except Years that are evenly divisible by 100 but not 400 such that there are 97 leap Years every 400 Years and the average length of a Gregorian Year is 365.2425 Days (365 Days 5 Hours 49 Minutes 12 Seconds)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001675 +cco:ont00001675 rdf:type owl:NamedIndividual , + cco:ont00000940 ; + rdfs:label "Slug Foot Per Second Measurement Unit"@en ; + skos:altLabel "slug ft/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001676 +cco:ont00001676 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Metric Ton Measurement Unit"@en ; + skos:altLabel "tonne"@en ; + cco:ont00001740 "t" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001677 +cco:ont00001677 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Inch Measurement Unit"@en ; + skos:altLabel "in"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001678 +cco:ont00001678 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Decimeter Measurement Unit"@en ; + skos:altLabel "dm^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001679 +cco:ont00001679 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "St Helena Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001680 +cco:ont00001680 rdf:type owl:NamedIndividual , + cco:ont00000074 ; + rdfs:label "Miles Per Second Per Second Measurement Unit"@en ; + skos:altLabel "mi/s/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001681 +cco:ont00001681 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Gallon Per Minute Measurement Unit"@en ; + skos:altLabel "gal/min"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001682 +cco:ont00001682 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Kilopond Measurement Unit"@en ; + skos:altLabel "Kilogram Force Measurement Unit"@en , + "Kilogram-Force"@en , + "kgf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001683 +cco:ont00001683 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Meter Measurement Unit"@en ; + cco:ont00001738 "meter" ; + cco:ont00001740 "m" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001684 +cco:ont00001684 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Burundi Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001685 +cco:ont00001685 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Second of Arc Measurement Unit"@en ; + skos:altLabel "Arcsecond"@en , + "arcsec"@en , + "as"@en , + "asec"@en ; + cco:ont00001740 "\"" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001686 +cco:ont00001686 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en ; + skos:altLabel "cm^3/min"@en ; + cco:ont00001753 "sccm" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001687 +cco:ont00001687 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Yard Measurement Unit"@en ; + skos:altLabel "yrd^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001688 +cco:ont00001688 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Sao Tome Principe Dobra"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001689 +cco:ont00001689 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "British Thermal Unit Measurement Unit"@en ; + skos:altLabel "BTU"@en , + "Btu"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001690 +cco:ont00001690 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Turkmenistan Manat"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001691 +cco:ont00001691 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-6"@en ; + skos:altLabel "CST"@en , + "Central Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001692 +cco:ont00001692 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment """Unix Time is a Temporal Reference System for describing a point in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC) Thursday, 1 January 1970 minus the number of leap seconds that have taken place since then. +(See: https://en.wikipedia.org/wiki/Unix_time)"""@en ; + rdfs:label "Unix Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001693 +cco:ont00001693 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "Zulu Time Zone"@en ; + cco:ont00001753 "Z" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001694 +cco:ont00001694 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Pounds Per Square Inch Measurement Unit"@en ; + skos:altLabel "psi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001695 +cco:ont00001695 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:comment "UT2 is a variant of Universal Time that smooths UT1 by accounting for both polar motion and variations in Earth's rotation due to seasonal factors, such as changes in vegetation and water or snow distribution."@en ; + rdfs:label "Universal Time 2"@en ; + cco:ont00001753 "UT2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001696 +cco:ont00001696 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Centigram Measurement Unit"@en ; + skos:altLabel "cg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001697 +cco:ont00001697 rdf:type owl:NamedIndividual , + cco:ont00000074 ; + rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en ; + skos:altLabel "km/s/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001698 +cco:ont00001698 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Long Ton Measurement Unit"@en ; + skos:altLabel "Displacement Ton"@en , + "Gross Ton"@en , + "Imperial Ton"@en , + "Weight Ton"@en , + "ton (UK)"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001699 +cco:ont00001699 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Morocco Dirham"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001700 +cco:ont00001700 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Juliet time is used as an indexical to refer to local time without otherwise specifying the time zone."@en ; + rdfs:label "Juliet Time Zone"@en ; + cco:ont00001753 "J" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001701 +cco:ont00001701 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-3"@en ; + skos:altLabel "AGT"@en , + "Argentina Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001702 +cco:ont00001702 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+5:30"@en ; + skos:altLabel "Indian Standard Time"@en , + "Sri Lanka Standard Time"@en ; + cco:ont00001753 "IST" , + "SLST" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001703 +cco:ont00001703 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Brazilian Real"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001704 +cco:ont00001704 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+3"@en ; + skos:altLabel "EAT"@en , + "Eastern African Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001705 +cco:ont00001705 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Chilean Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001706 +cco:ont00001706 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Acre Measurement Unit"@en ; + skos:altLabel "acre"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001707 +cco:ont00001707 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Month Measurement Unit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001708 +cco:ont00001708 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Serbian Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001709 +cco:ont00001709 rdf:type owl:NamedIndividual , + cco:ont00000502 ; + rdfs:label "Quartic Meter Measurement Unit"@en ; + cco:ont00001740 "m^4" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001710 +cco:ont00001710 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Danish Krone"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001711 +cco:ont00001711 rdf:type owl:NamedIndividual , + cco:ont00001345 ; + rdfs:label "Dyne Second Measurement Unit"@en ; + skos:altLabel "dyne s"@en , + "dyne second"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001712 +cco:ont00001712 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-5"@en ; + rdfs:label "Romeo Time Zone"@en ; + cco:ont00001753 "R" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001713 +cco:ont00001713 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Millimeter Measurement Unit"@en ; + skos:altLabel "mm^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001714 +cco:ont00001714 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Foot Measurement Unit"@en ; + skos:altLabel "ft"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001715 +cco:ont00001715 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Terahertz Measurement Unit"@en ; + skos:altLabel "THz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001716 +cco:ont00001716 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:comment "UT1 is a derivation of UT0 that takes into account distortions caused by polar motion and is proportional to the rotation angle of the Earth with respect to distant quasars, specifically, the International Celestial Reference Frame (ICRF). UT1 is currently the most widely used variant of Universal Time and has the same value everywhere on Earth."@en ; + rdfs:label "Universal Time 1"@en ; + skos:altLabel "Astronomical Time"@en ; + cco:ont00001753 "UT1" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001717 +cco:ont00001717 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Croatia Kuna"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001718 +cco:ont00001718 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Honduras Lempira"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001719 +cco:ont00001719 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Kyrgyzstan Som"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001720 +cco:ont00001720 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Guatemala Quetzal"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001721 +cco:ont00001721 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Libyan Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001722 +cco:ont00001722 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bhutan Ngultrum"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001723 +cco:ont00001723 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+4"@en ; + rdfs:label "Delta Time Zone"@en ; + cco:ont00001753 "D" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001724 +cco:ont00001724 rdf:type owl:NamedIndividual , + cco:ont00000844 ; + rdfs:label "Degree Fahrenheit Measurement Unit"@en ; + skos:altLabel "°F"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001725 +cco:ont00001725 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Iceland Krona"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001726 +cco:ont00001726 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Norwegian Krone"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001727 +cco:ont00001727 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+10"@en ; + rdfs:label "Kilo Time Zone"@en ; + cco:ont00001753 "K" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001728 +cco:ont00001728 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Pound Measurement Unit"@en ; + skos:altLabel "lb"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001729 +cco:ont00001729 rdf:type owl:NamedIndividual , + cco:ont00001004 ; + rdfs:label "Volt Ampere Measurement Unit"@en ; + skos:altLabel "VA"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001730 +cco:ont00001730 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Hertz Measurement Unit"@en ; + skos:altLabel "cycles per second"@en ; + cco:ont00001738 "hertz" ; + cco:ont00001740 "Hz" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001731 +cco:ont00001731 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Jamaican Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001732 +cco:ont00001732 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+3"@en ; + rdfs:label "Charlie Time Zone"@en ; + cco:ont00001753 "C" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001733 +cco:ont00001733 rdf:type owl:NamedIndividual , + cco:ont00001307 ; + rdfs:label "Slug Per Second Measurement Unit"@en ; + skos:altLabel "slug/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001734 +cco:ont00001734 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Australian Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( obo:BFO_0000004 + obo:BFO_0000020 + obo:BFO_0000031 + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( obo:BFO_0000006 + obo:BFO_0000029 + obo:BFO_0000140 + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( obo:BFO_0000008 + obo:BFO_0000011 + obo:BFO_0000015 + obo:BFO_0000035 + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( obo:BFO_0000009 + obo:BFO_0000018 + obo:BFO_0000026 + obo:BFO_0000028 + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( obo:BFO_0000142 + obo:BFO_0000146 + obo:BFO_0000147 + ) +] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/CurrencyUnitOntology.ttl b/src/cco-iris/CurrencyUnitOntology.ttl new file mode 100644 index 00000000..0a34adcb --- /dev/null +++ b/src/cco-iris/CurrencyUnitOntology.ttl @@ -0,0 +1,951 @@ +@prefix : . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ; + rdfs:label "Currency Unit Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 +cco:ont00000120 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000518 +cco:ont00000518 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Currency"@en ; + skos:definition "A Measurement Unit used in measurements of financial values."@en ; + skos:example "U.S. Dollar, Euro, Yuan, South African Rand" ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001385 +cco:ont00001385 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Haiti Gourde"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001386 +cco:ont00001386 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Yemeni Rial"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001387 +cco:ont00001387 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mauritania Ouguiya"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001389 +cco:ont00001389 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Kenyan Shilling"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001394 +cco:ont00001394 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Papua New Guinea Kina"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001396 +cco:ont00001396 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Viet Nam Dong"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001399 +cco:ont00001399 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Ghana Cedi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001400 +cco:ont00001400 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Sri Lanka Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001401 +cco:ont00001401 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "South Africa Rand"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001404 +cco:ont00001404 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Afghanistan Afghani"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001409 +cco:ont00001409 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Singapore Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001410 +cco:ont00001410 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Guyana Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001415 +cco:ont00001415 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Swiss Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001420 +cco:ont00001420 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Dominican Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001426 +cco:ont00001426 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Chinese Renminbi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001427 +cco:ont00001427 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Canadian Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001435 +cco:ont00001435 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Colombian Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001441 +cco:ont00001441 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Rwanda Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001443 +cco:ont00001443 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Albania Lek"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001447 +cco:ont00001447 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "CFP Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001448 +cco:ont00001448 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Malawi Kwacha"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001449 +cco:ont00001449 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Czech Koruna"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001452 +cco:ont00001452 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Indian Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001455 +cco:ont00001455 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bolivia Boliviano"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001458 +cco:ont00001458 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Costa Rica Colon"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001460 +cco:ont00001460 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mauritius Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001464 +cco:ont00001464 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Uzbekistan Sum"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001465 +cco:ont00001465 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Namibia Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001473 +cco:ont00001473 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Euro"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001479 +cco:ont00001479 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Angolan Kwanza"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001481 +cco:ont00001481 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Macao Pataca"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001482 +cco:ont00001482 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Algerian Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001484 +cco:ont00001484 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bangladesh Taka"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001485 +cco:ont00001485 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Surinamese Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001487 +cco:ont00001487 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Peru Nuevo Sol"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001490 +cco:ont00001490 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bulgarian Lev"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001492 +cco:ont00001492 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Lebanese Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001497 +cco:ont00001497 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Kuwaiti Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001498 +cco:ont00001498 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Fiji Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001501 +cco:ont00001501 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Tanzania Shilling"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001503 +cco:ont00001503 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Hungary Forint"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001505 +cco:ont00001505 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Uruguay Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001507 +cco:ont00001507 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Lesotho Loti"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001508 +cco:ont00001508 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Brunei Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001509 +cco:ont00001509 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Belarussian Ruble"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001510 +cco:ont00001510 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Tonga Pa anga"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001512 +cco:ont00001512 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "South Sudanese Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001513 +cco:ont00001513 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mexican Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001514 +cco:ont00001514 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Laos Kip"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001515 +cco:ont00001515 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Liberian Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001517 +cco:ont00001517 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Nicaragua Cordoba Oro"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001518 +cco:ont00001518 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Madagascar Malagasy Ariary"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001519 +cco:ont00001519 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Turkish Lira"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001520 +cco:ont00001520 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Zambia Kwacha"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001521 +cco:ont00001521 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Philippine Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001531 +cco:ont00001531 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Botswana Pula"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001532 +cco:ont00001532 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Egyptian Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001535 +cco:ont00001535 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Sudanese Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001539 +cco:ont00001539 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Tajikistan Somoni"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001540 +cco:ont00001540 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Israel Shekel"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001542 +cco:ont00001542 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Paraguay Guarani"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001545 +cco:ont00001545 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Swaziland Lilangeni"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001546 +cco:ont00001546 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Democratic Republic Of Congo Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001547 +cco:ont00001547 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Syrian Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001556 +cco:ont00001556 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Samoa Tala"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001558 +cco:ont00001558 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "New Zealand Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001561 +cco:ont00001561 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Uganda Shilling"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001562 +cco:ont00001562 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Cambodian Riel"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001575 +cco:ont00001575 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "CFA Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001577 +cco:ont00001577 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Ukraine Hryvnia"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001578 +cco:ont00001578 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Nepalese Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001586 +cco:ont00001586 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Poland Zloty"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001592 +cco:ont00001592 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Kazakhstan Tenge"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001593 +cco:ont00001593 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Ethiopian Birr"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001594 +cco:ont00001594 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "North Korean Won"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001595 +cco:ont00001595 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Swedish Krona"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001600 +cco:ont00001600 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Guinean Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001601 +cco:ont00001601 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "United Kingdom Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001605 +cco:ont00001605 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Argentine Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001610 +cco:ont00001610 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Thai Baht"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001614 +cco:ont00001614 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Moldovan Leu"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001616 +cco:ont00001616 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Gambian Dalasi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001617 +cco:ont00001617 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Nigeria Naira"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001618 +cco:ont00001618 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "United States Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001619 +cco:ont00001619 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Solomon Island Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001620 +cco:ont00001620 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Macedonian Denar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001621 +cco:ont00001621 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Pakistani Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001622 +cco:ont00001622 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Armenian Dram"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001623 +cco:ont00001623 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Romanian Leu"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001627 +cco:ont00001627 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "HongKong Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001631 +cco:ont00001631 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Seychelles Rupee"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001632 +cco:ont00001632 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "South Korean Won"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001633 +cco:ont00001633 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Vanuatu Vatu"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001635 +cco:ont00001635 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bosnia And Herzegovina Convertible Mark"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001638 +cco:ont00001638 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Comoros Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001639 +cco:ont00001639 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Indonesia Rupiah"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001640 +cco:ont00001640 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Myanmar Kyat"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001649 +cco:ont00001649 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mongolia Tugrik"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001650 +cco:ont00001650 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Tunisian Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001652 +cco:ont00001652 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Russian Rouble"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001654 +cco:ont00001654 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Iranian Rial"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001655 +cco:ont00001655 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Cape Verde Escudo"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001657 +cco:ont00001657 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Trinidad and Tobago Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001662 +cco:ont00001662 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Mozambique Metical"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001665 +cco:ont00001665 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Georgian Lari"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001668 +cco:ont00001668 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Sierra Leone Leone"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001670 +cco:ont00001670 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Malaysia Ringgit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001671 +cco:ont00001671 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Azerbaijan Manat"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001673 +cco:ont00001673 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Japanese Yen"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001679 +cco:ont00001679 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "St Helena Pound"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001684 +cco:ont00001684 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Burundi Franc"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001688 +cco:ont00001688 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Sao Tome Principe Dobra"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001690 +cco:ont00001690 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Turkmenistan Manat"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001699 +cco:ont00001699 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Morocco Dirham"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001703 +cco:ont00001703 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Brazilian Real"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001705 +cco:ont00001705 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Chilean Peso"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001708 +cco:ont00001708 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Serbian Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001710 +cco:ont00001710 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Danish Krone"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001717 +cco:ont00001717 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Croatia Kuna"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001718 +cco:ont00001718 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Honduras Lempira"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001719 +cco:ont00001719 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Kyrgyzstan Som"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001720 +cco:ont00001720 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Guatemala Quetzal"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001721 +cco:ont00001721 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Libyan Dinar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001722 +cco:ont00001722 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Bhutan Ngultrum"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001725 +cco:ont00001725 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Iceland Krona"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001726 +cco:ont00001726 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Norwegian Krone"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001731 +cco:ont00001731 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Jamaican Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001734 +cco:ont00001734 rdf:type owl:NamedIndividual , + cco:ont00000518 ; + rdfs:label "Australian Dollar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/EventOntology.ttl b/src/cco-iris/EventOntology.ttl new file mode 100644 index 00000000..983be917 --- /dev/null +++ b/src/cco-iris/EventOntology.ttl @@ -0,0 +1,3184 @@ +@prefix : . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."@en ; + rdfs:label "Event Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 +cco:ont00001753 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 +cco:ont00001777 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001803 +cco:ont00001803 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001819 +cco:ont00001819 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001857 +cco:ont00001857 rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001936 +cco:ont00001936 rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 +obo:BFO_0000144 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 ; + rdfs:label "Process Profile"@en ; + skos:definition "An occurrent that is an occurrent part of some process by virtue of the rate, or pattern, or amplitude of change in an attribute of one or more participants of said process."@en ; + skos:example "On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels; One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance.; The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on."@en ; + skos:scopeNote "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000004 +cco:ont00000004 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Change"@en ; + skos:definition "A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000005 +cco:ont00000005 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Act"@en ; + skos:definition "A Process in which at least one Agent plays a causative role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000006 +cco:ont00000006 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Upper Midrange Frequency"@en ; + skos:definition "A Sonic Frequency that is between 2 and 4 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000007 +cco:ont00000007 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Natural Process"@en ; + skos:definition "A Process existing in or produced by nature; rather than by the intent of human beings."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/natural+process" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000008 +cco:ont00000008 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001047 ; + rdfs:label "Sound Frequency"@en ; + skos:definition "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000011 +cco:ont00000011 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Nominal Stasis"@en ; + skos:altLabel "Nominal"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has a level of intensity or functionality that falls within the designed, expected, or acceptable range such that the Independent Continuant is of normal value, usefulness, or functionality."@en ; + cco:ont00001754 "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000013 +cco:ont00000013 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000554 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom obo:BFO_0000031 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Generically Dependent Continuant"@en ; + skos:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ; + skos:example "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000016 +cco:ont00000016 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Triangular Waveform"@en ; + skos:definition "A Waveform that is characterized by a triangular shape due to the continuous linear zig-zag transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000024 +cco:ont00000024 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000133 ; + rdfs:label "Act of Advising"@en ; + skos:definition "An Act of Directive Communication performed by providing advice or counsel to another agent."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/advising" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000027 +cco:ont00000027 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Mailing"@en ; + skos:altLabel "Act of Mailing"@en ; + skos:definition "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000033 +cco:ont00000033 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000854 ; + rdfs:label "Decrease of Role"@en ; + skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000035 +cco:ont00000035 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000490 ; + rdfs:label "Soft X-ray Frequency"@en ; + skos:definition "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000037 +cco:ont00000037 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Observation"@en ; + skos:definition "A Planned Act of acquiring information from a source via the use of one or more senses."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000051 +cco:ont00000051 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000908 ; + rdfs:comment "An Act of Construction typically involves the production of only one or a limited number of goods, such as in the construction of an airport or a community of condominiums."@en ; + rdfs:label "Act of Construction"@en ; + skos:definition "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000065 +cco:ont00000065 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000357 ; + rdfs:label "Act of Location Change"@en ; + skos:definition "An Act of Motion in which the location of some Object is changed by some Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000078 +cco:ont00000078 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000345 ; + rdfs:comment "Although the boundary between Act of Estimation and guessing is vague, estimation can be partially distinguished from guessing in that every Act of Estimation has as input some relevant information; whereas an act of guessing can occur sans information (or at least sans pertinent information). For example, if Mr. Green were asked how many blades of grass are in his lawn, he could simply choose a number (i.e. he could guess) or he could estimate the number by counting how many baldes of grass are in 1 square foot of his lawn, measuring the square footage of his lawn, and then multiplying these values to arrive at a number. Hence, many estimates may be loosely considered to be educated guesses."@en , + "Note that, while every Act of Measuring arguably involves some degree of estimation (for example, a measuring instrument rounding to the nearest ten-thousandth or an Agent reading an analog display), it would be a mistake to classify all Acts of Measuring as Acts of Estimation. This holds even for cases (e.g. census taking) in which sofisticated estimations are often more accurate than other means of measuring (e.g. enumeration)."@en ; + rdfs:label "Act of Estimation"@en ; + skos:altLabel "Act of Approximation"@en ; + skos:definition "An Act of Measuring that involves the comparison of a measurement of a similar Entity or of a portion of the Entity being estimated to produce an approximated measurement of the target Entity."@en ; + skos:example "measuring how much time a train will add to your commute by measuring how long it takes for 10 train cars to pass a given point and then combining this information with an estimate of how many train cars are in a typical train based on your past experience" , + "measuring the amount of time required to do a task based on how long it took to do a similar task in the past" , + "measuring the height of a building by counting the number of floors and multiplying it by the height of an average floor in an average building" , + "measuring the property value of a house based on its square footage and the average cost per square foot of other houses in the area" ; + skos:scopeNote "In all cases, the Agent in an Act of Estimation either lacks complete information, lacks access to the relevant information, or chooses not to use the complete information (perhaps to save money or time) about the thing being estimated; instead, the Agent uses some or all of the relevant information that the Agent does have as a basis for arriving at the estimate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000079 +cco:ont00000079 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001327 ; + rdfs:label "Act of Social Movement"@en ; + skos:definition "A Social Act composed of a series of performances, displays and campaigns directed at implementing, resisting or undoing a change in society."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000083 +cco:ont00000083 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000035 ; + rdfs:label "Process Ending"@en ; + skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000099 +cco:ont00000099 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000062 ; + owl:someValuesFrom cco:ont00000765 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000752 + ] ; + rdfs:label "Wave Process"@en ; + skos:definition "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000100 +cco:ont00000100 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001132 ; + rdfs:label "Stasis of Partially Mission Capable"@en ; + skos:definition "A Stasis of Mission Capability during which the participating Continuant is capable of performing some but not all of its primary functions for the specified Mission."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000106 +cco:ont00000106 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + rdfs:comment "An End of Life Stasis (EoL) is distinguished from a Stasis of Partially Mission Capable or Stasis of Non-Mission Capable in that EoL is more inclusive such that the participating Artifact may be either Partially or Non-Mission Capable. Additionally, EoL applies only to Artifacts and is typically determined in relation to its original mission and designed primary functions. In contrast, an Artifact's level of Mission Capability depends on the requirements of the mission under consideration such that a given Artifact may simultaneously be Fully Mission Capable for mission1, Partially Mission Capable for mission2, and Non-Mission Capable for mission3."@en ; + rdfs:label "End of Life Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when the participating Artifact is no longer capable of realizing all of its designed primary Artifact Functions."@en ; + cco:ont00001753 "EOL" , + "EoL" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000107 +cco:ont00000107 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001048 ; + rdfs:label "Increase of Generically Dependent Continuant"@en ; + skos:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000109 +cco:ont00000109 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Military Force"@en ; + skos:definition "A Planned Act of employing a Military Force to achieve some desired result."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000110 +cco:ont00000110 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Mechanical Process"@en ; + skos:definition "A Process that is the realization of some Disposition of an Artifact"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000115 +cco:ont00000115 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Disposition"@en ; + skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000121 +cco:ont00000121 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Conducting Mass Media Interview"@en ; + skos:definition "An Act of Mass Media Communication involving a conversation between a reporter and a person of public interest, used as a basis of a broadcast or publication."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000123 +cco:ont00000123 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"@en ; + rdfs:label "Act of Expressive Communication"@en ; + skos:definition "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000131 +cco:ont00000131 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001214 ; + rdfs:label "Increase of Quality"@en ; + skos:definition "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000133 +cco:ont00000133 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"@en ; + rdfs:label "Act of Directive Communication"@en ; + skos:definition "An Act of Communication that is intended to cause the hearer to take a particular action."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000135 +cco:ont00000135 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000819 ; + rdfs:label "Stasis of Specifically Dependent Continuant"@en ; + skos:definition "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000137 +cco:ont00000137 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Financial Deposit"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Depositor) to another Agent to create a liability to be repaid to the Depositor through an Act of Financial Withdrawal."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000138 +cco:ont00000138 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000503 ; + rdfs:label "Maximum Power"@en ; + skos:definition "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000142 +cco:ont00000142 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Government"@en ; + skos:definition "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000144 +cco:ont00000144 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Meeting"@en ; + skos:definition "An Act of Association wherein two or more Persons assemble for some common purpose."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000148 +cco:ont00000148 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000368 ; + rdfs:label "Clockwise Rotational Motion"@en ; + skos:altLabel "CW Rotational Motion"@en , + "Clockwise Rotation"@en ; + skos:definition "A Rotational Motion in which the direction of rotation is toward the right as seen relative to the designated side of the plane of rotation."@en ; + skos:example "the axial rotation of the Earth as seen from above the South Pole" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000149 +cco:ont00000149 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Instant Messaging"@en ; + skos:altLabel "Act of IMing"@en , + "Act of Instant Messaging"@en ; + skos:definition "An Act of Communication by Media in which real-time direct text-based communication occurs between two or more people using personal computers or other devices, along with shared Instant Messaging Client Software conveyed over a network, such as the Internet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000150 +cco:ont00000150 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:label "Radio Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en ; + cco:ont00001753 "RF" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000151 +cco:ont00000151 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Reporting"@en ; + skos:definition "An Act of Representative Communication performed by giving a detailed account or statement."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/report" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000155 +cco:ont00000155 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001337 ; + rdfs:label "Near Infrared Light Frequency"@en ; + skos:definition "An Infrared Light Frequency that is between 214 and 400 terahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000165 +cco:ont00000165 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Criminal Act"@en ; + skos:definition "A Planned Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000166 +cco:ont00000166 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000099 ; + rdfs:label "Wave Cycle"@en ; + skos:definition "A Wave Process that consists of a portion of a Wave Process that begins at an arbitrary point of the Wave Process and ends at the next point when the pattern of the Wave Process begins to repeat."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000168 +cco:ont00000168 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Interpersonal Relationship"@en ; + skos:definition "An Act of Association between two or more Persons that may range from fleeting to enduring."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000169 +cco:ont00000169 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 10–1 m"@en ; + rdfs:label "Very High Frequency"@en ; + skos:altLabel "ITU Band Number 8"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 MHz."@en ; + cco:ont00001753 "VHF" ; + cco:ont00001754 "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000179 +cco:ont00000179 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000570 ; + rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."@en ; + rdfs:label "Thrust"@en ; + skos:definition "A Force that is equal in magnitude to but in the opposite direction of an exerted Force and which is used to describe the forward Force of a Jet or Rocket Engine in reaction to the Acceleration of its Reaction Mass in the opposite direction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000182 +cco:ont00000182 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000123 ; + rdfs:label "Act of Thanking"@en ; + skos:definition "An Act of Expressive Communication performed by expressing gratitude."@en ; + cco:ont00001754 " http://www.merriam-webster.com/dictionary/thanks" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000191 +cco:ont00000191 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001147 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001803 ; + owl:someValuesFrom cco:ont00000920 + ] ; + rdfs:label "Act of Homicide"@en ; + skos:definition "An Act of Violence which causes the unlawful killing of another person."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000197 +cco:ont00000197 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000035 ; + rdfs:label "Process Beginning"@en ; + skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000200 +cco:ont00000200 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000890 ; + rdfs:label "Act of Pilgrimage"@en ; + skos:definition "An Act of Travel to a location of importance to a person's beliefs and faith."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000201 +cco:ont00000201 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Change of Residence"@en ; + skos:definition "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000202 +cco:ont00000202 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Terrorist Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Terrorist Organization by imparting knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000208 +cco:ont00000208 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000123 ; + rdfs:label "Act of Congratulating"@en ; + skos:definition "An Act of Expressive Communication performed by expressing vicarious pleasure to a person on the occasion of their success or good fortune."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/congratulate" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000209 +cco:ont00000209 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000313 ; + rdfs:label "Sound Wavelength"@en ; + skos:definition "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en ; + cco:ont00001754 "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000222 +cco:ont00000222 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Presence Frequency"@en ; + skos:definition "A Sonic Frequency that is between 4 and 6 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000228 +cco:ont00000228 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000005 ; + rdfs:label "Planned Act"@en ; + skos:altLabel "Intentional Act"@en ; + skos:definition "An Act in which at least one Agent plays a causative role and which is prescribed by some Directive Information Content Entity held by at least one of the Agents."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000234 +cco:ont00000234 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Training"@en ; + skos:definition "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000235 +cco:ont00000235 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Vocational Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring skills required for a specific occupation in industry, agriculture or trade from an Agent or communication medium that realizes a capacity derived from its affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000237 +cco:ont00000237 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Terrorist Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature from an Agent or communication medium that realizes a capacity derived from its affiliation with a Terrorist Organization."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000240 +cco:ont00000240 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001162 ; + rdfs:label "Act of Oath Taking"@en ; + skos:definition "An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000246 +cco:ont00000246 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Stasis of Realizable Entity"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000250 +cco:ont00000250 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000865 ; + rdfs:label "Loss of Realizable Entity"@en ; + skos:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000260 +cco:ont00000260 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000675 ; + rdfs:label "Muzzle Blast"@en ; + skos:definition "A Sound Wave Process that is caused by a projectile being pushed from the barrel of a firearm by an explosive charge."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000261 +cco:ont00000261 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:comment """Currently gamma radiation is distinguished from x-rays by their source--either inside or outside of the nucleus--rather than by frequency, energy, and wavelength. +https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_terminology"""@en ; + rdfs:label "Gamma Ray Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000265 +cco:ont00000265 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001327 ; + rdfs:label "Election"@en ; + skos:altLabel "Act of Political Election"@en ; + skos:definition "A Social Act by which a population chooses an individual to hold public office."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000272 +cco:ont00000272 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Combustion"@en ; + skos:altLabel "Burning Process"@en , + "Combustion Process"@en ; + skos:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000278 +cco:ont00000278 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."@en ; + rdfs:label "Momentum"@en ; + skos:definition "A Process Profile of an object in Motion that is the product of its Mass and Velocity with respect to a frame of reference."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000286 +cco:ont00000286 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000100 ; + rdfs:label "Stasis of Partially Mission Capable Maintenance"@en ; + skos:definition "A Stasis of Partially Mission Capable during which the participating Continuant is not capable of performing some of its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000290 +cco:ont00000290 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000726 ; + rdfs:label "Decrease of Specifically Dependent Continuant"@en ; + skos:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000291 +cco:ont00000291 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Decoy Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Decoy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000296 +cco:ont00000296 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000763 ; + rdfs:label "Angular Velocity"@en ; + skos:altLabel "Rotational Velocity"@en ; + skos:definition "A Velocity that is characterized by both the angular Speed of an object and the Axis about which the object is Rotating."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000305 +cco:ont00000305 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000380 ; + rdfs:label "Sound Pressure"@en ; + skos:altLabel "Acoustic Pressure"@en ; + skos:definition "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000308 +cco:ont00000308 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001226 ; + rdfs:label "Act of Military Service"@en ; + skos:definition "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en ; + cco:ont00001754 "http://www.collinsdictionary.com/dictionary/english/military-service" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000312 +cco:ont00000312 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Propulsion Process"@en ; + skos:definition "A Natural Process in which one or more Forces are generated and applied to a participating Object such that the Object is set in Motion or has the direction or magnitude of its Motion altered."@en ; + skos:example "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward" , + "an apple falling to the ground under the power of Earth's gravitational force" , + "burning a portion of fuel to produce exhaust that is ejected through a jet nozzle to propel a rocket and its payload" , + "heat from a fire causing ashes to rise into the sky" , + "launching a water balloon using a sling shot" , + "the wind blowing leaves across a lawn" , + "turning a paddle wheel against a portion of water to propel the paddle boat forward" ; + skos:scopeNote "In each case, a Propulsion Process minimally involves the Object being propelled, a Reaction Mass (e.g. a portion of water, atmosphere, exhaust, etc.), and the Force(s) acting between these two entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000313 +cco:ont00000313 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 ; + rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."@en ; + rdfs:label "Wavelength"@en ; + skos:definition "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000320 +cco:ont00000320 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001251 ; + rdfs:label "Act of Reconnaissance"@en ; + skos:definition "An Act of Intelligence Gathering used to determine an Agent's disposition and intention; the composition and capabilities of Equipment and Facilities, and the surrounding landforms and weather conditions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000322 +cco:ont00000322 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Funding"@en ; + skos:definition "An Act of Financial Instrument Use in which an Agent provides a sum of money to another Agent for a particular purpose."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000335 +cco:ont00000335 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000819 ; + rdfs:label "Stasis of Generically Dependent Continuant"@en ; + skos:definition "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000345 +cco:ont00000345 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Measuring"@en ; + skos:definition "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ; + skos:example "putting an object on a scale to measure its weight in kilograms" , + "rating Hollywood movies on a 1 to 5 star scale" , + "using a tape measure to determine the height and width of a doorway in inches" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000351 +cco:ont00000351 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000133 ; + rdfs:label "Act of Commanding"@en ; + skos:definition "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000354 +cco:ont00000354 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Testifying"@en ; + skos:definition "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/testify" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000356 +cco:ont00000356 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Publishing Mass Media Article"@en ; + skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of a non-fictional essay, especially one included with others in a newspaper, magazine, journal, etc."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000357 +cco:ont00000357 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Motion"@en ; + skos:definition "A Planned Act by which an Agent causes the position or location of some Object to change."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/motion" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000360 +cco:ont00000360 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001289 ; + rdfs:label "Wounded Stasis"@en ; + skos:altLabel "Wounded"@en ; + skos:definition "A Damaged Stasis in which a Person or other organism is the bearer of a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to an injuring event."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000361 +cco:ont00000361 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001356 ; + rdfs:label "Increase of Function"@en ; + skos:definition "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000366 +cco:ont00000366 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Information Processing"@en ; + skos:definition "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000367 +cco:ont00000367 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Military Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Military Organization by imparting knowledge of the tactics, techniques, and/or strategies of Military Operations to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000368 +cco:ont00000368 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001133 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000296 + ] ; + rdfs:label "Rotational Motion"@en ; + skos:altLabel "Rotation"@en ; + skos:definition "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000370 +cco:ont00000370 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000123 ; + rdfs:label "Act of Condoling"@en ; + skos:definition "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/condoling" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000371 +cco:ont00000371 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:comment "An Act of Prediction may involve the use of some or no relevant information. An Act of Prediction that utilizes relevant information may also be (or at least involve) an Act of Estimation. Hence, these two classes are not disjoint. Furthermore, neither class subsumes the other since estimates can be made about existing entities and not all predictions produce measurements (e.g. predicting that it will rain tomorrow)."@en ; + rdfs:label "Act of Prediction"@en ; + skos:definition "A Planned Act that involves the generation of a Predictive Information Content entity that is intended to describe an uncertain possible future event, value, entity, or attribute of an entity."@en ; + skos:example "a chess master predicting the next 8 moves his opponent will make" , + "predicting that a particular stock will double in value over the next fiscal quarter" , + "using sample exit polls data to predict the winners of an election" ; + skos:scopeNote "Predictions can only be made about things that are not yet the case (i.e. future things) and are further restricted to being about things that do not have a probability of either 1 (necessary) or 0 (impossible). For example, assuming that no organism is immortal, one cannot predict of a given organism that it will eventually die; however, one may predict uncertain things about the organism's eventual death, such as its precise cause or time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000379 +cco:ont00000379 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: affirming, alleging, announcing, answering, attributing, claiming, classifying, concurring, confirming, conjecturing, denying, disagreeing, disclosing, disputing, identifying, informing, insisting, predicting, ranking, reporting, stating, stipulating"@en ; + rdfs:label "Act of Representative Communication"@en ; + skos:definition "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000380 +cco:ont00000380 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000570 ; + rdfs:label "Pressure"@en ; + skos:definition "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000384 +cco:ont00000384 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000789 ; + rdfs:label "Rectilinear Motion"@en ; + skos:altLabel "Linear Motion"@en ; + skos:definition "A Translational Motion process in which an Object moves along a straight path."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000386 +cco:ont00000386 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."@en ; + rdfs:label "Webcast"@en ; + skos:altLabel "Act of Webcasting"@en ; + skos:definition "An Act of Communciation by Media transmitted to an audience over the Internet using streaming media technology to distribute a single content source that may be distributed live or on demand."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000389 +cco:ont00000389 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001334 ; + rdfs:label "Act of Buying"@en ; + skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Buyer) to acquire ownership of a good from another Agent (the Seller)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000391 +cco:ont00000391 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:comment "The corresponding Wavelength range is 1–0.1 mm"@en ; + rdfs:label "Tremendously High Frequency"@en ; + skos:altLabel "ITU Band Number 12"@en , + "Submillimeter Band Frequency"@en , + "Terahertz Radiation Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en ; + cco:ont00001753 "THF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000395 +cco:ont00000395 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000554 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000020 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Specifically Dependent Continuant"@en ; + skos:definition "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ; + skos:example "A Person becomes pregnant (gain of quality), A person becomes forgetful (gain of disposition), A vehicle becomes amphibious (gain of function), A Person becomes a Database Administrator (gain of role)." ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000396 +cco:ont00000396 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 100,000–10,000 km"@en ; + rdfs:label "Extremely Low Frequency"@en ; + skos:altLabel "ITU Band Number 1"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 Hz."@en ; + cco:ont00001753 "ELF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000401 +cco:ont00000401 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000008 ; + rdfs:label "Fundamental Frequency"@en ; + skos:definition "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000402 +cco:ont00000402 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Communication"@en ; + skos:definition "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000414 +cco:ont00000414 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Square Waveform"@en ; + skos:definition "A Waveform that is characterized by a square shape due to the near-instantaneous transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000416 +cco:ont00000416 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Publishing Mass Media Press Release"@en ; + skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000418 +cco:ont00000418 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000005 ; + rdfs:label "Biographical Life"@en ; + skos:definition "An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000430 +cco:ont00000430 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000850 ; + rdfs:label "Stable Orientation"@en ; + skos:definition "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000433 +cco:ont00000433 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001327 ; + rdfs:label "Act of Association"@en ; + skos:definition "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/associate" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000438 +cco:ont00000438 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001374 ; + rdfs:label "Act of Official Documentation"@en ; + skos:definition "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000449 +cco:ont00000449 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001334 ; + rdfs:comment "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."@en ; + rdfs:label "Act of Remuneration"@en ; + skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Employer) to compensate another Agent (the Employee) for the services they perform for the Employer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000455 +cco:ont00000455 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001327 ; + rdfs:label "Act of Ceremony"@en ; + skos:definition "A Social Act of ritual significance, performed on a special occasion."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000462 +cco:ont00000462 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000609 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000034 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function."@en ; + rdfs:label "Gain of Function"@en ; + skos:definition "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000463 +cco:ont00000463 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Educational Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Educational Organization by imparting knowledge of a curriculum to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000490 +cco:ont00000490 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:label "X-ray Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000492 +cco:ont00000492 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Email Messaging"@en ; + skos:altLabel "Act of Emailing"@en ; + skos:definition "An Act of Communication by Media in which text-based communication occurs between two or more people using personal computers or other devices using some Email Client Software conveyed over the Internet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000501 +cco:ont00000501 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Financial Withdrawal"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent to another Agent (the Depositor) from an account created by an earlier Act of Financial Deposit performed by the Depositor."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000503 +cco:ont00000503 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Power"@en ; + skos:definition "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000508 +cco:ont00000508 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000610 ; + rdfs:label "Near Ultraviolet Light Frequency"@en ; + skos:definition "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000511 +cco:ont00000511 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Planning"@en ; + skos:definition "A Planned Act that involves making a Plan to achieve some specified Objective."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000513 +cco:ont00000513 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Tool Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Tool."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000514 +cco:ont00000514 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 ; + rdfs:label "Transverse Wave Profile"@en ; + skos:altLabel "Transverse Wave"@en ; + skos:definition "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@en ; + cco:ont00001754 "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000515 +cco:ont00000515 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Vehicle Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Vehicle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000517 +cco:ont00000517 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:label "Act of Communication by Media"@en ; + skos:definition "An Act of Communication in which some Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000519 +cco:ont00000519 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000732 ; + rdfs:comment "The corresponding Wavelength range is 10–1 mm"@en ; + rdfs:label "Extremely High Frequency"@en ; + skos:altLabel "ITU Band Number 11"@en , + "Millimeter Band Frequency"@en ; + skos:definition "A Microwave Frequency that is between 30 and 300 GHz."@en ; + cco:ont00001753 "EHF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000520 +cco:ont00000520 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Departure"@en ; + skos:definition "An Act of Location Change that consists of the participating entity leaving its starting location such that the larger Act of Location Change is initiated."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000521 +cco:ont00000521 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001272 ; + rdfs:label "Act of Assassination"@en ; + skos:definition "An Act of Murder of a prominent person."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000523 +cco:ont00000523 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000862 ; + rdfs:label "Loudness"@en ; + skos:definition "A Sound Process Profile that is characterized by the amplitude and total energy of translated sound waves, typically on a continuum from soft to loud."@en ; + cco:ont00001754 "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000530 +cco:ont00000530 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000008 ; + rdfs:comment "Sound waves with frequencies in this range are typically audible to humans."@en ; + rdfs:label "Sonic Frequency"@en ; + skos:altLabel "Audible Frequency"@en ; + skos:definition "A Sound Frequency that is between 20 Hz and 20 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000535 +cco:ont00000535 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000290 ; + rdfs:label "Decrease of Quality"@en ; + skos:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ; + skos:example "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000542 +cco:ont00000542 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000876 ; + rdfs:label "Loss of Generically Dependent Continuant"@en ; + skos:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000543 +cco:ont00000543 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000854 ; + rdfs:label "Decrease of Disposition"@en ; + skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000544 +cco:ont00000544 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001936 ; + owl:someValuesFrom cco:ont00000741 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:comment "Although people speak of targeting a process, say, a parade, what in fact are being targeted are the material participants of that process. The disruption or ceasing of the process is the objective of some plan, but not technically a target. Only material things can be targeted for action. Even if some dependent entity is described as being the target, the material thing for which that dependent entity depends is the object of a targeting process."@en ; + rdfs:label "Target"@en ; + skos:definition "A Material Entity that is the object of an Act of Targeting."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000546 +cco:ont00000546 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000005 ; + rdfs:label "Unplanned Act"@en ; + skos:altLabel "Unintentional Act"@en ; + skos:definition "An Act in which at least one Agent plays a causative role and which is not prescribed by some Objective held by any of the Agents."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000554 +cco:ont00000554 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:label "Gain of Dependent Continuant"@en ; + skos:definition "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000555 +cco:ont00000555 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Enhanced Stasis"@en ; + skos:altLabel "Enhanced"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has undergone improvement (i.e., an increase or gain) due to a previous action or event such that the Independent Continuant is now of greater value, usefulness, or functionality."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/enhance" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000557 +cco:ont00000557 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001132 ; + rdfs:label "Stasis of Non-Mission Capable"@en ; + skos:definition "A Stasis of Mission Capability during which the participating Continuant is not capable of performing any of its primary functions for the specified Mission."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000558 +cco:ont00000558 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000099 ; + rdfs:label "Visible Light Reflection Process"@en ; + skos:definition "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000566 +cco:ont00000566 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Artifact Employment"@en ; + skos:definition "A Planned Act of using an Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000570 +cco:ont00000570 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Force"@en ; + skos:definition "A Process Profile that is the rate of change of an object's Momentum, is the product of an object's Mass and Acceleration with respect to an inertial frame of reference, and is measured in units of Newtons (N)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000572 +cco:ont00000572 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000765 ; + rdfs:label "Sound Production"@en ; + skos:altLabel "Sound Production Process"@en ; + skos:definition "A Wave Production Process that produces a Sound Wave."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000573 +cco:ont00000573 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Religious Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tenets and/or practices of a religion from an Agent or communication medium that realizes a capacity derived from its affiliation with a Religious Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000580 +cco:ont00000580 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Sine Waveform"@en ; + skos:altLabel "Sinusoidal Waveform"@en ; + skos:definition "A Waveform that is characterized by a smooth curved shape due to the continuous non-linear transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000584 +cco:ont00000584 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000357 ; + rdfs:comment "An Act of Position Change does not entail a change of location."@en ; + rdfs:label "Act of Position Change"@en ; + skos:definition "An Act of Motion in which the position (i.e. the orientation, alignment, or arrangement) of some Object or of one or more of an Object's parts is changed by some Agent."@en ; + skos:example "a top spinning in place" , + "adjusting your posture" , + "raising your left arm" , + "swivelling your office chair to face the window" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000585 +cco:ont00000585 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Sawtooth Waveform"@en ; + skos:definition "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from minimum to maximum Amplitudes followed by a near-instantaneous transition from the maximum to minimum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000588 +cco:ont00000588 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:label "Act of Mass Media Communication"@en ; + skos:definition "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000594 +cco:ont00000594 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Ignition Process"@en ; + skos:altLabel "Ignition"@en ; + skos:definition "A Natural Process that initiates a Combustion process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000595 +cco:ont00000595 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Cargo Transportation"@en ; + skos:definition "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000609 +cco:ont00000609 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000642 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000016 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en ; + rdfs:label "Gain of Disposition"@en ; + skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000610 +cco:ont00000610 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:label "Ultraviolet Light Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000611 +cco:ont00000611 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001214 ; + rdfs:label "Increase of Realizable Entity"@en ; + skos:definition "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000612 +cco:ont00000612 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Weapon Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Weapon."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000613 +cco:ont00000613 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000250 ; + rdfs:label "Loss of Role"@en ; + skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000615 +cco:ont00000615 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Encounter"@en ; + skos:definition "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000621 +cco:ont00000621 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001286 ; + rdfs:label "Inverse Sawtooth Waveform"@en ; + skos:definition "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from maximum to minimum Amplitudes followed by a near-instantaneous transition from the minimum to maximum Amplitudes of the Wave Cycle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000622 +cco:ont00000622 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001132 ; + rdfs:label "Stasis of Fully Mission Capable"@en ; + skos:definition "A Stasis of Mission Capability during which the participating Continuant is capable of performing all of its primary functions for the specified Mission."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000636 +cco:ont00000636 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000345 ; + rdfs:comment "Note that, while most if not all Acts of Appraisal involve some estimating and many Acts of Estimation involve some appraising (i.e. these classes are not disjoint), neither class subsumes the other. For example, some Acts of Appraisal (e.g. a tax assessor appraising the value of a building) impart a normative element to the measured value while others (e.g. a gustatory appraisal that fresh green beans taste better than canned green beans) involve complete information. Furthermore, many Acts of Estimation (e.g. estimating the height of a tree) are concerned solely with determining a numerical value (as opposed to the nature, value, importance, condition, or quality)."@en ; + rdfs:label "Act of Appraisal"@en ; + skos:definition "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ; + skos:example "a food critic rating the quality of a restaurant's ambiance, service, and food" , + "a mechanic assessing whether a damaged vehicle is repairable" , + "an insurance agent appraising the financial value of a building" ; + skos:scopeNote "In the context of an Act of Appraisal, the terms 'value', 'condition', and 'quality' do not have the same meanings as their counterparts that are defined in the Common Core Ontologies. For example, a knife may be appraised to be of high quality if it is sharp and sturdy or to be of inferior quality if it is dull or fragile."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000642 +cco:ont00000642 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000395 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000017 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Realizable Entity"@en ; + skos:definition "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ; + skos:example "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000643 +cco:ont00000643 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 10–1 km"@en ; + rdfs:label "Low Frequency"@en ; + skos:altLabel "ITU Band Number 5"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 kHz."@en ; + cco:ont00001753 "LF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000644 +cco:ont00000644 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:comment "Oscillation is often thought of in the sense of motion, e.g., a swinging clock pendulum. However, the repetitive variation in location around a central point is technically a process of vibration, sometimes referred to as mechanical oscillation. Use the term Vibration Motion for those cases."@en ; + rdfs:label "Oscillation Process"@en ; + skos:altLabel "Oscillation"@en ; + skos:definition "A Change in which the dependent entity alternates between two or more stases."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000654 +cco:ont00000654 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001147 ; + rdfs:label "Act of Terrorism"@en ; + skos:definition "An Act of Violence which creates fear and which is prescribed by religious, political or ideological objectives, and which deliberately target or disregard the safety of civilians and are committed by members of non-government organizations."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000660 +cco:ont00000660 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001819 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Effect"@en ; + skos:altLabel "Consequence"@en ; + skos:definition "A Process that follows and is caused by some previous Process."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000672 +cco:ont00000672 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 10,000–1,000 km"@en ; + rdfs:label "Super Low Frequency"@en ; + skos:altLabel "ITU Band Number 2"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 Hz."@en ; + cco:ont00001753 "SLF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000675 +cco:ont00000675 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001028 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00001227 + ] ; + rdfs:label "Sound Wave Process"@en ; + skos:definition "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000676 +cco:ont00000676 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Inhabitancy"@en ; + skos:definition "A Planned Act in which a Person lives at a Site for a period of time that may be as short as 1 day/night or as long as the Person's entire life."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/inhabit" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000684 +cco:ont00000684 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000821 ; + rdfs:label "Act of Contract Formation"@en ; + skos:definition "An Act of Promising having a lawful object entered into voluntarily by two or more agents with legal capacity, each of whom intends to create one or more legal obligations between them."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000687 +cco:ont00000687 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000234 ; + rdfs:label "Act of Training Acquisition"@en ; + skos:definition "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000712 +cco:ont00000712 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000763 + ] ; + rdfs:label "Acceleration"@en ; + skos:definition "A Process Profile that is the rate of change of the Velocity of an object."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000725 +cco:ont00000725 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000455 ; + rdfs:label "Wedding"@en ; + skos:altLabel "Act of Wedding Ceremony"@en ; + skos:definition "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000726 +cco:ont00000726 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:label "Decrease of Dependent Continuant"@en ; + skos:definition "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000732 +cco:ont00000732 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 1,000–1 mm"@en ; + rdfs:label "Microwave Frequency"@en ; + skos:definition "A Radio Frequency that is between 300 MHz and 300 GHz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000739 +cco:ont00000739 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000676 ; + rdfs:label "Act of Sojourn"@en ; + skos:definition "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000741 +cco:ont00000741 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Targeting"@en ; + skos:definition "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000744 +cco:ont00000744 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Social Group Membership"@en ; + skos:definition "An Act of Association wherein a Person belongs to some Social Group."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000750 +cco:ont00000750 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Text Messaging"@en ; + skos:altLabel "Act of Text Messaging"@en , + "Act of Texting"@en ; + skos:definition "An Act of Communication by Media involving the exchange of brief written messages between fixed-line phone or mobile phone and fixed or portable devices over a network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000752 +cco:ont00000752 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001857 ; + owl:someValuesFrom cco:ont00000099 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:comment "This is a defined class used to group process profiles of Wave Processes. Note that not every relevant process profile can be asserted as a subtype, however, because they (e.g. Frequency and Amplitude) are applicable to other processes as well (e.g. Oscillation Process)."@en ; + rdfs:label "Wave Process Profile"@en ; + skos:definition "A Process Profile of a Wave Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000753 +cco:ont00000753 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 1,000–100 km"@en ; + rdfs:label "Ultra Low Frequency"@en ; + skos:altLabel "ITU Band Number 3"@en ; + skos:definition "A Radio Frequency that is between 300 Hz and 3 kHz."@en ; + cco:ont00001753 "ULF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000754 +cco:ont00000754 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001047 ; + rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."@en ; + rdfs:label "Electromagnetic Radiation Frequency"@en ; + skos:definition "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000760 +cco:ont00000760 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 ; + rdfs:label "Surface Wave Profile"@en ; + skos:altLabel "Surface Wave"@en ; + skos:definition "A Wave Process Profile in which the Wave Process propogates along the surface of a medium and which involves both transverse and longitudinal wave profiles such that the motion of the displacement of participating particles is circular or elliptical."@en ; + skos:example "the motion of an ocean wave" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000763 +cco:ont00000763 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Velocity"@en ; + skos:definition "A Process Profile of an object's Motion that is characterized by its Speed and direction with respect to a frame of reference."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000765 +cco:ont00000765 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Wave Production"@en ; + skos:altLabel "Wave Production Process"@en ; + skos:definition "A Natural Process in which a Wave Process is generated."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000769 +cco:ont00000769 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000133 ; + rdfs:label "Act of Requesting"@en ; + skos:definition "An Act of Directive Communication performed by asking for something."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/request" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000772 +cco:ont00000772 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:comment "An Impulse changes the Momentum (and potentially also the direction of Motion) of the object it is applied to and is typically measured in Newton meters."@en ; + rdfs:label "Impulsive Force"@en ; + skos:altLabel "Imp"@en , + "Impulse"@en , + "J"@en ; + skos:definition "A Process Profile that is the integral of a Force that is applied to a portion of matter over a period of time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000773 +cco:ont00000773 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000789 ; + rdfs:label "Curvilinear Motion"@en ; + skos:altLabel "Curved Motion"@en ; + skos:definition "A Translational Motion process in which an Object moves along a curved path."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000783 +cco:ont00000783 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000557 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001819 ; + owl:someValuesFrom cco:ont00000950 + ] ; + rdfs:label "Stasis of Non-Mission Capable Maintenance"@en ; + skos:definition "A Stasis of Non-Mission Capable during which the participating Continuant is not capable of performing its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000786 +cco:ont00000786 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000611 ; + rdfs:label "Increase of Role"@en ; + skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000789 +cco:ont00000789 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001133 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000763 + ] ; + rdfs:label "Translational Motion"@en ; + skos:definition "A Motion Process in which the participating Object changes its position from one portion of space to another."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000812 +cco:ont00000812 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000951 ; + rdfs:label "Electromagnetic Pulse"@en ; + skos:altLabel "EMP"@en , + "Transient Electromagnetic Disturbance"@en ; + skos:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000819 +cco:ont00000819 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Stasis"@en ; + skos:definition "A Process in which one or more Independent Continuants endure in an unchanging condition."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000820 +cco:ont00000820 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Function"@en ; + skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000821 +cco:ont00000821 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001162 ; + rdfs:label "Act of Promising"@en ; + skos:definition "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/promise" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000822 +cco:ont00000822 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 100–10 km"@en ; + rdfs:label "Very Low Frequency"@en ; + skos:altLabel "ITU Band Number 4"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 kHz."@en ; + cco:ont00001753 "VLF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000824 +cco:ont00000824 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Role"@en ; + skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000830 +cco:ont00000830 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."@en ; + rdfs:label "Speed"@en ; + skos:definition "A Process Profile that is characterized by the magnitude of an object's motion with respect to a frame of reference during some time period."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000834 +cco:ont00000834 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001337 ; + rdfs:label "Mid Infrared Light Frequency"@en ; + skos:definition "An Infrared Light Frequency that is between 20 and 214 terahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000836 +cco:ont00000836 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Financial Instrument Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000839 +cco:ont00000839 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Donating"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is tranfered by an Agent (the Donor) to another Agent (the Recipient) without return consideration."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000842 +cco:ont00000842 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Sub-Bass Frequency"@en ; + skos:definition "A Sonic Frequency that is between 20 and 60 Hz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000847 +cco:ont00000847 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + owl:disjointWith cco:ont00000936 ; + rdfs:label "Active Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is realizing one or more of its designed Artifact Functions (especially one of its primary functions)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000850 +cco:ont00000850 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Stasis of Quality"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000854 +cco:ont00000854 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000290 ; + rdfs:label "Decrease of Realizable Entity"@en ; + skos:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000855 +cco:ont00000855 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000660 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:someValuesFrom cco:ont00000065 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001819 ; + owl:someValuesFrom cco:ont00000065 + ] ; + rdfs:label "Effect of Location Change"@en ; + skos:definition "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000859 +cco:ont00000859 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Television Broadcast"@en ; + skos:altLabel "Act of Television Broadcasting"@en ; + skos:definition "An Act of Communciation by Media that is transmitted to an audience through a television network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000862 +cco:ont00000862 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001857 ; + owl:someValuesFrom cco:ont00000675 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Sound Process Profile"@en ; + skos:altLabel "Sound Quality"@en ; + skos:definition "A Process Profile that is part of a sound reception process and is characterized by properties of incoming sound waves as they are translated by some sensory system."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI , + "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000863 +cco:ont00000863 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Confessing"@en ; + skos:definition "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000865 +cco:ont00000865 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000876 ; + rdfs:label "Loss of Specifically Dependent Continuant"@en ; + skos:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000866 +cco:ont00000866 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Radio Broadcast"@en ; + skos:altLabel "Act of Radio Broadcasting"@en ; + skos:definition "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000875 +cco:ont00000875 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:label "Act of Personal Communication"@en ; + skos:definition "An Act of Communication having a small audience."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000876 +cco:ont00000876 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:label "Loss of Dependent Continuant"@en ; + skos:definition "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000879 +cco:ont00000879 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Religious Group Affiliation"@en ; + skos:definition "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000883 +cco:ont00000883 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001162 ; + rdfs:label "Act of Inviting"@en ; + skos:definition "An Act of Commissive Communication performed by requesting the presence or participation of the audience, and which may include offering an incentive or inducement."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/invite" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000884 +cco:ont00000884 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Loaning"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is given by an Agent (the Creditor) to another Agent (the Debtor) in order to receive Repayments from the Debtor which are of greater Financial Value."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000889 +cco:ont00000889 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000037 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000558 + ] ; + rdfs:label "Visible Observation"@en ; + skos:definition "An Act of Observation that involves visual perception."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000890 +cco:ont00000890 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Travel"@en ; + skos:definition "An Act of Location Change wherein one or more Persons move between relatively distant geographical locations for any purpose and any duration, with or without any means of transport."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000895 +cco:ont00000895 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000335 ; + rdfs:label "Married"@en ; + skos:altLabel "Married Stasis"@en ; + skos:definition "A Stasis of Generically Dependent Continuant that consists of a socially, culturally, or ritually recognized union or legal contract between spouses that establishes rights and obligations between them, between them and their children, and between them and their in-laws."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951"^^xsd:anyURI , + "Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000902 +cco:ont00000902 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Facility Use"@en ; + skos:definition "An Act of Artifact Employment in which an Agent makes use of some Facility."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000908 +cco:ont00000908 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Artifact Processing"@en ; + skos:definition "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000910 +cco:ont00000910 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Amplitude"@en ; + skos:definition "A Process Profile of an Oscillation Process that is the absolute value of the maximum displacement from a zero, equilibrium, or mean value during one cycle of the Oscillation Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000920 +cco:ont00000920 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Death"@en ; + skos:definition "A Natural Process in which all biological functions that sustain a living organism cease."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000922 +cco:ont00000922 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Arrival"@en ; + skos:definition "An Act of Location Change that consists of the participating entity reaching its destination such that the larger Act of Location Change is completed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000924 +cco:ont00000924 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001191 ; + rdfs:comment "A Beginning of Life Stasis (BoL) is a relatively brief Operational Stasis that is primarily of interest for the purpose of establishing a baseline for operational parameters to be compared to the designed specifications as well as the Artifact's performance throughout its operational life."@en ; + rdfs:label "Beginning of Life Stasis"@en ; + skos:definition "A Operational Stasis that holds during a Temporal Interval when an Artifact is first put into operational use such that its designed set of Artifact Functions is capable of operating at or near their designed peak performance levels."@en ; + cco:ont00001753 "BOL" , + "BoL" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000925 +cco:ont00000925 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Military Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of Military Operations from an Agent or communication medium that realizes a capacity derived from its affiliation with a Military Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000926 +cco:ont00000926 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000123 ; + rdfs:label "Act of Apologizing"@en ; + skos:definition "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000927 +cco:ont00000927 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Bass Frequency"@en ; + skos:definition "A Sonic Frequency that is between 60 and 250 Hz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000935 +cco:ont00000935 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Legal Instrument Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000936 +cco:ont00000936 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + rdfs:label "Deactivated Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is not realizing any of its designed Artifact Functions (or at least not realizing any of its primary functions)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000948 +cco:ont00000948 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000455 ; + rdfs:label "Act of Religious Worship"@en ; + skos:definition "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000949 +cco:ont00000949 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Consumption"@en ; + skos:definition "A Planned Act in which a resource is ingested or used up."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000950 +cco:ont00000950 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000970 ; + rdfs:label "Act of Maintenance"@en ; + skos:definition "An Act of Artifact Modification in which an Artifact is modified in order to preserve or restore one or more of its designed Qualities or Functions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000951 +cco:ont00000951 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000099 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000514 + ] ; + rdfs:label "Electromagnetic Wave Process"@en ; + skos:altLabel "Electromagnetic Radiation"@en ; + skos:definition "A Wave Process that is produced by charged particles, involves the periodic Oscillation of electric and magnetic fields at right angles to each other and the direction of wave propogation such that it has a Transverse Wave Profile, and which transfers electromagnetic radiant energy through a portion of space or matter."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000953 +cco:ont00000953 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000862 ; + rdfs:label "Pitch"@en ; + skos:definition "A Sound Process Profile that is characterized by the frequency of translated sound waves, typically on a continuum from low to high."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000955 +cco:ont00000955 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000278 ; + rdfs:label "Angular Momentum"@en ; + skos:definition "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000960 +cco:ont00000960 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001190 ; + rdfs:label "Fixed Line Network Telephone Call"@en ; + skos:definition "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000964 +cco:ont00000964 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 1,000–100 m"@en ; + rdfs:label "Medium Frequency"@en ; + skos:altLabel "ITU Band Number 6"@en ; + skos:definition "A Radio Frequency that is between 300 kHz and 3 MHz."@en ; + cco:ont00001753 "MF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000970 +cco:ont00000970 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000908 ; + rdfs:comment "Excluded from this class are instances of role change or role creation such as the introduction of an artifact as a piece of evidence in a trial or the loading of artifacts onto a ship for transport."@en ; + rdfs:label "Act of Artifact Modification"@en ; + skos:definition "An Act of Artifact Processing in which an existing Artifact is acted upon in a manner that changes, adds, or removes one or more of its Qualities, Dispositions, or Functions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000971 +cco:ont00000971 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:label "Act of Deceptive Communication"@en ; + skos:definition "Ac Act of Communication intended to mislead the audience by distortion or falsification of evidence and induce a reaction that is prejudicial to the interests of the audience."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000977 +cco:ont00000977 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Publishing Mass Media Documentary"@en ; + skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000978 +cco:ont00000978 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001803 ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:label "Cause"@en ; + skos:definition "A Process that is the cause of or one of the causes of some other Process."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000981 +cco:ont00000981 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000566 ; + rdfs:label "Act of Portion of Material Consumption"@en ; + skos:definition "An Act of Artifact Employment in which a Portion of Material is expended."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000982 +cco:ont00000982 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000543 ; + rdfs:label "Decrease of Function"@en ; + skos:definition "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000983 +cco:ont00000983 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001028 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000514 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001028 ; + rdfs:label "Shear Wave Process"@en ; + skos:definition "A Mechanical Wave that has a Transverse Wave Profile."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000989 +cco:ont00000989 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000732 ; + rdfs:comment "The corresponding Wavelength range is 100–10 mm"@en ; + rdfs:label "Super High Frequency"@en ; + skos:altLabel "ITU Band Number 10"@en ; + skos:definition "A Microwave Frequency that is between 3 and 30 GHz."@en ; + cco:ont00001753 "SHF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000999 +cco:ont00000999 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + owl:disjointWith cco:ont00001191 ; + rdfs:label "Defunct Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact no longer maintains its designed set of Artifact Functions (or at least no longer maintains its primary functions)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001021 +cco:ont00001021 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Denying"@en ; + skos:definition "An Act of Representative Communication performed by either asserting that something is not true or real or refusing to satisfy a request or desire."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/denial" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001028 +cco:ont00001028 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000099 ; + rdfs:label "Mechanical Wave Process"@en ; + skos:definition "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001031 +cco:ont00001031 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001162 ; + rdfs:label "Act of Volunteering"@en ; + skos:definition "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; + skos:example "entering into military service voluntarily" , + "rendering a service voluntarily" ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/volunteer" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001032 +cco:ont00001032 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001374 ; + rdfs:label "Act of Assignment"@en ; + skos:definition "An Act of Declarative Communication in which rights held by one party (the assignor) are transferred to another party (the assignee) with regard to a particular entity as specified by the details of the assignment, which is often prescribed by a contract."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001039 +cco:ont00001039 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Repayment"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount the Debtor owes to the Creditor from an earlier Act of Loaning."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001047 +cco:ont00001047 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + rdfs:label "Frequency"@en ; + skos:altLabel "Temporal Frequency"@en ; + skos:definition "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001048 +cco:ont00001048 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000004 ; + rdfs:label "Increase of Dependent Continuant"@en ; + skos:definition "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001053 +cco:ont00001053 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000065 ; + rdfs:label "Act of Collision"@en ; + skos:definition "An Act of Location Change involving the movement of one object such that it collides with another object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001056 +cco:ont00001056 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."@en ; + rdfs:label "Visible Light Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001057 +cco:ont00001057 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Issuing Mass Media Press Release"@en ; + skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001066 +cco:ont00001066 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000250 ; + rdfs:label "Loss of Disposition"@en ; + skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001068 +cco:ont00001068 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000395 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000019 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Quality"@en ; + skos:definition "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ; + skos:example "A person becoming pregnant." ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001072 +cco:ont00001072 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000169 ; + rdfs:label "FM Radio Broadcast Frequency"@en ; + skos:altLabel "Frequency Modulation Radio Broadcast Frequency"@en ; + skos:definition "A Very High Frequency that is between 88 and 108 MHz."@en ; + cco:ont00001754 "International Telecommunication Union (ITU) Region 2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001074 +cco:ont00001074 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000687 ; + rdfs:label "Act of Educational Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of a curriculum from an Agent or communication medium that realizes a capacity derived from its affiliation with some Educational Organization."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001075 +cco:ont00001075 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000234 ; + rdfs:label "Act of Training Instruction"@en ; + skos:definition "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001080 +cco:ont00001080 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001337 ; + rdfs:label "Far Infrared Light Frequency"@en ; + skos:definition "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001094 +cco:ont00001094 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001251 ; + rdfs:label "Act of Espionage"@en ; + skos:definition "An Act of Intelligence Gathering involving the obtaining of information that is considered secret or confidential without the permission of the holder of the information."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001108 +cco:ont00001108 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000732 ; + rdfs:comment """The corresponding Wavelength range is 1–0.1 m. + +Note that the ITU definition of UHF is broader than the definition given by IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands, which sets the frequency range at 300 MHz to 1 GHz."""@en ; + rdfs:label "Ultra High Frequency"@en ; + skos:altLabel "ITU Band Number 9"@en ; + skos:definition "A Microwave Frequency that is between 300 MHz and 3 GHz."@en ; + cco:ont00001753 "UHF" ; + cco:ont00001754 "International Telecommunication Union (ITU)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001109 +cco:ont00001109 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000368 ; + rdfs:label "Counter-Clockwise Rotational Motion"@en ; + skos:altLabel "Anti-Clockwise Rotation"@en , + "CCW Rotational Motion"@en , + "Counter-Clockwise Rotation"@en ; + skos:definition "A Rotational Motion in which the direction of rotation is toward the left as seen relative to the designated side of the plane of rotation."@en ; + skos:example "the axial rotation of the Earth as seen from above the North Pole" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001111 +cco:ont00001111 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Low Midrange Frequency"@en ; + skos:definition "A Sonic Frequency that is between 250 and 500 Hz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001112 +cco:ont00001112 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000712 ; + rdfs:label "Proper Acceleration"@en ; + skos:definition "An Acceleration of an object relative to a free-fall, or inertial, observer who is momentarily at rest relative to the object being measured (hence, gravity does not cause Proper Acceleration)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001115 +cco:ont00001115 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001190 ; + rdfs:label "Private Network Telephone Call"@en ; + skos:definition "A Telephone Call transmitted over a network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world, usually used inside companies and call centers (a.k.a. private branch exchange (PBX))."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001120 +cco:ont00001120 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Religious Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Religious Organization by imparting knowledge of the tenets and/or practices of a religion to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001122 +cco:ont00001122 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Radio Interference"@en ; + skos:definition "A Natural Process in which a radio signal is disrupted, whether unintentionally or as the result of an Act of Radio Jamming, Act of Radio Spoofing, or similar Planned Act."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001127 +cco:ont00001127 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000865 ; + rdfs:label "Loss of Quality"@en ; + skos:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001128 +cco:ont00001128 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000676 ; + rdfs:label "Act of Residing"@en ; + skos:definition "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@en ; + cco:ont00001754 "http://www.thefreedictionary.com/reside" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001132 +cco:ont00001132 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Mission Capability"@en ; + skos:definition "A Stasis of Realizable Entity that holds during a temporal interval when a Continuant's capability (or lack thereof) to perform its intended Functions, tasks, or Objectives remains at a relatively constant level."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001133 +cco:ont00001133 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Motion"@en ; + skos:definition "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001136 +cco:ont00001136 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000008 ; + rdfs:label "Ultrasonic Frequency"@en ; + skos:definition "A Sound Frequency that is greater than 20 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001143 +cco:ont00001143 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Facsimile Transmission"@en ; + skos:altLabel "Act of Facsimile Transmission"@en , + "Act of Faxing"@en ; + skos:definition "An Act of Communication by Media in which the Information Content Entity that inheres in a Document is transmitted over a Telephone Network."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001144 +cco:ont00001144 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Entertainment"@en ; + skos:definition "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001147 +cco:ont00001147 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Violence"@en ; + skos:definition "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001158 +cco:ont00001158 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000366 ; + rdfs:label "Act of Data Transformation"@en ; + skos:definition "An Act of Information Processing in which an algorithm is executed to act upon one or more input Information Content Entities into one or more output Information Content Entities."@en ; + skos:scopeNote "It is not a requirement that the output Information Content Entity(ies) be qualitatively distinct from the input(s) as a result of an Act of Data Transformation, though doing so is typically the goal of performing this Act. Consider, for example, selecting a column in an Excel spreadsheet then executing the \\\"Remove Duplicates\\\" Algorithm on it. The intent is to remove rows in that column containing duplicate content. If no duplicate values are present, the information in the column remains unchanged but an Act of Data Transformation was nonetheless performed."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001162 +cco:ont00001162 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"@en ; + rdfs:label "Act of Commissive Communication"@en ; + skos:definition "An Act of Communication that commits a speaker to some future action."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001167 +cco:ont00001167 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Midrange Frequency"@en ; + skos:definition "A Sonic Frequency that is between 500 Hz and 2 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001170 +cco:ont00001170 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000490 ; + rdfs:label "Hard X-ray Frequency"@en ; + skos:definition "An X-Ray Frequency that is between 3 and 30 exahertz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001171 +cco:ont00001171 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001190 ; + rdfs:label "Wireless Network Telephone Call"@en ; + skos:definition "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001184 +cco:ont00001184 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000368 ; + rdfs:label "Spinning Motion"@en ; + skos:definition "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001190 +cco:ont00001190 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000517 ; + rdfs:label "Telephone Call"@en ; + skos:altLabel "Act of Telephone Calling"@en ; + skos:definition "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001191 +cco:ont00001191 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001213 ; + rdfs:label "Operational Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact maintains its designed set of Artifact Functions (or at least maintains its primary functions)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001194 +cco:ont00001194 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000642 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000023 + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Role."@en ; + rdfs:label "Gain of Role"@en ; + skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001196 +cco:ont00001196 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000908 ; + rdfs:comment "Many Acts of Manufacturing and Construction involve one or more Acts of Artifact Assembly, but Acts of Artifact Assembly can also occur in isolation from these activities."@en ; + rdfs:label "Act of Artifact Assembly"@en ; + skos:definition "An Act of Artifact Processing wherein a new Artifact is created by fitting component parts together."@en ; + skos:example "putting together a piece of furniture purchased from Ikea" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001208 +cco:ont00001208 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000150 ; + rdfs:comment "The corresponding Wavelength range is 100–10 m"@en ; + rdfs:label "High Frequency"@en ; + skos:altLabel "ITU Band Number 7"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 MHz."@en ; + cco:ont00001753 "HF" ; + cco:ont00001754 "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001213 +cco:ont00001213 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000246 ; + rdfs:label "Stasis of Artifact Operationality"@en ; + skos:definition "A Stasis of Realizable Entity that holds during a Temporal Interval when an Artifact's designed set of Artifact Functions (or at least its primary functions) or the realizations of those functions remain unchanged."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001214 +cco:ont00001214 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001048 ; + rdfs:label "Increase of Specifically Dependent Continuant"@en ; + skos:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001215 +cco:ont00001215 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000455 ; + rdfs:label "Funeral"@en ; + skos:altLabel "Act of Funeral Ceremony"@en ; + skos:definition "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001219 +cco:ont00001219 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000763 + ] ; + rdfs:comment "Delta-v is not equivalent to and should not be confused with Acceleration, which is the rate of change of Velocity."@en ; + rdfs:label "Delta-v"@en ; + skos:altLabel "Change in Velocity"@en , + "DeltaV"@en ; + skos:definition "A Process Profile that is the total change in Velocity of an object's Motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001226 +cco:ont00001226 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000433 ; + rdfs:label "Act of Employment"@en ; + skos:definition "An Act of Association wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001227 +cco:ont00001227 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001857 ; + owl:someValuesFrom cco:ont00001028 + ] ; + rdfs:label "Longitudinal Wave Profile"@en ; + skos:altLabel "Compression Wave"@en , + "Longitudinal Wave"@en ; + skos:definition "A Wave Process Profile in which the displacement of participating particles is parallel to the direction of the Wave Process' propogation such that the particles alternate between participating in processes of compression and rarefaction as they participate in individual Wave Processes."@en ; + cco:ont00001754 "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001231 +cco:ont00001231 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000530 ; + rdfs:label "Brilliance Frequency"@en ; + skos:definition "A Sonic Frequency that is between 6 and 20 kHz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001232 +cco:ont00001232 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."@en ; + rdfs:label "Act of Possession"@en ; + skos:definition "A Planned Act in which an agent intentionally exercises control towards a thing."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Possession_(law)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001236 +cco:ont00001236 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001147 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001803 ; + owl:someValuesFrom cco:ont00000920 + ] ; + rdfs:label "Act of Suicide"@en ; + skos:altLabel "Suicide"@en ; + skos:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/suicide" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001237 +cco:ont00001237 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000007 ; + rdfs:label "Birth"@en ; + skos:definition "A Natural Process of bringing forth offspring."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001244 +cco:ont00001244 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Issuing Mass Media Article"@en ; + skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation a non-fictional essay, especially one included with others in a newspaper, magazine, or journal."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001246 +cco:ont00001246 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000847 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000566 + ] ; + rdfs:label "Under Active Control"@en ; + skos:definition "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001251 +cco:ont00001251 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Act of Intelligence Gathering"@en ; + skos:definition "A Planned Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001261 +cco:ont00001261 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000379 ; + rdfs:label "Act of Identifying"@en ; + skos:definition "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/identify" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001263 +cco:ont00001263 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000588 ; + rdfs:label "Act of Issuing Mass Media Documentary"@en ; + skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@en ; + cco:ont00001754 "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001266 +cco:ont00001266 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001075 ; + rdfs:label "Act of Vocational Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider by imparting skills required for a specific occupation in industry, agriculture or trade to an Agent either directly or indirectly through some communication medium."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001267 +cco:ont00001267 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000971 ; + rdfs:label "Act of Propaganda"@en ; + skos:definition "An Act of Deceptive Communication Propaganda intended to influence the attitude of a mass audience toward some cause or position by presenting facts selectively (thus possibly lying by omission) or by using loaded messages to produce an emotional rather than rational response to the information presented."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001269 +cco:ont00001269 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000133 ; + rdfs:label "Act of Warning"@en ; + skos:definition "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/warning" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001272 +cco:ont00001272 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000191 ; + rdfs:label "Act of Murder"@en ; + skos:definition "An Act of Homicide with malice aforethought."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001274 +cco:ont00001274 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000008 ; + rdfs:label "Infrasonic Frequency"@en ; + skos:definition "A Sound Frequency that is below 20 Hz."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001279 +cco:ont00001279 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001133 ; + rdfs:label "Vibration Motion"@en ; + skos:altLabel "Mechanical Oscillation"@en , + "Oscillation Motion"@en , + "Vibration"@en ; + skos:definition "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en ; + cco:ont00001754 "https://physicsabout.com/motion/"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001285 +cco:ont00001285 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000368 ; + rdfs:label "Revolving Motion"@en ; + skos:definition "A Rotational Motion of an Object around an Axis of Rotation that is located externally to the Site occupied by the Object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001286 +cco:ont00001286 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000752 ; + rdfs:label "Waveform"@en ; + skos:definition "A Wave Process Profile that is the shape of the Wave Cycles of the Wave Process when depicted in a visual graph."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001289 +cco:ont00001289 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000135 ; + rdfs:label "Damaged Stasis"@en ; + skos:altLabel "Compromised"@en , + "Damaged"@en , + "Injured"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ; + skos:scopeNote "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. "@en ; + cco:ont00001754 "http://www.thefreedictionary.com/damaged" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001305 +cco:ont00001305 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001066 ; + rdfs:label "Loss of Function"@en ; + skos:definition "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001314 +cco:ont00001314 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Legal System Act"@en ; + skos:definition "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en ; + cco:ont00001754 "http://www.id.uscourts.gov/glossary.htm" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001322 +cco:ont00001322 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000726 ; + rdfs:comment "For the most part Generically Dependent Continuants do not inhere in their bearers over some continuous scale. The primary exception is religion and this class allows annotation of those cases where an Agent is described as becoming less religious. Other cases would include the decrease of an organization's bearing of some objective."@en ; + rdfs:label "Decrease of Generically Dependent Continuant"@en ; + skos:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in the level of a Generically Dependent Continuant that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001325 +cco:ont00001325 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001334 ; + rdfs:label "Act of Renting"@en ; + skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Renter) as a payment to acquire temporary possession or use of a good or property that is owned or controlled by another Agent (the Seller)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001327 +cco:ont00001327 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000228 ; + rdfs:label "Social Act"@en ; + skos:definition "A Planned Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/commually" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001330 +cco:ont00001330 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000110 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000345 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001777 ; + owl:someValuesFrom cco:ont00000517 + ] ; + rdfs:label "Telemetry Process"@en ; + skos:definition "A Mechanical Process that is highly automated and in which measurements are made or other data is collected and transmitted to receiving equipment to facilitate the monitoring of environmental conditions or equipment parameters at a remote or inaccessible location."@en ; + skos:example "using a GPS tag to track a shark's migratory pattern" , + "using a portable cardiac monitor to remotely collect data on a patient's heart activity (biotelemetry)" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001332 +cco:ont00001332 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000610 ; + rdfs:label "Extreme Ultraviolet Light Frequency"@en ; + skos:definition "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001334 +cco:ont00001334 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000836 ; + rdfs:label "Act of Purchasing"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is used by an Agent (the Purchaser) to acquire a good or service from another Agent (the Provider)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001336 +cco:ont00001336 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001232 ; + rdfs:comment "The relation between the owner and property may be private, collective, or common and the property may be objects, land, real estate, or intellectual property."@en ; + rdfs:label "Act of Ownership"@en ; + skos:definition "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001337 +cco:ont00001337 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000754 ; + rdfs:label "Infrared Light Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001338 +cco:ont00001338 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000862 ; + rdfs:label "Timbre"@en ; + skos:definition "A Sound Process Profile that is characterized by the variation, spectrum, or envelope of translated sound waves, typically on a continuum from dull or dark to bright."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001339 +cco:ont00001339 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000890 ; + rdfs:label "Act of Walking"@en ; + skos:definition "An Act of Travel that proceeds by foot."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001347 +cco:ont00001347 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000005 ; + rdfs:label "Behavior"@en ; + skos:definition "An Act in which an Independent Continuant participates as an Agent in response to external or internal stimuli and following some pattern which is dependent upon some combination of that Independent Continuant's internal state and external conditions."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/GO_0007610" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001356 +cco:ont00001356 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000611 ; + rdfs:label "Increase of Disposition"@en ; + skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001359 +cco:ont00001359 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000908 ; + rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."@en ; + rdfs:label "Act of Manufacturing"@en ; + skos:definition "An Act of Artifact Processing wherein Artifacts are created in a Facility for the purpose of being sold to consumers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001374 +cco:ont00001374 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000402 ; + rdfs:comment "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"@en ; + rdfs:label "Act of Declarative Communication"@en ; + skos:definition "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ; + cco:ont00001754 "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001376 +cco:ont00001376 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000570 ; + rdfs:label "Torque"@en ; + skos:altLabel "Moment of Force"@en ; + skos:definition "A Force that is applied to an object in a direction that would tend to cause the object to rotate around an Axis of Rotation and is the rate of change of an object's Angular Momentum."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ExtendedRelationOntology.ttl b/src/cco-iris/ExtendedRelationOntology.ttl new file mode 100644 index 00000000..b6133481 --- /dev/null +++ b/src/cco-iris/ExtendedRelationOntology.ttl @@ -0,0 +1,644 @@ +@prefix : . +@prefix cco: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."@en ; + rdfs:label "Extended Relation Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/created +dcterms:created rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator +dcterms:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote +skos:editorialNote rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001735 +cco:ont00001735 rdf:type owl:AnnotationProperty ; + rdfs:label "query text"@en ; + skos:definition "The text of a query that is associated with a class"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001737 +cco:ont00001737 rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal definition"@en ; + skos:definition "A Definition that is taken directly from a Doctrinal Source."@en ; + skos:scopeNote "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf skos:definition . + + +### https://www.commoncoreontologies.org/ont00001739 +cco:ont00001739 rdf:type owl:AnnotationProperty ; + rdfs:label "ordinal measurement annotation"@en ; + skos:definition "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001746 . + + +### https://www.commoncoreontologies.org/ont00001741 +cco:ont00001741 rdf:type owl:AnnotationProperty ; + rdfs:label "nominal measurement annotation"@en ; + skos:definition "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001746 . + + +### https://www.commoncoreontologies.org/ont00001742 +cco:ont00001742 rdf:type owl:AnnotationProperty ; + rdfs:label "term creator"@en ; + skos:definition "The name of the Term Editor who added the term to the ontology."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001762 . + + +### https://www.commoncoreontologies.org/ont00001743 +cco:ont00001743 rdf:type owl:AnnotationProperty ; + rdfs:label "content license"@en ; + skos:definition "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001744 +cco:ont00001744 rdf:type owl:AnnotationProperty ; + rdfs:label "copyright"@en ; + skos:definition "An assertion of copyright"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001745 +cco:ont00001745 rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal source"@en ; + skos:definition "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001754 . + + +### https://www.commoncoreontologies.org/ont00001746 +cco:ont00001746 rdf:type owl:AnnotationProperty ; + rdfs:label "measurement annotation"@en ; + skos:definition "A measurement value of an instance of a quality, realizable or process profile"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001747 +cco:ont00001747 rdf:type owl:AnnotationProperty ; + rdfs:label "ratio measurement annotation"@en ; + skos:definition "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001746 . + + +### https://www.commoncoreontologies.org/ont00001748 +cco:ont00001748 rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal label"@en ; + skos:definition "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ; + skos:scopeNote "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf skos:altLabel . + + +### https://www.commoncoreontologies.org/ont00001749 +cco:ont00001749 rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal acronym"@en ; + skos:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001753 . + + +### https://www.commoncoreontologies.org/ont00001752 +cco:ont00001752 rdf:type owl:AnnotationProperty ; + rdfs:label "has token unit"@en ; + skos:definition "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001753 +cco:ont00001753 rdf:type owl:AnnotationProperty ; + rdfs:label "acronym"@en ; + skos:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf skos:altLabel . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty ; + rdfs:label "definition source"@en ; + skos:definition "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001756 +cco:ont00001756 rdf:type owl:AnnotationProperty ; + rdfs:label "interval measurement annotation"@en ; + skos:definition "A interval measurement value of an instance of a quality, realizable or process profile "@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001746 . + + +### https://www.commoncoreontologies.org/ont00001757 +cco:ont00001757 rdf:type owl:AnnotationProperty ; + rdfs:label "designator annotation"@en ; + skos:definition "A name or other identifier that is used to designate an individual."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001758 +cco:ont00001758 rdf:type owl:AnnotationProperty ; + rdfs:label "http query string"@en ; + skos:definition "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001759 +cco:ont00001759 rdf:type owl:AnnotationProperty ; + rdfs:label "code license"@en ; + skos:definition "The name and description of the license under which the .owl file is released."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty ; + rdfs:label "is curated in ontology"@en ; + skos:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001761 +cco:ont00001761 rdf:type owl:AnnotationProperty ; + rdfs:label "is tokenized by"@en ; + skos:definition "A relation between an information content entity and a widely used token used to express it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001762 +cco:ont00001762 rdf:type owl:AnnotationProperty ; + rdfs:label "term editor"@en ; + skos:definition "The name of a person who contributed to the development or enhancement of the term."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000199 +obo:BFO_0000199 owl:inverseOf cco:ont00001874 . + + +### https://www.commoncoreontologies.org/ont00001775 +cco:ont00001775 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001928 ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + rdfs:label "is successor of"@en ; + skos:definition "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001777 +cco:ont00001777 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000117 ; + owl:inverseOf cco:ont00001857 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "has process part"@en ; + skos:definition "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001778 +cco:ont00001778 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001936 ; + rdfs:label "has object"@en ; + skos:definition "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001782 +cco:ont00001782 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001832 ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "has all members located in"@en ; + skos:definition "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001799 +cco:ont00001799 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001809 ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000027 ; + rdfs:label "role of aggregate"@en ; + skos:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001803 +cco:ont00001803 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001819 ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:label "is cause of"@en ; + skos:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001805 +cco:ont00001805 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001888 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "is disrupted by"@en ; + skos:definition "Inverse of disrupts." ; + skos:prefLabel "is disrupted by"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001809 +cco:ont00001809 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001836 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + ) + ] ; + rdfs:range obo:BFO_0000027 ; + rdfs:label "inheres in aggregate"@en ; + skos:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001816 +cco:ont00001816 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:ont00001986 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is output of"@en ; + skos:definition "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001819 +cco:ont00001819 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + rdfs:label "caused by"@en ; + skos:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001829 +cco:ont00001829 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001809 ; + owl:inverseOf cco:ont00001956 ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000027 ; + rdfs:label "disposition of aggregate"@en ; + skos:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001830 +cco:ont00001830 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001895 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000040 ; + rdfs:label "has accomplice"@en ; + skos:definition "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001832 +cco:ont00001832 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "has some member located in"@en ; + skos:definition "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001834 +cco:ont00001834 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:ont00001886 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000002 ; + rdfs:label "affects"@en ; + skos:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001836 +cco:ont00001836 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + ) + ] ; + rdfs:label "aggregate bearer of"@en ; + skos:definition "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001841 +cco:ont00001841 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:ont00001921 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is input of"@en ; + skos:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001845 +cco:ont00001845 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000183 ; + owl:inverseOf cco:ont00001918 ; + rdfs:domain obo:BFO_0000029 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is site of"@en ; + skos:definition "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001852 +cco:ont00001852 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:ont00001949 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "accessory in"@en ; + skos:definition "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001857 +cco:ont00001857 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000132 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is part of process"@en ; + skos:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001861 +cco:ont00001861 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001991 ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + rdfs:label "is material of"@en ; + skos:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001874 +cco:ont00001874 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + rdfs:label "is temporal region of"@en ; + skos:definition "t is temporal region of p iff p occupies temporal region t."@en ; + skos:editorialNote "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001886 +cco:ont00001886 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "is affected by"@en ; + skos:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001888 +cco:ont00001888 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "disrupts"@en ; + skos:definition "A relation where one process disrupts another process from occurring as it would have."@en ; + skos:editorialNote "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ; + skos:prefLabel "disrupts"@en ; + skos:scopeNote "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001895 +cco:ont00001895 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "accomplice in"@en ; + skos:definition "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001901 +cco:ont00001901 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001836 ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000023 ; + rdfs:label "aggregate has role"@en ; + skos:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001907 +cco:ont00001907 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001836 ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000019 ; + rdfs:label "aggregate has quality"@en ; + skos:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001918 +cco:ont00001918 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000066 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000029 ; + rdfs:label "occurs at"@en ; + skos:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001921 +cco:ont00001921 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000002 ; + rdfs:label "has input"@en ; + skos:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001928 +cco:ont00001928 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + rdfs:label "is predecessor of"@en ; + skos:definition "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ; + skos:scopeNote "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001933 +cco:ont00001933 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001803 ; + owl:inverseOf cco:ont00001962 ; + rdfs:label "process starts"@en ; + skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and y has starting instance i, and x occurs on r, and r has inside instant i."@en ; + skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001936 +cco:ont00001936 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:label "is object of"@en ; + skos:definition "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001947 +cco:ont00001947 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001809 ; + rdfs:domain obo:BFO_0000019 ; + rdfs:range obo:BFO_0000027 ; + rdfs:label "quality of aggregate"@en ; + skos:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001949 +cco:ont00001949 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000040 ; + rdfs:label "has accessory"@en ; + skos:definition "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ; + cco:ont00001754 "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001956 +cco:ont00001956 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001836 ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000016 ; + rdfs:label "aggregate has disposition"@en ; + skos:definition "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001959 +cco:ont00001959 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001970 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "inhibits"@en ; + skos:definition "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001962 +cco:ont00001962 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001819 ; + rdfs:label "process started by"@en ; + skos:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instance of a temporal interval, and x has starting instance i, and y occurs on r, and r has inside instant i."@en ; + skos:scopeNote "A process x is started by another process y when y causes x while y is still occurring."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001970 +cco:ont00001970 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + rdfs:label "inhibited by"@en ; + skos:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001986 +cco:ont00001986 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000002 ; + rdfs:label "has output"@en ; + skos:definition "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001991 +cco:ont00001991 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + rdfs:label "is made of"@en ; + skos:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/FacilityOntology.ttl b/src/cco-iris/FacilityOntology.ttl new file mode 100644 index 00000000..ad1809bc --- /dev/null +++ b/src/cco-iris/FacilityOntology.ttl @@ -0,0 +1,872 @@ +@prefix : . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent buildings and campuses that are designed to serve some specific purpose and which are common to multiple domains."@en ; + rdfs:label "Facility Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 +cco:ont00001753 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000032 +cco:ont00000032 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000052 ; + rdfs:label "Church"@en ; + skos:definition "A Religious Facility that is designed for Christian worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Church_(building)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000040 +cco:ont00000040 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001102 ; + rdfs:label "Grocery Store"@en ; + skos:definition "A Commercial Facility that is designed to sell food."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000041 +cco:ont00000041 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000410 ; + rdfs:label "Hostel"@en ; + skos:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000045 +cco:ont00000045 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Petroleum Depot"@en ; + skos:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000052 +cco:ont00000052 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Religious Facility"@en ; + skos:definition "A Facility that is designed for worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000055 +cco:ont00000055 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Healthcare Facility"@en ; + skos:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000060 +cco:ont00000060 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000639 ; + rdfs:label "Open Pit Mine"@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000094 +cco:ont00000094 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000946 ; + rdfs:label "Seat of National Government"@en ; + skos:definition "A Government Building that is designed for the administration of a sovereign nation."@en ; + skos:example "Parliament of Canada" , + "United States Capitol" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000104 +cco:ont00000104 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000639 ; + rdfs:label "Underwater Mine"@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000108 +cco:ont00000108 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000226 ; + rdfs:label "Rail Facility"@en ; + skos:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000172 +cco:ont00000172 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000483 ; + rdfs:label "Base of Operations"@en ; + skos:altLabel "Main Operating Base"@en ; + skos:definition "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en ; + cco:ont00001753 "MOB" ; + cco:ont00001754 "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000180 +cco:ont00000180 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000410 ; + rdfs:label "Hotel"@en ; + skos:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000192 +cco:ont00000192 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000195 +cco:ont00000195 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001078 ; + rdfs:label "Heliport"@en ; + skos:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000220 +cco:ont00000220 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Ammunition Depot"@en ; + skos:definition "A Storage Facility that is designed to store Portions of Ammunition."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000226 +cco:ont00000226 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Transportation Facility"@en ; + skos:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000232 +cco:ont00000232 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000677 ; + rdfs:label "Pumping Station"@en ; + skos:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000245 +cco:ont00000245 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Petroleum Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture petroleum-based products."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000248 +cco:ont00000248 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Chemical Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture or process chemicals."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000262 +cco:ont00000262 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001102 ; + rdfs:label "Shop"@en ; + skos:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000270 +cco:ont00000270 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Educational Facility"@en ; + skos:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000271 +cco:ont00000271 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000639 ; + rdfs:label "Underground Mine"@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000330 +cco:ont00000330 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001076 ; + rdfs:label "Thermal Power Plant"@en ; + skos:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000331 +cco:ont00000331 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000410 ; + rdfs:label "House"@en ; + skos:definition "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000332 +cco:ont00000332 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Training Camp"@en ; + skos:definition "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000336 +cco:ont00000336 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000410 ; + rdfs:label "Apartment Building"@en ; + skos:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000339 +cco:ont00000339 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Agricultural Facility"@en ; + skos:definition "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000349 +cco:ont00000349 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000479 ; + rdfs:label "Police Station"@en ; + skos:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000375 +cco:ont00000375 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Warehouse"@en ; + skos:definition "A Storage Facility that is designed to store commercial goods."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000381 +cco:ont00000381 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Weapon Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to produce or assemble weapons."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000410 +cco:ont00000410 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Residential Facility"@en ; + skos:definition "A Facility that is designed to house one or more Persons."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000421 +cco:ont00000421 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000330 ; + rdfs:label "Nuclear Power Plant"@en ; + skos:definition "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000423 +cco:ont00000423 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Motor Vehicle Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture automobiles."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000432 +cco:ont00000432 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Missile Launch Site"@en ; + skos:definition "A Military Facility that is designed for storing and launching missiles."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000468 +cco:ont00000468 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001102 ; + rdfs:label "Office Building"@en ; + skos:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000479 +cco:ont00000479 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Public Safety Facility"@en ; + skos:definition "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000483 +cco:ont00000483 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Military Base"@en ; + skos:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000510 +cco:ont00000510 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000052 ; + rdfs:label "Mosque"@en ; + skos:definition "A Religious Facility that is designed for Islamic worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000531 +cco:ont00000531 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Communications Facility"@en ; + skos:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000545 +cco:ont00000545 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000946 ; + rdfs:label "Seat of Local Government"@en ; + skos:altLabel "City Hall"@en , + "Town Hall"@en ; + skos:definition "A Government Building that is designed for the administration of a local community."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000583 +cco:ont00000583 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000180 ; + rdfs:label "Motel"@en ; + skos:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000639 +cco:ont00000639 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Mine"@en ; + skos:definition "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000641 +cco:ont00000641 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Entertainment Facility"@en ; + skos:definition "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000655 +cco:ont00000655 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Mailing Facility"@en ; + skos:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000664 +cco:ont00000664 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000531 ; + rdfs:label "Radio Relay Station"@en ; + skos:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000667 +cco:ont00000667 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Combat Outpost"@en ; + skos:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Outpost_(military)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000670 +cco:ont00000670 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001258 ; + rdfs:label "Distribution Port"@en ; + skos:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000677 +cco:ont00000677 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Product Transport Facility"@en ; + skos:definition "A Facility that is designed to transport some product."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000680 +cco:ont00000680 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Medical Depot"@en ; + skos:definition "A Storage Facility that is designed to store medical supplies."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000705 +cco:ont00000705 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000677 ; + rdfs:label "Power Transmission Line"@en ; + skos:definition "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000708 +cco:ont00000708 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Water Tower"@en ; + skos:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000710 +cco:ont00000710 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Command Post Facility"@en ; + skos:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/command-post" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000717 +cco:ont00000717 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001076 ; + rdfs:label "Fossil Fuel Power Plant"@en ; + skos:definition "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000737 +cco:ont00000737 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000483 ; + rdfs:label "Forward Operations Base"@en ; + skos:altLabel "Forward Operating Base"@en ; + skos:definition "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en ; + cco:ont00001753 "FOB" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000757 +cco:ont00000757 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000052 ; + rdfs:label "Synagogue"@en ; + skos:definition "A Religious Facility that is designed for Judaic worship and prayer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000761 +cco:ont00000761 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000226 ; + rdfs:label "Pier"@en ; + skos:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000778 +cco:ont00000778 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Chemical Depot"@en ; + skos:definition "A Storage Facility that is designed to store chemicals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000782 +cco:ont00000782 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Factory"@en ; + skos:definition "A Facility that is designed for manufacturing or refining material products."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000802 +cco:ont00000802 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000641 ; + rdfs:label "Stage"@en ; + skos:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Stage_(theatre)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000814 +cco:ont00000814 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Water Treatment Facility"@en ; + skos:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000846 +cco:ont00000846 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001076 ; + rdfs:label "Hydroelectric Power Plant"@en ; + skos:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000867 +cco:ont00000867 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000677 ; + rdfs:label "Pipeline"@en ; + skos:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000881 +cco:ont00000881 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Storage Facility"@en ; + skos:definition "A Facility that is designed to store materials or goods."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000882 +cco:ont00000882 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001076 ; + rdfs:label "Wind Farm"@en ; + skos:definition "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000901 +cco:ont00000901 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001375 ; + rdfs:label "Decontamination Facility"@en ; + skos:definition "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000905 +cco:ont00000905 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000655 ; + rdfs:label "Post Office"@en ; + skos:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000946 +cco:ont00000946 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Government Building"@en ; + skos:definition "A Facility that is designed for the administration of a community."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Administration_(government)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000957 +cco:ont00000957 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Reservoir"@en ; + skos:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001052 +cco:ont00001052 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Military Facility"@en ; + skos:definition "A Facility that is designed to support a Military Force."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001076 +cco:ont00001076 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Electric Power Station"@en ; + skos:altLabel "Power Plant"@en ; + skos:definition "A Facility that is designed to generate electrical power."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001078 +cco:ont00001078 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000226 ; + rdfs:label "Airport"@en ; + skos:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001089 +cco:ont00001089 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001283 ; + rdfs:label "Petrochemical Refinery"@en ; + skos:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001091 +cco:ont00001091 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Fort"@en ; + skos:definition "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001098 +cco:ont00001098 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000055 ; + rdfs:label "Hospital"@en ; + skos:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001102 +cco:ont00001102 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Commercial Facility"@en ; + skos:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001107 +cco:ont00001107 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001315 ; + rdfs:label "Landfill"@en ; + skos:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001165 +cco:ont00001165 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000332 ; + rdfs:label "Terrorist Training Camp"@en ; + skos:definition "A Training Camp designed to teach students methods of terrorism."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001257 +cco:ont00001257 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Nuclear Storage Depot"@en ; + skos:definition "A Storage Facility that is designed to store nuclear material."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001258 +cco:ont00001258 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000226 ; + rdfs:label "Port"@en ; + skos:definition "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001283 +cco:ont00001283 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Refinery"@en ; + skos:definition "A Factory that is designed for refining raw materials into products of value."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001287 +cco:ont00001287 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Maintenance Facility"@en ; + skos:definition "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en ; + cco:ont00001754 "http://www.dictionary.com/browse/maintain" ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001295 +cco:ont00001295 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Financial Facility"@en ; + skos:definition "A Facility that is designed to support the management of money."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001297 +cco:ont00001297 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001052 ; + rdfs:label "Military Headquarters Facility"@en ; + skos:definition "A Military Facility that is designed for military administration and coordination."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001308 +cco:ont00001308 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001315 ; + rdfs:label "Sewage Treatment Facility"@en ; + skos:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001311 +cco:ont00001311 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000782 ; + rdfs:label "Aircraft Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture Aircraft."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001315 +cco:ont00001315 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Waste Management Facility"@en ; + skos:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001344 +cco:ont00001344 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000881 ; + rdfs:label "Biological Depot"@en ; + skos:definition "A Storage Facility that is designed to store biological agents."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001358 +cco:ont00001358 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000270 ; + rdfs:label "School"@en ; + skos:definition "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001362 +cco:ont00001362 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001283 ; + rdfs:label "Gas Processing Facility"@en ; + skos:definition "A Refinery that is designed for refining natural gas into products of value."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001375 +cco:ont00001375 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000192 ; + rdfs:label "Washing Facility"@en ; + skos:definition "A Facility that is designed to wash personnel or equipment."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001380 +cco:ont00001380 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000339 ; + rdfs:label "Farm"@en ; + skos:definition "An Agricultural Facility that is designed to produce food and other crops."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001383 +cco:ont00001383 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000479 ; + rdfs:label "Fire Station"@en ; + skos:altLabel "Fire Hall"@en , + "Fire House"@en ; + skos:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/GeospatialOntology.ttl b/src/cco-iris/GeospatialOntology.ttl new file mode 100644 index 00000000..ba61fdb5 --- /dev/null +++ b/src/cco-iris/GeospatialOntology.ttl @@ -0,0 +1,684 @@ +@prefix : . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ; + rdfs:label "Geospatial Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/created +dcterms:created rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator +dcterms:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel +skos:prefLabel rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001791 +cco:ont00001791 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001810 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "coincides with"@en ; + skos:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001796 +cco:ont00001796 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001944 ; + owl:inverseOf cco:ont00001909 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "tangential part of"@en ; + skos:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001797 +cco:ont00001797 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001810 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "partially overlaps with"@en ; + skos:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001810 +cco:ont00001810 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "connected with"@en ; + skos:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001827 +cco:ont00001827 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001944 ; + owl:inverseOf cco:ont00001989 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "nontangential part of"@en ; + skos:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001838 +cco:ont00001838 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "disconnected with"@en ; + skos:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001855 +cco:ont00001855 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000178 , + cco:ont00001810 ; + owl:inverseOf cco:ont00001944 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "has spatial part"@en ; + skos:definition "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001909 +cco:ont00001909 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001855 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "has tangential part"@en ; + skos:definition "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001931 +cco:ont00001931 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001810 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "externally connects with"@en ; + skos:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001944 +cco:ont00001944 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000176 , + cco:ont00001810 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; + rdfs:label "spatial part of"@en ; + skos:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001989 +cco:ont00001989 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001855 ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + rdfs:label "has nontangential part"@en ; + skos:definition "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001754 "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +################################################################# +# Data properties +################################################################# + +### http://www.opengis.net/ont/geosparql#asWKT + rdf:type owl:DatatypeProperty ; + rdfs:comment "ISO 19162:2015"@en ; + rdfs:label "as WKT"@en ; + skos:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ; + skos:example "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001763 +cco:ont00001763 rdf:type owl:DatatypeProperty ; + rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ; + rdfs:label "has altitude value"@en ; + skos:scopeNote "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001764 +cco:ont00001764 rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + rdfs:label "has longitude value"@en ; + skos:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001766 +cco:ont00001766 rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + rdfs:label "has latitude value"@en ; + skos:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000017 +cco:ont00000017 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Minor Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000031 +cco:ont00000031 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001081 ; + rdfs:label "Atmospheric Feature"@en ; + skos:definition "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000068 +cco:ont00000068 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000028 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001855 ; + owl:someValuesFrom cco:ont00001348 + ] ; + rdfs:label "Three-Dimensional Path"@en ; + skos:definition "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000070 +cco:ont00000070 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000018 ; + rdfs:label "Ground Track Point"@en ; + skos:definition "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000072 +cco:ont00000072 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000224 ; + rdfs:label "Low Density Residential Area"@en ; + skos:definition "A Populated Place where houses are on lots of more than one acre."@en ; + cco:ont00001754 "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000125 +cco:ont00000125 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000373 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ont00000358 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000373 ; + rdfs:label "Bounding Box Point"@en ; + skos:definition "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000161 +cco:ont00000161 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Coordinate System Axis"@en ; + skos:definition "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000163 +cco:ont00000163 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000161 ; + rdfs:label "z-Axis"@en ; + skos:definition "A Coordinate System Axis designated by the variable 'z'."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000170 +cco:ont00000170 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000018 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001944 ; + owl:someValuesFrom cco:ont00000205 + ] ; + rdfs:label "Object Track Point"@en ; + skos:definition "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000188 +cco:ont00000188 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Ground Track"@en ; + skos:altLabel "Ground Trace"@en ; + skos:definition "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en ; + skos:scopeNote "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000205 +cco:ont00000205 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001855 ; + owl:someValuesFrom cco:ont00000170 + ] ; + rdfs:comment "The exact line of the Object Track may be drawn based on the Center of Mass of the Object or another reference point, such as the location of a transponder beacon or the center of a radar cross-section, depending on the Object being tracked."@en ; + rdfs:label "Object Track"@en ; + skos:definition "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000207 +cco:ont00000207 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000142 ; + rdfs:label "One-Dimensional Geospatial Boundary"@en ; + skos:definition "A Fiat Line that is a boundary of some Geospatial Region."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000213 +cco:ont00000213 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000472 ; + rdfs:label "Subcontinent"@en ; + skos:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000218 +cco:ont00000218 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Major Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000221 +cco:ont00000221 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Semi-Minor Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000224 +cco:ont00000224 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001197 ; + rdfs:label "Populated place"@en ; + skos:definition "An Anthropogenic Feature at which people live or have lived."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000251 +cco:ont00000251 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000472 ; + rdfs:label "Continent"@en ; + skos:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ; + cco:ont00001754 "JC3IEDM version 3.0.2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000297 +cco:ont00000297 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Hydrosphere"@en ; + skos:definition "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000358 +cco:ont00000358 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001130 ; + rdfs:label "Geospatial Region Bounding Box"@en ; + skos:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000365 +cco:ont00000365 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000161 ; + rdfs:label "x-Axis"@en ; + skos:definition "A Coordinate System Axis designated by the variable 'x'."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000373 +cco:ont00000373 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000147 ; + rdfs:label "Geospatial Position"@en ; + skos:definition "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000387 +cco:ont00000387 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Axis of Rotation"@en ; + skos:altLabel "Rotational Axis"@en ; + skos:definition "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000393 +cco:ont00000393 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000387 ; + rdfs:label "Yaw Axis"@en ; + skos:altLabel "Vertical Axis"@en ; + skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000400 +cco:ont00000400 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001197 ; + rdfs:label "Park"@en ; + skos:definition "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000472 +cco:ont00000472 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000029 ; + rdfs:label "Geospatial Region"@en ; + skos:definition "A Site that is at or near the surface of the Earth."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000487 +cco:ont00000487 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000472 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000124 ; + owl:someValuesFrom obo:BFO_0000001 + ] ; + rdfs:label "Geospatial Location"@en ; + skos:definition "A Geospatial Region that is at which an Entity or Event is located."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000489 +cco:ont00000489 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000224 ; + rdfs:label "High Density Residential Area"@en ; + skos:definition "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ; + cco:ont00001754 "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000505 +cco:ont00000505 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000018 ; + rdfs:label "Center of Mass"@en ; + skos:definition "A Zero-Dimensional Spatial Region that is the point where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000563 +cco:ont00000563 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001081 ; + rdfs:label "Hydrographic Feature"@en ; + skos:definition "A Geographic Feature associated with water."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000574 +cco:ont00000574 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:label "Environmental Feature"@en ; + skos:definition "A Material Entity that is either a natural or man-made feature of the environment."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000722 +cco:ont00000722 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000146 ; + rdfs:label "Sea Level"@en ; + skos:definition "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000755 +cco:ont00000755 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Zenith"@en ; + skos:definition "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000779 +cco:ont00000779 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Cryosphere"@en ; + skos:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ; + cco:ont00001754 "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000794 +cco:ont00000794 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000207 ; + rdfs:label "Geospatial Ellipse"@en ; + skos:definition "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000801 +cco:ont00000801 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000161 ; + rdfs:label "y-Axis"@en ; + skos:definition "A Coordinate System Axis designated by the variable 'y'."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000817 +cco:ont00000817 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000207 ; + rdfs:label "Geospatial Line String"@en ; + skos:definition "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000873 +cco:ont00000873 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001081 ; + rdfs:label "Physiographic Feature"@en ; + skos:definition "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000911 +cco:ont00000911 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Semi-Major Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000939 +cco:ont00000939 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000817 ; + rdfs:label "Geospatial Line"@en ; + skos:definition "A Geospatial Line String that has only two vertices."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001016 +cco:ont00001016 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Lithosphere"@en ; + skos:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001035 +cco:ont00001035 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000387 ; + rdfs:label "Pitch Axis"@en ; + skos:altLabel "Lateral Axis"@en ; + skos:definition "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001037 +cco:ont00001037 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001197 ; + rdfs:label "Constructed Feature"@en ; + skos:definition "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001040 +cco:ont00001040 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + rdfs:label "Nadir"@en ; + skos:definition "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001081 +cco:ont00001081 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000574 ; + rdfs:label "Geographic Feature"@en ; + skos:definition "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001106 +cco:ont00001106 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000387 ; + rdfs:label "Roll Axis"@en ; + skos:altLabel "Longitudinal Axis"@en ; + skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001130 +cco:ont00001130 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000817 ; + rdfs:label "Geospatial Polygon"@en ; + skos:definition "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001195 +cco:ont00001195 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000207 ; + rdfs:label "Geospatial Error Region"@en ; + skos:definition "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001197 +cco:ont00001197 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000574 ; + rdfs:label "Anthropogenic Feature"@en ; + skos:definition "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/anthropogenic" ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001259 +cco:ont00001259 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Atmosphere"@en ; + skos:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001341 +cco:ont00001341 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + rdfs:label "Portion of Geosphere"@en ; + skos:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001348 +cco:ont00001348 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000028 ; + rdfs:comment "For an object in motion, its Three-Dimensional Position is part of its Three-Dimensional Path."@en ; + rdfs:label "Three-Dimensional Position"@en ; + skos:definition "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/InformationEntityOntology.ttl b/src/cco-iris/InformationEntityOntology.ttl new file mode 100644 index 00000000..0dd88556 --- /dev/null +++ b/src/cco-iris/InformationEntityOntology.ttl @@ -0,0 +1,2269 @@ +@prefix : . +@prefix cco: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports cco:GeospatialOntology , + cco:TimeOntology ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en ; + rdfs:label "Information Entity Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 +cco:ont00001753 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001801 +cco:ont00001801 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001808 ; + rdfs:range cco:ont00000958 ; + rdfs:label "is subject of"@en ; + skos:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001808 +cco:ont00001808 rdf:type owl:ObjectProperty ; + rdfs:domain cco:ont00000958 ; + rdfs:range obo:BFO_0000001 ; + rdfs:label "is about"@en ; + skos:definition "A primitive relationship between an Information Content Entity and some Entity."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000136" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001811 +cco:ont00001811 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001966 ; + owl:inverseOf cco:ont00001963 ; + rdfs:domain cco:ont00001010 ; + rdfs:label "is a ordinal measurement of"@en ; + skos:definition "x is_a_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001824 +cco:ont00001824 rdf:type owl:ObjectProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000253 ; + rdfs:label "is excerpted from"@en ; + skos:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001837 +cco:ont00001837 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000084 ; + owl:inverseOf cco:ont00001908 ; + rdfs:domain cco:ont00000829 ; + rdfs:range cco:ont00000253 ; + rdfs:label "time zone identifier used by"@en ; + skos:definition "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001863 +cco:ont00001863 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000101 ; + owl:inverseOf cco:ont00001961 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000120 ; + rdfs:label "uses measurement unit"@en ; + skos:definition "y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001868 +cco:ont00001868 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001966 ; + owl:inverseOf cco:ont00001914 ; + rdfs:domain cco:ont00000293 ; + rdfs:label "is a nominal measurement of"@en ; + skos:definition "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001873 +cco:ont00001873 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001938 ; + rdfs:range cco:ont00001069 ; + rdfs:comment "See notes for inverse property." ; + rdfs:label "represented by"@en ; + skos:definition "y represented_by x iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001877 +cco:ont00001877 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001966 ; + owl:inverseOf cco:ont00001964 ; + rdfs:domain cco:ont00001364 ; + rdfs:label "is a interval measurement of"@en ; + skos:definition "x is_a_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ; + skos:example "a measurement of air temperature on the Celsius scale." ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001878 +cco:ont00001878 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001919 ; + rdfs:label "is mention of"@en ; + skos:definition "x is_mention_of y iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001879 +cco:ont00001879 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001916 ; + rdfs:range cco:ont00000686 ; + rdfs:label "designated by"@en ; + skos:definition "x designated_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that given some context, y uniquely distinguishes x from other entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001884 +cco:ont00001884 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001980 ; + owl:propertyChainAxiom ( cco:ont00001917 + obo:BFO_0000176 + ) ; + rdfs:label "condition described by"@en ; + skos:definition "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001899 +cco:ont00001899 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001942 ; + owl:inverseOf cco:ont00001976 ; + rdfs:domain cco:ont00001175 ; + rdfs:range cco:ont00000253 ; + rdfs:label "language used in"@en ; + skos:definition "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001900 +cco:ont00001900 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001997 ; + owl:inverseOf cco:ont00001913 ; + rdfs:domain cco:ont00000469 ; + rdfs:range cco:ont00000253 ; + rdfs:label "is geospatial coordinate reference system of"@en ; + skos:definition "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001904 +cco:ont00001904 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001917 ; + owl:inverseOf cco:ont00001966 ; + rdfs:range cco:ont00001163 ; + rdfs:label "is measured by"@en ; + skos:definition "y is_measured_by x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001908 +cco:ont00001908 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000101 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000829 ; + rdfs:label "uses time zone identifier"@en ; + skos:definition "x uses_time_zone_identifier y iff x is an instance of Information Bearing Entity and y is an instance of Time Zone Identifier, such that y designates the spatial region associated with the time zone mentioned in x."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001912 +cco:ont00001912 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000101 ; + owl:inverseOf cco:ont00001997 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000398 ; + rdfs:label "uses reference system"@en ; + skos:definition "y uses_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001913 +cco:ont00001913 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001912 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00000469 ; + rdfs:label "uses geospatial coordinate reference system"@en ; + skos:definition "y uses_geospatial_coordinate_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001914 +cco:ont00001914 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001904 ; + rdfs:range cco:ont00000293 ; + rdfs:label "is measured by nominal"@en ; + skos:definition "y is_measured_by_nominal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001916 +cco:ont00001916 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + rdfs:domain cco:ont00000686 ; + rdfs:label "designates"@en ; + skos:definition "x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; + skos:example "a URL designates the location of a Web Page on the internet" , + "a person's name designates that person" , + "a vehicle identification number designates some vehicle" ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001917 +cco:ont00001917 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001982 ; + rdfs:range cco:ont00000853 ; + rdfs:label "described by"@en ; + skos:definition "x described_by y iff y is an instance of Information Content Entity, and x is an instance of Entity, such that y is about the characteristics by which y can be recognized or visualized."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001919 +cco:ont00001919 rdf:type owl:ObjectProperty ; + rdfs:label "is mentioned by"@en ; + skos:definition "y is_mention_by x iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001920 +cco:ont00001920 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001801 ; + owl:inverseOf cco:ont00001942 ; + rdfs:range cco:ont00000965 ; + rdfs:label "prescribed by"@en ; + skos:definition "x prescribed_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y serves as a rule or guide for x if x is an Occurrent, or y serves as a model for x if x is a Continuant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001938 +cco:ont00001938 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + rdfs:domain cco:ont00001069 ; + rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ; + rdfs:label "represents"@en ; + skos:definition "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en , + "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001942 +cco:ont00001942 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + rdfs:domain cco:ont00000965 ; + rdfs:label "prescribes"@en ; + skos:definition "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ; + skos:example "A blueprint prescribes some artifact or facility by being a model for it." , + "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations." , + "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001961 +cco:ont00001961 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000084 ; + rdfs:domain cco:ont00000120 ; + rdfs:range cco:ont00000253 ; + rdfs:label "is measurement unit of"@en ; + skos:definition "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001963 +cco:ont00001963 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001904 ; + rdfs:range cco:ont00001010 ; + rdfs:label "is measured by ordinal"@en ; + skos:definition "y is_measured_by_ordinal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001964 +cco:ont00001964 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001904 ; + rdfs:range cco:ont00001364 ; + rdfs:label "is measured by interval"@en ; + skos:definition "y is_measured_by_interval x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001965 +cco:ont00001965 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001904 ; + owl:inverseOf cco:ont00001983 ; + rdfs:range cco:ont00001022 ; + rdfs:label "is measured by ratio"@en ; + skos:definition "y is_measured_by_ratio x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001966 +cco:ont00001966 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001982 ; + rdfs:domain cco:ont00001163 ; + rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ; + rdfs:label "is a measurement of"@en ; + skos:definition "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001976 +cco:ont00001976 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001920 ; + rdfs:domain cco:ont00000253 ; + rdfs:range cco:ont00001175 ; + rdfs:label "uses language"@en ; + skos:definition "x uses_language y iff x is an instance of an Information Bearing Entity and y is an instance of a Language such that the literal value of x is a string that is encoded according to the syntax of y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001980 +cco:ont00001980 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + owl:propertyChainAxiom ( obo:BFO_0000178 + cco:ont00001982 + ) ; + rdfs:label "describes condition"@en ; + skos:definition "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001982 +cco:ont00001982 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001808 ; + rdfs:domain cco:ont00000853 ; + rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."@en ; + rdfs:label "describes"@en ; + skos:definition "x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized."@en ; + skos:example "the content of a newspaper article describes some current event" , + "the content of a visitor's log describes some facility visit" , + "the content of an accident report describes some accident" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001983 +cco:ont00001983 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001966 ; + rdfs:domain cco:ont00001022 ; + rdfs:label "is a ratio measurement of"@en ; + skos:definition "x is_a_ratio_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001997 +cco:ont00001997 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000084 ; + rdfs:domain cco:ont00000398 ; + rdfs:range cco:ont00000253 ; + rdfs:label "is reference system of"@en ; + skos:definition "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001765 +cco:ont00001765 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:label "has text value"@en ; + skos:definition "A data property that has as its range a string value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001767 +cco:ont00001767 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:dateTime ; + rdfs:label "has datetime value"@en ; + skos:definition "A data property that has as its value a datetime value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001768 +cco:ont00001768 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:anyURI ; + rdfs:label "has URI value"@en ; + skos:definition "A data property that has as its range a URI value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001769 +cco:ont00001769 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:decimal ; + rdfs:label "has decimal value"@en ; + skos:definition "A data property that has as its range a decimal value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001770 +cco:ont00001770 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:double ; + rdfs:label "has double value"@en ; + skos:definition "A data property that has as its range a double value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001771 +cco:ont00001771 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:label "has date value"@en ; + skos:definition "A data property that has as its range a date value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001772 +cco:ont00001772 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:boolean ; + rdfs:label "has boolean value"@en ; + skos:definition "A data property that has as its range a boolean value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001773 +cco:ont00001773 rdf:type owl:DatatypeProperty ; + rdfs:domain cco:ont00000253 ; + rdfs:range xsd:integer ; + rdfs:label "has integer value"@en ; + skos:definition "A data property that has as its range an integer value."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000003 +cco:ont00000003 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000686 ; + owl:disjointWith cco:ont00000649 ; + rdfs:label "Designative Name"@en ; + skos:altLabel "Name"@en ; + skos:definition "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified cultural or social namespace and which is typically a word or phrase in a natural language that has an accepted cultural or social significance."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000029 +cco:ont00000029 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000745 ; + rdfs:label "Median Point Estimate Information Content Entity"@en ; + skos:altLabel "Median"@en ; + skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to either the middle value or the average of the two values which separate the set into two equally populated upper and lower sets."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000067 +cco:ont00000067 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:comment "In traditional astronomical usage, civil time is mean solar time as calculated from midnight as the beginning of the Civil Day."@en , + "Note that Civil Time Reference System is more accurately represented as a Temporal Reference System that participates in an act of usage that is sanctioned by an appropriate civil authority. As such, it should be represented as a defined class."@en ; + rdfs:label "Civil Time Reference System"@en ; + skos:definition "A Temporal Reference System that is a statutory time scale as designated by civilian authorities to determine local time(s)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000073 +cco:ont00000073 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000399 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000038 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000399 ; + rdfs:label "Temporal Interval Identifier"@en ; + skos:altLabel "One-Dimensional Temporal Region Identifier"@en ; + skos:definition "A Temporal Region Identifier that designates some Temporal Interval."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000077 +cco:ont00000077 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000649 ; + owl:disjointWith cco:ont00000923 ; + rdfs:label "Code Identifier"@en ; + skos:altLabel "Code ID"@en , + "ID Code"@en , + "Identifier Code"@en ; + skos:definition "A Non-Name Identifier that consists of a string of characters that was created and assigned according to an encoding system such that metadata can be derived from the identifier."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000080 +cco:ont00000080 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000827 ; + rdfs:label "Standard Time of Day Identifier"@en ; + skos:definition "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using the Hours, Minutes, and Seconds of the Day that preceded the Temporal Instant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000087 +cco:ont00000087 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000894 ; + rdfs:comment "An Ordinal Date Identifier may or may not also contain a number indicating a specific Year. If both numbers are included, the ISO 8601 ordinal date format stipulates that the two numbers be formatted as YYYY-DDD or YYYYDDD where [YYYY] indicates a year and [DDD] is the day of that year, from 001 through 365 (or 366 in leap years)."@en ; + rdfs:label "Ordinal Date Identifier"@en ; + skos:altLabel "Ordinal Date"@en ; + skos:definition "A Decimal Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since the beginning of the Year."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000120 +cco:ont00000120 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000853 ; + rdfs:label "Measurement Unit"@en ; + skos:definition "A Descriptive Information Content Entity that describes a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000124 +cco:ont00000124 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:label "Solar Time Reference System"@en ; + skos:definition "A Temporal Reference System that is based on the position of the Sun in the sky."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000127 +cco:ont00000127 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001980 ; + owl:someValuesFrom obo:BFO_0000001 + ] ; + rdfs:label "Performance Specification"@en ; + skos:definition "A Directive Information Content Entity that prescribes some aspect of the behavior of a participant in a Process given one or more operating conditions."@en ; + skos:example "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000146 +cco:ont00000146 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001175 ; + owl:disjointWith cco:ont00000496 ; + rdfs:label "Artificial Language"@en ; + skos:definition "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; + skos:example "Esperanto" , + "Python Programming Language" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000154 +cco:ont00000154 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000745 ; + rdfs:comment "While there is always at least one Mode for every set of data, it is possible for any given set of data to have multiple Modes. The Mode is typically most useful when the members of the set are all Nominal Measurement Information Content Entities."@en ; + rdfs:label "Mode Point Estimate Information Content Entity"@en ; + skos:altLabel "Mode"@en , + "Statistical Mode"@en ; + skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or values that occur most often in the set."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000164 +cco:ont00000164 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the smallest or having the least amount relative to a nominally described set of like entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000186 +cco:ont00000186 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Artifact Version Ordinality"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is about the form of an Artifact which differs in some respects from previous or future forms of that Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000203 +cco:ont00000203 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000293 ; + rdfs:label "Event Status Nominal Information Content Entity"@en ; + skos:definition "A Nominal Measurement Information Content Entity that is a measurement of the current state of a process."@en ; + skos:example "proposed, approved, planned, in progress, completed, failed, or successful" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000223 +cco:ont00000223 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000253 +cco:ont00000253 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000030 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:ont00000958 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000030 ; + rdfs:label "Information Bearing Entity"@en ; + skos:altLabel "IBE"@en ; + skos:definition "An Object upon which an Information Content Entity generically depends."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000263 +cco:ont00000263 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:comment "A single Clock Time System does not provide a complete means for identifying or measuring times. Depending on the particular Clock Time System, it may be compatible for use with one or more other Temporal Reference Systems."@en ; + rdfs:label "Clock Time System"@en ; + skos:definition "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000275 +cco:ont00000275 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000398 ; + rdfs:comment "Note that, while reference systems and reference frames are treated as synonyms here, some people treat them as related but separate entities. See: http://www.ggos-portal.org/lang_en/GGOS-Portal/EN/Topics/GeodeticApplications/GeodeticReferenceSystemsAndFrames/GeodeticReferenceSystemsAndFrames.html"@en ; + rdfs:label "Spatial Reference System"@en ; + skos:altLabel "Coordinate System"@en , + "Spatial Coordinate System"@en , + "Spatial Reference Frame"@en ; + skos:definition "A Reference System that describes a set of standards for uniquely identifying the position of an entity or the direction of a vector within a defined spatial region by means of measurements along one or more Coordinate System Axes."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000276 +cco:ont00000276 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000891 ; + rdfs:label "Solar Calendar System"@en ; + skos:definition "A Calendar System that is designed to organize and identify dates based on the cycles of an Astronomical Body's Orbit around the Sun."@en ; + skos:scopeNote "Unless otherwise specified, a Solar Calendar System is assumed to be relative to the Orbit of the Earth around the Sun."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000293 +cco:ont00000293 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001868 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001163 ; + owl:disjointWith cco:ont00001010 , + cco:ont00001022 , + cco:ont00001364 ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Nominal Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; + skos:example "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@en , + "a measurement that classifies automobiles as sedans, coupes, hatchbacks, or convertibles" , + "a measurement that classifies military intelligence as strategic, operational, or tactical" , + "a measurement that classifies rocks as igneous, sedimentary, or metamorphic" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000314 +cco:ont00000314 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:ont00000253 + ] ; + rdfs:comment "Typically, an IQE will be a complex pattern made up of multiple qualities joined together spatially."@en ; + rdfs:label "Information Quality Entity"@en ; + skos:altLabel "IQE"@en ; + skos:definition "A Quality that concretizes some Information Content Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000359 +cco:ont00000359 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000369 +cco:ont00000369 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Priority Measurement Information Content Entity"@en ; + skos:altLabel "Criticality Measurement"@en , + "Importance Measurement"@en , + "Priority Measurement"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of the relative importance of an entity."@en ; + skos:example "low, normal, high, urgent, or immediate priority" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000390 +cco:ont00000390 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Spatial Region Identifier"@en ; + skos:definition "A Designative Information Content Entity that designates some Spatial Region."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000398 +cco:ont00000398 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000853 ; + rdfs:label "Reference System"@en ; + skos:definition "A Descriptive Information Content Entity that describes a set of standards for organizing and understanding data of the specified type or domain."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000399 +cco:ont00000399 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000686 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000008 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Temporal Region Identifier"@en ; + skos:definition "A Designative Information Content Entity that designates some Temporal Region."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000406 +cco:ont00000406 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Geocoordinate"@en ; + skos:definition "A Measurement Unit specifying the geospatial coordinates of a location."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000419 +cco:ont00000419 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000077 ; + rdfs:label "Part Number"@en ; + skos:definition "A Code Identifier that designates a type of part whose instances are designed to be part of some Artifact."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000469 +cco:ont00000469 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000275 ; + rdfs:label "Geospatial Coordinate Reference System"@en ; + skos:altLabel "Geographic Coordinate System"@en ; + skos:definition "A Spatial Reference System that is used to determine and identify the location of a point or object at or near the surface of the Earth."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000496 +cco:ont00000496 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001175 ; + rdfs:label "Natural Language"@en ; + skos:definition "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; + skos:example "English" , + "Mandarin (Chinese)" , + "Spanish" ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000498 +cco:ont00000498 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000529 +cco:ont00000529 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000073 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000800 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000073 ; + rdfs:label "Date Identifier"@en ; + skos:altLabel "Day Identifier"@en ; + skos:definition "A Temporal Interval Identifier that designates some Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000539 +cco:ont00000539 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001022 ; + rdfs:label "Count Measurement Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000540 +cco:ont00000540 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000399 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000203 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000399 ; + rdfs:label "Temporal Instant Identifier"@en ; + skos:altLabel "Zero-Dimensional Temporal Region Identifier"@en ; + skos:definition "A Temporal Region Identifier that designates some Temporal Instant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000589 +cco:ont00000589 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000973 ; + rdfs:label "Julian Date Fraction"@en ; + skos:altLabel "Julian Date Time Identifier"@en , + "Julian Day Fraction"@en ; + skos:definition "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000592 +cco:ont00000592 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information ('Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Veracity Measurement Information Content Entity"@en ; + skos:altLabel "Accuracy of Information"@en , + "Trueness Measurement"@en , + "Veracity Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which a description conforms to the reality it describes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000604 +cco:ont00000604 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Maximum Ordinal Measurement Information Content Entity"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the largest or having the greatest amount relative to a nominally described set of like entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000605 +cco:ont00000605 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000003 ; + rdfs:label "Abbreviated Name"@en ; + skos:definition "A Designative Name that is a shortened form of a Proper Name."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000626 +cco:ont00000626 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000853 ; + rdfs:comment "Since predictions are inherently about not-yet-existant things, the Modal Relation Ontology term 'describes' (i.e. mro:describes) should be used (instead of the standard cco:describes) to relate instances of Predictive Information Content Entity to the entities they are about."@en ; + rdfs:label "Predictive Information Content Entity"@en ; + skos:altLabel "Prediction"@en , + "Prediction Information Content Entity"@en ; + skos:definition "A Descriptive Information Content Entity that describes an uncertain future event."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000630 +cco:ont00000630 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000124 ; + rdfs:label "Universal Time Reference System"@en ; + skos:definition "A Solar Time Reference System that is based on the average speed of the Earth's rotation and which uses the prime meridian at 0° longitude as a reference point."@en ; + cco:ont00001753 "UT" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000649 +cco:ont00000649 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000686 ; + rdfs:label "Non-Name Identifier"@en ; + skos:altLabel "ID"@en , + "Identifier"@en ; + skos:definition "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified namespace or context, is not a Designative Name, may be automatically or randomly generated, and typically has no preexisting cultural or social significance."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000653 +cco:ont00000653 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Algorithm"@en ; + skos:definition "A Directive Information Content Entity that prescribes some Process and contains a finite sequence of unambiguous instructions in order to achieve some Objective."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000669 +cco:ont00000669 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001022 ; + rdfs:label "Distance Measurement Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a One-Dimensional Extent inhering in some Site that is externally connected to two Independent Continuants."@en ; + skos:scopeNote "Displacement (vector) is the shortest possible distance (scalar) between two points. Further thought is needed to adequately handle measurements of distance traveled along a path, e.g., a circuitous path or an arc (such as the surface of a planet), versus the simple case of a direct, straight line between two points."@en , + "Distance is a measure between two reference points, which are located on or in, or in some manner part of, the two obejcts for which the length of the extent between is sought. For exmple, the center point of the indentation of a ball in the sand and the edge of the foul line, the forwardmost point on a car's bumper and the closest point on the 2-dimensional plane that serves as the fiat boundary of a crosswalk, the center of an antenna array and closest point on ground."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000683 +cco:ont00000683 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000605 ; + rdfs:label "Diminutive Name"@en ; + skos:definition "An Abbreviated Name that is a familiar form of a Proper Name."@en ; + skos:example "Alex, Bob, Cathy" ; + skos:scopeNote "\"Familiar form of a Proper Name\" means: that the name is (originally) a short, affectionate version of the fuller name, used (originally) by family or friends."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000686 +cco:ont00000686 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000958 ; + owl:disjointWith cco:ont00000853 , + cco:ont00000965 ; + rdfs:label "Designative Information Content Entity"@en ; + skos:altLabel "Designative ICE"@en ; + skos:definition "An Information Content Entity that consists of a set of symbols that designate some Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000692 +cco:ont00000692 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."@en ; + rdfs:label "Probability Measurement Information Content Entity"@en ; + skos:altLabel "Likelihood Measurement"@en , + "Probability Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000729 +cco:ont00000729 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000275 ; + rdfs:label "Spherical Coordinate System"@en ; + skos:definition "A Spatial Reference System for three-dimensional spatial regions that identifies each point using an ordered triple of numerical coordinates that consist of the radial distance of the point of interest from a fixed origin, its polar angle measured from a fixed zenith direction, and the azimuth angle of its orthogonal projection measured from a fixed direction on a reference plane that passes through the origin and is orthogonal to the zenith."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000731 +cco:ont00000731 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations ('Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Deviation Measurement Information Content Entity"@en ; + skos:altLabel "Conformance Measurement"@en , + "Degree of Conformance"@en , + "Degree of Deviation"@en , + "Deviation Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity conforms to how it is expected or supposed to be."@en ; + skos:example "a missile impact deviates from its target location by 100 feet" , + "a satellite deviaties from its predicted orbital path by 5 kilometers" , + "an overweight piece of luggage deviates from an airline's maximum allowed weight by +10 pounds" ; + skos:scopeNote "In order for a Deviation to exist, an entity must first be expected, represented, prescribed, or predicted as being a certain way. Then, at a future time, this value can be compared to its actual, reported, or measured value to determine the Deviation between these values."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000735 +cco:ont00000735 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000406 ; + rdfs:label "Geospatial Region Bounding Box Identifier List"@en ; + skos:definition "A Measurement Unit of Geocoordinate that is comprised of 4 pairs of coordinates, one for each of the 4 defining points (North, West, South, East) of a Geospatial Region Bounding Box."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000745 +cco:ont00000745 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001176 ; + rdfs:label "Point Estimate Information Content Entity"@en ; + skos:altLabel "Best Estimate"@en , + "Point Estimate"@en , + "Point Estimate Measurement Information Content Entity"@en ; + skos:definition "An Estimate Information Content Entity that consists of a single value for the measured entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000749 +cco:ont00000749 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000894 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000498 + ] ; + rdfs:label "Julian Day Number"@en ; + skos:definition "A Decimal Date Identifier that designates some Julian Day by using a number to indicate the sequential ordering of the Day since the Julian Date epoch."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000800 +cco:ont00000800 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000827 +cco:ont00000827 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000540 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000223 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000540 ; + rdfs:label "Time of Day Identifier"@en ; + skos:definition "A Temporal Instant Identifier that designates some Time of Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000829 +cco:ont00000829 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000390 ; + rdfs:comment """Standards of date, time, and time zone data formats: +ISO/WD 8601-2 (http://www.loc.gov/standards/datetime/iso-tc154-wg5_n0039_iso_wd_8601-2_2016-02-16.pdf) +W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , + "There is no class 'Time Zone' (the region), only 'Time Zone Identifier' (the designator for some region). Instances of 'Time Zone Identifier' should be related to instances of 'Information Bearing Entity' by means of the object properites 'uses time zone identifier' and 'time zone identifier used by' as appropriate. This is supposed to be analogous to the way we represent the relationship between measurement values and measurement units, where the relevant instance of Information Bearing Entity 'uses measurement unit' some instance of Measurement Unit (i.e., an instance of Information Content Entity)."@en ; + rdfs:label "Time Zone Identifier"@en ; + skos:definition "A Spatial Region Identifier that designates the region associated with some uniform standard time for legal, commercial, or social purposes."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000833 +cco:ont00000833 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000973 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00000589 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:ont00000749 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001916 ; + owl:someValuesFrom cco:ont00000359 + ] ; + rdfs:label "Julian Date Identifier"@en ; + skos:definition "A Decimal Time of Day Identifier that designates a Julian Date and is composed of both a Julian Day Number and a Julian Date Fraction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000845 +cco:ont00000845 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001022 ; + rdfs:comment "A percentage is one way to express a proportional measure where the decimal expression of the proportion is multiplied by 100, thus giving the proportional value with respect to a whole of 100. E.g., the ratio of pigs to cows on a farm is 44 to 79 (44:79 or 44/79). The proportion of pigs to total animals is 44 to 123 or 44/123. The percentage of pigs is the decimal equivalent of the proportion (0.36) multiplied by a 100 (36%). The percentage can be expressed as a proportion where the numerator value is transformed for a denominator of 100, i.e., 36 of a 100 animals are pigs (36/100)."@en , + "We may want to add either a subclass for Percentage or a data property (has percentage value) that links the percentage expression for a proportion to the relevant IBE."@en ; + rdfs:label "Proportional Ratio Measurement Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a portion of a whole (described by the numerator) compared against that whole (described by the denominator) where the whole is a nominally described set of like entities."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000853 +cco:ont00000853 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001982 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000958 ; + owl:disjointWith cco:ont00000965 ; + rdfs:label "Descriptive Information Content Entity"@en ; + skos:altLabel "Descriptive ICE"@en ; + skos:definition "An Information Content Entity that consists of a set of propositions that describe some Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000891 +cco:ont00000891 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:label "Calendar System"@en ; + skos:definition "A Temporal Reference System that is designed to organize and identify dates."@en ; + skos:scopeNote "Calendars typically organize dates through the use of naming and temporal conventions based on Days, Weeks, Months, and Years."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000894 +cco:ont00000894 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000529 ; + rdfs:label "Decimal Date Identifier"@en ; + skos:definition "A Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since a specified Reference Time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000896 +cco:ont00000896 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000745 ; + rdfs:label "Mean Point Estimate Information Content Entity"@en ; + skos:altLabel "Arithmetic Mean"@en , + "Average"@en , + "Mean"@en ; + skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the sum of all the values in the set divided by the total number of values in the set."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000915 +cco:ont00000915 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000605 ; + rdfs:label "Acronym"@en ; + skos:definition "An Abbreviated Name that combines the initial letters of a Designative Name and which is pronounced as a word."@en ; + skos:example "Wi-Fi, ASCII, OPSEC" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000916 +cco:ont00000916 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000891 ; + rdfs:label "Lunar Calendar System"@en ; + skos:definition "A Calendar System that is designed to organize and identify dates based on the cycles of the Moon's phases."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000923 +cco:ont00000923 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000649 ; + rdfs:label "Arbitrary Identifier"@en ; + skos:altLabel "Arbitrary ID"@en ; + skos:definition "A Non-Name Identifier that consists of a string of characters that does not follow an encoding system."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000958 +cco:ont00000958 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000031 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001808 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000031 ; + rdfs:label "Information Content Entity"@en ; + skos:altLabel "ICE"@en ; + skos:definition "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity."@en ; + skos:scopeNote "Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different carriers of the same information content. It is this content that is generically dependent upon its carrier. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers."@en ; + cco:ont00001754 "http://purl.obolibrary.org/obo/IAO_0000030" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000965 +cco:ont00000965 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001942 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000958 ; + rdfs:label "Prescriptive Information Content Entity"@en ; + skos:altLabel "Directive ICE"@en ; + skos:definition "An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000973 +cco:ont00000973 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000827 ; + rdfs:label "Decimal Time of Day Identifier"@en ; + skos:altLabel "Fractional Time of Day Identifier"@en ; + skos:definition "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using a decimal value for the portion of the Day that preceded the Temporal Instant."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000990 +cco:ont00000990 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000003 ; + rdfs:label "Nickname"@en ; + skos:definition "A Designative Name that is a familiar or humorous substitute for an entity's Proper Name."@en ; + skos:example "Ike, Chief, P-Fox" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001010 +cco:ont00001010 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001811 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001163 ; + owl:disjointWith cco:ont00001022 , + cco:ont00001364 ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Ordinal Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ; + skos:example "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the carrier of an ordinal measurment."@en , + "a measurement that places Geospatial Regions into a rank order of small, medium, large" , + "a measurement that places military units onto a readiness rank order of red, yellow, green" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001014 +cco:ont00001014 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000003 ; + rdfs:label "Proper Name"@en ; + skos:definition "A Designative Name that is an official name for a particular entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001022 +cco:ont00001022 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001983 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001163 ; + owl:disjointWith cco:ont00001364 ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Ratio Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto an interval scale having a true zero value."@en ; + skos:example "The sentence \"The temperature reached 240.372 degrees Kelvin on January 20, 1985 in Chicago, IL.\" is the carrier of a ratio measurement as 0 degrees on the Kelvin scale does describe absolute zero."@en , + "a measurement of the barometric pressure at 1,000 feet above sea level" , + "a measurement of the measure of air temperature on the Kelvin scale" , + "a measurement of the number of members in an Organization" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001041 +cco:ont00001041 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001010 ; + rdfs:label "Sequence Position Ordinality"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001069 +cco:ont00001069 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001938 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000958 ; + owl:disjointWith cco:ont00001163 ; + rdfs:label "Representational Information Content Entity"@en ; + skos:definition "An Information Content Entity that represents some Entity."@en ; + skos:example "the content of a court transcript represents a courtroom proceeding" , + "the content of a photograph of the Statue of Liberty represents the Statue of Liberty" , + "the content of a video of a sporting event represents that sporting event" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001101 +cco:ont00001101 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001176 ; + rdfs:label "Interval Estimate Information Content Entity"@en ; + skos:altLabel "Interval Estimate"@en , + "Interval Estimate Measurement Information Content Entity"@en ; + skos:definition "An Estimate Information Content Entity that consists of an interval of possible (or probable) values for the measured entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001146 +cco:ont00001146 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001328 ; + rdfs:comment "Sidereal Time is the angle measured from an observer's meridian along the celestial equator to the Great Circle that passes through the March equinox and both poles. This angle is usually expressed in Hours, Minutes, and Seconds."@en ; + rdfs:label "Sidereal Time Reference System"@en ; + skos:definition "A Temporal Reference System that is based on Earth's rate of rotation measured relative to one or more fixed Stars (rather than the Sun)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001149 +cco:ont00001149 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001101 ; + rdfs:label "Data Range Interval Estimate Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a set of values and is equal to the absolute difference between the largest value and the smallest value in the set."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001163 +cco:ont00001163 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00000853 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001966 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00000853 ; + rdfs:label "Measurement Information Content Entity"@en ; + skos:altLabel "Measurement ICE"@en ; + skos:definition "A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001175 +cco:ont00001175 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000965 ; + rdfs:label "Language"@en ; + skos:definition "A Directive Information Content Entity that prescribes a canonical format for communication."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001176 +cco:ont00001176 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:label "Estimate Information Content Entity"@en ; + skos:altLabel "Estimate"@en , + "Estimate Measurement Information Content Entity"@en , + "Estimated Value"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of an entity based on partial information about that entity or an appropriately similar entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001205 +cco:ont00001205 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000398 ; + rdfs:label "Priority Scale"@en ; + skos:definition "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001235 +cco:ont00001235 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000829 ; + rdfs:label "Military Time Zone Identifier"@en ; + skos:definition "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Zulu time, which has no offset from Coordinated Universal Time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001238 +cco:ont00001238 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000605 ; + rdfs:label "Initialism"@en ; + skos:definition "An Abbreviated Name that consists of the initial letters of some words (or syllables) in a Designative Name, and in which each letter is pronounced separately."@en ; + skos:example "USA, CPU, BBC" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001256 +cco:ont00001256 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance ('Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Reliability Measurement Information Content Entity"@en ; + skos:altLabel "Accuracy of Process"@en , + "Reliability Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity can consistently produce an outcome."@en ; + skos:scopeNote "Reliability concerns both a measure of past performance and the expectation that future performance will conform to the range of past performances."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001309 +cco:ont00001309 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000077 ; + rdfs:label "Lot Number"@en ; + skos:definition "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001328 +cco:ont00001328 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000398 ; + rdfs:label "Temporal Reference System"@en ; + skos:altLabel "Temporal Reference Frame"@en , + "Time Scale"@en ; + skos:definition "A Reference System that describes a set of standards for measuring time as well as understanding the context of and organizing temporal data."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001331 +cco:ont00001331 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001014 ; + rdfs:label "Legal Name"@en ; + skos:definition "A Proper Name that is an official name for the designated entity as determined by a Government or court of law."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001340 +cco:ont00001340 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000529 ; + rdfs:label "Calendar Date Identifier"@en ; + skos:definition "A Date Identifier that designates some Day by using a combination of Day, Week, Month, or Year Identifiers formatted according to an implementation of a Calendar System."@en ; + skos:example "January 1, 2018; 1 January 2018; 01/01/18; 01Jan18" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001351 +cco:ont00001351 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000275 ; + rdfs:label "Cartesian Coordinate System"@en ; + skos:altLabel "Rectangular Coordinate System"@en ; + skos:definition "A Spatial Reference System that identifies each point in a spatial region of n-dimensions using an ordered n-tuple of numerical coordinates that are the signed (i.e. positive or negative) distances measured in the same unit of length from the zero point where the fixed perpendicular Coordinate System Axes meet."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001352 +cco:ont00001352 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000829 ; + rdfs:comment "Greenwich Mean Time (GMT) is the mean solar time at the Royal Observatory in Greenwich, London and has been superseded by Coordinated Universal Time (UTC)."@en ; + rdfs:label "Greenwich Mean Time Zone Identifier"@en ; + skos:definition "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Greenwich Mean Time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001364 +cco:ont00001364 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ont00001163 + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001877 ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ont00001163 ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Interval Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; + skos:example "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the carrier of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001392 +cco:ont00001392 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-8"@en ; + skos:altLabel "PST"@en , + "Pacific Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001395 +cco:ont00001395 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-3:30"@en ; + skos:altLabel "Newfoundland Standard Time"@en ; + cco:ont00001753 "NST" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001398 +cco:ont00001398 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:label "Global Area Reference System"@en ; + cco:ont00001753 "GARS" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001403 +cco:ont00001403 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+2"@en ; + rdfs:label "Bravo Time Zone"@en ; + cco:ont00001753 "B" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001405 +cco:ont00001405 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-2"@en ; + skos:altLabel "BET"@en , + "Brazil Eastern Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001406 +cco:ont00001406 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+9:30"@en ; + skos:altLabel "Australian Central Standard Time"@en ; + cco:ont00001753 "ACST" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001408 +cco:ont00001408 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-11"@en ; + rdfs:label "X-ray Time Zone"@en ; + cco:ont00001753 "X" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001412 +cco:ont00001412 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "GMT"@en ; + skos:altLabel "Greenwich Mean Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001414 +cco:ont00001414 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "TT is an astronomical time standard that is a theoretical ideal designed to be free of the irregularities in Earth's rotation and is primarily used for time measurements of astronomical observations made from the surface of Earth. It was formerly called Terrestrial Dynamical Time (TDT), which was formulated to replace Ephemeris Time (ET)."@en ; + rdfs:label "Terrestrial Time"@en ; + cco:ont00001753 "TT" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001417 +cco:ont00001417 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "ET is an astronomical time scale that was adopted as a standard in 1952 by the IAU but has since been superseded and is no longer actively used. ET is based on the ephemeris second, which was defined as a fraction of the tropical year for 1900 January 01 as calculated using Newcomb's 1895 tables of the Sun. ET was designed to avoid problems caused by variations in Earth's rotational period and was used for Solar System ephemeris calculations until being replaced by Terrestrial Dynamical Time (TDT) in 1979."@en ; + rdfs:label "Ephemeris Time"@en ; + cco:ont00001753 "ET" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001419 +cco:ont00001419 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+5"@en ; + skos:altLabel "PLT"@en , + "Pakistan Lahore Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001421 +cco:ont00001421 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-6"@en ; + rdfs:label "Sierra Time Zone"@en ; + cco:ont00001753 "S" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001424 +cco:ont00001424 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+1"@en ; + rdfs:label "Alpha Time Zone"@en ; + cco:ont00001753 "A" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001430 +cco:ont00001430 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+6"@en ; + rdfs:label "Foxtrot Time Zone"@en ; + cco:ont00001753 "F" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001431 +cco:ont00001431 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-10"@en ; + rdfs:label "Whiskey Time Zone"@en ; + cco:ont00001753 "W" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001434 +cco:ont00001434 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+1"@en ; + skos:altLabel "ECT"@en , + "European Central Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001436 +cco:ont00001436 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:label "Universal Time 1 D"@en ; + cco:ont00001753 "UT1D" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001439 +cco:ont00001439 rdf:type owl:NamedIndividual , + cco:ont00000263 ; + rdfs:label "Twenty-Four-Hour Clock Time System"@en ; + skos:altLabel "24-Hour Clock"@en , + "24-Hour Clock Time System"@en , + "Military Time"@en , + "Military Time System"@en , + "Twenty-Four Hour Clock Time System"@en , + "Twenty-Four-Hour Clock"@en ; + skos:definition "A Clock Time System for time keeping in which the Day runs from midnight to midnight and is divided into 24 Hours, indicated by the Hours passed since midnight, from 0 to 23."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001440 +cco:ont00001440 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-9"@en ; + skos:altLabel "AST"@en , + "Alaska Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001446 +cco:ont00001446 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Mike Time Zone is the same local time as Yankee Time Zone, but is 1 Day (i.e. 24 Hours) ahead of Yankee Time Zone as they are on opposite sides of the International Date Line."@en , + "Offset from Universal Coordinated Time = UTC+12"@en ; + rdfs:label "Mike Time Zone"@en ; + cco:ont00001753 "M" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001454 +cco:ont00001454 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+11"@en ; + rdfs:label "Lima Time Zone"@en ; + cco:ont00001753 "L" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001457 +cco:ont00001457 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-4"@en ; + rdfs:label "Quebec Time Zone"@en ; + cco:ont00001753 "Q" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001461 +cco:ont00001461 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "TDB is a linear scaling of Barycentric Coordinate Time (TCB) and is a relativistic coordinate time scale used in astronomy as a time standard that accounts for time dilation when calculating Orbits and Ephemerides of Astronomical Bodies and interplanetary Spacecraft in the Solar System. TDB is a successor of Ephemeris Time (ET) and is nearly equivalent to the time scale Teph used for DE405 planetary and lunar ephemerides generated by the Jet Propulsion Laboratory."@en ; + rdfs:label "Barycentric Dynamical Time"@en ; + cco:ont00001753 "TDB" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001467 +cco:ont00001467 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-4"@en ; + skos:altLabel "PRT"@en , + "Puerto Rico and US Virgin Islands Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001468 +cco:ont00001468 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+10"@en ; + skos:altLabel "AET"@en , + "Australia Eastern Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001476 +cco:ont00001476 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+4"@en ; + skos:altLabel "NET"@en , + "Near East Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001480 +cco:ont00001480 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+9"@en ; + rdfs:label "India Time Zone"@en ; + cco:ont00001753 "I" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001488 +cco:ont00001488 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-7"@en ; + rdfs:label "Tango Time Zone"@en ; + cco:ont00001753 "T" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001491 +cco:ont00001491 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:label "Universal Time 1 A"@en ; + cco:ont00001753 "UT1A" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001500 +cco:ont00001500 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+5"@en ; + rdfs:label "Echo Time Zone"@en ; + cco:ont00001753 "E" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001506 +cco:ont00001506 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:label "Universal Time 1 F"@en ; + cco:ont00001753 "UT1F" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001516 +cco:ont00001516 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-2"@en ; + rdfs:label "Oscar Time Zone"@en ; + cco:ont00001753 "O" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001524 +cco:ont00001524 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-11"@en ; + skos:altLabel "MIT"@en , + "Midway Islands Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001527 +cco:ont00001527 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+8"@en ; + rdfs:label "Hotel Time Zone"@en ; + cco:ont00001753 "H" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001529 +cco:ont00001529 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment """\"TCG is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to precession, nutation, the Moon, and artificial satellites of the Earth. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the center of the Earth: that is, a clock that performs exactly the same movements as the Earth but is outside the Earth's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Earth.\" +From: (https://en.wikipedia.org/wiki/Geocentric_Coordinate_Time)"""@en ; + rdfs:label "Geocentric Coordinate Time"@en ; + cco:ont00001753 "TCG" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001534 +cco:ont00001534 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+7"@en ; + skos:altLabel "VST"@en , + "Vietnam Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001537 +cco:ont00001537 rdf:type owl:NamedIndividual , + cco:ont00000067 , + cco:ont00000630 ; + rdfs:comment "UTC is a variant of Universal Time that is calculated by combining Universal Time 1 with International Atomic Time by occasionally adding leap seconds to TAI in order to maintain UTC within 0.9 seconds of UT1. The difference between UTC and UT1 is called DUT1 and always has a value between -0.9 seconds and +0.9 seconds. Coordinated Universal Time is the current basis for civil time and is the reference time for time zones, whose local times are defined based on an offset from UTC."@en ; + rdfs:label "Coordinated Universal Time"@en ; + cco:ont00001753 "UTC" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001541 +cco:ont00001541 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+12"@en ; + skos:altLabel "NST"@en , + "New Zealand Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001548 +cco:ont00001548 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:comment "UT1R is a variant of Universal Time that is a smoothed version of UT1 by filtering out periodic variations due to tidal waves."@en ; + rdfs:label "Universal Time 1 R"@en ; + cco:ont00001753 "UT1R" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001550 +cco:ont00001550 rdf:type owl:NamedIndividual , + cco:ont00000276 ; + rdfs:comment "The Julian Calendar was proposed by Julius Caesar as a reform of the Roman Calendar, took effect on 1 January 46 BC, and was the predominant Calendar System in Europe until being largely replaced by the Gregorian Calendar."@en ; + rdfs:label "Julian Calendar"@en ; + skos:definition "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years such that the average length of a Julian Year is 365.25 Days."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001553 +cco:ont00001553 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+6"@en ; + skos:altLabel "BST"@en , + "Bangladesh Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001554 +cco:ont00001554 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-10"@en ; + skos:altLabel "HST"@en , + "Hawaii Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001565 +cco:ont00001565 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-5"@en ; + skos:altLabel "EST"@en , + "Eastern Standard Time"@en , + "IET"@en , + "Indiana Eastern Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001570 +cco:ont00001570 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+2"@en ; + skos:altLabel "EET"@en , + "Eastern European Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001580 +cco:ont00001580 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-3"@en ; + rdfs:label "Papa Time Zone"@en ; + cco:ont00001753 "P" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001581 +cco:ont00001581 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:comment """The ITRS definition fulfills the following conditions: +1. It is geocentric, the center of mass being defined for the whole earth, including oceans and atmosphere. +2. The unit of length is the metre (SI). This scale is consistent with the TCG time coordinate for a geocentric local frame, in agreement with IAU and IUGG (1991) resolutions. This is obtained by appropriate relativistic modelling. +3. Its orientation was initially given by the BIH orientation at 1984.0. +4. The time evolution of the orientation is ensured by using a no-net-rotation condition with regards to horizontal tectonic motions over the whole earth. +From: (https://www.iers.org/IERS/EN/Science/ITRS/ITRS.html)"""@en ; + rdfs:label "International Terrestrial Reference System"@en ; + cco:ont00001753 "ITRS" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001582 +cco:ont00001582 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:label "Universal Transverse Mercator Reference System"@en ; + cco:ont00001753 "UTM" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001584 +cco:ont00001584 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:label "World Geographic Reference System"@en ; + cco:ont00001753 "WGRS" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001588 +cco:ont00001588 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+9"@en ; + skos:altLabel "JST"@en , + "Japan Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001590 +cco:ont00001590 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "TAI is a time standard the values of which are generated by calculating the weighted average of the measurements of more than 400 atomic clocks and is based on the International System of Units (SI) definition of one second equals the time it takes a Cesium-133 atom at the ground state to oscillate exactly 9,192,631,770 times. TAI is extremely precise, but does not perfectly synchronize with Earth times, which is why TAI and UT1 are both used to determine UTC. TAI serves as the main realization of TT."@en ; + rdfs:label "International Atomic Time"@en ; + cco:ont00001753 "TAI" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001591 +cco:ont00001591 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-8"@en ; + rdfs:label "Uniform Time Zone"@en ; + cco:ont00001753 "U" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001597 +cco:ont00001597 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+11"@en ; + skos:altLabel "SST"@en , + "Solomon Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001599 +cco:ont00001599 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+3:30"@en ; + skos:altLabel "Iran Standard Time"@en , + "Iran Time"@en ; + cco:ont00001753 "IRST" , + "IT" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001603 +cco:ont00001603 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-1"@en ; + rdfs:label "November Time Zone"@en ; + cco:ont00001753 "N" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001607 +cco:ont00001607 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-9"@en ; + rdfs:label "Victor Time Zone"@en ; + cco:ont00001753 "V" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001615 +cco:ont00001615 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-7"@en ; + skos:altLabel "MST"@en , + "Mountain Standard Time"@en , + "PNT"@en , + "Phoenix Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001624 +cco:ont00001624 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+7"@en ; + rdfs:label "Golf Time Zone"@en ; + cco:ont00001753 "G" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001625 +cco:ont00001625 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:comment "UT0 is a variant of Universal Time that is measured by observing the diurnal motion of stars or extragalactic radio sources at a specific location on Earth. It does not take into consideration distorting factors, in particular polar motion, such that its value will differ based on the location it is measured at."@en ; + rdfs:label "Universal Time 0"@en ; + cco:ont00001753 "UT0" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001626 +cco:ont00001626 rdf:type owl:NamedIndividual , + cco:ont00000263 ; + rdfs:label "Twelve-Hour Clock Time System"@en ; + skos:altLabel "12-Hour Clock"@en , + "12-Hour Clock Time System"@en , + "Twelve Hour Clock"@en , + "Twelve Hour Clock Time System"@en , + "Twelve-Hour Clock"@en ; + skos:definition "A Clock Time System for keeping the Time of Day in which the Day runs from midnight to midnight and is divided into two intervals of 12 Hours each, where: the first interval begins at midnight, ends at noon, and is indicated by the suffix 'a.m.'; the second interval begins at noon, ends at midnight, and is indicated by the suffix 'p.m.'; and the midnight and noon Hours are numbered 12 with subsequent Hours numbered 1-11."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001628 +cco:ont00001628 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-12"@en , + "Yankee Time Zone is the same local time as Mike Time Zone, but is 1 Day (i.e. 24 Hours) behind Mike Time Zone as they are on opposite sides of the International Date Line."@en ; + rdfs:label "Yankee Time Zone"@en ; + cco:ont00001753 "Y" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001630 +cco:ont00001630 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:comment """\"WGS 84 is an Earth-centered, Earth-fixed terrestrial reference system and geodetic datum. WGS 84 is based on a consistent set of constants and model parameters that describe the Earth's size, shape, and gravity and geomagnetic fields. WGS 84 is the standard U.S. Department of Defense definition of a global reference system for geospatial information and is the reference system for the Global Positioning System (GPS). It is compatible with the International Terrestrial Reference System (ITRS).\" +From: (http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf)"""@en ; + rdfs:label "World Geodetic System 1984"@en ; + cco:ont00001753 "WGS 84" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001634 +cco:ont00001634 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-1"@en ; + skos:altLabel "CAT"@en , + "Central African Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001648 +cco:ont00001648 rdf:type owl:NamedIndividual , + cco:ont00000469 , + cco:ont00001351 ; + rdfs:label "Earth-Centered Earth-Fixed Coordinate System"@en ; + skos:altLabel "Conventional Terrestrial Coordinate System"@en , + "ECEF"@en , + "ECR"@en , + "Earth Centered Earth Fixed"@en , + "Earth Centered Rotational Coordinate System"@en , + "Earth-Centered Earth-Fixed"@en , + "Earth-Centered, Earth-Fixed"@en ; + skos:definition "A Geospatial and Cartesian Coordinate System that identifies positions using an x-axis, y-axis, and z-axis coordinate where the zero point is the center of the Earth, the z-Axis extends toward the North Pole but does not always coincide exactly with the Earth's Axis of Rotation, the x-Axis extends through the intersection of the Prime Meridian and the Equator, the y-Axis completes the right-handed system, and all three axes are fixed to the Earth such that they rotate along with the Earth."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001658 +cco:ont00001658 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment "Teph (the 'eph' is written as subscript) is an ephemeris time argument developed and calculated at the Jet Propulsion Laboratory (JPL) and implemented in a series of numerically integrated Development Ephemerides (DE), including the currently used DE405. Teph is characterized as a relativistic coordinate time that is nearly equivalent to the IAU's definition of TCB, though Teph is not currently an IAU time standard. Teph is used by the JPL to generate the ephemerides it publishes to support spacecraft navigation and astronomy."@en ; + rdfs:label "Jet Propulsion Laboratory Ephemeris Time Argument"@en ; + skos:altLabel "JPL Ephemeris Time"@en ; + cco:ont00001753 "Teph" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001660 +cco:ont00001660 rdf:type owl:NamedIndividual , + cco:ont00000469 ; + rdfs:comment "This global main field model provides magnetic field values for any location on Earth, e.g. for navigational purposes (declination) or as a standard for core field subtraction for aeromagnetic surveys. An updated version is adopted by International Association of Geomagnetism and Aeronomy (IAGA) every 5 years)."@en ; + rdfs:label "International Geomagnetic Reference Field"@en ; + cco:ont00001754 "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/" . + + +### https://www.commoncoreontologies.org/ont00001661 +cco:ont00001661 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+8"@en ; + skos:altLabel "CTT"@en , + "China Taiwan Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001666 +cco:ont00001666 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment """\"Barycentric Coordinate Time (TCB, from the French Temps-coordonnée barycentrique) is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to orbits of planets, asteroids, comets, and interplanetary spacecraft in the Solar system. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the barycenter of the Solar system: that is, a clock that performs exactly the same movements as the Solar system but is outside the system's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Sun and the rest of the system.\" +From: (https://en.wikipedia.org/wiki/Barycentric_Coordinate_Time)"""@en ; + rdfs:label "Barycentric Coordinate Time"@en ; + cco:ont00001753 "TCB" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001674 +cco:ont00001674 rdf:type owl:NamedIndividual , + cco:ont00000276 ; + rdfs:comment "The Gregorian Calendar was instituted by Pope Gregory XIII via papal bull on 24 February 1582 as a reform of the Julian Calendar to stop the drift of the calendar with respect to the equinoxes and solstices. The Gregorian Calendar is currently the most widely used civil Calendar System in the world and is 13 days ahead of the Julian Calendar Date."@en ; + rdfs:label "Gregorian Calendar"@en ; + skos:definition "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years except Years that are evenly divisible by 100 but not 400 such that there are 97 leap Years every 400 Years and the average length of a Gregorian Year is 365.2425 Days (365 Days 5 Hours 49 Minutes 12 Seconds)."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001691 +cco:ont00001691 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-6"@en ; + skos:altLabel "CST"@en , + "Central Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001692 +cco:ont00001692 rdf:type owl:NamedIndividual , + cco:ont00001328 ; + rdfs:comment """Unix Time is a Temporal Reference System for describing a point in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC) Thursday, 1 January 1970 minus the number of leap seconds that have taken place since then. +(See: https://en.wikipedia.org/wiki/Unix_time)"""@en ; + rdfs:label "Unix Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001693 +cco:ont00001693 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "Zulu Time Zone"@en ; + cco:ont00001753 "Z" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001695 +cco:ont00001695 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:comment "UT2 is a variant of Universal Time that smooths UT1 by accounting for both polar motion and variations in Earth's rotation due to seasonal factors, such as changes in vegetation and water or snow distribution."@en ; + rdfs:label "Universal Time 2"@en ; + cco:ont00001753 "UT2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001700 +cco:ont00001700 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Juliet time is used as an indexical to refer to local time without otherwise specifying the time zone."@en ; + rdfs:label "Juliet Time Zone"@en ; + cco:ont00001753 "J" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001701 +cco:ont00001701 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT-3"@en ; + skos:altLabel "AGT"@en , + "Argentina Standard Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001702 +cco:ont00001702 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+5:30"@en ; + skos:altLabel "Indian Standard Time"@en , + "Sri Lanka Standard Time"@en ; + cco:ont00001753 "IST" , + "SLST" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001704 +cco:ont00001704 rdf:type owl:NamedIndividual , + cco:ont00001352 ; + rdfs:label "GMT+3"@en ; + skos:altLabel "EAT"@en , + "Eastern African Time"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001712 +cco:ont00001712 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-5"@en ; + rdfs:label "Romeo Time Zone"@en ; + cco:ont00001753 "R" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001716 +cco:ont00001716 rdf:type owl:NamedIndividual , + cco:ont00000630 ; + rdfs:comment "UT1 is a derivation of UT0 that takes into account distortions caused by polar motion and is proportional to the rotation angle of the Earth with respect to distant quasars, specifically, the International Celestial Reference Frame (ICRF). UT1 is currently the most widely used variant of Universal Time and has the same value everywhere on Earth."@en ; + rdfs:label "Universal Time 1"@en ; + skos:altLabel "Astronomical Time"@en ; + cco:ont00001753 "UT1" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001723 +cco:ont00001723 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+4"@en ; + rdfs:label "Delta Time Zone"@en ; + cco:ont00001753 "D" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001727 +cco:ont00001727 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+10"@en ; + rdfs:label "Kilo Time Zone"@en ; + cco:ont00001753 "K" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001732 +cco:ont00001732 rdf:type owl:NamedIndividual , + cco:ont00001235 ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+3"@en ; + rdfs:label "Charlie Time Zone"@en ; + cco:ont00001753 "C" ; + cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/QualityOntology.ttl b/src/cco-iris/QualityOntology.ttl new file mode 100644 index 00000000..861bcf6e --- /dev/null +++ b/src/cco-iris/QualityOntology.ttl @@ -0,0 +1,991 @@ +@prefix : . +@prefix cco: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ; + rdfs:label "Quality Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation +dcterms:bibliographicCitation rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000009 +cco:ont00000009 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Mass Density"@en ; + skos:altLabel "Density"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000042 +cco:ont00000042 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Semicircular"@en ; + skos:definition "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000082 +cco:ont00000082 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Green"@en ; + skos:definition "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000105 +cco:ont00000105 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001369 ; + rdfs:label "Square"@en ; + skos:definition "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000112 +cco:ont00000112 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001384 ; + rdfs:label "Translucent"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit some but not all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs some but not all electromagnetic radiation of that frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000119 +cco:ont00000119 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000145 ; + rdfs:label "Spatial Orientation"@en ; + skos:altLabel "Attitude"@en ; + skos:definition "A Relational Quality that is the angle of Rotation of an Object relative to one or more Plane of Reference or Axis of Rotation."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000185 +cco:ont00000185 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Blunt"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000196 +cco:ont00000196 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Purple"@en ; + skos:definition "A Color that is aproximately midway between Red and Blue."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000257 +cco:ont00000257 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000620 ; + rdfs:label "Radiopaque"@en ; + skos:altLabel "Radiodense"@en ; + skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000281 +cco:ont00000281 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001137 ; + rdfs:label "Albedo"@en ; + skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of its surface to reflect incident electromagnetic radiation of a particular wavelength."@en ; + skos:scopeNote "Albedo is a reflection coefficient and is measured as the ratio of radiation reflected from the surface to the incident radiation. Albedo is dimensionless, can be expressed as a percentage, and is measured on a scale from 0 for no reflection to 1 for perfect reflection of a surface. Albedo depends on the wavelength of the radiation; when no wavelength is specified, it typically refers to some appropriate average across the spectrum of visible light."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000283 +cco:ont00000283 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Cylindrical"@en ; + skos:altLabel "Columnar"@en ; + skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000284 +cco:ont00000284 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:label "Strength"@en ; + skos:definition "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ; + skos:scopeNote "Strength is intended to be understood broadly here. Physical strength is only one type of Strength. Other subtypes of Strength may include military strength, psychological strength, emotional strength, political strength, technological strength, and so on."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000295 +cco:ont00000295 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Wetness"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the degree to which the bearer is covered by a liquid, typically on a continuum of dry to wet."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000324 +cco:ont00000324 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Width"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000327 +cco:ont00000327 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Texture"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the size, shape, and distribution of features on its surface, typically on a continuum from smooth to rough."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000378 +cco:ont00000378 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:label "Color"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000385 +cco:ont00000385 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Wide"@en ; + skos:altLabel "Broad"@en , + "Fat"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly larger in proportion to its length or height."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000424 +cco:ont00000424 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Sharp"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000439 +cco:ont00000439 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Black"@en ; + skos:definition "A Color that lacks any hues as parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000441 +cco:ont00000441 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Temperature"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of its thermal energy."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000442 +cco:ont00000442 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Radioactive"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000446 +cco:ont00000446 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001293 ; + rdfs:label "Circumference"@en ; + skos:definition "A Perimeter that inheres in a circle or ellipse."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000447 +cco:ont00000447 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Triangular"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000450 +cco:ont00000450 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Silver Color"@en ; + skos:definition "A Color that resembles Grey with the added feature of having a metallic shine."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000459 +cco:ont00000459 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001126 ; + rdfs:label "Fluorescence"@en ; + skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light while absorbing shorter wavelength radiation, but not after."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000464 +cco:ont00000464 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Oblong"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000474 +cco:ont00000474 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Curved"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000478 +cco:ont00000478 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Cuboidal"@en ; + skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000484 +cco:ont00000484 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Concave Shape"@en ; + skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer having one or more cavities, such that at least one line connecting a pair of points on the surface of the bearer will lie outside."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000494 +cco:ont00000494 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Serrated"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000512 +cco:ont00000512 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:label "Radiation Emissivity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to emit electromagnetic radiation of a given frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000525 +cco:ont00000525 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001384 ; + rdfs:label "Transparent"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit all or nearly all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs little or no electromagnetic radiation of that frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000528 +cco:ont00000528 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "White"@en ; + skos:definition "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000541 +cco:ont00000541 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Diameter"@en ; + skos:definition "A One Dimensional Extent that inheres in a circle in virtue of the extent of a straight line that passes through the center of the circle and starts and ends on the circle's boundary."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000548 +cco:ont00000548 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000997 ; + dcterms:bibliographicCitation "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Vulnerability"@en ; + skos:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; + skos:editorialNote "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ; + skos:prefLabel "Vulnerability"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000560 +cco:ont00000560 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Cone Shape"@en ; + skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a Round base that tapers smoothly to an apex."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000565 +cco:ont00000565 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000478 ; + rdfs:label "Cube Shape"@en ; + skos:definition "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000578 +cco:ont00000578 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Sloped"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000579 +cco:ont00000579 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Thin"@en ; + skos:altLabel "Narrow"@en , + "Slender"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly smaller in proportion to its length or height."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000590 +cco:ont00000590 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Convex Shape"@en ; + skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer not having a cavity, such that no line connecting a pair of points on the surface of the bearer will lie outside."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000607 +cco:ont00000607 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000892 ; + rdfs:label "Thickness"@en ; + skos:definition "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000614 +cco:ont00000614 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:comment "'Matter' here can also refer to the inertial energy of an object."@en , + "Typical unit of measure is the kilogram or pound."@en ; + rdfs:label "Mass"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000620 +cco:ont00000620 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001384 ; + rdfs:label "Radiopacity"@en ; + skos:altLabel "Radiodensity"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000628 +cco:ont00000628 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + rdfs:label "Electromagnetic Radiation Property"@en ; + skos:definition "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000632 +cco:ont00000632 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + rdfs:label "Magnetism"@en ; + skos:definition "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000633 +cco:ont00000633 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:comment "When an object is \"weighed\", in the typical case, it is done so by taking into account the local force of gravity to determine the object's mass, whose standard of measure is the kilogram. The actual unit of measure of weight is the newton."@en ; + rdfs:label "Weight"@en ; + skos:definition "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000648 +cco:ont00000648 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:label "Color Brightness"@en ; + skos:altLabel "Color Intensity"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000695 +cco:ont00000695 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000620 ; + rdfs:label "Radiolucent"@en ; + skos:altLabel "Hypodense"@en , + "Transradiance"@en ; + skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000733 +cco:ont00000733 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Spherical"@en ; + skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000738 +cco:ont00000738 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Length"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000759 +cco:ont00000759 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:label "Color Saturation"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect high intensity light distributed across fewer wavelengths, typically considered on a continuum of purity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000766 +cco:ont00000766 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Hardness"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the degree to which it can be turned, bowed, or twisted without breaking."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000768 +cco:ont00000768 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Amount"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the total, aggregate or sum of a number of discrete items or material the entity contains as parts."@en ; + cco:ont00001754 "http://en.wiktionary.org/wiki/amount" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000784 +cco:ont00000784 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:label "Optical Property"@en ; + skos:definition "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000787 +cco:ont00000787 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000967 ; + rdfs:label "Altitude"@en ; + skos:definition "A Height that inheres in a Site that externally connects an Independent Continuant to either the surface of the Earth or the Earth's mean Sea Level."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000797 +cco:ont00000797 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Hazel"@en ; + skos:definition "A Color that is a combination of Brown and Green, typically associated with eye color."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000803 +cco:ont00000803 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Round"@en ; + skos:altLabel "Circular"@en ; + skos:definition "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en ; + cco:ont00001754 "http://www.merriam-webster.com/dictionary/round" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000805 +cco:ont00000805 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Coiled"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000815 +cco:ont00000815 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Folded"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000818 +cco:ont00000818 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Orange"@en ; + skos:definition "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000826 +cco:ont00000826 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001137 ; + rdfs:label "Refractivity"@en ; + skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of that bearer to change the direction of a propagating wave when passing through it."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000835 +cco:ont00000835 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Body Shape"@en ; + skos:definition "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000861 +cco:ont00000861 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Split"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000872 +cco:ont00000872 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Brown"@en ; + skos:definition "A Color that consists of dark orange and red, and of very low intensity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000885 +cco:ont00000885 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Wavy"@en ; + skos:altLabel "Undulate"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000892 +cco:ont00000892 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Depth"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a downward, backward, or inward direction."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000912 +cco:ont00000912 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001360 ; + rdfs:label "Pyramidal"@en ; + skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a polygonal base with vertices that all connect to the same apex to form triangular faces."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000913 +cco:ont00000913 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Maroon"@en ; + skos:definition "A Color consisting of purple and brown hue."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000941 +cco:ont00000941 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001126 ; + rdfs:label "Phosphorescence"@en ; + skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light after absorbing shorter wavelength radiation, and to continue emitting after the absorbing process has ceased."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000967 +cco:ont00000967 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Height"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000975 +cco:ont00000975 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Cyan"@en ; + skos:definition "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000979 +cco:ont00000979 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Closure"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the degree to which that bearer affords passage or sightline through it via an opening, aperture, orifice, or vent."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000991 +cco:ont00000991 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Bent"@en ; + skos:altLabel "Angular"@en , + "Kinked"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000997 +cco:ont00000997 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Disrupting Disposition"@en ; + skos:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; + skos:editorialNote "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ; + skos:prefLabel "Threat"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001001 +cco:ont00001001 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Drooping"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001026 +cco:ont00001026 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000119 ; + rdfs:label "Pointing Orientation"@en ; + skos:altLabel "Facing Orientation"@en ; + skos:definition "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001055 +cco:ont00001055 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Branched"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 +cco:ont00001059 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Shape Quality"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001063 +cco:ont00001063 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Straight"@en ; + skos:altLabel "Linear"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001065 +cco:ont00001065 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001202 ; + rdfs:label "Two Dimensional Extent"@en ; + skos:altLabel "Area"@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001079 +cco:ont00001079 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Blond"@en ; + skos:definition "A Color that ranges from nearly white to a light greyish yellow"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001113 +cco:ont00001113 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Magenta"@en ; + skos:definition "A Color consisting of red and blue hues."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001118 +cco:ont00001118 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + rdfs:label "Surface Tension"@en ; + skos:definition "A Disposition that inheres in a liquid and is realized when the cohesive forces of the molecules in the bearer at the surface are greater than the adhesive forces of the molecules in the surrounding air."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001126 +cco:ont00001126 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:comment "There are a variety of photometric measurements, such as luminous flux/power or luminous intensity, whose units are lumen and candela respectively, which attempt to describe properties associated with the perception of light. These are weighted measurements, typically by the luminosity function, as thus exist on the side of information content. It is a point of further development to add the needed intrinsic properties of radiation that such measurements are about."@en ; + rdfs:label "Luminescent Property"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light, but which isn't the result of the bearer being heated."@en ; + cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001137 +cco:ont00001137 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:label "Radiation Reflectivity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to scatter or reflect electromagnetic radiation of a given frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001142 +cco:ont00001142 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Violet"@en ; + skos:definition "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001177 +cco:ont00001177 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000119 ; + rdfs:label "Roll Orientation"@en ; + skos:altLabel "Roll"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Roll Axis."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001182 +cco:ont00001182 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000145 ; + rdfs:label "Phase Angle"@en ; + skos:altLabel "Orbital Phase Angle"@en ; + skos:definition "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001186 +cco:ont00001186 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000784 ; + rdfs:label "Color Hue"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect a dominant wavelength of the visible light spectrum, which is typically divided up into 6 to 8 ranges."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001189 +cco:ont00001189 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Blue"@en ; + skos:definition "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001193 +cco:ont00001193 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:label "Fatigability"@en ; + skos:definition "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001199 +cco:ont00001199 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Protruding"@en ; + skos:definition "A Shape Quality inhering in a part of an object in virtue of the part extending out above or beyond the surface of the object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001202 +cco:ont00001202 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + rdfs:label "Size Quality"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001220 +cco:ont00001220 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001384 ; + rdfs:label "Opaque"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's incapacity to transmit electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs all electromagnetic radiation of that frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001225 +cco:ont00001225 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Yellow"@en ; + skos:definition "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001277 +cco:ont00001277 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Red"@en ; + skos:definition "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001280 +cco:ont00001280 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Flat"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001291 +cco:ont00001291 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:label "Radiation Absorptivity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to absorb electromagnetic radiation of a given frequency."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001293 +cco:ont00001293 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001367 ; + rdfs:label "Perimeter"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001294 +cco:ont00001294 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001202 ; + rdfs:label "Three Dimensional Extent"@en ; + skos:altLabel "Volume"@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001296 +cco:ont00001296 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000119 ; + rdfs:label "Pitch Orientation"@en ; + skos:altLabel "Pitch"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Pitch Axis."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001318 +cco:ont00001318 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000119 ; + rdfs:label "Yaw Orientation"@en ; + skos:altLabel "Yaw"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Yaw Axis."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001333 +cco:ont00001333 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Rosy"@en ; + skos:definition "A Color consisting of red hue and yellow hue and high brightness."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001349 +cco:ont00001349 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Grey"@en ; + skos:definition "A Color between white and black colors."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001354 +cco:ont00001354 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Vermilion"@en ; + skos:definition "A Color consisting of red and orange hue with a slight amount of gray."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001360 +cco:ont00001360 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Three Dimensional Shape"@en ; + skos:definition "A Shape Quality that inheres only in a three dimensional entity."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001367 +cco:ont00001367 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001202 ; + rdfs:comment "Subclasses of one dimensional extent are included for usability. It is doubtful any of them can be objectively distinguished (on the side of the bearing entity) without some reference to external properties such as orientation and perspective."@en ; + rdfs:label "One Dimensional Extent"@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ; + cco:ont00001754 "International Organization for Standardization. 2019. Quantities and units -- Part 3: Space and time (ISO 80000-3:2019). International Organization for Standardization. Available at: https://www.iso.org/standard/64974.html."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001369 +cco:ont00001369 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00001059 ; + rdfs:label "Rectangular"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001377 +cco:ont00001377 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000378 ; + rdfs:label "Gold Color"@en ; + skos:definition "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001384 +cco:ont00001384 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000628 ; + rdfs:comment "Note that it is important to specify the frequency of electromagnetic radiation when representing a bearer's Opacity since a bearer may be Opaque with respect to electromagnetic radiation of one frequency, but be transparent with respect to electromagnetic radiation of another frequency. Unless otherwise stated, statements about a bearer's Opacity are assumed to be about electromagnetic radiation with a frequency in the visible spectrum."@en ; + rdfs:label "Opacity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of that bearer's capacity to transmit electromagnetic radiation of a given frequency through the bearer instead of reflecting, scattering, or absorbing electromangentic radiation of that frequency."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Opacity_(optics)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/TimeOntology.ttl b/src/cco-iris/TimeOntology.ttl new file mode 100644 index 00000000..5c28f6db --- /dev/null +++ b/src/cco-iris/TimeOntology.ttl @@ -0,0 +1,645 @@ +@prefix : . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent temporal regions and the relations that hold between them."@en ; + rdfs:label "Time Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 +cco:ont00001753 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001779 +cco:ont00001779 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001848 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000148 ; + rdfs:label "has inside instant"@en ; + skos:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001795 +cco:ont00001795 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001924 ; + owl:inverseOf cco:ont00001869 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "has inside interval"@en ; + skos:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001814 +cco:ont00001814 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001971 ; + owl:inverseOf cco:ont00001821 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval finishes"@en ; + skos:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001821 +cco:ont00001821 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001924 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval finished by"@en ; + skos:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001822 +cco:ont00001822 rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + owl:propertyDisjointWith cco:ont00001862 ; + rdfs:label "interval equals"@en ; + skos:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001825 +cco:ont00001825 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001870 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + owl:propertyDisjointWith cco:ont00001862 ; + rdfs:label "interval overlaps"@en ; + skos:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001847 +cco:ont00001847 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001862 ; + owl:inverseOf cco:ont00001940 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval is after"@en ; + skos:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001848 +cco:ont00001848 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000148 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "is inside instant of"@en ; + skos:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001862 +cco:ont00001862 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + owl:propertyDisjointWith cco:ont00001870 , + cco:ont00001924 , + cco:ont00001971 ; + rdfs:label "interval disjoint"@en ; + skos:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001869 +cco:ont00001869 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001971 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval during"@en ; + skos:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001870 +cco:ont00001870 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval overlapped by"@en ; + skos:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001875 +cco:ont00001875 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001924 ; + owl:inverseOf cco:ont00001923 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval started by"@en ; + skos:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001893 +cco:ont00001893 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001990 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000148 ; + rdfs:range obo:BFO_0000148 ; + rdfs:label "instant is after"@en ; + skos:definition "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; + skos:scopeNote "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001896 +cco:ont00001896 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001862 ; + owl:inverseOf cco:ont00001915 ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval meets"@en ; + skos:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001915 +cco:ont00001915 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001862 ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval met by"@en ; + skos:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001923 +cco:ont00001923 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001971 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval starts"@en ; + skos:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001924 +cco:ont00001924 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:ont00001971 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval contains"@en ; + skos:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001940 +cco:ont00001940 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:ont00001862 ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval is before"@en ; + skos:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001971 +cco:ont00001971 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + rdfs:label "interval contained by"@en ; + skos:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001990 +cco:ont00001990 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000148 ; + rdfs:range obo:BFO_0000148 ; + rdfs:label "instant is before"@en ; + skos:definition "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; + skos:scopeNote "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en ; + cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000063 +cco:ont00000063 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00001058 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Hour Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000085 +cco:ont00000085 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00001058 + ] ; + rdfs:label "Minute"@en ; + skos:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000114 +cco:ont00000114 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000203 ; + rdfs:label "Unix Temporal Instant"@en ; + skos:definition "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000184 +cco:ont00000184 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Axial Rotation Period"@en ; + skos:definition "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000211 +cco:ont00000211 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000800 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Day Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000223 +cco:ont00000223 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000203 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:someValuesFrom cco:ont00000800 + ] ; + rdfs:label "Time of Day"@en ; + skos:definition "A Temporal Instant that is part of a Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000225 +cco:ont00000225 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000832 + ] ; + rdfs:label "Month"@en ; + skos:definition "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ; + skos:scopeNote "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000227 +cco:ont00000227 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000674 ; + rdfs:comment "A Julian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.25 Julian Days. Julian Years are typically indicated by prefixing a capital 'J' in front of the Year number, e.g. J2000.0 or J2018."@en ; + rdfs:label "Julian Year"@en ; + skos:definition "A Calendar Year in the Julian Calendar."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000259 +cco:ont00000259 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000225 ; + rdfs:label "Calendar Month"@en ; + skos:definition "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en ; + skos:example "January; February; March; April; May; June; July; August; September; October; November; December" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000329 +cco:ont00000329 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000225 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Month Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000359 +cco:ont00000359 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000223 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:someValuesFrom cco:ont00000498 + ] ; + rdfs:label "Julian Date"@en ; + skos:definition "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ; + cco:ont00001753 "JD" ; + cco:ont00001754 "https://www.defit.org/julian-date/" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000425 +cco:ont00000425 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000674 ; + rdfs:comment "A Gregorian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.2425 Gregorian Days. The Gregorian Year is based upon the vernal equinox year. Unless otherwise stated, instances of Calendar Year are assumed to be instances of Gregorian Year since the Gregorian Calendar is the most widely used civil Calendar System."@en ; + rdfs:label "Gregorian Year"@en ; + skos:definition "A Calendar Year in the Gregorian Calendar."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000435 +cco:ont00000435 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000921 ; + rdfs:comment "A Gregorian Day is twenty-four Hours in duration."@en ; + rdfs:label "Gregorian Day"@en ; + skos:definition "A Calendar Day in the Gregorian Calendar."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000465 +cco:ont00000465 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000223 ; + rdfs:comment """A Day begins at midnight GMT within the Modified Julian Date reference system. The Modified Julian Date (MJD) is related to the Julian Date (JD) by the formula: +MJD = JD - 2400000.5"""@en ; + rdfs:label "Modified Julian Date"@en ; + skos:definition "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ; + cco:ont00001753 "MJD" ; + cco:ont00001754 "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000498 +cco:ont00000498 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000921 ; + rdfs:comment "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ; + rdfs:label "Julian Day"@en ; + skos:definition "A Calendar Day in the Julian Calendar."@en ; + cco:ont00001754 "https://www.defit.org/julian-date/" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000550 +cco:ont00000550 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Morning"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000619 +cco:ont00000619 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000225 + ] ; + rdfs:label "Week"@en ; + skos:definition "A Temporal Interval that is equal to seven consecutive Days."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000674 +cco:ont00000674 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000832 ; + rdfs:label "Calendar Year"@en ; + skos:definition "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000699 +cco:ont00000699 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Afternoon"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000800 +cco:ont00000800 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000619 + ] ; + rdfs:label "Day"@en ; + skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ; + skos:scopeNote "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000810 +cco:ont00000810 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000619 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Week Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000832 +cco:ont00000832 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00001088 + ] ; + rdfs:label "Year"@en ; + skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ; + skos:scopeNote "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000921 +cco:ont00000921 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000800 ; + rdfs:label "Calendar Day"@en ; + skos:definition "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000992 +cco:ont00000992 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000085 + ] ; + rdfs:comment "The Second is used as the basic SI unit of time."@en ; + rdfs:label "Second"@en ; + skos:definition "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ; + cco:ont00001754 "https://physics.nist.gov/cuu/Units/second.html" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001023 +cco:ont00001023 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000619 ; + rdfs:label "Calendar Week"@en ; + skos:definition "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001058 +cco:ont00001058 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001869 ; + owl:someValuesFrom cco:ont00000800 + ] ; + rdfs:label "Hour"@en ; + skos:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001088 +cco:ont00001088 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Decade"@en ; + skos:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en ; + cco:ont00001754 "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001110 +cco:ont00001110 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Evening"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001116 +cco:ont00001116 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000203 ; + rdfs:label "Reference Time"@en ; + skos:altLabel "Epoch"@en , + "Epoch Time"@en , + "Reference Date"@en ; + skos:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ; + cco:ont00001754 "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001154 +cco:ont00001154 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000992 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Second Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001166 +cco:ont00001166 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000085 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Minute Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001204 +cco:ont00001204 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + rdfs:label "Night"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001206 +cco:ont00001206 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:ont00001924 ; + owl:someValuesFrom cco:ont00000832 + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Year Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/UnitsOfMeasureOntology.ttl b/src/cco-iris/UnitsOfMeasureOntology.ttl new file mode 100644 index 00000000..b32024be --- /dev/null +++ b/src/cco-iris/UnitsOfMeasureOntology.ttl @@ -0,0 +1,1531 @@ +@prefix : . +@prefix dc: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix cco: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."@en ; + rdfs:label "Units of Measure Ontology"@en ; + owl:versionInfo "Version 2.0"@en . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/contributor +dcterms:contributor rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/rights +dcterms:rights rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001738 +cco:ont00001738 rdf:type owl:AnnotationProperty ; + rdfs:label "SI unit label"@en ; + skos:definition "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:subPropertyOf skos:altLabel . + + +### https://www.commoncoreontologies.org/ont00001740 +cco:ont00001740 rdf:type owl:AnnotationProperty ; + rdfs:label "SI unit symbol"@en ; + skos:definition "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:subPropertyOf cco:ont00001753 . + + +### https://www.commoncoreontologies.org/ont00001753 +cco:ont00001753 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 +cco:ont00001754 rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 +cco:ont00001760 rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000061 +cco:ont00000061 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Flow"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000074 +cco:ont00000074 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Acceleration"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time."@en ; + skos:example "feet per second per second, kilometers per second per second" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000120 +cco:ont00000120 rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000140 +cco:ont00000140 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:comment "The type of particle quantified is typically either atoms or molecules, but may also be protons, neutrons, electrons, quarks, or other particles. The type of particle being measured should always be specified along with the measurement and its unit."@en ; + rdfs:label "Measurement Unit of Amount of Substance"@en ; + skos:altLabel "Measurement Unit of Chemical Amount"@en , + "Measurement Unit of Enplethy"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter."@en ; + skos:example "mole, pound-mole" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology" . + + +### https://www.commoncoreontologies.org/ont00000198 +cco:ont00000198 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Sound Level"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en ; + skos:example "decibels, sones" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000217 +cco:ont00000217 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Area"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en ; + skos:example "square feet, square meters, acre, hectare" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000229 +cco:ont00000229 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Power"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; + skos:example "watt, horsepower" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000239 +cco:ont00000239 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Mass"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of an object's resistance to Acceleration when a Force is applied to the object."@en ; + skos:example "ounce, gram, pound" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000374 +cco:ont00000374 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000061 ; + rdfs:label "Measurement Unit of Volumetric Flow Rate"@en ; + skos:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time."@en ; + skos:example "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000444 +cco:ont00000444 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Energy"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en ; + skos:example "ft-lbs, calorie, horsepower, kilowatt" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000497 +cco:ont00000497 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Force"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; + skos:example "newton, dyne, pound force " ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000502 +cco:ont00000502 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Area Moment of Inertia"@en ; + skos:altLabel "Measurement Unit of Second Area Moment"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis."@en ; + skos:scopeNote "A measure of an object’s resistance to bending or deflection."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000527 +cco:ont00000527 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Rotational Inertia"@en ; + skos:altLabel "Measurement Unit of Moment of Inertia"@en , + "Measurement Unit of Rotational Mass"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation."@en ; + skos:scopeNote "A measure of an object’s resistance to change in its state of rotation."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000659 +cco:ont00000659 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Torque"@en ; + skos:altLabel "Measurement Unit of Moment of Force"@en , + "Measurement Unit of Rotational Force"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000707 +cco:ont00000707 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Angle"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex."@en ; + skos:example "degrees, radians" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000770 +cco:ont00000770 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Density"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume."@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000844 +cco:ont00000844 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Temperature"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en ; + skos:example "celsius, fahrenheit, kelvin" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000852 +cco:ont00000852 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Work"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en ; + skos:example "joule, erg, kilowatt hour" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000940 +cco:ont00000940 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Momentum"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion."@en ; + skos:example "kg m/s, slug ft/s, g m/s" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000959 +cco:ont00000959 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Frequency"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time."@en ; + skos:example "hertz, revolutions per minute" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000969 +cco:ont00000969 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Speed"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en ; + skos:example "miles per hour, kilometers per hour, knot, mach" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001004 +cco:ont00001004 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Electromagnetic Force"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en ; + skos:example "volt, ampere, coulomb" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001090 +cco:ont00001090 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Pressure"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en ; + skos:example "pascal, atmosphere, pound-force per square inch" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001290 +cco:ont00001290 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Length"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en ; + skos:example "foot, meter, kilometer, mile" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001307 +cco:ont00001307 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000061 ; + rdfs:label "Measurement Unit of Mass Flow Rate"@en ; + skos:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time."@en ; + skos:example "kilogram per second, slug per second, pound per second" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001317 +cco:ont00001317 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Volume"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions."@en ; + skos:example "cubic feet, cubic meter, quart, liter" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001345 +cco:ont00001345 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Impulse"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval."@en ; + skos:example "N s, dyne second" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001357 +cco:ont00001357 rdf:type owl:Class ; + rdfs:subClassOf cco:ont00000120 ; + rdfs:label "Measurement Unit of Time"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; + skos:example "second, minute, hour, day" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001388 +cco:ont00001388 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Minute of Arc Measurement Unit"@en ; + skos:altLabel "Arcminute"@en , + "MOA"@en , + "am"@en , + "amin"@en , + "arcmin"@en ; + cco:ont00001740 "'" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001390 +cco:ont00001390 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Slug Measurement Unit"@en ; + skos:altLabel "slug"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001391 +cco:ont00001391 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "Erg Measurement Unit"@en ; + skos:altLabel "erg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001393 +cco:ont00001393 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Tablespoon Measurement Unit"@en ; + cco:ont00001753 "T" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001397 +cco:ont00001397 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Centimeter Measurement Unit"@en ; + skos:altLabel "cm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001402 +cco:ont00001402 rdf:type owl:NamedIndividual , + cco:ont00000770 ; + rdfs:label "Kilogram Per Liter Measurement Unit"@en ; + cco:ont00001740 "kg/L" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001407 +cco:ont00001407 rdf:type owl:NamedIndividual , + cco:ont00000229 ; + rdfs:label "Shaft Horsepower Measurement Unit"@en ; + skos:altLabel "shp"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001411 +cco:ont00001411 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Pound Force Measurement Unit"@en ; + skos:altLabel "lbf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001413 +cco:ont00001413 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Milligram Measurement Unit"@en ; + skos:altLabel "mg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001416 +cco:ont00001416 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Centimeter Measurement Unit"@en ; + skos:altLabel "cm^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001418 +cco:ont00001418 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:label "Kilogram-Mole Measurement Unit"@en ; + skos:altLabel "kg-mol"@en , + "kilogram-mole"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001422 +cco:ont00001422 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Quart Measurement Unit"@en ; + cco:ont00001753 "qt" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001423 +cco:ont00001423 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Deciliter Measurement Unit"@en ; + skos:altLabel "dL"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001425 +cco:ont00001425 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Miles Per Second Measurement Unit"@en ; + skos:altLabel "mi/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001428 +cco:ont00001428 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Kilometers Per Hour Measurement Unit"@en ; + skos:altLabel "km/h"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001429 +cco:ont00001429 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:label "Gram-Mole Measurement Unit"@en ; + skos:altLabel "g-mol"@en , + "gram-mole"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001432 +cco:ont00001432 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en ; + skos:altLabel "Kilogram Per Square Centimeter Measurement Unit"@en , + "Kilopond Per Centimeter Square Measurement Unit"@en ; + cco:ont00001753 "kg/cm^2" , + "kgf/cm^2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001433 +cco:ont00001433 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Mile Measurement Unit"@en ; + skos:altLabel "mi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001437 +cco:ont00001437 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Liter Measurement Unit"@en ; + skos:altLabel "Litre"@en ; + cco:ont00001740 "L" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001438 +cco:ont00001438 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Yard Measurement Unit"@en ; + skos:altLabel "yd^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001442 +cco:ont00001442 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Week Measurement Unit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001444 +cco:ont00001444 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Year Measurement Unit"@en ; + skos:altLabel "yr"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001445 +cco:ont00001445 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Centiliter Measurement Unit"@en ; + skos:altLabel "cL"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001450 +cco:ont00001450 rdf:type owl:NamedIndividual , + cco:ont00001004 ; + rdfs:label "Volt Measurement Unit"@en ; + skos:altLabel "V"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001451 +cco:ont00001451 rdf:type owl:NamedIndividual , + cco:ont00001004 ; + rdfs:label "Milliampere Measurement Unit"@en ; + skos:altLabel "mA"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001453 +cco:ont00001453 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Binary Degree Measurement Unit"@en ; + skos:altLabel "Binary Radian"@en , + "Brad"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001456 +cco:ont00001456 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Mile Measurement Unit"@en ; + skos:altLabel "mi^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001459 +cco:ont00001459 rdf:type owl:NamedIndividual , + cco:ont00001307 ; + rdfs:label "Pound Per Second Measurement Unit"@en ; + skos:altLabel "lb/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001462 +cco:ont00001462 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Twenty Foot Equivalent Unit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001463 +cco:ont00001463 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:label "Kilomole Measurement Unit"@en ; + skos:altLabel "kilomole"@en , + "kmol"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001466 +cco:ont00001466 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Revolutions Per Day Measurement Unit"@en ; + skos:altLabel "r/day"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001469 +cco:ont00001469 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Kilometers Per Second Measurement Unit"@en ; + skos:altLabel "km/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001470 +cco:ont00001470 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Megahertz Measurement Unit"@en ; + skos:altLabel "MHz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001471 +cco:ont00001471 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Centimeter Measurement Unit"@en ; + skos:altLabel "cm^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001472 +cco:ont00001472 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Millimeter Measurement Unit"@en ; + skos:altLabel "mm^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001474 +cco:ont00001474 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Atmosphere Measurement Unit"@en ; + skos:altLabel "atm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001475 +cco:ont00001475 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Kilohertz Measurement Unit"@en ; + skos:altLabel "kHz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001477 +cco:ont00001477 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Kilogram Measurement Unit"@en ; + cco:ont00001738 "kilogram" ; + cco:ont00001740 "kg" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001478 +cco:ont00001478 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Angstrom Measurement Unit"@en ; + skos:altLabel "Angstrom"@en , + "Å"@en , + "Ångström"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001483 +cco:ont00001483 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:comment "One mole contains exactly 6.02214076×10^23 elementary entities."@en ; + rdfs:label "Mole Measurement Unit"@en ; + cco:ont00001738 "mole" ; + cco:ont00001740 "mol" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001486 +cco:ont00001486 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Kilometer Measurement Unit"@en ; + skos:altLabel "km^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001489 +cco:ont00001489 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Radian Measurement Unit"@en ; + cco:ont00001738 "radian" ; + cco:ont00001740 "rad" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001493 +cco:ont00001493 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Kilonewton Measurement Unit"@en ; + skos:altLabel "kN"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001494 +cco:ont00001494 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Yard Measurement Unit"@en ; + skos:altLabel "yrd"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001495 +cco:ont00001495 rdf:type owl:NamedIndividual , + cco:ont00000198 ; + rdfs:label "Sone Measurement Unit"@en ; + skos:altLabel "sone"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001496 +cco:ont00001496 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Meter Measurement Unit"@en ; + skos:altLabel "m^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001499 +cco:ont00001499 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Kiloliter Measurement Unit"@en ; + skos:altLabel "kL"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001502 +cco:ont00001502 rdf:type owl:NamedIndividual , + cco:ont00000229 ; + dcterms:contributor "Donna Jones" , + "Olivia Hobai" ; + rdfs:label "Decibel Isotropic Measurement Unit"@en ; + skos:altLabel "Decibels Over Isotropic" , + "Decibels Over Isotropic Antenna" , + "Decibels Relative to Isotrope" , + "Decibels Relative to Isotropic Radiator" , + "Decibels Relative to an Isotropic Reference Antenna" ; + cco:ont00001740 "dBi" ; + cco:ont00001754 "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI , + "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001504 +cco:ont00001504 rdf:type owl:NamedIndividual , + cco:ont00000659 ; + rdfs:label "Newton Meter Measurement Unit"@en ; + cco:ont00001740 "N-m" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001511 +cco:ont00001511 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Meters Per Second Measurement Unit"@en ; + skos:altLabel "m/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001522 +cco:ont00001522 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Foot Measurement Unit"@en ; + skos:altLabel "ft^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001523 +cco:ont00001523 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Pint Measurement Unit"@en ; + skos:altLabel "pt"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001525 +cco:ont00001525 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Newton Measurement Unit"@en ; + cco:ont00001738 "newton" ; + cco:ont00001740 "N" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001526 +cco:ont00001526 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Mach Measurement Unit"@en ; + skos:altLabel "M"@en , + "Ma"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001528 +cco:ont00001528 rdf:type owl:NamedIndividual , + cco:ont00000940 ; + rdfs:label "Kilogram Meter Per Second Measurement Unit"@en ; + skos:altLabel "kg m/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001530 +cco:ont00001530 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Cubic Meter Per Second Measurement Unit"@en ; + cco:ont00001740 "m^3/s" ; + cco:ont00001753 "cumec" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001533 +cco:ont00001533 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Hour Measurement Unit"@en ; + skos:altLabel "hr"@en ; + cco:ont00001740 "h" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001536 +cco:ont00001536 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Second Measurement Unit"@en ; + cco:ont00001738 "second" ; + cco:ont00001740 "s" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001538 +cco:ont00001538 rdf:type owl:NamedIndividual , + cco:ont00000074 ; + rdfs:label "Meters Per Second Per Second Measurement Unit"@en ; + skos:altLabel "m/s/s"@en , + "m/s^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001543 +cco:ont00001543 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Decimeter Measurement Unit"@en ; + skos:altLabel "dm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001544 +cco:ont00001544 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Short Ton Measurement Unit"@en ; + skos:altLabel "Net Ton"@en , + "ton (US)"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001549 +cco:ont00001549 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Dyne Measurement Unit"@en ; + skos:altLabel "dyn"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001551 +cco:ont00001551 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Foot Measurement Unit"@en ; + skos:altLabel "ft^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001552 +cco:ont00001552 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Gram Measurement Unit"@en ; + skos:altLabel "g"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001555 +cco:ont00001555 rdf:type owl:NamedIndividual , + cco:ont00000659 ; + rdfs:label "Pound Foot Measurement Unit"@en ; + cco:ont00001753 "lb ft" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001557 +cco:ont00001557 rdf:type owl:NamedIndividual , + cco:ont00000527 ; + rdfs:label "Pound Foot Second Square Measurement Unit"@en ; + cco:ont00001753 "lb ft s^2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001559 +cco:ont00001559 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Pascal Measurement Unit"@en ; + cco:ont00001738 "pascal" ; + cco:ont00001740 "Pa" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001560 +cco:ont00001560 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "Calorie Measurement Unit"@en ; + skos:altLabel "cal"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001563 +cco:ont00001563 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "Horsepower Measurement Unit"@en ; + skos:altLabel "hp"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001564 +cco:ont00001564 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Decigram Measurement Unit"@en ; + skos:altLabel "dg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001566 +cco:ont00001566 rdf:type owl:NamedIndividual , + cco:ont00000229 ; + rdfs:label "Watt Measurement Unit"@en ; + cco:ont00001738 "watt" ; + cco:ont00001740 "W" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001567 +cco:ont00001567 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Ounce Measurement Unit"@en ; + skos:altLabel "oz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001568 +cco:ont00001568 rdf:type owl:NamedIndividual , + cco:ont00000770 ; + rdfs:label "Gram Per Cubic Centimeter Measurement Unit"@en ; + cco:ont00001740 "g/cm^3" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001569 +cco:ont00001569 rdf:type owl:NamedIndividual , + cco:ont00000770 ; + rdfs:label "Kilogram Per Cubic Meter Measurement Unit"@en ; + cco:ont00001738 "kg/m^3" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001571 +cco:ont00001571 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Day Measurement Unit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001572 +cco:ont00001572 rdf:type owl:NamedIndividual , + cco:ont00000844 ; + rdfs:label "Kelvin Measurement Unit"@en ; + cco:ont00001738 "kelvin" ; + cco:ont00001740 "K" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001573 +cco:ont00001573 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Teaspoon Measurement Unit"@en ; + cco:ont00001753 "t" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001574 +cco:ont00001574 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Revolutions Per Minute Measurement Unit"@en ; + skos:altLabel "r/min"@en , + "rpm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001576 +cco:ont00001576 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Milliliter Measurement Unit"@en ; + skos:altLabel "mL"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001579 +cco:ont00001579 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Liter Per Second Measurement Unit"@en ; + skos:altLabel "l/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001583 +cco:ont00001583 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Feet Per Second Measurement Unit"@en ; + skos:altLabel "ft/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001585 +cco:ont00001585 rdf:type owl:NamedIndividual , + cco:ont00000940 ; + rdfs:label "Newton Second Per Kilogram Measurement Unit"@en ; + skos:altLabel "Ns/kg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001587 +cco:ont00001587 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Bayre Measurement Unit"@en ; + skos:altLabel "ba"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001589 +cco:ont00001589 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Inch Measurement Unit"@en ; + skos:altLabel "in^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001596 +cco:ont00001596 rdf:type owl:NamedIndividual , + cco:ont00001307 ; + rdfs:label "Kilogram Per Second Measurement Unit"@en ; + cco:ont00001740 "kg/s" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001598 +cco:ont00001598 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Kilometer Measurement Unit"@en ; + skos:altLabel "km"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001602 +cco:ont00001602 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Miles Per Hour Measurement Unit"@en ; + skos:altLabel "mi/h"@en , + "mph"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001604 +cco:ont00001604 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Degree Measurement Unit"@en ; + cco:ont00001740 "°" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001606 +cco:ont00001606 rdf:type owl:NamedIndividual , + cco:ont00000844 ; + rdfs:label "Degree Celsius Measurement Unit"@en ; + cco:ont00001738 "degree Celsius" ; + cco:ont00001740 "°C" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001608 +cco:ont00001608 rdf:type owl:NamedIndividual , + cco:ont00000140 ; + rdfs:label "Pound-Mole Measurement Unit"@en ; + skos:altLabel "lb-mol"@en , + "lbmol"@en , + "pound-mole"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001609 +cco:ont00001609 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Gradian Measurement Unit"@en ; + skos:altLabel "Gon"@en , + "Grad"@en , + "Grade"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001611 +cco:ont00001611 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Gallon Measurement Unit"@en ; + skos:altLabel "gal"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001612 +cco:ont00001612 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Bar Measurement Unit"@en ; + skos:altLabel "bar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001613 +cco:ont00001613 rdf:type owl:NamedIndividual , + cco:ont00001004 ; + rdfs:label "Kilovolt Ampere Measurement Unit"@en ; + skos:altLabel "kVA"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001629 +cco:ont00001629 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Nautical Mile Measurement Unit"@en ; + skos:altLabel "M"@en , + "NM"@en , + "nmi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001636 +cco:ont00001636 rdf:type owl:NamedIndividual , + cco:ont00000198 ; + rdfs:label "Phon Measurement Unit"@en ; + skos:altLabel "phon"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001637 +cco:ont00001637 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Nanometer Measurement Unit"@en ; + skos:altLabel "Nanometre"@en , + "nm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001641 +cco:ont00001641 rdf:type owl:NamedIndividual , + cco:ont00000527 ; + rdfs:label "Kilogram Meter Square Measurement Unit"@en ; + cco:ont00001740 "kg-m^2" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001642 +cco:ont00001642 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Millimeter Measurement Unit"@en ; + skos:altLabel "mm"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001643 +cco:ont00001643 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Millibar Measurement Unit"@en ; + skos:altLabel "mb"@en , + "mbar"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001644 +cco:ont00001644 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Cubic Feet Per Second Measurement Unit"@en ; + skos:altLabel "ft^3/s"@en ; + cco:ont00001753 "cusec" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001645 +cco:ont00001645 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Inch Measurement Unit"@en ; + skos:altLabel "in^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001646 +cco:ont00001646 rdf:type owl:NamedIndividual , + cco:ont00000969 ; + rdfs:label "Knot Measurement Unit"@en ; + skos:altLabel "kn"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001647 +cco:ont00001647 rdf:type owl:NamedIndividual , + cco:ont00000074 ; + rdfs:label "Feet Per Second Per Second Measurement Unit"@en ; + skos:altLabel "ft/s/s"@en , + "ft/s^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001651 +cco:ont00001651 rdf:type owl:NamedIndividual , + cco:ont00001307 ; + rdfs:label "Gram Per Second Measurement Unit"@en ; + skos:altLabel "g/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001653 +cco:ont00001653 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "Joule Measurement Unit"@en ; + cco:ont00001738 "joule" ; + cco:ont00001740 "J" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001656 +cco:ont00001656 rdf:type owl:NamedIndividual , + cco:ont00001345 ; + rdfs:label "Newton Second Measurement Unit"@en ; + skos:altLabel "N s"@en , + "Newton second"@en , + "Ns"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001659 +cco:ont00001659 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Turn Measurement Unit"@en ; + skos:altLabel "Cycle"@en , + "Full Circle"@en , + "Revolution"@en , + "Rotation"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001663 +cco:ont00001663 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Meter Measurement Unit"@en ; + skos:altLabel "m^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001664 +cco:ont00001664 rdf:type owl:NamedIndividual , + cco:ont00000198 ; + rdfs:label "Decibel Measurement Unit"@en ; + cco:ont00001740 "dB" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001667 +cco:ont00001667 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Minute Measurement Unit"@en ; + cco:ont00001740 "min" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001669 +cco:ont00001669 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Gigahertz Measurement Unit"@en ; + skos:altLabel "GHz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001672 +cco:ont00001672 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Decimeter Measurement Unit"@en ; + skos:altLabel "dm^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001675 +cco:ont00001675 rdf:type owl:NamedIndividual , + cco:ont00000940 ; + rdfs:label "Slug Foot Per Second Measurement Unit"@en ; + skos:altLabel "slug ft/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001676 +cco:ont00001676 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Metric Ton Measurement Unit"@en ; + skos:altLabel "tonne"@en ; + cco:ont00001740 "t" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001677 +cco:ont00001677 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Inch Measurement Unit"@en ; + skos:altLabel "in"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001678 +cco:ont00001678 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Decimeter Measurement Unit"@en ; + skos:altLabel "dm^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001680 +cco:ont00001680 rdf:type owl:NamedIndividual , + cco:ont00000074 ; + rdfs:label "Miles Per Second Per Second Measurement Unit"@en ; + skos:altLabel "mi/s/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001681 +cco:ont00001681 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Gallon Per Minute Measurement Unit"@en ; + skos:altLabel "gal/min"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001682 +cco:ont00001682 rdf:type owl:NamedIndividual , + cco:ont00000497 ; + rdfs:label "Kilopond Measurement Unit"@en ; + skos:altLabel "Kilogram Force Measurement Unit"@en , + "Kilogram-Force"@en , + "kgf"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001683 +cco:ont00001683 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Meter Measurement Unit"@en ; + cco:ont00001738 "meter" ; + cco:ont00001740 "m" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001685 +cco:ont00001685 rdf:type owl:NamedIndividual , + cco:ont00000707 ; + rdfs:label "Second of Arc Measurement Unit"@en ; + skos:altLabel "Arcsecond"@en , + "arcsec"@en , + "as"@en , + "asec"@en ; + cco:ont00001740 "\"" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001686 +cco:ont00001686 rdf:type owl:NamedIndividual , + cco:ont00000374 ; + rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en ; + skos:altLabel "cm^3/min"@en ; + cco:ont00001753 "sccm" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001687 +cco:ont00001687 rdf:type owl:NamedIndividual , + cco:ont00001317 ; + rdfs:label "Cubic Yard Measurement Unit"@en ; + skos:altLabel "yrd^3"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001689 +cco:ont00001689 rdf:type owl:NamedIndividual , + cco:ont00000229 , + cco:ont00000444 , + cco:ont00000852 ; + rdfs:label "British Thermal Unit Measurement Unit"@en ; + skos:altLabel "BTU"@en , + "Btu"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001694 +cco:ont00001694 rdf:type owl:NamedIndividual , + cco:ont00001090 ; + rdfs:label "Pounds Per Square Inch Measurement Unit"@en ; + skos:altLabel "psi"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001696 +cco:ont00001696 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Centigram Measurement Unit"@en ; + skos:altLabel "cg"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001697 +cco:ont00001697 rdf:type owl:NamedIndividual , + cco:ont00000074 ; + rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en ; + skos:altLabel "km/s/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001698 +cco:ont00001698 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Long Ton Measurement Unit"@en ; + skos:altLabel "Displacement Ton"@en , + "Gross Ton"@en , + "Imperial Ton"@en , + "Weight Ton"@en , + "ton (UK)"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001706 +cco:ont00001706 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Acre Measurement Unit"@en ; + skos:altLabel "acre"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001707 +cco:ont00001707 rdf:type owl:NamedIndividual , + cco:ont00001357 ; + rdfs:label "Month Measurement Unit"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001709 +cco:ont00001709 rdf:type owl:NamedIndividual , + cco:ont00000502 ; + rdfs:label "Quartic Meter Measurement Unit"@en ; + cco:ont00001740 "m^4" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001711 +cco:ont00001711 rdf:type owl:NamedIndividual , + cco:ont00001345 ; + rdfs:label "Dyne Second Measurement Unit"@en ; + skos:altLabel "dyne s"@en , + "dyne second"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001713 +cco:ont00001713 rdf:type owl:NamedIndividual , + cco:ont00000217 ; + rdfs:label "Square Millimeter Measurement Unit"@en ; + skos:altLabel "mm^2"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001714 +cco:ont00001714 rdf:type owl:NamedIndividual , + cco:ont00001290 ; + rdfs:label "Foot Measurement Unit"@en ; + skos:altLabel "ft"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001715 +cco:ont00001715 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Terahertz Measurement Unit"@en ; + skos:altLabel "THz"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001724 +cco:ont00001724 rdf:type owl:NamedIndividual , + cco:ont00000844 ; + rdfs:label "Degree Fahrenheit Measurement Unit"@en ; + skos:altLabel "°F"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001728 +cco:ont00001728 rdf:type owl:NamedIndividual , + cco:ont00000239 ; + rdfs:label "Pound Measurement Unit"@en ; + skos:altLabel "lb"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001729 +cco:ont00001729 rdf:type owl:NamedIndividual , + cco:ont00001004 ; + rdfs:label "Volt Ampere Measurement Unit"@en ; + skos:altLabel "VA"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001730 +cco:ont00001730 rdf:type owl:NamedIndividual , + cco:ont00000959 ; + rdfs:label "Hertz Measurement Unit"@en ; + skos:altLabel "cycles per second"@en ; + cco:ont00001738 "hertz" ; + cco:ont00001740 "Hz" ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001733 +cco:ont00001733 rdf:type owl:NamedIndividual , + cco:ont00001307 ; + rdfs:label "Slug Per Second Measurement Unit"@en ; + skos:altLabel "slug/s"@en ; + cco:ont00001760 "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000001.ttl b/src/cco-iris/ont00000001.ttl new file mode 100644 index 00000000..f33103e4 --- /dev/null +++ b/src/cco-iris/ont00000001.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000001 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Deflecting Prism"@en ; + "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000804 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000002.ttl b/src/cco-iris/ont00000002.ttl new file mode 100644 index 00000000..349a875f --- /dev/null +++ b/src/cco-iris/ont00000002.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000002 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cooling Artifact Function"@en ; + "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000003.ttl b/src/cco-iris/ont00000003.ttl new file mode 100644 index 00000000..367aa04d --- /dev/null +++ b/src/cco-iris/ont00000003.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000003 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Designative Name"@en ; + "Name"@en ; + "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified cultural or social namespace and which is typically a word or phrase in a natural language that has an accepted cultural or social significance."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000605 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000649 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000990 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001014 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000004.ttl b/src/cco-iris/ont00000004.ttl new file mode 100644 index 00000000..82c07156 --- /dev/null +++ b/src/cco-iris/ont00000004.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000004 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Change"@en ; + "A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000554 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000644 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000726 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000876 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001048 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000005.ttl b/src/cco-iris/ont00000005.ttl new file mode 100644 index 00000000..7882e9ae --- /dev/null +++ b/src/cco-iris/ont00000005.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000005 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act"@en ; + "A Process in which at least one Agent plays a causative role."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000418 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000546 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001347 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000006.ttl b/src/cco-iris/ont00000006.ttl new file mode 100644 index 00000000..1757700f --- /dev/null +++ b/src/cco-iris/ont00000006.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000006 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Upper Midrange Frequency"@en ; + "A Sonic Frequency that is between 2 and 4 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000530 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000007.ttl b/src/cco-iris/ont00000007.ttl new file mode 100644 index 00000000..4aa478f4 --- /dev/null +++ b/src/cco-iris/ont00000007.ttl @@ -0,0 +1,89 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Natural Process"@en ; + "A Process existing in or produced by nature; rather than by the intent of human beings."@en ; + "http://www.thefreedictionary.com/natural+process" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000272 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000312 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000594 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000765 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000920 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001122 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001133 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001237 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000008.ttl b/src/cco-iris/ont00000008.ttl new file mode 100644 index 00000000..0b96468e --- /dev/null +++ b/src/cco-iris/ont00000008.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000008 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sound Frequency"@en ; + "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000401 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000530 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001047 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001136 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001274 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000009.ttl b/src/cco-iris/ont00000009.ttl new file mode 100644 index 00000000..bcc18a62 --- /dev/null +++ b/src/cco-iris/ont00000009.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000009 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mass Density"@en ; + "Density"@en ; + "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000010.ttl b/src/cco-iris/ont00000010.ttl new file mode 100644 index 00000000..67821afa --- /dev/null +++ b/src/cco-iris/ont00000010.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000010 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Incorporated Organization"@en ; + "Corporation"@en ; + "An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners."@en ; + "http://www.dictionary.com/browse/corporation" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000011.ttl b/src/cco-iris/ont00000011.ttl new file mode 100644 index 00000000..abc393ca --- /dev/null +++ b/src/cco-iris/ont00000011.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000011 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nominal Stasis"@en ; + "Nominal"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has a level of intensity or functionality that falls within the designed, expected, or acceptable range such that the Independent Continuant is of normal value, usefulness, or functionality."@en ; + "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000135 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000012.ttl b/src/cco-iris/ont00000012.ttl new file mode 100644 index 00000000..1e18d979 --- /dev/null +++ b/src/cco-iris/ont00000012.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000012 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propulsion Control System"@en ; + "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000781 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000013.ttl b/src/cco-iris/ont00000013.ttl new file mode 100644 index 00000000..1601b086 --- /dev/null +++ b/src/cco-iris/ont00000013.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000031 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000013 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Generically Dependent Continuant"@en ; + "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ; + "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000554 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000014.ttl b/src/cco-iris/ont00000014.ttl new file mode 100644 index 00000000..46aa5234 --- /dev/null +++ b/src/cco-iris/ont00000014.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000014 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Aztec Code"@en ; + "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000241 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000015.ttl b/src/cco-iris/ont00000015.ttl new file mode 100644 index 00000000..da1c2275 --- /dev/null +++ b/src/cco-iris/ont00000015.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000015 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shotgun"@en ; + "A Long Gun that fires packets of shot, a single slug, a sabot, or a specialty round (such as tear gas, bolo shell, or a breaching round) over shorter ranges than that of Rifles and with less accuracy."@en ; + "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001104 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000016.ttl b/src/cco-iris/ont00000016.ttl new file mode 100644 index 00000000..58132a71 --- /dev/null +++ b/src/cco-iris/ont00000016.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000016 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Triangular Waveform"@en ; + "A Waveform that is characterized by a triangular shape due to the continuous linear zig-zag transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001286 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000017.ttl b/src/cco-iris/ont00000017.ttl new file mode 100644 index 00000000..0a0731f6 --- /dev/null +++ b/src/cco-iris/ont00000017.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000017 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Minor Axis"@en ; + "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en ; + "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000018.ttl b/src/cco-iris/ont00000018.ttl new file mode 100644 index 00000000..2a640776 --- /dev/null +++ b/src/cco-iris/ont00000018.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000018 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Title Document"@en ; + "A Legal Instrument that is designed as evidence of ownership."@en ; + "https://en.wikipedia.org/wiki/Title_(property)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001346 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000019.ttl b/src/cco-iris/ont00000019.ttl new file mode 100644 index 00000000..07edcc5c --- /dev/null +++ b/src/cco-iris/ont00000019.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000019 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Inverting Artifact Function"@en ; + "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert direct current (DC) to alternating current (AC)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000961 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000020.ttl b/src/cco-iris/ont00000020.ttl new file mode 100644 index 00000000..2d889cd7 --- /dev/null +++ b/src/cco-iris/ont00000020.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000020 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Container"@en ; + "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000264 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000691 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000720 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000021.ttl b/src/cco-iris/ont00000021.ttl new file mode 100644 index 00000000..0b207d53 --- /dev/null +++ b/src/cco-iris/ont00000021.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000021 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sensor Platform"@en ; + "A Material Artifact that is designed to support, and in some cases transport, a Sensor during its deployment and functioning."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000022.ttl b/src/cco-iris/ont00000022.ttl new file mode 100644 index 00000000..d1bf65b6 --- /dev/null +++ b/src/cco-iris/ont00000022.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000022 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Reception Artifact Function"@en ; + "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs using radio waves."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000422 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000023.ttl b/src/cco-iris/ont00000023.ttl new file mode 100644 index 00000000..b79deb08 --- /dev/null +++ b/src/cco-iris/ont00000023.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000023 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sensor Deployment Artifact Function"@en ; + "An Artifact Function that inheres in Artifacts that are designed to support or convey one or more Sensors while the Sensors are realizing their own Artifact Functions."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000024.ttl b/src/cco-iris/ont00000024.ttl new file mode 100644 index 00000000..6dd1daa2 --- /dev/null +++ b/src/cco-iris/ont00000024.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000024 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Advising"@en ; + "An Act of Directive Communication performed by providing advice or counsel to another agent."@en ; + "http://www.dictionary.com/browse/advising" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000133 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000025.ttl b/src/cco-iris/ont00000025.ttl new file mode 100644 index 00000000..221a613c --- /dev/null +++ b/src/cco-iris/ont00000025.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000025 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electronic Stock"@en ; + "Stock that consists of Bytes."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001278 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000026.ttl b/src/cco-iris/ont00000026.ttl new file mode 100644 index 00000000..f424b272 --- /dev/null +++ b/src/cco-iris/ont00000026.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000026 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hair Color"@en ; + "A Quality inhering in a portion of Hair by virtue of its color."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000027.ttl b/src/cco-iris/ont00000027.ttl new file mode 100644 index 00000000..7e1ee2c8 --- /dev/null +++ b/src/cco-iris/ont00000027.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000027 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mailing"@en ; + "Act of Mailing"@en ; + "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@en ; + "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000028.ttl b/src/cco-iris/ont00000028.ttl new file mode 100644 index 00000000..9f295e81 --- /dev/null +++ b/src/cco-iris/ont00000028.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000028 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Dispersive Prism"@en ; + "A Prism designed to break up a beam of light entering the Prism into its constituent spectral colors by leveraging the refractive index of light based on its Frequency."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000804 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000029.ttl b/src/cco-iris/ont00000029.ttl new file mode 100644 index 00000000..645bd406 --- /dev/null +++ b/src/cco-iris/ont00000029.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000029 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Median Point Estimate Information Content Entity"@en ; + "Median"@en ; + "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to either the middle value or the average of the two values which separate the set into two equally populated upper and lower sets."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000745 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000030.ttl b/src/cco-iris/ont00000030.ttl new file mode 100644 index 00000000..8a786003 --- /dev/null +++ b/src/cco-iris/ont00000030.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000030 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Reactor"@en ; + "A Power Source that is designed to initiate and control a self-sustained nuclear chain reaction to produce power in the form of heat, which can be transferred to a working fluid for further conversion to mechanical or electrical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000288 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000031.ttl b/src/cco-iris/ont00000031.ttl new file mode 100644 index 00000000..8c83206f --- /dev/null +++ b/src/cco-iris/ont00000031.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000031 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Atmospheric Feature"@en ; + "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001081 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000032.ttl b/src/cco-iris/ont00000032.ttl new file mode 100644 index 00000000..ebe331c7 --- /dev/null +++ b/src/cco-iris/ont00000032.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000032 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Church"@en ; + "A Religious Facility that is designed for Christian worship and prayer."@en ; + "https://en.wikipedia.org/wiki/Church_(building)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000052 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000033.ttl b/src/cco-iris/ont00000033.ttl new file mode 100644 index 00000000..ab349949 --- /dev/null +++ b/src/cco-iris/ont00000033.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000033 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Role"@en ; + "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000854 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000034.ttl b/src/cco-iris/ont00000034.ttl new file mode 100644 index 00000000..062ba3b8 --- /dev/null +++ b/src/cco-iris/ont00000034.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000034 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Conveyance Artifact Function"@en ; + "A Motion Artifact Function that is realized in a process in which the bearer of the function conveys entities from one location to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000448 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000035.ttl b/src/cco-iris/ont00000035.ttl new file mode 100644 index 00000000..cdd32608 --- /dev/null +++ b/src/cco-iris/ont00000035.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000035 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Soft X-ray Frequency"@en ; + "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000490 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000036.ttl b/src/cco-iris/ont00000036.ttl new file mode 100644 index 00000000..2aa7f963 --- /dev/null +++ b/src/cco-iris/ont00000036.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000036 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Waste Management Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of collecting transporting processing recycling or disposing and monitoring of waste materials."@en ; + "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000037.ttl b/src/cco-iris/ont00000037.ttl new file mode 100644 index 00000000..e4fc3a29 --- /dev/null +++ b/src/cco-iris/ont00000037.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000037 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Observation"@en ; + "A Planned Act of acquiring information from a source via the use of one or more senses."@en ; + "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000889 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000038.ttl b/src/cco-iris/ont00000038.ttl new file mode 100644 index 00000000..789479f6 --- /dev/null +++ b/src/cco-iris/ont00000038.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000038 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "System Role"@en ; + "A Role that inheres in an entity in virtue of its parts or elements being arranged in such a way that they together exhibit behavior or meaning that they do not exhibit individually."@en ; + "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000039.ttl b/src/cco-iris/ont00000039.ttl new file mode 100644 index 00000000..640596d7 --- /dev/null +++ b/src/cco-iris/ont00000039.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000039 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Solid Fuel"@en ; + "A Portion of Fuel that is stored in a solid state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000838 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000040.ttl b/src/cco-iris/ont00000040.ttl new file mode 100644 index 00000000..49f7aa21 --- /dev/null +++ b/src/cco-iris/ont00000040.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000040 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Grocery Store"@en ; + "A Commercial Facility that is designed to sell food."@en ; + "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001102 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000041.ttl b/src/cco-iris/ont00000041.ttl new file mode 100644 index 00000000..9b862d08 --- /dev/null +++ b/src/cco-iris/ont00000041.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000041 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hostel"@en ; + "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ; + "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000410 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000042.ttl b/src/cco-iris/ont00000042.ttl new file mode 100644 index 00000000..ac177eb4 --- /dev/null +++ b/src/cco-iris/ont00000042.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000042 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Semicircular"@en ; + "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000043.ttl b/src/cco-iris/ont00000043.ttl new file mode 100644 index 00000000..a0b0b782 --- /dev/null +++ b/src/cco-iris/ont00000043.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000043 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Solid Propellant"@en ; + "A Portion of Propellant that is stored in a solid state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000593 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000044.ttl b/src/cco-iris/ont00000044.ttl new file mode 100644 index 00000000..efe682b7 --- /dev/null +++ b/src/cco-iris/ont00000044.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000044 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Eye Color"@en ; + "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000404 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000045.ttl b/src/cco-iris/ont00000045.ttl new file mode 100644 index 00000000..092d0182 --- /dev/null +++ b/src/cco-iris/ont00000045.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000045 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Petroleum Depot"@en ; + "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000046.ttl b/src/cco-iris/ont00000046.ttl new file mode 100644 index 00000000..394bfbdb --- /dev/null +++ b/src/cco-iris/ont00000046.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000046 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Province"@en ; + "A First-Order Administrative Region that is part of a Country and delimits the authority of a magistrate who holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the Province."@en ; + "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000126 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000047.ttl b/src/cco-iris/ont00000047.ttl new file mode 100644 index 00000000..d4fee40d --- /dev/null +++ b/src/cco-iris/ont00000047.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000047 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Flow Control Valves are often more complex than a simple Valve and typically include an Actuator that is capable of automatically adjusting the state of the valve in response to signals from a connected Sensor or Controller."@en ; + rdfs:label "Flow Control Valve"@en ; + "A Valve that is designed to regulate the flow or Pressure of a fluid."@en ; + "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000598 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000048.ttl b/src/cco-iris/ont00000048.ttl new file mode 100644 index 00000000..aea36666 --- /dev/null +++ b/src/cco-iris/ont00000048.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000048 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Random Wire Antenna"@en ; + "A Wire Antenna that consists of a long wire suspended above the ground with a length that does not bear a relation to the wavelength of the radio waves used and which is typically used as a receiving antenna on the long, medium, and short wave bands."@en ; + "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000499 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000049.ttl b/src/cco-iris/ont00000049.ttl new file mode 100644 index 00000000..0a363dc7 --- /dev/null +++ b/src/cco-iris/ont00000049.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000049 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Banknote"@en ; + "A Portion of Cash that consists of a portable slips of paper or fabric designed to bear some specified Financial Value."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000475 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000050.ttl b/src/cco-iris/ont00000050.ttl new file mode 100644 index 00000000..2d5d85d5 --- /dev/null +++ b/src/cco-iris/ont00000050.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000050 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Very High Frequency Communication Instrument"@en ; + "A Radio Communication Instrument that is designed to participate in some process that has process part some Very High Frequency."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000903 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000051.ttl b/src/cco-iris/ont00000051.ttl new file mode 100644 index 00000000..f3caf206 --- /dev/null +++ b/src/cco-iris/ont00000051.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000051 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "An Act of Construction typically involves the production of only one or a limited number of goods, such as in the construction of an airport or a community of condominiums."@en ; + rdfs:label "Act of Construction"@en ; + "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000908 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000052.ttl b/src/cco-iris/ont00000052.ttl new file mode 100644 index 00000000..2bcdd63a --- /dev/null +++ b/src/cco-iris/ont00000052.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000032 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000052 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Religious Facility"@en ; + "A Facility that is designed for worship and prayer."@en ; + "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000510 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000757 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000053.ttl b/src/cco-iris/ont00000053.ttl new file mode 100644 index 00000000..8efc4dbe --- /dev/null +++ b/src/cco-iris/ont00000053.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000053 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Motor Vehicle"@en ; + "A Ground Vehicle that is designed to receive its motive power from an Engine and is not designed to travel on rails."@en ; + "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000427 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000606 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000618 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001011 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001061 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001292 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000054.ttl b/src/cco-iris/ont00000054.ttl new file mode 100644 index 00000000..309bc478 --- /dev/null +++ b/src/cco-iris/ont00000054.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000054 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stirling Engine"@en ; + "An External Combusion Engine that is designed to compress and expand some working fluid at different temperatures, such that there is a net conversion of heat energy to mechanical work."@en ; + "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000431 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000055.ttl b/src/cco-iris/ont00000055.ttl new file mode 100644 index 00000000..35c02b31 --- /dev/null +++ b/src/cco-iris/ont00000055.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000055 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Healthcare Facility"@en ; + "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ; + "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001098 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000056.ttl b/src/cco-iris/ont00000056.ttl new file mode 100644 index 00000000..57b79d4b --- /dev/null +++ b/src/cco-iris/ont00000056.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000056 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reaction Engine"@en ; + "Reaction Motor"@en ; + "An Engine that provides propulsion by expelling Reaction Mass."@en ; + "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000210 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000533 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001083 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000057.ttl b/src/cco-iris/ont00000057.ttl new file mode 100644 index 00000000..95e9f49e --- /dev/null +++ b/src/cco-iris/ont00000057.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000057 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mobile Telephone"@en ; + "A Telephone that is connected to a Telephone Network by radio waves."@en ; + "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000907 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000058.ttl b/src/cco-iris/ont00000058.ttl new file mode 100644 index 00000000..275719d9 --- /dev/null +++ b/src/cco-iris/ont00000058.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000058 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Scalp Hair"@en ; + "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000084 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000059.ttl b/src/cco-iris/ont00000059.ttl new file mode 100644 index 00000000..3bcc8bec --- /dev/null +++ b/src/cco-iris/ont00000059.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000059 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone Line"@en ; + "Telephone Circuit"@en ; + "A Telecommunication Network Line that consists of a physical wire or other signaling medium that is designed to be part of a Telephone Network."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000193 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000825 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000060.ttl b/src/cco-iris/ont00000060.ttl new file mode 100644 index 00000000..da79e952 --- /dev/null +++ b/src/cco-iris/ont00000060.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000060 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Open Pit Mine"@en ; + "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ; + "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000639 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000061.ttl b/src/cco-iris/ont00000061.ttl new file mode 100644 index 00000000..3b2dc271 --- /dev/null +++ b/src/cco-iris/ont00000061.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000061 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Flow"@en ; + "A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000374 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001307 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000062.ttl b/src/cco-iris/ont00000062.ttl new file mode 100644 index 00000000..abe30d5f --- /dev/null +++ b/src/cco-iris/ont00000062.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000062 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Frequency Measurement Artifact Function"@en ; + "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Frequency of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001100 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000063.ttl b/src/cco-iris/ont00000063.ttl new file mode 100644 index 00000000..8d9a630d --- /dev/null +++ b/src/cco-iris/ont00000063.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000063 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Hour Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001058 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000064.ttl b/src/cco-iris/ont00000064.ttl new file mode 100644 index 00000000..15f1fb09 --- /dev/null +++ b/src/cco-iris/ont00000064.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000064 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Book"@en ; + "An Information Bearing Artifact that is designed to bear some specific Information Content Entity by means of ink, paper, parchment, or other materials fastened together to hinge at one side."@en ; + "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000065.ttl b/src/cco-iris/ont00000065.ttl new file mode 100644 index 00000000..bb34527e --- /dev/null +++ b/src/cco-iris/ont00000065.ttl @@ -0,0 +1,93 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000132 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001819 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Location Change"@en ; + "An Act of Motion in which the location of some Object is changed by some Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000201 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000357 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000520 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000595 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000855 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000890 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000922 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001053 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000066.ttl b/src/cco-iris/ont00000066.ttl new file mode 100644 index 00000000..0fefd9b2 --- /dev/null +++ b/src/cco-iris/ont00000066.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000066 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Artifact Function"@en ; + "A Service Artifact Function that is realized in processes related to the armed services."@en ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000067.ttl b/src/cco-iris/ont00000067.ttl new file mode 100644 index 00000000..84bc8105 --- /dev/null +++ b/src/cco-iris/ont00000067.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000067 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "In traditional astronomical usage, civil time is mean solar time as calculated from midnight as the beginning of the Civil Day."@en , + "Note that Civil Time Reference System is more accurately represented as a Temporal Reference System that participates in an act of usage that is sanctioned by an appropriate civil authority. As such, it should be represented as a defined class."@en ; + rdfs:label "Civil Time Reference System"@en ; + "A Temporal Reference System that is a statutory time scale as designated by civilian authorities to determine local time(s)."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001537 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000068.ttl b/src/cco-iris/ont00000068.ttl new file mode 100644 index 00000000..b7e2d94e --- /dev/null +++ b/src/cco-iris/ont00000068.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000028 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000068 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Three-Dimensional Path"@en ; + "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001348 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000069.ttl b/src/cco-iris/ont00000069.ttl new file mode 100644 index 00000000..fba287a0 --- /dev/null +++ b/src/cco-iris/ont00000069.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000069 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transcript"@en ; + "A Document that is designed to bear some specific Information Content Entity that was originally recorded in a different medium."@en ; + "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001298 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000070.ttl b/src/cco-iris/ont00000070.ttl new file mode 100644 index 00000000..c8078ef1 --- /dev/null +++ b/src/cco-iris/ont00000070.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000018 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000070 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Track Point"@en ; + "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000071.ttl b/src/cco-iris/ont00000071.ttl new file mode 100644 index 00000000..643425f2 --- /dev/null +++ b/src/cco-iris/ont00000071.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000071 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Town"@en ; + "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."@en ; + "http://www.dictionary.com/browse/town" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000460 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000072.ttl b/src/cco-iris/ont00000072.ttl new file mode 100644 index 00000000..00134259 --- /dev/null +++ b/src/cco-iris/ont00000072.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000072 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Low Density Residential Area"@en ; + "A Populated Place where houses are on lots of more than one acre."@en ; + "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000224 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000073.ttl b/src/cco-iris/ont00000073.ttl new file mode 100644 index 00000000..f113ebe0 --- /dev/null +++ b/src/cco-iris/ont00000073.ttl @@ -0,0 +1,81 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000073 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Temporal Interval Identifier"@en ; + "One-Dimensional Temporal Region Identifier"@en ; + "A Temporal Region Identifier that designates some Temporal Interval."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000399 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000529 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000074.ttl b/src/cco-iris/ont00000074.ttl new file mode 100644 index 00000000..4f5f2b69 --- /dev/null +++ b/src/cco-iris/ont00000074.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000074 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Acceleration"@en ; + "A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time."@en ; + "feet per second per second, kilometers per second per second" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001538 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001647 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001680 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001697 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000075.ttl b/src/cco-iris/ont00000075.ttl new file mode 100644 index 00000000..3935ea75 --- /dev/null +++ b/src/cco-iris/ont00000075.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000075 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Microscope"@en ; + "Light Microscope"@en ; + "A Microscope that is designed to use visible light and a system of Optical Lenses to produce a significantly enlarged image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000304 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000076.ttl b/src/cco-iris/ont00000076.ttl new file mode 100644 index 00000000..ad649b48 --- /dev/null +++ b/src/cco-iris/ont00000076.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000076 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wired Communication Artifact Function"@en ; + "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of a (usually cylindrical) flexible strand or rod of metal."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000727 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000077.ttl b/src/cco-iris/ont00000077.ttl new file mode 100644 index 00000000..c7bc3b3f --- /dev/null +++ b/src/cco-iris/ont00000077.ttl @@ -0,0 +1,61 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000077 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Code Identifier"@en ; + "Code ID"@en , + "ID Code"@en , + "Identifier Code"@en ; + "A Non-Name Identifier that consists of a string of characters that was created and assigned according to an encoding system such that metadata can be derived from the identifier."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000419 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000649 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000923 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001309 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000078.ttl b/src/cco-iris/ont00000078.ttl new file mode 100644 index 00000000..2269f357 --- /dev/null +++ b/src/cco-iris/ont00000078.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000078 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Although the boundary between Act of Estimation and guessing is vague, estimation can be partially distinguished from guessing in that every Act of Estimation has as input some relevant information; whereas an act of guessing can occur sans information (or at least sans pertinent information). For example, if Mr. Green were asked how many blades of grass are in his lawn, he could simply choose a number (i.e. he could guess) or he could estimate the number by counting how many baldes of grass are in 1 square foot of his lawn, measuring the square footage of his lawn, and then multiplying these values to arrive at a number. Hence, many estimates may be loosely considered to be educated guesses."@en , + "Note that, while every Act of Measuring arguably involves some degree of estimation (for example, a measuring instrument rounding to the nearest ten-thousandth or an Agent reading an analog display), it would be a mistake to classify all Acts of Measuring as Acts of Estimation. This holds even for cases (e.g. census taking) in which sofisticated estimations are often more accurate than other means of measuring (e.g. enumeration)."@en ; + rdfs:label "Act of Estimation"@en ; + "Act of Approximation"@en ; + "An Act of Measuring that involves the comparison of a measurement of a similar Entity or of a portion of the Entity being estimated to produce an approximated measurement of the target Entity."@en ; + "measuring how much time a train will add to your commute by measuring how long it takes for 10 train cars to pass a given point and then combining this information with an estimate of how many train cars are in a typical train based on your past experience" , + "measuring the amount of time required to do a task based on how long it took to do a similar task in the past" , + "measuring the height of a building by counting the number of floors and multiplying it by the height of an average floor in an average building" , + "measuring the property value of a house based on its square footage and the average cost per square foot of other houses in the area" ; + "In all cases, the Agent in an Act of Estimation either lacks complete information, lacks access to the relevant information, or chooses not to use the complete information (perhaps to save money or time) about the thing being estimated; instead, the Agent uses some or all of the relevant information that the Agent does have as a basis for arriving at the estimate."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000345 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000079.ttl b/src/cco-iris/ont00000079.ttl new file mode 100644 index 00000000..9152bf91 --- /dev/null +++ b/src/cco-iris/ont00000079.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000079 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Social Movement"@en ; + "A Social Act composed of a series of performances, displays and campaigns directed at implementing, resisting or undoing a change in society."@en ; + "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001327 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000080.ttl b/src/cco-iris/ont00000080.ttl new file mode 100644 index 00000000..4ef2a772 --- /dev/null +++ b/src/cco-iris/ont00000080.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000080 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Standard Time of Day Identifier"@en ; + "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using the Hours, Minutes, and Seconds of the Day that preceded the Temporal Instant."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000827 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000081.ttl b/src/cco-iris/ont00000081.ttl new file mode 100644 index 00000000..87af3046 --- /dev/null +++ b/src/cco-iris/ont00000081.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000081 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cutting Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of separating some portion of its target into two or more portions through the application of acutely directed force."@en ; + "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000082.ttl b/src/cco-iris/ont00000082.ttl new file mode 100644 index 00000000..b019e544 --- /dev/null +++ b/src/cco-iris/ont00000082.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000082 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Green"@en ; + "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000083.ttl b/src/cco-iris/ont00000083.ttl new file mode 100644 index 00000000..07088a48 --- /dev/null +++ b/src/cco-iris/ont00000083.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000035 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000083 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Process Ending"@en ; + "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000084.ttl b/src/cco-iris/ont00000084.ttl new file mode 100644 index 00000000..4a8ea70e --- /dev/null +++ b/src/cco-iris/ont00000084.ttl @@ -0,0 +1,89 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000024 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000058 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000084 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bodily Component"@en ; + "A Fiat Object Part located within or on the surface of an Agent."@en ; + "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ; + "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000129 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000157 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000404 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000500 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000576 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000986 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001125 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000085.ttl b/src/cco-iris/ont00000085.ttl new file mode 100644 index 00000000..6cee40cf --- /dev/null +++ b/src/cco-iris/ont00000085.ttl @@ -0,0 +1,80 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000085 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Minute"@en ; + "A Temporal Interval that is equal to sixty consecutive Seconds."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000992 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001058 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001166 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000086.ttl b/src/cco-iris/ont00000086.ttl new file mode 100644 index 00000000..2ba2c57f --- /dev/null +++ b/src/cco-iris/ont00000086.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000086 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Autopilot System"@en ; + "Autopilot"@en ; + "A Vehicle Control System that is designed to enable some Agent to control the trajectory of a Vehicle without constant 'hands-on' control."@en ; + "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000723 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000087.ttl b/src/cco-iris/ont00000087.ttl new file mode 100644 index 00000000..b9959d21 --- /dev/null +++ b/src/cco-iris/ont00000087.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000087 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "An Ordinal Date Identifier may or may not also contain a number indicating a specific Year. If both numbers are included, the ISO 8601 ordinal date format stipulates that the two numbers be formatted as YYYY-DDD or YYYYDDD where [YYYY] indicates a year and [DDD] is the day of that year, from 001 through 365 (or 366 in leap years)."@en ; + rdfs:label "Ordinal Date Identifier"@en ; + "Ordinal Date"@en ; + "A Decimal Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since the beginning of the Year."@en ; + "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000894 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000088.ttl b/src/cco-iris/ont00000088.ttl new file mode 100644 index 00000000..91421fc6 --- /dev/null +++ b/src/cco-iris/ont00000088.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000088 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Firearm"@en ; + "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en ; + "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000156 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000848 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001051 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001104 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000089.ttl b/src/cco-iris/ont00000089.ttl new file mode 100644 index 00000000..3f6b964e --- /dev/null +++ b/src/cco-iris/ont00000089.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001889 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000089 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Skill"@en ; + "An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000181 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000090.ttl b/src/cco-iris/ont00000090.ttl new file mode 100644 index 00000000..c8b8ed3c --- /dev/null +++ b/src/cco-iris/ont00000090.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000090 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrared Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing infrared light to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000547 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000091.ttl b/src/cco-iris/ont00000091.ttl new file mode 100644 index 00000000..dabd2844 --- /dev/null +++ b/src/cco-iris/ont00000091.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000091 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Coolant"@en ; + "A Portion of Material that is designed to be used in a thermal control system to reduce or maintain the temperature of an object to or at a specified level."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000457 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000092.ttl b/src/cco-iris/ont00000092.ttl new file mode 100644 index 00000000..3587c213 --- /dev/null +++ b/src/cco-iris/ont00000092.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000092 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bidirectional Transducer"@en ; + "A Transducer that is designed to receive a signal in the form of physical phenomena and convert it into an electrical signal, and vice versa."@en ; + "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000736 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001192 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000093.ttl b/src/cco-iris/ont00000093.ttl new file mode 100644 index 00000000..f2dd46d0 --- /dev/null +++ b/src/cco-iris/ont00000093.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000093 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Preferred Stock"@en ; + "Stock that entitles its holder to receive a certain level of dividend payments before any dividends can be issued to other holders."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001278 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000094.ttl b/src/cco-iris/ont00000094.ttl new file mode 100644 index 00000000..c58d6afd --- /dev/null +++ b/src/cco-iris/ont00000094.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000094 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Seat of National Government"@en ; + "A Government Building that is designed for the administration of a sovereign nation."@en ; + "Parliament of Canada" , + "United States Capitol" ; + "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000946 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000095.ttl b/src/cco-iris/ont00000095.ttl new file mode 100644 index 00000000..824924ec --- /dev/null +++ b/src/cco-iris/ont00000095.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000095 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Control Surface"@en ; + "A Material Artifact that is designed to deflect air, water, or another medium around its surface in order to change the Attitude of a Vehicle by rotating the Vehicle on one or more of its Axes of Rotation."@en ; + "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001027 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000096.ttl b/src/cco-iris/ont00000096.ttl new file mode 100644 index 00000000..720829c8 --- /dev/null +++ b/src/cco-iris/ont00000096.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000096 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propulsion System"@en ; + "A Material Artifact that is designed to facilitate the movement of material entities from one location to another and which consists of a source of mechanical power and a means of converting this power into propulsive force to generate the movement."@en ; + "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000097.ttl b/src/cco-iris/ont00000097.ttl new file mode 100644 index 00000000..d6fd14e6 --- /dev/null +++ b/src/cco-iris/ont00000097.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000097 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Complex Optical Lens"@en ; + "Lens System"@en ; + "An Optical Lens consisting of more than one Simple Optical Lenses."@en ; + "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001207 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000098.ttl b/src/cco-iris/ont00000098.ttl new file mode 100644 index 00000000..b77cd22a --- /dev/null +++ b/src/cco-iris/ont00000098.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000098 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to perform a process involving electrical power."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000407 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000678 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000795 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000961 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000994 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001092 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000099.ttl b/src/cco-iris/ont00000099.ttl new file mode 100644 index 00000000..7e8db568 --- /dev/null +++ b/src/cco-iris/ont00000099.ttl @@ -0,0 +1,108 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000062 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001857 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Wave Process"@en ; + "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."@en ; + "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000166 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000558 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000752 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000765 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000951 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001028 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000100.ttl b/src/cco-iris/ont00000100.ttl new file mode 100644 index 00000000..57f3e420 --- /dev/null +++ b/src/cco-iris/ont00000100.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000100 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Partially Mission Capable"@en ; + "A Stasis of Mission Capability during which the participating Continuant is capable of performing some but not all of its primary functions for the specified Mission."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000286 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001132 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000101.ttl b/src/cco-iris/ont00000101.ttl new file mode 100644 index 00000000..d73edc7b --- /dev/null +++ b/src/cco-iris/ont00000101.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000101 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Oxygen"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000255 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000102.ttl b/src/cco-iris/ont00000102.ttl new file mode 100644 index 00000000..dd73fa39 --- /dev/null +++ b/src/cco-iris/ont00000102.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000102 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ; + rdfs:label "Skin Type"@en ; + "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000103.ttl b/src/cco-iris/ont00000103.ttl new file mode 100644 index 00000000..f2d0741f --- /dev/null +++ b/src/cco-iris/ont00000103.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000103 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle Compartment"@en ; + "Compartment"@en ; + "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000143 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000104.ttl b/src/cco-iris/ont00000104.ttl new file mode 100644 index 00000000..faeb4c4d --- /dev/null +++ b/src/cco-iris/ont00000104.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000104 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Underwater Mine"@en ; + "A Mine that is designed to support the extraction of materials from the ocean floor."@en ; + "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000639 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000105.ttl b/src/cco-iris/ont00000105.ttl new file mode 100644 index 00000000..9843ce49 --- /dev/null +++ b/src/cco-iris/ont00000105.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000105 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Square"@en ; + "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001369 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000106.ttl b/src/cco-iris/ont00000106.ttl new file mode 100644 index 00000000..95ea36aa --- /dev/null +++ b/src/cco-iris/ont00000106.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000106 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "An End of Life Stasis (EoL) is distinguished from a Stasis of Partially Mission Capable or Stasis of Non-Mission Capable in that EoL is more inclusive such that the participating Artifact may be either Partially or Non-Mission Capable. Additionally, EoL applies only to Artifacts and is typically determined in relation to its original mission and designed primary functions. In contrast, an Artifact's level of Mission Capability depends on the requirements of the mission under consideration such that a given Artifact may simultaneously be Fully Mission Capable for mission1, Partially Mission Capable for mission2, and Non-Mission Capable for mission3."@en ; + rdfs:label "End of Life Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when the participating Artifact is no longer capable of realizing all of its designed primary Artifact Functions."@en ; + "EOL" , + "EoL" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001213 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000107.ttl b/src/cco-iris/ont00000107.ttl new file mode 100644 index 00000000..1f49d18f --- /dev/null +++ b/src/cco-iris/ont00000107.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000107 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Generically Dependent Continuant"@en ; + "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001048 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000108.ttl b/src/cco-iris/ont00000108.ttl new file mode 100644 index 00000000..a38a0c96 --- /dev/null +++ b/src/cco-iris/ont00000108.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000108 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rail Facility"@en ; + "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ; + "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000226 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000109.ttl b/src/cco-iris/ont00000109.ttl new file mode 100644 index 00000000..31f36e86 --- /dev/null +++ b/src/cco-iris/ont00000109.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000109 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Military Force"@en ; + "A Planned Act of employing a Military Force to achieve some desired result."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000110.ttl b/src/cco-iris/ont00000110.ttl new file mode 100644 index 00000000..93aecd10 --- /dev/null +++ b/src/cco-iris/ont00000110.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000110 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mechanical Process"@en ; + "A Process that is the realization of some Disposition of an Artifact"@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001330 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000111.ttl b/src/cco-iris/ont00000111.ttl new file mode 100644 index 00000000..947822cb --- /dev/null +++ b/src/cco-iris/ont00000111.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000111 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Air Inlet"@en ; + "Air Intake"@en ; + "A Fluid Control Artifact that consists of an opening that is designed to capture and direct the flow of air into the system it is part of."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000112.ttl b/src/cco-iris/ont00000112.ttl new file mode 100644 index 00000000..45a7d6e5 --- /dev/null +++ b/src/cco-iris/ont00000112.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000112 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Translucent"@en ; + "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit some but not all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs some but not all electromagnetic radiation of that frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001384 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000113.ttl b/src/cco-iris/ont00000113.ttl new file mode 100644 index 00000000..70f8b2c4 --- /dev/null +++ b/src/cco-iris/ont00000113.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000113 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ventilation Control Artifact Function"@en ; + "An Artifact Function that is realized in processes in which some Artifact is used to control the quality of air in some space."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001129 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000114.ttl b/src/cco-iris/ont00000114.ttl new file mode 100644 index 00000000..efef59dd --- /dev/null +++ b/src/cco-iris/ont00000114.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000203 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000114 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Unix Temporal Instant"@en ; + "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000115.ttl b/src/cco-iris/ont00000115.ttl new file mode 100644 index 00000000..5dc4c7a7 --- /dev/null +++ b/src/cco-iris/ont00000115.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000115 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Disposition"@en ; + "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000246 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000116.ttl b/src/cco-iris/ont00000116.ttl new file mode 100644 index 00000000..4418a556 --- /dev/null +++ b/src/cco-iris/ont00000116.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000116 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pump"@en ; + "A Fluid Control Artifact that is designed to impart motion to a portion of fluid to transport it within a system through the use of mechanical action."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000117.ttl b/src/cco-iris/ont00000117.ttl new file mode 100644 index 00000000..e6b6f923 --- /dev/null +++ b/src/cco-iris/ont00000117.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000117 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Information Processing Artifact"@en ; + "A Material Artifact that is designed to use algorithms to transform some Information Content Entity into another Information Content Entity."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000132 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000420 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000118.ttl b/src/cco-iris/ont00000118.ttl new file mode 100644 index 00000000..9c284f83 --- /dev/null +++ b/src/cco-iris/ont00000118.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000118 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Artifact Function Specification"@en ; + "A Directive Information Content Entity that prescribes some Artifact Function and which is part of some Artifact Model."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000119.ttl b/src/cco-iris/ont00000119.ttl new file mode 100644 index 00000000..ef7b336d --- /dev/null +++ b/src/cco-iris/ont00000119.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000145 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000119 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spatial Orientation"@en ; + "Attitude"@en ; + "A Relational Quality that is the angle of Rotation of an Object relative to one or more Plane of Reference or Axis of Rotation."@en ; + "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001026 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001177 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001296 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001318 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000120.ttl b/src/cco-iris/ont00000120.ttl new file mode 100644 index 00000000..5685a611 --- /dev/null +++ b/src/cco-iris/ont00000120.ttl @@ -0,0 +1,193 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001863 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001961 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000061 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000074 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit"@en ; + "A Descriptive Information Content Entity that describes a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity."@en ; + "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000140 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000198 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000406 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000444 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000497 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000502 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000527 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000659 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000707 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000770 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000844 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000852 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000940 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000959 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001004 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001090 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001345 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001357 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000121.ttl b/src/cco-iris/ont00000121.ttl new file mode 100644 index 00000000..51979830 --- /dev/null +++ b/src/cco-iris/ont00000121.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000121 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Conducting Mass Media Interview"@en ; + "An Act of Mass Media Communication involving a conversation between a reporter and a person of public interest, used as a basis of a broadcast or publication."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000588 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000122.ttl b/src/cco-iris/ont00000122.ttl new file mode 100644 index 00000000..4222f00f --- /dev/null +++ b/src/cco-iris/ont00000122.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001944 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000122 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Vehicle Track Point"@en ; + "An Object Track Point that is where a Vehicle is or was located during some motion."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000170 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000904 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000123.ttl b/src/cco-iris/ont00000123.ttl new file mode 100644 index 00000000..0debb9a5 --- /dev/null +++ b/src/cco-iris/ont00000123.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000123 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"@en ; + rdfs:label "Act of Expressive Communication"@en ; + "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000182 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000208 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000370 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000926 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000124.ttl b/src/cco-iris/ont00000124.ttl new file mode 100644 index 00000000..63012d27 --- /dev/null +++ b/src/cco-iris/ont00000124.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000124 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solar Time Reference System"@en ; + "A Temporal Reference System that is based on the position of the Sun in the sky."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000125.ttl b/src/cco-iris/ont00000125.ttl new file mode 100644 index 00000000..293bba78 --- /dev/null +++ b/src/cco-iris/ont00000125.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000125 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Bounding Box Point"@en ; + "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000358 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000373 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000126.ttl b/src/cco-iris/ont00000126.ttl new file mode 100644 index 00000000..f3fdde60 --- /dev/null +++ b/src/cco-iris/ont00000126.ttl @@ -0,0 +1,83 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000046 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000126 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "First-Order Administrative Region"@en ; + "A Government Domain that is a primary administrative division of a Country."@en ; + "a state in the United States" ; + "http://www.geonames.org/export/codes.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000139 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000405 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000934 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000127.ttl b/src/cco-iris/ont00000127.ttl new file mode 100644 index 00000000..f1dce992 --- /dev/null +++ b/src/cco-iris/ont00000127.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001980 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000127 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Performance Specification"@en ; + "A Directive Information Content Entity that prescribes some aspect of the behavior of a participant in a Process given one or more operating conditions."@en ; + "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000128.ttl b/src/cco-iris/ont00000128.ttl new file mode 100644 index 00000000..e5a46f4d --- /dev/null +++ b/src/cco-iris/ont00000128.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000128 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Hydrogen"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000255 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000129.ttl b/src/cco-iris/ont00000129.ttl new file mode 100644 index 00000000..81124ca9 --- /dev/null +++ b/src/cco-iris/ont00000129.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000084 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000129 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Tattoo"@en ; + "A Bodily Component that consists of a typically permanent mark or design on a portion of skin that is created by a process of pricking and ingraining an indelible pigment or by raising scars."@en ; + "http://www.thefreedictionary.com/tattoo" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000130.ttl b/src/cco-iris/ont00000130.ttl new file mode 100644 index 00000000..3a797a30 --- /dev/null +++ b/src/cco-iris/ont00000130.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000130 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Transformer"@en ; + "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en ; + "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000131.ttl b/src/cco-iris/ont00000131.ttl new file mode 100644 index 00000000..65f1f3c5 --- /dev/null +++ b/src/cco-iris/ont00000131.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000131 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Quality"@en ; + "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001214 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000132.ttl b/src/cco-iris/ont00000132.ttl new file mode 100644 index 00000000..bc84767f --- /dev/null +++ b/src/cco-iris/ont00000132.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000117 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000132 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Recording Device"@en ; + "An Information Processing Artifact that is designed to capture some information and store it in some recording format on some storage medium."@en ; + "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000133.ttl b/src/cco-iris/ont00000133.ttl new file mode 100644 index 00000000..853e5f3b --- /dev/null +++ b/src/cco-iris/ont00000133.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000024 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000133 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"@en ; + rdfs:label "Act of Directive Communication"@en ; + "An Act of Communication that is intended to cause the hearer to take a particular action."@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000351 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000769 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001269 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000134.ttl b/src/cco-iris/ont00000134.ttl new file mode 100644 index 00000000..ffe3e45d --- /dev/null +++ b/src/cco-iris/ont00000134.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000134 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Third-Order Administrative Region"@en ; + "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ; + "http://www.geonames.org/export/codes.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000405 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000473 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000135.ttl b/src/cco-iris/ont00000135.ttl new file mode 100644 index 00000000..3524c295 --- /dev/null +++ b/src/cco-iris/ont00000135.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000011 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000135 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Specifically Dependent Continuant"@en ; + "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000246 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000555 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000819 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000850 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001289 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000136.ttl b/src/cco-iris/ont00000136.ttl new file mode 100644 index 00000000..9a981090 --- /dev/null +++ b/src/cco-iris/ont00000136.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000136 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Optical Instruments are typically constructed for the purpose of being used to aid in vision or the analysis of light."@en ; + rdfs:label "Optical Instrument"@en ; + "A Material Artifact that is designed to process light waves."@en ; + "Light waves can be processed in a variety of ways including via reflection, refraction, diffraction, deflection, focusing, collimation, dispersion, and interference."@en ; + "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000230 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000682 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000804 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001207 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001216 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000137.ttl b/src/cco-iris/ont00000137.ttl new file mode 100644 index 00000000..c1d80cf8 --- /dev/null +++ b/src/cco-iris/ont00000137.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000137 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Financial Deposit"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Depositor) to another Agent to create a liability to be repaid to the Depositor through an Act of Financial Withdrawal."@en ; + "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000836 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000138.ttl b/src/cco-iris/ont00000138.ttl new file mode 100644 index 00000000..0122a136 --- /dev/null +++ b/src/cco-iris/ont00000138.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000138 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maximum Power"@en ; + "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000503 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000139.ttl b/src/cco-iris/ont00000139.ttl new file mode 100644 index 00000000..7b9a7158 --- /dev/null +++ b/src/cco-iris/ont00000139.ttl @@ -0,0 +1,120 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000171 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001859 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000126 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000139 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Domain of a Country"@en ; + "A Government Domain that is associated with certain distinct political, ethnic, or cultural characteristics, and which delimits a Government that has legitimate authority over a Populace."@en ; + "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not define 'Country' but instead define 'Domain of a Country'."@en ; + "Domain of a Country"@en ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000532 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000631 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000662 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001335 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000140.ttl b/src/cco-iris/ont00000140.ttl new file mode 100644 index 00000000..ae043131 --- /dev/null +++ b/src/cco-iris/ont00000140.ttl @@ -0,0 +1,80 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000140 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The type of particle quantified is typically either atoms or molecules, but may also be protons, neutrons, electrons, quarks, or other particles. The type of particle being measured should always be specified along with the measurement and its unit."@en ; + rdfs:label "Measurement Unit of Amount of Substance"@en ; + "Measurement Unit of Chemical Amount"@en , + "Measurement Unit of Enplethy"@en ; + "A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter."@en ; + "mole, pound-mole" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology" . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001418 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001429 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001463 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001483 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001608 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000141.ttl b/src/cco-iris/ont00000141.ttl new file mode 100644 index 00000000..ad5203af --- /dev/null +++ b/src/cco-iris/ont00000141.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000141 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Populace"@en ; + "A Group of Persons forming the total population of some Government Domain."@en ; + "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000914 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000142.ttl b/src/cco-iris/ont00000142.ttl new file mode 100644 index 00000000..79b2b729 --- /dev/null +++ b/src/cco-iris/ont00000142.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000142 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Government"@en ; + "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000143.ttl b/src/cco-iris/ont00000143.ttl new file mode 100644 index 00000000..51ad51f1 --- /dev/null +++ b/src/cco-iris/ont00000143.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000103 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000143 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cargo Cabin"@en ; + "A Vehicle Compartment that is used to store goods or materials during transportation."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000144.ttl b/src/cco-iris/ont00000144.ttl new file mode 100644 index 00000000..e002ca37 --- /dev/null +++ b/src/cco-iris/ont00000144.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000144 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Meeting"@en ; + "An Act of Association wherein two or more Persons assemble for some common purpose."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000433 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000145.ttl b/src/cco-iris/ont00000145.ttl new file mode 100644 index 00000000..d5313019 --- /dev/null +++ b/src/cco-iris/ont00000145.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000145 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Incendiary Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en ; + "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000146.ttl b/src/cco-iris/ont00000146.ttl new file mode 100644 index 00000000..66002a25 --- /dev/null +++ b/src/cco-iris/ont00000146.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000146 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Artificial Language"@en ; + "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; + "Esperanto" , + "Python Programming Language" ; + "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000496 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001175 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000147.ttl b/src/cco-iris/ont00000147.ttl new file mode 100644 index 00000000..65dcb8c9 --- /dev/null +++ b/src/cco-iris/ont00000147.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000147 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Flight Transponder"@en ; + "A Radio Transponder that is designed to produce a specified response (typically for identification, location, or status update purposes) when it receives a radio-frequency interrogation."@en ; + "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000325 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000148.ttl b/src/cco-iris/ont00000148.ttl new file mode 100644 index 00000000..f7546cd1 --- /dev/null +++ b/src/cco-iris/ont00000148.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000148 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Clockwise Rotational Motion"@en ; + "CW Rotational Motion"@en , + "Clockwise Rotation"@en ; + "A Rotational Motion in which the direction of rotation is toward the right as seen relative to the designated side of the plane of rotation."@en ; + "the axial rotation of the Earth as seen from above the South Pole" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000368 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000149.ttl b/src/cco-iris/ont00000149.ttl new file mode 100644 index 00000000..79b9b2dd --- /dev/null +++ b/src/cco-iris/ont00000149.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000149 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Instant Messaging"@en ; + "Act of IMing"@en , + "Act of Instant Messaging"@en ; + "An Act of Communication by Media in which real-time direct text-based communication occurs between two or more people using personal computers or other devices, along with shared Instant Messaging Client Software conveyed over a network, such as the Internet."@en ; + "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000150.ttl b/src/cco-iris/ont00000150.ttl new file mode 100644 index 00000000..9e8f73be --- /dev/null +++ b/src/cco-iris/ont00000150.ttl @@ -0,0 +1,94 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en ; + "RF" ; + "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000169 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000396 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000643 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000672 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000732 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000753 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000754 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000822 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000964 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001208 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000151.ttl b/src/cco-iris/ont00000151.ttl new file mode 100644 index 00000000..ff3bc718 --- /dev/null +++ b/src/cco-iris/ont00000151.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000151 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Reporting"@en ; + "An Act of Representative Communication performed by giving a detailed account or statement."@en ; + "http://www.merriam-webster.com/dictionary/report" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000152.ttl b/src/cco-iris/ont00000152.ttl new file mode 100644 index 00000000..4fdc97f3 --- /dev/null +++ b/src/cco-iris/ont00000152.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000152 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone Network"@en ; + "A Telecommunication Network that is designed to allow telephone calls to be made between two or more parties connected to the network."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000998 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000153.ttl b/src/cco-iris/ont00000153.ttl new file mode 100644 index 00000000..b294894d --- /dev/null +++ b/src/cco-iris/ont00000153.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000153 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Generator Control Unit"@en ; + "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000781 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000154.ttl b/src/cco-iris/ont00000154.ttl new file mode 100644 index 00000000..c188577d --- /dev/null +++ b/src/cco-iris/ont00000154.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000154 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "While there is always at least one Mode for every set of data, it is possible for any given set of data to have multiple Modes. The Mode is typically most useful when the members of the set are all Nominal Measurement Information Content Entities."@en ; + rdfs:label "Mode Point Estimate Information Content Entity"@en ; + "Mode"@en , + "Statistical Mode"@en ; + "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or values that occur most often in the set."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000745 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000155.ttl b/src/cco-iris/ont00000155.ttl new file mode 100644 index 00000000..70573886 --- /dev/null +++ b/src/cco-iris/ont00000155.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000155 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Near Infrared Light Frequency"@en ; + "An Infrared Light Frequency that is between 214 and 400 terahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001337 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000156.ttl b/src/cco-iris/ont00000156.ttl new file mode 100644 index 00000000..919a6d72 --- /dev/null +++ b/src/cco-iris/ont00000156.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000088 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000156 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hand Gun"@en ; + "A Firearm that is designed to have a relatively short barrel and to be held in one or two hands and to be fired without being braced against the shoulder."@en ; + "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000711 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001254 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000157.ttl b/src/cco-iris/ont00000157.ttl new file mode 100644 index 00000000..53102c56 --- /dev/null +++ b/src/cco-iris/ont00000157.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000084 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000157 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Facial Hair"@en ; + "A Bodily Component that consists of a portion of hair that grows on the face of a human (typically male) or other animal."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000158.ttl b/src/cco-iris/ont00000158.ttl new file mode 100644 index 00000000..d32da032 --- /dev/null +++ b/src/cco-iris/ont00000158.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000158 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lithium-ion Electric Battery"@en ; + "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001105 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000159.ttl b/src/cco-iris/ont00000159.ttl new file mode 100644 index 00000000..64e3435b --- /dev/null +++ b/src/cco-iris/ont00000159.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000159 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Timekeeping Instrument"@en ; + "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is about some temporal region."@en ; + "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000703 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000160.ttl b/src/cco-iris/ont00000160.ttl new file mode 100644 index 00000000..d718299b --- /dev/null +++ b/src/cco-iris/ont00000160.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000160 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Manual Tool"@en ; + "Hand Tool"@en ; + "A Tool that is designed to be powered by manual labor rather than by an engine."@en ; + "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000581 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000161.ttl b/src/cco-iris/ont00000161.ttl new file mode 100644 index 00000000..f636368b --- /dev/null +++ b/src/cco-iris/ont00000161.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000161 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Coordinate System Axis"@en ; + "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000163 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000365 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000801 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000162.ttl b/src/cco-iris/ont00000162.ttl new file mode 100644 index 00000000..8337024c --- /dev/null +++ b/src/cco-iris/ont00000162.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000162 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Connector Artifact Function"@en ; + "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used to join electrical terminations to create an electrical circuit."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000795 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000163.ttl b/src/cco-iris/ont00000163.ttl new file mode 100644 index 00000000..4456792a --- /dev/null +++ b/src/cco-iris/ont00000163.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000161 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000163 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "z-Axis"@en ; + "A Coordinate System Axis designated by the variable 'z'."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000164.ttl b/src/cco-iris/ont00000164.ttl new file mode 100644 index 00000000..dc678bcc --- /dev/null +++ b/src/cco-iris/ont00000164.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000164 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en ; + "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the smallest or having the least amount relative to a nominally described set of like entities."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000165.ttl b/src/cco-iris/ont00000165.ttl new file mode 100644 index 00000000..ef06e095 --- /dev/null +++ b/src/cco-iris/ont00000165.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000165 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Criminal Act"@en ; + "A Planned Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."@en ; + "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000166.ttl b/src/cco-iris/ont00000166.ttl new file mode 100644 index 00000000..b2af0557 --- /dev/null +++ b/src/cco-iris/ont00000166.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000166 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wave Cycle"@en ; + "A Wave Process that consists of a portion of a Wave Process that begins at an arbitrary point of the Wave Process and ends at the next point when the pattern of the Wave Process begins to repeat."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000167.ttl b/src/cco-iris/ont00000167.ttl new file mode 100644 index 00000000..e2a09186 --- /dev/null +++ b/src/cco-iris/ont00000167.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000167 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Large-Scale Rocket Launcher"@en ; + "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001173 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000168.ttl b/src/cco-iris/ont00000168.ttl new file mode 100644 index 00000000..f09d2193 --- /dev/null +++ b/src/cco-iris/ont00000168.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000168 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Interpersonal Relationship"@en ; + "An Act of Association between two or more Persons that may range from fleeting to enduring."@en ; + "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000433 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000169.ttl b/src/cco-iris/ont00000169.ttl new file mode 100644 index 00000000..2ec57364 --- /dev/null +++ b/src/cco-iris/ont00000169.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000169 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 10–1 m"@en ; + rdfs:label "Very High Frequency"@en ; + "ITU Band Number 8"@en ; + "A Radio Frequency that is between 30 and 300 MHz."@en ; + "VHF" ; + "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001072 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000170.ttl b/src/cco-iris/ont00000170.ttl new file mode 100644 index 00000000..ca698952 --- /dev/null +++ b/src/cco-iris/ont00000170.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001944 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000018 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000122 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000170 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Object Track Point"@en ; + "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000205 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000171.ttl b/src/cco-iris/ont00000171.ttl new file mode 100644 index 00000000..d5a7153d --- /dev/null +++ b/src/cco-iris/ont00000171.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000171 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Detergent Artifact Function"@en ; + "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en ; + "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000344 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000172.ttl b/src/cco-iris/ont00000172.ttl new file mode 100644 index 00000000..4844ad3e --- /dev/null +++ b/src/cco-iris/ont00000172.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000172 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Base of Operations"@en ; + "Main Operating Base"@en ; + "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en ; + "MOB" ; + "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000483 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000173.ttl b/src/cco-iris/ont00000173.ttl new file mode 100644 index 00000000..ab8916b6 --- /dev/null +++ b/src/cco-iris/ont00000173.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000173 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Civilian Role"@en ; + "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents not being part of either an Armed Force or police force."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001302 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000174.ttl b/src/cco-iris/ont00000174.ttl new file mode 100644 index 00000000..4ef58792 --- /dev/null +++ b/src/cco-iris/ont00000174.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000174 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultraviolet Telescope"@en ; + "UV Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing ultraviolet light to form an enhanced image of the Object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000547 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000175.ttl b/src/cco-iris/ont00000175.ttl new file mode 100644 index 00000000..008aeb7a --- /dev/null +++ b/src/cco-iris/ont00000175.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000175 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Organization Member Role"@en ; + "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000647 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000176.ttl b/src/cco-iris/ont00000176.ttl new file mode 100644 index 00000000..891d3774 --- /dev/null +++ b/src/cco-iris/ont00000176.ttl @@ -0,0 +1,86 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000176 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Lee, David S., and Brad Glosserman. “How Companies Can Navigate Today’s Geopolitical Risks.” Harvard Business Review, 28 Nov. 2022. hbr.org, https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks." , + "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Geopolitical Organization"@en ; + "An Organization that bears a Geopolitical Power Role."@en ; + "Geopolitical Organization"@en ; + "https://chass.usu.edu/international-studies/aggies-go/power" , + "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000898 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000177.ttl b/src/cco-iris/ont00000177.ttl new file mode 100644 index 00000000..5f86174b --- /dev/null +++ b/src/cco-iris/ont00000177.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000177 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Affordance"@en ; + "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Agent Capability or Disposition in some Act."@en ; + "J. J. Gibson, \"The Theory of Affordances,\" in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000178.ttl b/src/cco-iris/ont00000178.ttl new file mode 100644 index 00000000..f67fb11f --- /dev/null +++ b/src/cco-iris/ont00000178.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000178 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Arrow"@en ; + "A Portion of Ammunition that is designed to be fired from a Bow and consists of a long straight stiff shaft with stabilizers (fletchings) and a slot (the nock) on one end and a weighted tip (the arrowhead) on the other end."@en ; + "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001150 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000179.ttl b/src/cco-iris/ont00000179.ttl new file mode 100644 index 00000000..6bfe7d70 --- /dev/null +++ b/src/cco-iris/ont00000179.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000179 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."@en ; + rdfs:label "Thrust"@en ; + "A Force that is equal in magnitude to but in the opposite direction of an exerted Force and which is used to describe the forward Force of a Jet or Rocket Engine in reaction to the Acceleration of its Reaction Mass in the opposite direction."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000570 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000180.ttl b/src/cco-iris/ont00000180.ttl new file mode 100644 index 00000000..05900855 --- /dev/null +++ b/src/cco-iris/ont00000180.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000180 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hotel"@en ; + "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ; + "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000410 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000583 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000181.ttl b/src/cco-iris/ont00000181.ttl new file mode 100644 index 00000000..76a3a630 --- /dev/null +++ b/src/cco-iris/ont00000181.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000089 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000181 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Language Skill"@en ; + "A Skill that is realized by an Act which is prescribed by a Language."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000182.ttl b/src/cco-iris/ont00000182.ttl new file mode 100644 index 00000000..70fbeb9c --- /dev/null +++ b/src/cco-iris/ont00000182.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000123 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000182 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Thanking"@en ; + "An Act of Expressive Communication performed by expressing gratitude."@en ; + " http://www.merriam-webster.com/dictionary/thanks" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000183.ttl b/src/cco-iris/ont00000183.ttl new file mode 100644 index 00000000..a792ac10 --- /dev/null +++ b/src/cco-iris/ont00000183.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000183 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fragrance Artifact Function"@en ; + "An Artifact Function that is realized in processes of perceiving a pleasant or sweet odor."@en ; + "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000184.ttl b/src/cco-iris/ont00000184.ttl new file mode 100644 index 00000000..0430130b --- /dev/null +++ b/src/cco-iris/ont00000184.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000184 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Axial Rotation Period"@en ; + "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000185.ttl b/src/cco-iris/ont00000185.ttl new file mode 100644 index 00000000..2ab6e0bb --- /dev/null +++ b/src/cco-iris/ont00000185.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000185 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Blunt"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000186.ttl b/src/cco-iris/ont00000186.ttl new file mode 100644 index 00000000..193a41a4 --- /dev/null +++ b/src/cco-iris/ont00000186.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000186 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Artifact Version Ordinality"@en ; + "An Ordinal Measurement Information Content Entity that is about the form of an Artifact which differs in some respects from previous or future forms of that Artifact."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000187.ttl b/src/cco-iris/ont00000187.ttl new file mode 100644 index 00000000..801e4df7 --- /dev/null +++ b/src/cco-iris/ont00000187.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000187 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Authority Role"@en ; + "A Role that is realized by Processes which create, modify, transfer, or eliminate Process Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en ; + "Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections)."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000188.ttl b/src/cco-iris/ont00000188.ttl new file mode 100644 index 00000000..5064629b --- /dev/null +++ b/src/cco-iris/ont00000188.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000188 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Track"@en ; + "Ground Trace"@en ; + "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en ; + "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en ; + "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000189.ttl b/src/cco-iris/ont00000189.ttl new file mode 100644 index 00000000..7a04c3ba --- /dev/null +++ b/src/cco-iris/ont00000189.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000189 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Certificate"@en ; + "An Information Bearing Artifact that bears an Information Content Entity which attests to certain demonstrated characteristics of an Object, Person, or Organization."@en ; + "http://www.dictionary.com/browse/degree" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000470 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000190.ttl b/src/cco-iris/ont00000190.ttl new file mode 100644 index 00000000..9ecae187 --- /dev/null +++ b/src/cco-iris/ont00000190.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000190 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Minimum Speed Artifact Function"@en ; + "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the lowest speed at which that Artifact is designed to operate."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001353 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000191.ttl b/src/cco-iris/ont00000191.ttl new file mode 100644 index 00000000..b1fb3659 --- /dev/null +++ b/src/cco-iris/ont00000191.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001803 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000191 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Act of Homicide"@en ; + "An Act of Violence which causes the unlawful killing of another person."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000920 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001147 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001272 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000192.ttl b/src/cco-iris/ont00000192.ttl new file mode 100644 index 00000000..7df17c99 --- /dev/null +++ b/src/cco-iris/ont00000192.ttl @@ -0,0 +1,175 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000171 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000052 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000055 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Facility"@en ; + "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000226 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000270 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000332 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000339 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000410 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000479 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000531 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000639 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000641 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000655 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000677 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000782 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000814 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000946 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001052 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001076 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001102 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001287 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001295 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001315 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001341 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001375 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000193.ttl b/src/cco-iris/ont00000193.ttl new file mode 100644 index 00000000..55c10944 --- /dev/null +++ b/src/cco-iris/ont00000193.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000059 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000193 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone Subscriber Line"@en ; + "A Telephone Line that connects a Communication Endpoint to another node in a Telecommunication Network to enable service to a user's Telephone."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000194.ttl b/src/cco-iris/ont00000194.ttl new file mode 100644 index 00000000..c6d2965d --- /dev/null +++ b/src/cco-iris/ont00000194.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000194 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Contact Artifact Function"@en ; + "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used as an endpoint of an electrical circuit from which an electrical current is passed via physical contact with the endpoint."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000795 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000195.ttl b/src/cco-iris/ont00000195.ttl new file mode 100644 index 00000000..c39d5af4 --- /dev/null +++ b/src/cco-iris/ont00000195.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000195 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heliport"@en ; + "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ; + "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001078 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000196.ttl b/src/cco-iris/ont00000196.ttl new file mode 100644 index 00000000..577adf21 --- /dev/null +++ b/src/cco-iris/ont00000196.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000196 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Purple"@en ; + "A Color that is aproximately midway between Red and Blue."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000197.ttl b/src/cco-iris/ont00000197.ttl new file mode 100644 index 00000000..6db415a5 --- /dev/null +++ b/src/cco-iris/ont00000197.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000035 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000197 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Process Beginning"@en ; + "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000198.ttl b/src/cco-iris/ont00000198.ttl new file mode 100644 index 00000000..f3d62b43 --- /dev/null +++ b/src/cco-iris/ont00000198.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000198 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Sound Level"@en ; + "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en ; + "decibels, sones" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001495 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001636 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001664 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000199.ttl b/src/cco-iris/ont00000199.ttl new file mode 100644 index 00000000..7e03d45b --- /dev/null +++ b/src/cco-iris/ont00000199.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000199 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Camera"@en ; + "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en ; + "http://www.dictionary.com/browse/camera" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000617 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000771 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000774 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000869 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000200.ttl b/src/cco-iris/ont00000200.ttl new file mode 100644 index 00000000..7fe20ca2 --- /dev/null +++ b/src/cco-iris/ont00000200.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000200 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Pilgrimage"@en ; + "An Act of Travel to a location of importance to a person's beliefs and faith."@en ; + "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000890 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000201.ttl b/src/cco-iris/ont00000201.ttl new file mode 100644 index 00000000..6021a6a1 --- /dev/null +++ b/src/cco-iris/ont00000201.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000201 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Change of Residence"@en ; + "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000202.ttl b/src/cco-iris/ont00000202.ttl new file mode 100644 index 00000000..e33d1f92 --- /dev/null +++ b/src/cco-iris/ont00000202.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000202 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Terrorist Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Terrorist Organization by imparting knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature to an Agent either directly or indirectly through some communication medium."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001075 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000203.ttl b/src/cco-iris/ont00000203.ttl new file mode 100644 index 00000000..1a53936c --- /dev/null +++ b/src/cco-iris/ont00000203.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000203 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Event Status Nominal Information Content Entity"@en ; + "A Nominal Measurement Information Content Entity that is a measurement of the current state of a process."@en ; + "proposed, approved, planned, in progress, completed, failed, or successful" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000293 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000204.ttl b/src/cco-iris/ont00000204.ttl new file mode 100644 index 00000000..727f0b79 --- /dev/null +++ b/src/cco-iris/ont00000204.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000204 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rifle"@en ; + "A Long Gun that is designed to have a rifled barrel and to fire single Bullets over long ranges with high accuracy."@en ; + "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000942 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000968 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001104 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000205.ttl b/src/cco-iris/ont00000205.ttl new file mode 100644 index 00000000..ce10f330 --- /dev/null +++ b/src/cco-iris/ont00000205.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001944 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000170 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000205 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "The exact line of the Object Track may be drawn based on the Center of Mass of the Object or another reference point, such as the location of a transponder beacon or the center of a radar cross-section, depending on the Object being tracked."@en ; + rdfs:label "Object Track"@en ; + "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000904 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000206.ttl b/src/cco-iris/ont00000206.ttl new file mode 100644 index 00000000..dcb828e9 --- /dev/null +++ b/src/cco-iris/ont00000206.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000206 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Friction Reduction Artifact Function"@en ; + "An Artifact Function that is realized in processes of reducing the force resisting the relative motion of surfaces in contact."@en ; + "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000207.ttl b/src/cco-iris/ont00000207.ttl new file mode 100644 index 00000000..2fa0503f --- /dev/null +++ b/src/cco-iris/ont00000207.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000142 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000207 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "One-Dimensional Geospatial Boundary"@en ; + "A Fiat Line that is a boundary of some Geospatial Region."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000685 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000794 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000817 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001195 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000208.ttl b/src/cco-iris/ont00000208.ttl new file mode 100644 index 00000000..3906ce5d --- /dev/null +++ b/src/cco-iris/ont00000208.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000123 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000208 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Congratulating"@en ; + "An Act of Expressive Communication performed by expressing vicarious pleasure to a person on the occasion of their success or good fortune."@en ; + "http://www.merriam-webster.com/dictionary/congratulate" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000209.ttl b/src/cco-iris/ont00000209.ttl new file mode 100644 index 00000000..ad20fe92 --- /dev/null +++ b/src/cco-iris/ont00000209.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000209 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sound Wavelength"@en ; + "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en ; + "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000313 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000210.ttl b/src/cco-iris/ont00000210.ttl new file mode 100644 index 00000000..cf59df03 --- /dev/null +++ b/src/cco-iris/ont00000210.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000056 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000210 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Engine"@en ; + "Motor"@en ; + "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000638 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000952 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001221 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000211.ttl b/src/cco-iris/ont00000211.ttl new file mode 100644 index 00000000..746f3e08 --- /dev/null +++ b/src/cco-iris/ont00000211.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000211 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Day Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000212.ttl b/src/cco-iris/ont00000212.ttl new file mode 100644 index 00000000..0421036f --- /dev/null +++ b/src/cco-iris/ont00000212.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000212 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chemical Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en ; + "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000213.ttl b/src/cco-iris/ont00000213.ttl new file mode 100644 index 00000000..1ba2502f --- /dev/null +++ b/src/cco-iris/ont00000213.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000213 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Subcontinent"@en ; + "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; + "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000472 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000214.ttl b/src/cco-iris/ont00000214.ttl new file mode 100644 index 00000000..65504f6d --- /dev/null +++ b/src/cco-iris/ont00000214.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000214 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Moving Target Indication Artifact Function"@en ; + "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to identify and produce visual representations of moving entities by using a radar to emit successive phase coherent pulses, which are sampled and added to the subsequent pulse to cancel out signals from non-moving entities such that only signals from moving entities remain and are displayed."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000289 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000650 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000215.ttl b/src/cco-iris/ont00000215.ttl new file mode 100644 index 00000000..7495f6cc --- /dev/null +++ b/src/cco-iris/ont00000215.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000215 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A Radio Telescope consists of a specialized Antenna and a Radio Receiver and is typically used to receive radio waves from sources in outer space."@en ; + rdfs:label "Radio Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000547 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000728 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000216.ttl b/src/cco-iris/ont00000216.ttl new file mode 100644 index 00000000..d9f600ca --- /dev/null +++ b/src/cco-iris/ont00000216.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000216 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shell"@en ; + "A Portion of Ammunition that is designed to be a non-self-propelled projectile and to carry a payload (explosive or other) over a relatively short distance."@en ; + "https://en.wikipedia.org/wiki/Shell_(projectile)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001150 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000217.ttl b/src/cco-iris/ont00000217.ttl new file mode 100644 index 00000000..0103fdbd --- /dev/null +++ b/src/cco-iris/ont00000217.ttl @@ -0,0 +1,98 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Area"@en ; + "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en ; + "square feet, square meters, acre, hectare" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001438 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001456 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001471 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001486 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001496 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001522 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001645 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001672 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001706 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001713 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000218.ttl b/src/cco-iris/ont00000218.ttl new file mode 100644 index 00000000..88b5c24d --- /dev/null +++ b/src/cco-iris/ont00000218.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000218 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Major Axis"@en ; + "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000219.ttl b/src/cco-iris/ont00000219.ttl new file mode 100644 index 00000000..614eaedf --- /dev/null +++ b/src/cco-iris/ont00000219.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000219 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reflecting Optical Telescope"@en ; + "Reflecting Telescope"@en , + "Reflector"@en ; + "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via reflection through the use of one or more curved Mirrors to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001009 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000220.ttl b/src/cco-iris/ont00000220.ttl new file mode 100644 index 00000000..564b1096 --- /dev/null +++ b/src/cco-iris/ont00000220.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000220 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ammunition Depot"@en ; + "A Storage Facility that is designed to store Portions of Ammunition."@en ; + "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000221.ttl b/src/cco-iris/ont00000221.ttl new file mode 100644 index 00000000..54e6840c --- /dev/null +++ b/src/cco-iris/ont00000221.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000221 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Semi-Minor Axis"@en ; + "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000222.ttl b/src/cco-iris/ont00000222.ttl new file mode 100644 index 00000000..52fe69d9 --- /dev/null +++ b/src/cco-iris/ont00000222.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000222 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Presence Frequency"@en ; + "A Sonic Frequency that is between 4 and 6 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000530 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000223.ttl b/src/cco-iris/ont00000223.ttl new file mode 100644 index 00000000..9abd7d56 --- /dev/null +++ b/src/cco-iris/ont00000223.ttl @@ -0,0 +1,85 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000132 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000203 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000223 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Time of Day"@en ; + "A Temporal Instant that is part of a Day."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000359 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000465 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000540 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000827 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000224.ttl b/src/cco-iris/ont00000224.ttl new file mode 100644 index 00000000..53eea74a --- /dev/null +++ b/src/cco-iris/ont00000224.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000072 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000224 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Populated place"@en ; + "An Anthropogenic Feature at which people live or have lived."@en ; + "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000489 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001197 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000225.ttl b/src/cco-iris/ont00000225.ttl new file mode 100644 index 00000000..b7b53f64 --- /dev/null +++ b/src/cco-iris/ont00000225.ttl @@ -0,0 +1,90 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000225 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Month"@en ; + "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ; + "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000259 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000329 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000619 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000832 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000226.ttl b/src/cco-iris/ont00000226.ttl new file mode 100644 index 00000000..b78de2dc --- /dev/null +++ b/src/cco-iris/ont00000226.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000108 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000226 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transportation Facility"@en ; + "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ; + "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000761 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001078 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001258 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000227.ttl b/src/cco-iris/ont00000227.ttl new file mode 100644 index 00000000..16a5c7f8 --- /dev/null +++ b/src/cco-iris/ont00000227.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000227 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A Julian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.25 Julian Days. Julian Years are typically indicated by prefixing a capital 'J' in front of the Year number, e.g. J2000.0 or J2018."@en ; + rdfs:label "Julian Year"@en ; + "A Calendar Year in the Julian Calendar."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000674 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000228.ttl b/src/cco-iris/ont00000228.ttl new file mode 100644 index 00000000..ee00830e --- /dev/null +++ b/src/cco-iris/ont00000228.ttl @@ -0,0 +1,154 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000005 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000037 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000109 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000142 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000165 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Planned Act"@en ; + "Intentional Act"@en ; + "An Act in which at least one Agent plays a causative role and which is prescribed by some Directive Information Content Entity held by at least one of the Agents."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000234 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000345 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000357 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000366 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000371 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000511 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000676 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000741 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000908 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000949 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001144 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001147 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001232 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001251 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001314 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001327 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000229.ttl b/src/cco-iris/ont00000229.ttl new file mode 100644 index 00000000..c4cbfb2a --- /dev/null +++ b/src/cco-iris/ont00000229.ttl @@ -0,0 +1,88 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Power"@en ; + "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; + "watt, horsepower" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001391 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001407 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001502 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001560 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001563 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001566 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001653 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001689 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000230.ttl b/src/cco-iris/ont00000230.ttl new file mode 100644 index 00000000..2b4d72c6 --- /dev/null +++ b/src/cco-iris/ont00000230.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000136 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000230 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Diffraction Grating"@en ; + "An Optical Instrument with a periodic structure that is designed to split and defract a beam of light into several beams travelling in different directions."@en ; + "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000231.ttl b/src/cco-iris/ont00000231.ttl new file mode 100644 index 00000000..83c81504 --- /dev/null +++ b/src/cco-iris/ont00000231.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000231 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Torpedo Tube"@en ; + "A Projectile Launcher that is designed to launch Torpedoes."@en ; + "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001051 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000232.ttl b/src/cco-iris/ont00000232.ttl new file mode 100644 index 00000000..2a4171af --- /dev/null +++ b/src/cco-iris/ont00000232.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000232 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pumping Station"@en ; + "A Product Transport Facility that is designed to pump fluids from one place to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000677 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000233.ttl b/src/cco-iris/ont00000233.ttl new file mode 100644 index 00000000..2178b47e --- /dev/null +++ b/src/cco-iris/ont00000233.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000233 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stock Certificate"@en ; + "Stock that consists of a Certificate."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001278 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000234.ttl b/src/cco-iris/ont00000234.ttl new file mode 100644 index 00000000..33f1a811 --- /dev/null +++ b/src/cco-iris/ont00000234.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000234 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Training"@en ; + "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000687 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001075 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000235.ttl b/src/cco-iris/ont00000235.ttl new file mode 100644 index 00000000..c8e42866 --- /dev/null +++ b/src/cco-iris/ont00000235.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000235 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Vocational Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring skills required for a specific occupation in industry, agriculture or trade from an Agent or communication medium that realizes a capacity derived from its affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000687 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000236.ttl b/src/cco-iris/ont00000236.ttl new file mode 100644 index 00000000..a6bf8683 --- /dev/null +++ b/src/cco-iris/ont00000236.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000236 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lighting System"@en ; + "A Material Artifact that is designed to emit light within some area."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000681 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001250 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000237.ttl b/src/cco-iris/ont00000237.ttl new file mode 100644 index 00000000..c2f209d0 --- /dev/null +++ b/src/cco-iris/ont00000237.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000237 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Terrorist Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature from an Agent or communication medium that realizes a capacity derived from its affiliation with a Terrorist Organization."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000687 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000238.ttl b/src/cco-iris/ont00000238.ttl new file mode 100644 index 00000000..65c13770 --- /dev/null +++ b/src/cco-iris/ont00000238.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000238 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propeller"@en ; + "Propelling Screw"@en ; + "A Material Artifact that is designed to convert rotary motion from an Engine or other mechanical Power Source into propulsive Force."@en ; + "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000586 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000239.ttl b/src/cco-iris/ont00000239.ttl new file mode 100644 index 00000000..fc839b5e --- /dev/null +++ b/src/cco-iris/ont00000239.ttl @@ -0,0 +1,103 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Mass"@en ; + "A Measurement Unit that is used as a standard for measurement of an object's resistance to Acceleration when a Force is applied to the object."@en ; + "ounce, gram, pound" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001390 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001413 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001477 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001544 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001552 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001564 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001567 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001676 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001696 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001698 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001728 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000240.ttl b/src/cco-iris/ont00000240.ttl new file mode 100644 index 00000000..f51028ff --- /dev/null +++ b/src/cco-iris/ont00000240.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000240 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Oath Taking"@en ; + "An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred."@en ; + "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001162 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000241.ttl b/src/cco-iris/ont00000241.ttl new file mode 100644 index 00000000..6418614f --- /dev/null +++ b/src/cco-iris/ont00000241.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000014 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000241 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Two-Dimensional Barcode"@en ; + "A Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Directive Information Content Entity."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000242 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000559 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001064 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001245 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000242.ttl b/src/cco-iris/ont00000242.ttl new file mode 100644 index 00000000..39f20cc5 --- /dev/null +++ b/src/cco-iris/ont00000242.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000241 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000242 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Data Matrix Code"@en ; + "A Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000243.ttl b/src/cco-iris/ont00000243.ttl new file mode 100644 index 00000000..9323c2ed --- /dev/null +++ b/src/cco-iris/ont00000243.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000243 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heat Sink"@en ; + "A Material Artifact that is designed to regulate the temperature of a computer by the passive transfer of heat away from other components in the computer."@en ; + "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000244.ttl b/src/cco-iris/ont00000244.ttl new file mode 100644 index 00000000..b788ae54 --- /dev/null +++ b/src/cco-iris/ont00000244.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000244 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fragmentation Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of a detonation which causes fragmentation."@en ; + "http://www.dictionary.com/browse/fragmentation" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001153 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000245.ttl b/src/cco-iris/ont00000245.ttl new file mode 100644 index 00000000..a442cc27 --- /dev/null +++ b/src/cco-iris/ont00000245.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000245 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Petroleum Manufacturing Facility"@en ; + "A Factory that is designed to manufacture petroleum-based products."@en ; + "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000782 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000246.ttl b/src/cco-iris/ont00000246.ttl new file mode 100644 index 00000000..83999a7f --- /dev/null +++ b/src/cco-iris/ont00000246.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000115 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000135 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000246 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Realizable Entity"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000820 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000824 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001132 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001213 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000247.ttl b/src/cco-iris/ont00000247.ttl new file mode 100644 index 00000000..08246886 --- /dev/null +++ b/src/cco-iris/ont00000247.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000247 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Road"@en ; + "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000646 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000248.ttl b/src/cco-iris/ont00000248.ttl new file mode 100644 index 00000000..080195a2 --- /dev/null +++ b/src/cco-iris/ont00000248.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000248 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chemical Manufacturing Facility"@en ; + "A Factory that is designed to manufacture or process chemicals."@en ; + "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000782 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000249.ttl b/src/cco-iris/ont00000249.ttl new file mode 100644 index 00000000..be20d3ee --- /dev/null +++ b/src/cco-iris/ont00000249.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000249 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A Shaft is usually used to connect other components of a drive train that cannot be connected directly either because of the distance between them or the need to allow for relative movement between those components."@en ; + rdfs:label "Shaft"@en ; + "A Material Artifact that is designed to rotate and transmit Torque, Power, or Rotational Motion from one machine element to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000250.ttl b/src/cco-iris/ont00000250.ttl new file mode 100644 index 00000000..2a41e270 --- /dev/null +++ b/src/cco-iris/ont00000250.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000250 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Realizable Entity"@en ; + "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000613 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000865 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001066 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000251.ttl b/src/cco-iris/ont00000251.ttl new file mode 100644 index 00000000..7ac36ea1 --- /dev/null +++ b/src/cco-iris/ont00000251.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000251 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Continent"@en ; + "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ; + "JC3IEDM version 3.0.2" ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000472 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000252.ttl b/src/cco-iris/ont00000252.ttl new file mode 100644 index 00000000..6998b5f7 --- /dev/null +++ b/src/cco-iris/ont00000252.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000252 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nozzle"@en ; + "A Fluid Control Artifact that is designed to control the speed, direction, rate, shape, or pressure of the flow of fluid exiting it."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000698 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001000 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001117 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000253.ttl b/src/cco-iris/ont00000253.ttl new file mode 100644 index 00000000..baededcb --- /dev/null +++ b/src/cco-iris/ont00000253.ttl @@ -0,0 +1,186 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001824 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001837 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001863 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001899 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001900 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001908 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001912 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001913 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001961 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001976 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001997 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001765 + rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001767 + rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001768 + rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001769 + rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001770 + rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001771 + rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001772 + rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001773 + rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000030 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Information Bearing Entity"@en ; + "IBE"@en ; + "An Object upon which an Information Content Entity generically depends."@en ; + "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000314 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001243 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000254.ttl b/src/cco-iris/ont00000254.ttl new file mode 100644 index 00000000..b1bc71e9 --- /dev/null +++ b/src/cco-iris/ont00000254.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000254 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transportation Artifact"@en ; + "A Material Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000549 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000255.ttl b/src/cco-iris/ont00000255.ttl new file mode 100644 index 00000000..88459721 --- /dev/null +++ b/src/cco-iris/ont00000255.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000101 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000128 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000255 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Cryogenic Material"@en ; + "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000316 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000457 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000816 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000256.ttl b/src/cco-iris/ont00000256.ttl new file mode 100644 index 00000000..f80b52f5 --- /dev/null +++ b/src/cco-iris/ont00000256.ttl @@ -0,0 +1,84 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000111 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000116 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000252 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fluid Control Artifact"@en ; + "A Material Artifact that is designed to manipulate the flow of a fluid (i.e. a liquid or a gas)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000338 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000598 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000625 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000694 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000793 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000963 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000257.ttl b/src/cco-iris/ont00000257.ttl new file mode 100644 index 00000000..0bde24fa --- /dev/null +++ b/src/cco-iris/ont00000257.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000257 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiopaque"@en ; + "Radiodense"@en ; + "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000620 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000258.ttl b/src/cco-iris/ont00000258.ttl new file mode 100644 index 00000000..3e4d8c0c --- /dev/null +++ b/src/cco-iris/ont00000258.ttl @@ -0,0 +1,84 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "One-Dimensional Barcode"@en ; + "A Barcode that is designed to bear parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000326 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000429 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000582 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000602 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000899 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000966 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001012 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001064 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001260 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001264 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000259.ttl b/src/cco-iris/ont00000259.ttl new file mode 100644 index 00000000..19da8e47 --- /dev/null +++ b/src/cco-iris/ont00000259.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000225 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000259 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Month"@en ; + "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en ; + "January; February; March; April; May; June; July; August; September; October; November; December" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000260.ttl b/src/cco-iris/ont00000260.ttl new file mode 100644 index 00000000..3d85b378 --- /dev/null +++ b/src/cco-iris/ont00000260.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000260 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Muzzle Blast"@en ; + "A Sound Wave Process that is caused by a projectile being pushed from the barrel of a firearm by an explosive charge."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000675 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000261.ttl b/src/cco-iris/ont00000261.ttl new file mode 100644 index 00000000..bd79368e --- /dev/null +++ b/src/cco-iris/ont00000261.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000261 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment """Currently gamma radiation is distinguished from x-rays by their source--either inside or outside of the nucleus--rather than by frequency, energy, and wavelength. +https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_terminology"""@en ; + rdfs:label "Gamma Ray Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000754 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000262.ttl b/src/cco-iris/ont00000262.ttl new file mode 100644 index 00000000..c9c0caa5 --- /dev/null +++ b/src/cco-iris/ont00000262.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000262 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shop"@en ; + "A Commercial Facility designed to sell small lots of goods to consumers."@en ; + "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001102 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000263.ttl b/src/cco-iris/ont00000263.ttl new file mode 100644 index 00000000..f3b132f2 --- /dev/null +++ b/src/cco-iris/ont00000263.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000263 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A single Clock Time System does not provide a complete means for identifying or measuring times. Depending on the particular Clock Time System, it may be compatible for use with one or more other Temporal Reference Systems."@en ; + rdfs:label "Clock Time System"@en ; + "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001439 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001626 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000264.ttl b/src/cco-iris/ont00000264.ttl new file mode 100644 index 00000000..50168849 --- /dev/null +++ b/src/cco-iris/ont00000264.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000264 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Fluid Reservoir"@en ; + "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000265.ttl b/src/cco-iris/ont00000265.ttl new file mode 100644 index 00000000..e939f0d6 --- /dev/null +++ b/src/cco-iris/ont00000265.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000265 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Election"@en ; + "Act of Political Election"@en ; + "A Social Act by which a population chooses an individual to hold public office."@en ; + "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001327 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000266.ttl b/src/cco-iris/ont00000266.ttl new file mode 100644 index 00000000..7a82708b --- /dev/null +++ b/src/cco-iris/ont00000266.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000266 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hearing Aid"@en ; + "A Medical Artifact that is designed to improve hearing for its user."@en ; + "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001381 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000267.ttl b/src/cco-iris/ont00000267.ttl new file mode 100644 index 00000000..9404efc7 --- /dev/null +++ b/src/cco-iris/ont00000267.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000267 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Catalyst Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which the rate of a chemical reaction is increased due to the participation of an additional substance, without that substance being consumed in the reaction."@en ; + "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000791 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000268.ttl b/src/cco-iris/ont00000268.ttl new file mode 100644 index 00000000..1b1f0232 --- /dev/null +++ b/src/cco-iris/ont00000268.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000268 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cannon"@en ; + "A Projectile Launcher that is designed to use a controlled explosion to launch a relatively large Portion of Ammunition, such as a Round Shot or a Shell, at a significant Velocity."@en ; + "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000340 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001051 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001270 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000269.ttl b/src/cco-iris/ont00000269.ttl new file mode 100644 index 00000000..4ca7416e --- /dev/null +++ b/src/cco-iris/ont00000269.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000269 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Transmitter"@en ; + "A Radio Communication Instrument that is an electronic device that is designed to generate a radio frequency alternating current, which can be applied to a Radio Antenna to be transmitted as radio waves."@en ; + "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000285 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000903 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000270.ttl b/src/cco-iris/ont00000270.ttl new file mode 100644 index 00000000..46e4ff9f --- /dev/null +++ b/src/cco-iris/ont00000270.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000270 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Educational Facility"@en ; + "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001358 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000271.ttl b/src/cco-iris/ont00000271.ttl new file mode 100644 index 00000000..dff4e23e --- /dev/null +++ b/src/cco-iris/ont00000271.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000271 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Underground Mine"@en ; + "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ; + "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000639 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000272.ttl b/src/cco-iris/ont00000272.ttl new file mode 100644 index 00000000..e58a4d61 --- /dev/null +++ b/src/cco-iris/ont00000272.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000272 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Combustion"@en ; + "Burning Process"@en , + "Combustion Process"@en ; + "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000273.ttl b/src/cco-iris/ont00000273.ttl new file mode 100644 index 00000000..480b360f --- /dev/null +++ b/src/cco-iris/ont00000273.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000273 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Interference Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information for the purpose of preventing communication."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000495 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000274.ttl b/src/cco-iris/ont00000274.ttl new file mode 100644 index 00000000..4dd788c0 --- /dev/null +++ b/src/cco-iris/ont00000274.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000274 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Armed Force"@en ; + "An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors."@en ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000426 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001312 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000275.ttl b/src/cco-iris/ont00000275.ttl new file mode 100644 index 00000000..321b4483 --- /dev/null +++ b/src/cco-iris/ont00000275.ttl @@ -0,0 +1,67 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000275 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Note that, while reference systems and reference frames are treated as synonyms here, some people treat them as related but separate entities. See: http://www.ggos-portal.org/lang_en/GGOS-Portal/EN/Topics/GeodeticApplications/GeodeticReferenceSystemsAndFrames/GeodeticReferenceSystemsAndFrames.html"@en ; + rdfs:label "Spatial Reference System"@en ; + "Coordinate System"@en , + "Spatial Coordinate System"@en , + "Spatial Reference Frame"@en ; + "A Reference System that describes a set of standards for uniquely identifying the position of an entity or the direction of a vector within a defined spatial region by means of measurements along one or more Coordinate System Axes."@en ; + "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000398 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000729 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001351 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000276.ttl b/src/cco-iris/ont00000276.ttl new file mode 100644 index 00000000..f05b0734 --- /dev/null +++ b/src/cco-iris/ont00000276.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000276 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solar Calendar System"@en ; + "A Calendar System that is designed to organize and identify dates based on the cycles of an Astronomical Body's Orbit around the Sun."@en ; + "Unless otherwise specified, a Solar Calendar System is assumed to be relative to the Orbit of the Earth around the Sun."@en ; + "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000891 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001550 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001674 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000277.ttl b/src/cco-iris/ont00000277.ttl new file mode 100644 index 00000000..f2028b1b --- /dev/null +++ b/src/cco-iris/ont00000277.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000277 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of a destructive nuclear reaction, either through fission or through a combination of fission and fusion."@en ; + "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000278.ttl b/src/cco-iris/ont00000278.ttl new file mode 100644 index 00000000..820b28db --- /dev/null +++ b/src/cco-iris/ont00000278.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000278 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."@en ; + rdfs:label "Momentum"@en ; + "A Process Profile of an object in Motion that is the product of its Mass and Velocity with respect to a frame of reference."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000955 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000279.ttl b/src/cco-iris/ont00000279.ttl new file mode 100644 index 00000000..024cdacb --- /dev/null +++ b/src/cco-iris/ont00000279.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000279 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Enemy Role"@en ; + "An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000392 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000697 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000280.ttl b/src/cco-iris/ont00000280.ttl new file mode 100644 index 00000000..e04ddbdc --- /dev/null +++ b/src/cco-iris/ont00000280.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000280 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Torpedo"@en ; + "A Precision-Guided Missile that is designed to be fired into a body of water, be self-propelled through the water, and carry an explosive payload."@en ; + "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001124 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000281.ttl b/src/cco-iris/ont00000281.ttl new file mode 100644 index 00000000..ea966b7d --- /dev/null +++ b/src/cco-iris/ont00000281.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000281 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Albedo"@en ; + "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of its surface to reflect incident electromagnetic radiation of a particular wavelength."@en ; + "Albedo is a reflection coefficient and is measured as the ratio of radiation reflected from the surface to the incident radiation. Albedo is dimensionless, can be expressed as a percentage, and is measured on a scale from 0 for no reflection to 1 for perfect reflection of a surface. Albedo depends on the wavelength of the radiation; when no wavelength is specified, it typically refers to some appropriate average across the spectrum of visible light."@en ; + "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001137 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000282.ttl b/src/cco-iris/ont00000282.ttl new file mode 100644 index 00000000..ae578fc3 --- /dev/null +++ b/src/cco-iris/ont00000282.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000282 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Counterfeit Financial Instrument"@en ; + "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en ; + "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000719 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000283.ttl b/src/cco-iris/ont00000283.ttl new file mode 100644 index 00000000..b1ebebb9 --- /dev/null +++ b/src/cco-iris/ont00000283.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000283 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cylindrical"@en ; + "Columnar"@en ; + "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001360 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000284.ttl b/src/cco-iris/ont00000284.ttl new file mode 100644 index 00000000..41079b5c --- /dev/null +++ b/src/cco-iris/ont00000284.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000284 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Strength"@en ; + "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ; + "Strength is intended to be understood broadly here. Physical strength is only one type of Strength. Other subtypes of Strength may include military strength, psychological strength, emotional strength, political strength, technological strength, and so on."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000285.ttl b/src/cco-iris/ont00000285.ttl new file mode 100644 index 00000000..56988796 --- /dev/null +++ b/src/cco-iris/ont00000285.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000269 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000285 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Emergency Locator Transmitter"@en ; + "A Radio Transmitter that is designed to signal distress and provide positional data for the entity it is located on."@en ; + "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000286.ttl b/src/cco-iris/ont00000286.ttl new file mode 100644 index 00000000..9c030e93 --- /dev/null +++ b/src/cco-iris/ont00000286.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000100 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000286 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Partially Mission Capable Maintenance"@en ; + "A Stasis of Partially Mission Capable during which the participating Continuant is not capable of performing some of its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000287.ttl b/src/cco-iris/ont00000287.ttl new file mode 100644 index 00000000..bcfc9140 --- /dev/null +++ b/src/cco-iris/ont00000287.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000287 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Inertial Navigation System"@en ; + "INS"@en ; + "A Navigation System that is designed to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references."@en ; + "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001181 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001187 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000288.ttl b/src/cco-iris/ont00000288.ttl new file mode 100644 index 00000000..eb70d685 --- /dev/null +++ b/src/cco-iris/ont00000288.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000030 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000288 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Source"@en ; + "A Material Artifact that is designed to supply power to some other Artifact."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000516 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001157 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000289.ttl b/src/cco-iris/ont00000289.ttl new file mode 100644 index 00000000..0e262089 --- /dev/null +++ b/src/cco-iris/ont00000289.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000214 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000289 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radar Imaging Artifact Function"@en ; + "An Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using radio waves."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000482 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000601 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000290.ttl b/src/cco-iris/ont00000290.ttl new file mode 100644 index 00000000..05462d16 --- /dev/null +++ b/src/cco-iris/ont00000290.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000290 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Specifically Dependent Continuant"@en ; + "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000535 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000726 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000854 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000291.ttl b/src/cco-iris/ont00000291.ttl new file mode 100644 index 00000000..1ca7d7c7 --- /dev/null +++ b/src/cco-iris/ont00000291.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000291 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Decoy Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Decoy."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000292.ttl b/src/cco-iris/ont00000292.ttl new file mode 100644 index 00000000..6206d230 --- /dev/null +++ b/src/cco-iris/ont00000292.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000292 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Artifact Identifier"@en ; + "A Designative Information Content Entity which designates some Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000293.ttl b/src/cco-iris/ont00000293.ttl new file mode 100644 index 00000000..f826bed6 --- /dev/null +++ b/src/cco-iris/ont00000293.ttl @@ -0,0 +1,94 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001868 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001914 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000203 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000293 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith , + , + ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Nominal Measurement Information Content Entity"@en ; + "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; + "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@en , + "a measurement that classifies automobiles as sedans, coupes, hatchbacks, or convertibles" , + "a measurement that classifies military intelligence as strategic, operational, or tactical" , + "a measurement that classifies rocks as igneous, sedimentary, or metamorphic" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001364 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000294.ttl b/src/cco-iris/ont00000294.ttl new file mode 100644 index 00000000..04ff6690 --- /dev/null +++ b/src/cco-iris/ont00000294.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000294 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Air-Breathing Jet Engine"@en ; + "Ducted Jet Engine"@en ; + "A Jet Engine that is propelled by a jet of hot exhaust gases formed from air that is drawn into the Engine via an Air Inlet."@en ; + "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000522 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000533 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000688 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000996 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001005 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001121 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000295.ttl b/src/cco-iris/ont00000295.ttl new file mode 100644 index 00000000..205aea59 --- /dev/null +++ b/src/cco-iris/ont00000295.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000295 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wetness"@en ; + "A Quality that inheres in a bearer in virtue of the degree to which the bearer is covered by a liquid, typically on a continuum of dry to wet."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000296.ttl b/src/cco-iris/ont00000296.ttl new file mode 100644 index 00000000..5298dd7e --- /dev/null +++ b/src/cco-iris/ont00000296.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000296 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Angular Velocity"@en ; + "Rotational Velocity"@en ; + "A Velocity that is characterized by both the angular Speed of an object and the Axis about which the object is Rotating."@en ; + "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000368 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000763 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000297.ttl b/src/cco-iris/ont00000297.ttl new file mode 100644 index 00000000..062dc1ab --- /dev/null +++ b/src/cco-iris/ont00000297.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000024 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000297 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Hydrosphere"@en ; + "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en ; + "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000298.ttl b/src/cco-iris/ont00000298.ttl new file mode 100644 index 00000000..6350d356 --- /dev/null +++ b/src/cco-iris/ont00000298.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000298 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shoulder-Fired Rocket Launcher"@en ; + "A Rocket Launcher that is designed to be small enough to be carried by a single person and fired while supported on the person's shoulder."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001173 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000299.ttl b/src/cco-iris/ont00000299.ttl new file mode 100644 index 00000000..64d3e599 --- /dev/null +++ b/src/cco-iris/ont00000299.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000299 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthetic Leg"@en ; + "A Prosthesis that is designed to replace a missing leg."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000715 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000300.ttl b/src/cco-iris/ont00000300.ttl new file mode 100644 index 00000000..e2353dfe --- /dev/null +++ b/src/cco-iris/ont00000300.ttl @@ -0,0 +1,97 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000115 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001880 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001898 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000300 + rdf:type owl:Class ; + rdfs:subClassOf , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "Group of Agents"@en ; + "An Object Aggregate that has only Agents as parts."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000914 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001062 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001183 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001239 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000301.ttl b/src/cco-iris/ont00000301.ttl new file mode 100644 index 00000000..824d6f0b --- /dev/null +++ b/src/cco-iris/ont00000301.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000301 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle Transmission"@en ; + "Gearbox"@en , + "Transmission"@en ; + "A Power Transmission Artifact that is designed to vary the output speed and torque in a rotating power transfer system."@en ; + "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000663 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000302.ttl b/src/cco-iris/ont00000302.ttl new file mode 100644 index 00000000..6f425481 --- /dev/null +++ b/src/cco-iris/ont00000302.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000302 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Alternating Current Power Source"@en ; + "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000303.ttl b/src/cco-iris/ont00000303.ttl new file mode 100644 index 00000000..c595530d --- /dev/null +++ b/src/cco-iris/ont00000303.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000303 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Intercommunication System"@en ; + "A Communication System that is designed to enable some Act of Communication between end points within a building, small collection of buildings, or within a small area of service."@en ; + "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000334 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001036 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000304.ttl b/src/cco-iris/ont00000304.ttl new file mode 100644 index 00000000..0f33432c --- /dev/null +++ b/src/cco-iris/ont00000304.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000075 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000304 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Microscope"@en ; + "An Imaging Instrument that is designed to enable users to see Objects that are otherwise too small to be seen by the naked eye by producing a significantly enlarged image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000413 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000436 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000771 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000305.ttl b/src/cco-iris/ont00000305.ttl new file mode 100644 index 00000000..76236924 --- /dev/null +++ b/src/cco-iris/ont00000305.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000305 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sound Pressure"@en ; + "Acoustic Pressure"@en ; + "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000380 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000306.ttl b/src/cco-iris/ont00000306.ttl new file mode 100644 index 00000000..a9907fec --- /dev/null +++ b/src/cco-iris/ont00000306.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000306 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hinge"@en ; + "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en ; + "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001370 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000307.ttl b/src/cco-iris/ont00000307.ttl new file mode 100644 index 00000000..9de9df6c --- /dev/null +++ b/src/cco-iris/ont00000307.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000307 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Food"@en ; + "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en ; + "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001084 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000308.ttl b/src/cco-iris/ont00000308.ttl new file mode 100644 index 00000000..703c3da4 --- /dev/null +++ b/src/cco-iris/ont00000308.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000308 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Military Service"@en ; + "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en ; + "http://www.collinsdictionary.com/dictionary/english/military-service" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001226 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000309.ttl b/src/cco-iris/ont00000309.ttl new file mode 100644 index 00000000..e20b1f03 --- /dev/null +++ b/src/cco-iris/ont00000309.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000309 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Healthcare Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of treating and preventing illness."@en ; + "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000310.ttl b/src/cco-iris/ont00000310.ttl new file mode 100644 index 00000000..770c59bf --- /dev/null +++ b/src/cco-iris/ont00000310.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000310 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Grenade"@en ; + "Hand Grenade"@en ; + "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@en ; + "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000552 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000311.ttl b/src/cco-iris/ont00000311.ttl new file mode 100644 index 00000000..dcd616ff --- /dev/null +++ b/src/cco-iris/ont00000311.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000311 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Filtration Artifact Function"@en ; + "A Filter Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en ; + "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001999 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000312.ttl b/src/cco-iris/ont00000312.ttl new file mode 100644 index 00000000..2dfdc6c5 --- /dev/null +++ b/src/cco-iris/ont00000312.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000312 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propulsion Process"@en ; + "A Natural Process in which one or more Forces are generated and applied to a participating Object such that the Object is set in Motion or has the direction or magnitude of its Motion altered."@en ; + "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward" , + "an apple falling to the ground under the power of Earth's gravitational force" , + "burning a portion of fuel to produce exhaust that is ejected through a jet nozzle to propel a rocket and its payload" , + "heat from a fire causing ashes to rise into the sky" , + "launching a water balloon using a sling shot" , + "the wind blowing leaves across a lawn" , + "turning a paddle wheel against a portion of water to propel the paddle boat forward" ; + "In each case, a Propulsion Process minimally involves the Object being propelled, a Reaction Mass (e.g. a portion of water, atmosphere, exhaust, etc.), and the Force(s) acting between these two entities."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000313.ttl b/src/cco-iris/ont00000313.ttl new file mode 100644 index 00000000..177ff5c0 --- /dev/null +++ b/src/cco-iris/ont00000313.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000209 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000313 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."@en ; + rdfs:label "Wavelength"@en ; + "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000752 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000314.ttl b/src/cco-iris/ont00000314.ttl new file mode 100644 index 00000000..625b05ba --- /dev/null +++ b/src/cco-iris/ont00000314.ttl @@ -0,0 +1,61 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000314 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "Typically, an IQE will be a complex pattern made up of multiple qualities joined together spatially."@en ; + rdfs:label "Information Quality Entity"@en ; + "IQE"@en ; + "A Quality that concretizes some Information Content Entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000315.ttl b/src/cco-iris/ont00000315.ttl new file mode 100644 index 00000000..99629eb9 --- /dev/null +++ b/src/cco-iris/ont00000315.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000315 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Switching Node"@en ; + "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000918 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000316.ttl b/src/cco-iris/ont00000316.ttl new file mode 100644 index 00000000..c317e110 --- /dev/null +++ b/src/cco-iris/ont00000316.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000255 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000316 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Helium"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000317.ttl b/src/cco-iris/ont00000317.ttl new file mode 100644 index 00000000..bee5107f --- /dev/null +++ b/src/cco-iris/ont00000317.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000317 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electronic Signal Processing Artifact Function"@en ; + "A Signal Processing Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in electronic signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001218 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000318.ttl b/src/cco-iris/ont00000318.ttl new file mode 100644 index 00000000..442d7a00 --- /dev/null +++ b/src/cco-iris/ont00000318.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000016 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000318 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Disease"@en ; + "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en ; + "http://purl.obolibrary.org/obo/OGMS_0000031" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000319.ttl b/src/cco-iris/ont00000319.ttl new file mode 100644 index 00000000..2110c37f --- /dev/null +++ b/src/cco-iris/ont00000319.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000319 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Artifact Design"@en ; + "A Directive Information Content Entity that is a specification of an object, manifested by an agent, intended to accomplish goals, in a particular environment, using a set of primitive components, satisfying a set of requirements, subject to constraints."@en ; + "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001045 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000320.ttl b/src/cco-iris/ont00000320.ttl new file mode 100644 index 00000000..a21437ef --- /dev/null +++ b/src/cco-iris/ont00000320.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000320 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Reconnaissance"@en ; + "An Act of Intelligence Gathering used to determine an Agent's disposition and intention; the composition and capabilities of Equipment and Facilities, and the surrounding landforms and weather conditions."@en ; + "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001251 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000321.ttl b/src/cco-iris/ont00000321.ttl new file mode 100644 index 00000000..d50bb870 --- /dev/null +++ b/src/cco-iris/ont00000321.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000321 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Residential Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en ; + "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000322.ttl b/src/cco-iris/ont00000322.ttl new file mode 100644 index 00000000..230782b5 --- /dev/null +++ b/src/cco-iris/ont00000322.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000322 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Funding"@en ; + "An Act of Financial Instrument Use in which an Agent provides a sum of money to another Agent for a particular purpose."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000836 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000323.ttl b/src/cco-iris/ont00000323.ttl new file mode 100644 index 00000000..79324e9f --- /dev/null +++ b/src/cco-iris/ont00000323.ttl @@ -0,0 +1,360 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000034 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000002 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000023 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000098 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000113 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000118 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000183 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000206 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000273 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Artifact Function"@en ; + "A Function that inheres in some Artifact in virtue of that Artifact being designed to be used in processes that require that Function to be realized."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000353 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000403 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000422 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000437 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000448 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000451 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000452 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000466 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000480 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000491 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000504 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000601 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000603 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000623 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000629 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000635 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000651 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000665 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000679 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000689 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000727 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000776 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000791 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000809 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000811 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000932 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000937 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001013 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001044 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001070 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001071 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001085 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001100 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001153 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001169 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001174 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001200 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001211 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001218 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001241 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001253 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001306 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001310 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001323 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001350 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001361 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001366 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001371 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001999 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000324.ttl b/src/cco-iris/ont00000324.ttl new file mode 100644 index 00000000..1f9c59cb --- /dev/null +++ b/src/cco-iris/ont00000324.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000324 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Width"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001367 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000325.ttl b/src/cco-iris/ont00000325.ttl new file mode 100644 index 00000000..0f6c3376 --- /dev/null +++ b/src/cco-iris/ont00000325.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000147 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000325 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Transponder"@en ; + "Transmitter-Responder"@en ; + "A Radio Communication Instrument that is an electronic device that acts as both a Radio Transmitter and responder and is used to wirelessly receive and transmit electrical signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000878 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000903 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000326.ttl b/src/cco-iris/ont00000326.ttl new file mode 100644 index 00000000..503d98ba --- /dev/null +++ b/src/cco-iris/ont00000326.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000326 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "UPC Barcode"@en ; + "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000931 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001209 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000327.ttl b/src/cco-iris/ont00000327.ttl new file mode 100644 index 00000000..e97bcb48 --- /dev/null +++ b/src/cco-iris/ont00000327.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000327 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Texture"@en ; + "A Quality that inheres in a bearer in virtue of the size, shape, and distribution of features on its surface, typically on a continuum from smooth to rough."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000328.ttl b/src/cco-iris/ont00000328.ttl new file mode 100644 index 00000000..e9d49cf1 --- /dev/null +++ b/src/cco-iris/ont00000328.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000328 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transportation Infrastructure"@en ; + "An Infrastructure System that is designed to facilitate the movement of material entities from one location to another by providing the necessary structures for Persons to travel or for Vehicles to transport material entities."@en ; + "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000870 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000329.ttl b/src/cco-iris/ont00000329.ttl new file mode 100644 index 00000000..e713ebea --- /dev/null +++ b/src/cco-iris/ont00000329.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000225 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000329 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Month Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000330.ttl b/src/cco-iris/ont00000330.ttl new file mode 100644 index 00000000..addc4386 --- /dev/null +++ b/src/cco-iris/ont00000330.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000330 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thermal Power Plant"@en ; + "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000421 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001076 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000331.ttl b/src/cco-iris/ont00000331.ttl new file mode 100644 index 00000000..a51e0c52 --- /dev/null +++ b/src/cco-iris/ont00000331.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000331 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "House"@en ; + "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en ; + "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000410 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000332.ttl b/src/cco-iris/ont00000332.ttl new file mode 100644 index 00000000..ba6e8551 --- /dev/null +++ b/src/cco-iris/ont00000332.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000332 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Training Camp"@en ; + "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en ; + "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001165 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000333.ttl b/src/cco-iris/ont00000333.ttl new file mode 100644 index 00000000..a00fd4f3 --- /dev/null +++ b/src/cco-iris/ont00000333.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000333 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gas Turbine"@en ; + "Combustion Turbine"@en ; + "An Internal Combustion Engine that has a rotating compressor and a turbine and is designed to operate utilizing continous Combustion to produce Thrust, either directly via exhaust or indirectly via a prop."@en ; + "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000394 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000334.ttl b/src/cco-iris/ont00000334.ttl new file mode 100644 index 00000000..0bd16151 --- /dev/null +++ b/src/cco-iris/ont00000334.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000303 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000334 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Interphone"@en ; + "An Intercommunication System that that is designed to facilitate some Act of Communication between agents by means of audio messages."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000335.ttl b/src/cco-iris/ont00000335.ttl new file mode 100644 index 00000000..afaa7545 --- /dev/null +++ b/src/cco-iris/ont00000335.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000335 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Generically Dependent Continuant"@en ; + "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000819 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000895 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000336.ttl b/src/cco-iris/ont00000336.ttl new file mode 100644 index 00000000..b93e9268 --- /dev/null +++ b/src/cco-iris/ont00000336.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000336 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Apartment Building"@en ; + "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ; + "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000410 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000337.ttl b/src/cco-iris/ont00000337.ttl new file mode 100644 index 00000000..3a5316f6 --- /dev/null +++ b/src/cco-iris/ont00000337.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000337 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rocket-Propelled Grenade"@en ; + "An Unguided Rocket that is designed to contain an explosive warhead, be fired from a Shoulder-Fired Rocket Launcher, and be used against Tanks."@en ; + "RPG" ; + "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001029 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000338.ttl b/src/cco-iris/ont00000338.ttl new file mode 100644 index 00000000..25200736 --- /dev/null +++ b/src/cco-iris/ont00000338.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000338 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fan"@en ; + "A Fluid Control Artifact that consists of a rotating arrangement of vanes or blades that are designed to act on a portion of fluid to create flow within it."@en ; + "https://en.wikipedia.org/wiki/Fan_(machine)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000339.ttl b/src/cco-iris/ont00000339.ttl new file mode 100644 index 00000000..ed055dbd --- /dev/null +++ b/src/cco-iris/ont00000339.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000339 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Agricultural Facility"@en ; + "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en ; + "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001380 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000340.ttl b/src/cco-iris/ont00000340.ttl new file mode 100644 index 00000000..ebf1536b --- /dev/null +++ b/src/cco-iris/ont00000340.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000268 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000340 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mortar"@en ; + "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en ; + "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000341.ttl b/src/cco-iris/ont00000341.ttl new file mode 100644 index 00000000..67de882e --- /dev/null +++ b/src/cco-iris/ont00000341.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000341 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthetic Arm"@en ; + "A Prosthesis that is designed to replace a missing arm."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000715 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000342.ttl b/src/cco-iris/ont00000342.ttl new file mode 100644 index 00000000..8f6c7c47 --- /dev/null +++ b/src/cco-iris/ont00000342.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000342 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Brake"@en ; + "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en ; + "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000343.ttl b/src/cco-iris/ont00000343.ttl new file mode 100644 index 00000000..67046dde --- /dev/null +++ b/src/cco-iris/ont00000343.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000343 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reciprocating Steam Engine"@en ; + "A Steam Engine that is designed to use one or more reciprocating pistons to convert pressure into a rotating motion."@en ; + "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000634 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000344.ttl b/src/cco-iris/ont00000344.ttl new file mode 100644 index 00000000..761ae64a --- /dev/null +++ b/src/cco-iris/ont00000344.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000171 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000344 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Surfactant Artifact Function"@en ; + "An Emulsifier Artifact Function that is realized in a process that lowers the surface tension between two liquids or between a liquid and a solid."@en ; + "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001281 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001299 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000345.ttl b/src/cco-iris/ont00000345.ttl new file mode 100644 index 00000000..4e40a97e --- /dev/null +++ b/src/cco-iris/ont00000345.ttl @@ -0,0 +1,72 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000078 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000345 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Measuring"@en ; + "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ; + "putting an object on a scale to measure its weight in kilograms" , + "rating Hollywood movies on a 1 to 5 star scale" , + "using a tape measure to determine the height and width of a doorway in inches" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000636 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001330 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000346.ttl b/src/cco-iris/ont00000346.ttl new file mode 100644 index 00000000..75ea2520 --- /dev/null +++ b/src/cco-iris/ont00000346.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000346 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Instrument"@en ; + "A Material Artifact that is designed to facilitate communication between at least two entities."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000690 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000825 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000903 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000918 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000347.ttl b/src/cco-iris/ont00000347.ttl new file mode 100644 index 00000000..5d3eb1c2 --- /dev/null +++ b/src/cco-iris/ont00000347.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000347 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electronic Bond"@en ; + "A Bond that consists of Bytes."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001159 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000348.ttl b/src/cco-iris/ont00000348.ttl new file mode 100644 index 00000000..fd104b60 --- /dev/null +++ b/src/cco-iris/ont00000348.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000348 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Filter"@en ; + "A Material Artifact that bears a Filter Function."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001999 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000349.ttl b/src/cco-iris/ont00000349.ttl new file mode 100644 index 00000000..d993d075 --- /dev/null +++ b/src/cco-iris/ont00000349.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000349 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Police Station"@en ; + "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ; + "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000479 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000350.ttl b/src/cco-iris/ont00000350.ttl new file mode 100644 index 00000000..11571c6a --- /dev/null +++ b/src/cco-iris/ont00000350.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000350 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cooling System"@en ; + "An Environment Control System that is designed to cool the air or objects in a Site."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000453 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000524 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001018 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000351.ttl b/src/cco-iris/ont00000351.ttl new file mode 100644 index 00000000..3642ba8d --- /dev/null +++ b/src/cco-iris/ont00000351.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000133 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000351 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Commanding"@en ; + "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000352.ttl b/src/cco-iris/ont00000352.ttl new file mode 100644 index 00000000..fa65d2ff --- /dev/null +++ b/src/cco-iris/ont00000352.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000352 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Satellite Artifact"@en ; + "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001139 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000353.ttl b/src/cco-iris/ont00000353.ttl new file mode 100644 index 00000000..243e95dd --- /dev/null +++ b/src/cco-iris/ont00000353.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000353 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Research Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to perform research on a specified entity or class of entities."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000354.ttl b/src/cco-iris/ont00000354.ttl new file mode 100644 index 00000000..66eb6818 --- /dev/null +++ b/src/cco-iris/ont00000354.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000354 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Testifying"@en ; + "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en ; + "http://www.merriam-webster.com/dictionary/testify" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000355.ttl b/src/cco-iris/ont00000355.ttl new file mode 100644 index 00000000..dce6ae24 --- /dev/null +++ b/src/cco-iris/ont00000355.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000355 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Refracting Optical Telescope"@en ; + "Refracting Telescope"@en , + "Refractor"@en ; + "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via refraction through the use of one or more Lenses to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001009 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000356.ttl b/src/cco-iris/ont00000356.ttl new file mode 100644 index 00000000..2d69becc --- /dev/null +++ b/src/cco-iris/ont00000356.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000356 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Publishing Mass Media Article"@en ; + "An Act of Mass Media Communication involving the preparation and public issuance of a non-fictional essay, especially one included with others in a newspaper, magazine, journal, etc."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000588 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000357.ttl b/src/cco-iris/ont00000357.ttl new file mode 100644 index 00000000..0fe78aad --- /dev/null +++ b/src/cco-iris/ont00000357.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000357 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Motion"@en ; + "A Planned Act by which an Agent causes the position or location of some Object to change."@en ; + "http://www.merriam-webster.com/dictionary/motion" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000584 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000358.ttl b/src/cco-iris/ont00000358.ttl new file mode 100644 index 00000000..f8e47542 --- /dev/null +++ b/src/cco-iris/ont00000358.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000125 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000358 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Region Bounding Box"@en ; + "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000373 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001130 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000359.ttl b/src/cco-iris/ont00000359.ttl new file mode 100644 index 00000000..14b32fbb --- /dev/null +++ b/src/cco-iris/ont00000359.ttl @@ -0,0 +1,77 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000132 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000223 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000359 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Julian Date"@en ; + "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ; + "JD" ; + "https://www.defit.org/julian-date/" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000498 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000833 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000360.ttl b/src/cco-iris/ont00000360.ttl new file mode 100644 index 00000000..3fee0f42 --- /dev/null +++ b/src/cco-iris/ont00000360.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000360 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wounded Stasis"@en ; + "Wounded"@en ; + "A Damaged Stasis in which a Person or other organism is the bearer of a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to an injuring event."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001289 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000361.ttl b/src/cco-iris/ont00000361.ttl new file mode 100644 index 00000000..7a937087 --- /dev/null +++ b/src/cco-iris/ont00000361.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000361 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Function"@en ; + "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001356 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000362.ttl b/src/cco-iris/ont00000362.ttl new file mode 100644 index 00000000..a85bbb1e --- /dev/null +++ b/src/cco-iris/ont00000362.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000362 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Most rocket engines are also Internal Combustion Engines, however non-combusting forms also exist. For example, an untied balloon full of air that is released and allowed to zoom around the room may be both a Rocket Engine and a Physically Powered Engine."@en ; + rdfs:label "Rocket Engine"@en ; + "Thruster"@en ; + "A Jet Engine that is designed to use only stored Rocket Propellant to form a high speed propulsive jet in order to generate Thrust."@en ; + "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000533 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000363.ttl b/src/cco-iris/ont00000363.ttl new file mode 100644 index 00000000..304e1ff4 --- /dev/null +++ b/src/cco-iris/ont00000363.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000363 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wireless Telecommunication Network"@en ; + "Wireless Network"@en ; + "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en ; + "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000998 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001095 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000364.ttl b/src/cco-iris/ont00000364.ttl new file mode 100644 index 00000000..9fab3c5c --- /dev/null +++ b/src/cco-iris/ont00000364.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000364 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pneumatic Motor"@en ; + "Air Motor"@en , + "Compressed Air Engine"@en ; + "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001221 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000365.ttl b/src/cco-iris/ont00000365.ttl new file mode 100644 index 00000000..04a4f953 --- /dev/null +++ b/src/cco-iris/ont00000365.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000161 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000365 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "x-Axis"@en ; + "A Coordinate System Axis designated by the variable 'x'."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000366.ttl b/src/cco-iris/ont00000366.ttl new file mode 100644 index 00000000..3b843948 --- /dev/null +++ b/src/cco-iris/ont00000366.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000366 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Information Processing"@en ; + "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001158 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000367.ttl b/src/cco-iris/ont00000367.ttl new file mode 100644 index 00000000..093517e7 --- /dev/null +++ b/src/cco-iris/ont00000367.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000367 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Military Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Military Organization by imparting knowledge of the tactics, techniques, and/or strategies of Military Operations to an Agent either directly or indirectly through some communication medium."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001075 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000368.ttl b/src/cco-iris/ont00000368.ttl new file mode 100644 index 00000000..09018bc1 --- /dev/null +++ b/src/cco-iris/ont00000368.ttl @@ -0,0 +1,85 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000148 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000296 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000368 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Rotational Motion"@en ; + "Rotation"@en ; + "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@en ; + "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001109 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001133 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001184 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001285 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000369.ttl b/src/cco-iris/ont00000369.ttl new file mode 100644 index 00000000..cfd31432 --- /dev/null +++ b/src/cco-iris/ont00000369.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000369 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Priority Measurement Information Content Entity"@en ; + "Criticality Measurement"@en , + "Importance Measurement"@en , + "Priority Measurement"@en ; + "An Ordinal Measurement Information Content Entity that is a measurement of the relative importance of an entity."@en ; + "low, normal, high, urgent, or immediate priority" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000370.ttl b/src/cco-iris/ont00000370.ttl new file mode 100644 index 00000000..b32d9506 --- /dev/null +++ b/src/cco-iris/ont00000370.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000123 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000370 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Condoling"@en ; + "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en ; + "http://www.thefreedictionary.com/condoling" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000371.ttl b/src/cco-iris/ont00000371.ttl new file mode 100644 index 00000000..3926cd49 --- /dev/null +++ b/src/cco-iris/ont00000371.ttl @@ -0,0 +1,52 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000371 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "An Act of Prediction may involve the use of some or no relevant information. An Act of Prediction that utilizes relevant information may also be (or at least involve) an Act of Estimation. Hence, these two classes are not disjoint. Furthermore, neither class subsumes the other since estimates can be made about existing entities and not all predictions produce measurements (e.g. predicting that it will rain tomorrow)."@en ; + rdfs:label "Act of Prediction"@en ; + "A Planned Act that involves the generation of a Predictive Information Content entity that is intended to describe an uncertain possible future event, value, entity, or attribute of an entity."@en ; + "a chess master predicting the next 8 moves his opponent will make" , + "predicting that a particular stock will double in value over the next fiscal quarter" , + "using sample exit polls data to predict the winners of an election" ; + "Predictions can only be made about things that are not yet the case (i.e. future things) and are further restricted to being about things that do not have a probability of either 1 (necessary) or 0 (impossible). For example, assuming that no organism is immortal, one cannot predict of a given organism that it will eventually die; however, one may predict uncertain things about the organism's eventual death, such as its precise cause or time."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000372.ttl b/src/cco-iris/ont00000372.ttl new file mode 100644 index 00000000..463b1671 --- /dev/null +++ b/src/cco-iris/ont00000372.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000372 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Transformer Rectifier Unit"@en ; + "TRU"@en ; + "A Material Artifact that is designed to perform the functions of both a Rectifier and a Transformer."@en ; + "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000373.ttl b/src/cco-iris/ont00000373.ttl new file mode 100644 index 00000000..5b0d3e9f --- /dev/null +++ b/src/cco-iris/ont00000373.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000147 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000125 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000358 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000373 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Position"@en ; + "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000374.ttl b/src/cco-iris/ont00000374.ttl new file mode 100644 index 00000000..29351ed9 --- /dev/null +++ b/src/cco-iris/ont00000374.ttl @@ -0,0 +1,73 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000061 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000374 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Volumetric Flow Rate"@en ; + "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time."@en ; + "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001530 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001579 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001644 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001681 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001686 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000375.ttl b/src/cco-iris/ont00000375.ttl new file mode 100644 index 00000000..2ebf657f --- /dev/null +++ b/src/cco-iris/ont00000375.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000375 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Warehouse"@en ; + "A Storage Facility that is designed to store commercial goods."@en ; + "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000376.ttl b/src/cco-iris/ont00000376.ttl new file mode 100644 index 00000000..9bfafc9e --- /dev/null +++ b/src/cco-iris/ont00000376.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000376 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Gallium Arsenide"@en ; + "Portion of GaAs"@en ; + "A Portion of Material that is composed of a compound of the elements gallium and arsenic."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000457 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000377.ttl b/src/cco-iris/ont00000377.ttl new file mode 100644 index 00000000..685b79a6 --- /dev/null +++ b/src/cco-iris/ont00000377.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000377 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Disability"@en ; + "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000378.ttl b/src/cco-iris/ont00000378.ttl new file mode 100644 index 00000000..fe494fd1 --- /dev/null +++ b/src/cco-iris/ont00000378.ttl @@ -0,0 +1,139 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000082 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000196 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Color"@en ; + "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000439 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000450 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000528 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000784 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000797 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000818 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000872 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000913 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000975 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001079 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001113 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001142 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001189 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001225 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001277 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001333 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001349 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001354 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001377 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000379.ttl b/src/cco-iris/ont00000379.ttl new file mode 100644 index 00000000..743ca104 --- /dev/null +++ b/src/cco-iris/ont00000379.ttl @@ -0,0 +1,70 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000151 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000354 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000379 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Examples: affirming, alleging, announcing, answering, attributing, claiming, classifying, concurring, confirming, conjecturing, denying, disagreeing, disclosing, disputing, identifying, informing, insisting, predicting, ranking, reporting, stating, stipulating"@en ; + rdfs:label "Act of Representative Communication"@en ; + "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000863 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001021 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001261 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000380.ttl b/src/cco-iris/ont00000380.ttl new file mode 100644 index 00000000..1069e41f --- /dev/null +++ b/src/cco-iris/ont00000380.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000305 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000380 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pressure"@en ; + "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000570 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000381.ttl b/src/cco-iris/ont00000381.ttl new file mode 100644 index 00000000..2bac383c --- /dev/null +++ b/src/cco-iris/ont00000381.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000381 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Weapon Manufacturing Facility"@en ; + "A Factory that is designed to produce or assemble weapons."@en ; + "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000782 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000382.ttl b/src/cco-iris/ont00000382.ttl new file mode 100644 index 00000000..178a6890 --- /dev/null +++ b/src/cco-iris/ont00000382.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000382 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spreadsheet"@en ; + "An Information Bearing Artifact that is designed to bear some Information Content Entity in an interactive, tabular form."@en ; + "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000383.ttl b/src/cco-iris/ont00000383.ttl new file mode 100644 index 00000000..3383a211 --- /dev/null +++ b/src/cco-iris/ont00000383.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000383 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Family"@en ; + "A Family composed of parents and their children."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000837 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000384.ttl b/src/cco-iris/ont00000384.ttl new file mode 100644 index 00000000..3258b790 --- /dev/null +++ b/src/cco-iris/ont00000384.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000384 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rectilinear Motion"@en ; + "Linear Motion"@en ; + "A Translational Motion process in which an Object moves along a straight path."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000789 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000385.ttl b/src/cco-iris/ont00000385.ttl new file mode 100644 index 00000000..49b2e868 --- /dev/null +++ b/src/cco-iris/ont00000385.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000385 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wide"@en ; + "Broad"@en , + "Fat"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly larger in proportion to its length or height."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000386.ttl b/src/cco-iris/ont00000386.ttl new file mode 100644 index 00000000..697d5d39 --- /dev/null +++ b/src/cco-iris/ont00000386.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000386 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."@en ; + rdfs:label "Webcast"@en ; + "Act of Webcasting"@en ; + "An Act of Communciation by Media transmitted to an audience over the Internet using streaming media technology to distribute a single content source that may be distributed live or on demand."@en ; + "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000387.ttl b/src/cco-iris/ont00000387.ttl new file mode 100644 index 00000000..8a984b0a --- /dev/null +++ b/src/cco-iris/ont00000387.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000387 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Axis of Rotation"@en ; + "Rotational Axis"@en ; + "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000393 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001035 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001106 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000388.ttl b/src/cco-iris/ont00000388.ttl new file mode 100644 index 00000000..df6f87ee --- /dev/null +++ b/src/cco-iris/ont00000388.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000388 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Citizen"@en ; + "A Person who is the bearer of some Citizen Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000987 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000389.ttl b/src/cco-iris/ont00000389.ttl new file mode 100644 index 00000000..79f01f98 --- /dev/null +++ b/src/cco-iris/ont00000389.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000389 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Buying"@en ; + "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Buyer) to acquire ownership of a good from another Agent (the Seller)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001334 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000390.ttl b/src/cco-iris/ont00000390.ttl new file mode 100644 index 00000000..7db9e9c7 --- /dev/null +++ b/src/cco-iris/ont00000390.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000006 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000390 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Spatial Region Identifier"@en ; + "A Designative Information Content Entity that designates some Spatial Region."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000829 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000391.ttl b/src/cco-iris/ont00000391.ttl new file mode 100644 index 00000000..dfecd660 --- /dev/null +++ b/src/cco-iris/ont00000391.ttl @@ -0,0 +1,57 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000391 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 1–0.1 mm"@en ; + rdfs:label "Tremendously High Frequency"@en ; + "ITU Band Number 12"@en , + "Submillimeter Band Frequency"@en , + "Terahertz Radiation Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en ; + "THF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000754 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000392.ttl b/src/cco-iris/ont00000392.ttl new file mode 100644 index 00000000..66f062bb --- /dev/null +++ b/src/cco-iris/ont00000392.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000279 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000392 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Allegiance Role"@en ; + "A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000486 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000587 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000393.ttl b/src/cco-iris/ont00000393.ttl new file mode 100644 index 00000000..c25d5c28 --- /dev/null +++ b/src/cco-iris/ont00000393.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000387 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000393 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Yaw Axis"@en ; + "Vertical Axis"@en ; + "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000394.ttl b/src/cco-iris/ont00000394.ttl new file mode 100644 index 00000000..83077dbb --- /dev/null +++ b/src/cco-iris/ont00000394.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000333 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000394 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Internal Combustion Engine"@en ; + "A Combustion Engine that is designed to have an internal Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy that is then converted into mechanical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000746 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000807 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001024 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000395.ttl b/src/cco-iris/ont00000395.ttl new file mode 100644 index 00000000..79ff3ae9 --- /dev/null +++ b/src/cco-iris/ont00000395.ttl @@ -0,0 +1,85 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000395 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Specifically Dependent Continuant"@en ; + "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ; + "A Person becomes pregnant (gain of quality), A person becomes forgetful (gain of disposition), A vehicle becomes amphibious (gain of function), A Person becomes a Database Administrator (gain of role)." ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000554 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000642 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001068 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000396.ttl b/src/cco-iris/ont00000396.ttl new file mode 100644 index 00000000..fb08eca0 --- /dev/null +++ b/src/cco-iris/ont00000396.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000396 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 100,000–10,000 km"@en ; + rdfs:label "Extremely Low Frequency"@en ; + "ITU Band Number 1"@en ; + "A Radio Frequency that is between 3 and 30 Hz."@en ; + "ELF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000397.ttl b/src/cco-iris/ont00000397.ttl new file mode 100644 index 00000000..cb95f00a --- /dev/null +++ b/src/cco-iris/ont00000397.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000397 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Combustion Chamber"@en ; + "Burner"@en , + "Combustor"@en , + "Flame Holder"@en ; + "A Material Artifact that is designed to wholly or partially bound an internal Site where a Combustion process is intended to occur."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000398.ttl b/src/cco-iris/ont00000398.ttl new file mode 100644 index 00000000..4a1ac35f --- /dev/null +++ b/src/cco-iris/ont00000398.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001912 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001997 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000275 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000398 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reference System"@en ; + "A Descriptive Information Content Entity that describes a set of standards for organizing and understanding data of the specified type or domain."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001205 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000399.ttl b/src/cco-iris/ont00000399.ttl new file mode 100644 index 00000000..47d33074 --- /dev/null +++ b/src/cco-iris/ont00000399.ttl @@ -0,0 +1,93 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000203 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000073 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000399 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Temporal Region Identifier"@en ; + "A Designative Information Content Entity that designates some Temporal Region."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000540 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000400.ttl b/src/cco-iris/ont00000400.ttl new file mode 100644 index 00000000..b35820c8 --- /dev/null +++ b/src/cco-iris/ont00000400.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000400 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Park"@en ; + "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en ; + "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001197 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000401.ttl b/src/cco-iris/ont00000401.ttl new file mode 100644 index 00000000..1a6ee51d --- /dev/null +++ b/src/cco-iris/ont00000401.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000008 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000401 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fundamental Frequency"@en ; + "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000402.ttl b/src/cco-iris/ont00000402.ttl new file mode 100644 index 00000000..1f015aa1 --- /dev/null +++ b/src/cco-iris/ont00000402.ttl @@ -0,0 +1,89 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000123 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000133 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000379 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Communication"@en ; + "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ; + "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000588 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000875 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000971 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001162 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001374 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000403.ttl b/src/cco-iris/ont00000403.ttl new file mode 100644 index 00000000..271afadc --- /dev/null +++ b/src/cco-iris/ont00000403.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000403 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Diffraction Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact participating in a diffraction event in which the Artifact forces a wave to bend around the corners of an obstacle or aperture into the region of geometrical shadow of the obstacle."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000404.ttl b/src/cco-iris/ont00000404.ttl new file mode 100644 index 00000000..c9d7abfe --- /dev/null +++ b/src/cco-iris/ont00000404.ttl @@ -0,0 +1,72 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000044 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000084 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000404 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Iris"@en ; + "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."@en ; + "http://www.thefreedictionary.com/iris" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000500 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000405.ttl b/src/cco-iris/ont00000405.ttl new file mode 100644 index 00000000..b3c77b06 --- /dev/null +++ b/src/cco-iris/ont00000405.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000126 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000134 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000405 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Second-Order Administrative Region"@en ; + "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ; + "http://www.geonames.org/export/codes.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000406.ttl b/src/cco-iris/ont00000406.ttl new file mode 100644 index 00000000..9b752488 --- /dev/null +++ b/src/cco-iris/ont00000406.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000406 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Geocoordinate"@en ; + "A Measurement Unit specifying the geospatial coordinates of a location."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000735 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000407.ttl b/src/cco-iris/ont00000407.ttl new file mode 100644 index 00000000..208527b5 --- /dev/null +++ b/src/cco-iris/ont00000407.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000098 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000407 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Resistance Artifact Function"@en ; + "An Electrical Artifact Function that is realized in processes in which an Artifact opposes the flow of an electric current."@en ; + "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000408.ttl b/src/cco-iris/ont00000408.ttl new file mode 100644 index 00000000..7e6f3314 --- /dev/null +++ b/src/cco-iris/ont00000408.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000408 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Government Organization"@en ; + "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001335 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000409.ttl b/src/cco-iris/ont00000409.ttl new file mode 100644 index 00000000..aec1b595 --- /dev/null +++ b/src/cco-iris/ont00000409.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000409 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spark Ignition System"@en ; + "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000742 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000410.ttl b/src/cco-iris/ont00000410.ttl new file mode 100644 index 00000000..c9e7a751 --- /dev/null +++ b/src/cco-iris/ont00000410.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000041 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000180 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000331 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000336 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000410 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Residential Facility"@en ; + "A Facility that is designed to house one or more Persons."@en ; + "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000411.ttl b/src/cco-iris/ont00000411.ttl new file mode 100644 index 00000000..d8ec7a76 --- /dev/null +++ b/src/cco-iris/ont00000411.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000411 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Speed Measurement Artifact Function"@en ; + "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Speed of a specified object's or class of objects' Motion."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001100 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000412.ttl b/src/cco-iris/ont00000412.ttl new file mode 100644 index 00000000..29371878 --- /dev/null +++ b/src/cco-iris/ont00000412.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000412 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Oxidizer Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which electrons are removed from a reactant in a redox reaction."@en ; + "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000791 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000413.ttl b/src/cco-iris/ont00000413.ttl new file mode 100644 index 00000000..91753ad7 --- /dev/null +++ b/src/cco-iris/ont00000413.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000304 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000413 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electron Microscope"@en ; + "A Microscope that is designed to use a beam of accelerated electrons to illuminate the target and produce a significantly enlarged image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000414.ttl b/src/cco-iris/ont00000414.ttl new file mode 100644 index 00000000..75cf402b --- /dev/null +++ b/src/cco-iris/ont00000414.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000414 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Square Waveform"@en ; + "A Waveform that is characterized by a square shape due to the near-instantaneous transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001286 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000415.ttl b/src/cco-iris/ont00000415.ttl new file mode 100644 index 00000000..6f1a38ac --- /dev/null +++ b/src/cco-iris/ont00000415.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000415 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Anti-Microbial Artifact Function"@en ; + "A Pesticide Artifact Function that is realized in a process which causes illness in, or the death of, a microorganism."@en ; + "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000671 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000762 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000828 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000416.ttl b/src/cco-iris/ont00000416.ttl new file mode 100644 index 00000000..3bcb510c --- /dev/null +++ b/src/cco-iris/ont00000416.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000416 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Publishing Mass Media Press Release"@en ; + "An Act of Mass Media Communication involving the preparation and public issuance of an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000588 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000417.ttl b/src/cco-iris/ont00000417.ttl new file mode 100644 index 00000000..28cbf242 --- /dev/null +++ b/src/cco-iris/ont00000417.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000417 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthetic Hand"@en ; + "A Prosthesis that is designed to replace a missing hand."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000715 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000418.ttl b/src/cco-iris/ont00000418.ttl new file mode 100644 index 00000000..0e9c6073 --- /dev/null +++ b/src/cco-iris/ont00000418.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000005 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000418 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Biographical Life"@en ; + "An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000419.ttl b/src/cco-iris/ont00000419.ttl new file mode 100644 index 00000000..c7bd2264 --- /dev/null +++ b/src/cco-iris/ont00000419.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000077 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000419 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Part Number"@en ; + "A Code Identifier that designates a type of part whose instances are designed to be part of some Artifact."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000420.ttl b/src/cco-iris/ont00000420.ttl new file mode 100644 index 00000000..5620de4a --- /dev/null +++ b/src/cco-iris/ont00000420.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000117 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000420 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Computer"@en ; + "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en ; + "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000421.ttl b/src/cco-iris/ont00000421.ttl new file mode 100644 index 00000000..ad12c37d --- /dev/null +++ b/src/cco-iris/ont00000421.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000330 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000421 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Power Plant"@en ; + "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000422.ttl b/src/cco-iris/ont00000422.ttl new file mode 100644 index 00000000..157c1af8 --- /dev/null +++ b/src/cco-iris/ont00000422.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000022 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000422 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Reception Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to receive information that has been transmitted for the purpose of communiction."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000886 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000423.ttl b/src/cco-iris/ont00000423.ttl new file mode 100644 index 00000000..8a4cadfc --- /dev/null +++ b/src/cco-iris/ont00000423.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000423 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motor Vehicle Manufacturing Facility"@en ; + "A Factory that is designed to manufacture automobiles."@en ; + "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000782 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000424.ttl b/src/cco-iris/ont00000424.ttl new file mode 100644 index 00000000..e876187f --- /dev/null +++ b/src/cco-iris/ont00000424.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000424 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sharp"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000425.ttl b/src/cco-iris/ont00000425.ttl new file mode 100644 index 00000000..817357f0 --- /dev/null +++ b/src/cco-iris/ont00000425.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000425 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A Gregorian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.2425 Gregorian Days. The Gregorian Year is based upon the vernal equinox year. Unless otherwise stated, instances of Calendar Year are assumed to be instances of Gregorian Year since the Gregorian Calendar is the most widely used civil Calendar System."@en ; + rdfs:label "Gregorian Year"@en ; + "A Calendar Year in the Gregorian Calendar."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000674 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000426.ttl b/src/cco-iris/ont00000426.ttl new file mode 100644 index 00000000..0c6d0ee7 --- /dev/null +++ b/src/cco-iris/ont00000426.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000274 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000426 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Personnel Force"@en ; + "An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens."@en ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001276 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000427.ttl b/src/cco-iris/ont00000427.ttl new file mode 100644 index 00000000..07290cda --- /dev/null +++ b/src/cco-iris/ont00000427.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000053 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000427 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Armored Fighting Vehicle"@en ; + "A Ground Motor Vehicle that is designed to be armored and used to transport and support military personal in combat missions."@en ; + "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000467 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001319 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001342 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000428.ttl b/src/cco-iris/ont00000428.ttl new file mode 100644 index 00000000..c619cb3b --- /dev/null +++ b/src/cco-iris/ont00000428.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000428 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Railway Junction"@en ; + "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en ; + "https://en.wikipedia.org/wiki/Junction_(rail)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000429.ttl b/src/cco-iris/ont00000429.ttl new file mode 100644 index 00000000..00fbea80 --- /dev/null +++ b/src/cco-iris/ont00000429.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000429 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Codabar Barcode"@en ; + "A One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000430.ttl b/src/cco-iris/ont00000430.ttl new file mode 100644 index 00000000..0c0d8180 --- /dev/null +++ b/src/cco-iris/ont00000430.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000430 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stable Orientation"@en ; + "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000850 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000431.ttl b/src/cco-iris/ont00000431.ttl new file mode 100644 index 00000000..80839c8f --- /dev/null +++ b/src/cco-iris/ont00000431.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000054 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000431 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "External Combustion Engine"@en ; + "A Combustion Engine that is designed to have an external Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy to heat the working fluid, which transfers energy to the Engine where it is converted into mechanical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000634 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000746 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000432.ttl b/src/cco-iris/ont00000432.ttl new file mode 100644 index 00000000..987e2b09 --- /dev/null +++ b/src/cco-iris/ont00000432.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000432 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Missile Launch Site"@en ; + "A Military Facility that is designed for storing and launching missiles."@en ; + "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001052 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000433.ttl b/src/cco-iris/ont00000433.ttl new file mode 100644 index 00000000..12a7548d --- /dev/null +++ b/src/cco-iris/ont00000433.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000144 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000168 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000433 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Association"@en ; + "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ; + "http://en.wiktionary.org/wiki/associate" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000615 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000744 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000879 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001226 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001327 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000434.ttl b/src/cco-iris/ont00000434.ttl new file mode 100644 index 00000000..013109d8 --- /dev/null +++ b/src/cco-iris/ont00000434.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000434 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Simple Optical Lens"@en ; + "An Optical Lens consisting of a single piece of transparent material."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001207 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000435.ttl b/src/cco-iris/ont00000435.ttl new file mode 100644 index 00000000..8daa5abe --- /dev/null +++ b/src/cco-iris/ont00000435.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000435 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A Gregorian Day is twenty-four Hours in duration."@en ; + rdfs:label "Gregorian Day"@en ; + "A Calendar Day in the Gregorian Calendar."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000921 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000436.ttl b/src/cco-iris/ont00000436.ttl new file mode 100644 index 00000000..774e9c0c --- /dev/null +++ b/src/cco-iris/ont00000436.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000304 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000436 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "X-ray Microscope"@en ; + "A Microscope that is designed to use Electromagnetic Radiation in the soft X-ray band to produce a significantly enlarged image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000437.ttl b/src/cco-iris/ont00000437.ttl new file mode 100644 index 00000000..c93d409f --- /dev/null +++ b/src/cco-iris/ont00000437.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000437 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Enhancing Artifact Function"@en ; + "An Artifact Function that is realized in processes of intensifying, increainsg, or further improving the quality, value, or extent of some entity."@en ; + "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001372 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000438.ttl b/src/cco-iris/ont00000438.ttl new file mode 100644 index 00000000..9a6af108 --- /dev/null +++ b/src/cco-iris/ont00000438.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000438 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Official Documentation"@en ; + "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001374 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000439.ttl b/src/cco-iris/ont00000439.ttl new file mode 100644 index 00000000..ed3d5ac1 --- /dev/null +++ b/src/cco-iris/ont00000439.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000439 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Black"@en ; + "A Color that lacks any hues as parts."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000440.ttl b/src/cco-iris/ont00000440.ttl new file mode 100644 index 00000000..2c8041b0 --- /dev/null +++ b/src/cco-iris/ont00000440.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000440 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Watercraft"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en ; + "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000713 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000441.ttl b/src/cco-iris/ont00000441.ttl new file mode 100644 index 00000000..579488a4 --- /dev/null +++ b/src/cco-iris/ont00000441.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000441 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Temperature"@en ; + "A Quality that inheres in a bearer in virtue of its thermal energy."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000442.ttl b/src/cco-iris/ont00000442.ttl new file mode 100644 index 00000000..7feb4e3c --- /dev/null +++ b/src/cco-iris/ont00000442.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000442 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radioactive"@en ; + "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000443.ttl b/src/cco-iris/ont00000443.ttl new file mode 100644 index 00000000..3f5e0f07 --- /dev/null +++ b/src/cco-iris/ont00000443.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000443 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Commercial Organization"@en ; + "An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000485 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000444.ttl b/src/cco-iris/ont00000444.ttl new file mode 100644 index 00000000..4b27a4cc --- /dev/null +++ b/src/cco-iris/ont00000444.ttl @@ -0,0 +1,73 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000444 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Energy"@en ; + "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en ; + "ft-lbs, calorie, horsepower, kilowatt" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001391 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001560 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001563 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001653 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001689 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000445.ttl b/src/cco-iris/ont00000445.ttl new file mode 100644 index 00000000..1f52a2c0 --- /dev/null +++ b/src/cco-iris/ont00000445.ttl @@ -0,0 +1,94 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000081 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000145 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000212 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000277 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Weapon"@en ; + "A Material Artifact that is designed to destroy or inflict damage to structures or systems, or to kill or wound living things by creating specific lethal or nonlethal effects."@en ; + "Nonlethal effects include all outcomes short of death or destruction. This is captured by the fact that Damaged Stasis and Wounded Stasis are defined in terms of impairment of the Independent Continuant that participates in them."@en ; + "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000552 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000656 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001008 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001051 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001150 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000446.ttl b/src/cco-iris/ont00000446.ttl new file mode 100644 index 00000000..308266c4 --- /dev/null +++ b/src/cco-iris/ont00000446.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000446 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Circumference"@en ; + "A Perimeter that inheres in a circle or ellipse."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001293 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000447.ttl b/src/cco-iris/ont00000447.ttl new file mode 100644 index 00000000..5564a3cc --- /dev/null +++ b/src/cco-iris/ont00000447.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000447 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Triangular"@en ; + "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000448.ttl b/src/cco-iris/ont00000448.ttl new file mode 100644 index 00000000..04f3bd4a --- /dev/null +++ b/src/cco-iris/ont00000448.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000034 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000448 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motion Artifact Function"@en ; + "An Artifact Function that is realized in a process in which an entity changes its position with respect to time."@en ; + "https://en.wikipedia.org/wiki/Motion_(physics)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001252 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001353 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000449.ttl b/src/cco-iris/ont00000449.ttl new file mode 100644 index 00000000..25fd30e4 --- /dev/null +++ b/src/cco-iris/ont00000449.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000449 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."@en ; + rdfs:label "Act of Remuneration"@en ; + "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Employer) to compensate another Agent (the Employee) for the services they perform for the Employer."@en ; + "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001334 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000450.ttl b/src/cco-iris/ont00000450.ttl new file mode 100644 index 00000000..1df729be --- /dev/null +++ b/src/cco-iris/ont00000450.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000450 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Silver Color"@en ; + "A Color that resembles Grey with the added feature of having a metallic shine."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000451.ttl b/src/cco-iris/ont00000451.ttl new file mode 100644 index 00000000..a6f28c78 --- /dev/null +++ b/src/cco-iris/ont00000451.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000451 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Collimation Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact participating in a collimation event in which the Artifact narrows a beam of particles or waves by either causing the spatial cross-section of the beam to become smaller or by causing the directions of motion of the beam's constituents to be aligned in a specifc direction of Motion."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000452.ttl b/src/cco-iris/ont00000452.ttl new file mode 100644 index 00000000..95e42f6b --- /dev/null +++ b/src/cco-iris/ont00000452.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000452 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Timekeeping Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to keep track of and report the current time."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000453.ttl b/src/cco-iris/ont00000453.ttl new file mode 100644 index 00000000..fac6a8d3 --- /dev/null +++ b/src/cco-iris/ont00000453.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000350 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000453 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Controlling air quality typically involves temperature control, oxygen replenishment, and removal of moisture, odor, smoke, heat, dust, airborne bacteria, carbon dioxide, and other undesired gases or particulates."@en ; + rdfs:label "Environment Control System"@en ; + "A Material Artifact that is designed to control the temperature, air quality, or other feature of a Site that is relevant to the comfort or operation of entities located within that Site."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000849 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001249 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000454.ttl b/src/cco-iris/ont00000454.ttl new file mode 100644 index 00000000..af331c93 --- /dev/null +++ b/src/cco-iris/ont00000454.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000454 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Compression Ignition System"@en ; + "An Ignition System that is designed to generate heat by compressing a portion of fuel and oxidizer mixture in order to initiate an Ignition process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000742 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000455.ttl b/src/cco-iris/ont00000455.ttl new file mode 100644 index 00000000..0e2bfbbd --- /dev/null +++ b/src/cco-iris/ont00000455.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000455 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Ceremony"@en ; + "A Social Act of ritual significance, performed on a special occasion."@en ; + "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000725 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000948 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001215 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001327 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000456.ttl b/src/cco-iris/ont00000456.ttl new file mode 100644 index 00000000..2b8d92b7 --- /dev/null +++ b/src/cco-iris/ont00000456.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000456 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Railway"@en ; + "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en ; + "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000457.ttl b/src/cco-iris/ont00000457.ttl new file mode 100644 index 00000000..19b55493 --- /dev/null +++ b/src/cco-iris/ont00000457.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000091 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000255 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000376 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000457 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Material"@en ; + "A Portion of Processed Material that was produced to be used as the input for another Act of Artifact Processing."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000593 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000813 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000838 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000897 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001084 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000458.ttl b/src/cco-iris/ont00000458.ttl new file mode 100644 index 00000000..0f6ec8a0 --- /dev/null +++ b/src/cco-iris/ont00000458.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000458 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Coupling"@en ; + "A Material Artifact that is designed to connect two Shafts together at their ends for the purpose of transmitting power."@en ; + "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000459.ttl b/src/cco-iris/ont00000459.ttl new file mode 100644 index 00000000..e0d6523e --- /dev/null +++ b/src/cco-iris/ont00000459.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000459 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fluorescence"@en ; + "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light while absorbing shorter wavelength radiation, but not after."@en ; + "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001126 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000460.ttl b/src/cco-iris/ont00000460.ttl new file mode 100644 index 00000000..4958747b --- /dev/null +++ b/src/cco-iris/ont00000460.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000071 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000460 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Local Administrative Region"@en ; + "Locality"@en ; + "A Government Domain that delimits a local Government."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000718 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000887 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000461.ttl b/src/cco-iris/ont00000461.ttl new file mode 100644 index 00000000..56d0af2d --- /dev/null +++ b/src/cco-iris/ont00000461.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000461 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ISSN Barcode"@en ; + "An EAN Barcode that is used to designate periodicals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000966 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000462.ttl b/src/cco-iris/ont00000462.ttl new file mode 100644 index 00000000..8d4ab313 --- /dev/null +++ b/src/cco-iris/ont00000462.ttl @@ -0,0 +1,71 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000034 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000462 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function."@en ; + rdfs:label "Gain of Function"@en ; + "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000609 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000463.ttl b/src/cco-iris/ont00000463.ttl new file mode 100644 index 00000000..d7b4a730 --- /dev/null +++ b/src/cco-iris/ont00000463.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000463 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Educational Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Educational Organization by imparting knowledge of a curriculum to an Agent either directly or indirectly through some communication medium."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001075 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000464.ttl b/src/cco-iris/ont00000464.ttl new file mode 100644 index 00000000..b6b29e3b --- /dev/null +++ b/src/cco-iris/ont00000464.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000464 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Oblong"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000465.ttl b/src/cco-iris/ont00000465.ttl new file mode 100644 index 00000000..8d7ba1b4 --- /dev/null +++ b/src/cco-iris/ont00000465.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000223 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000465 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment """A Day begins at midnight GMT within the Modified Julian Date reference system. The Modified Julian Date (MJD) is related to the Julian Date (JD) by the formula: +MJD = JD - 2400000.5"""@en ; + rdfs:label "Modified Julian Date"@en ; + "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ; + "MJD" ; + "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000466.ttl b/src/cco-iris/ont00000466.ttl new file mode 100644 index 00000000..b451781a --- /dev/null +++ b/src/cco-iris/ont00000466.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000466 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Orientation Control Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Artifact is used to control the Orientation of some object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000467.ttl b/src/cco-iris/ont00000467.ttl new file mode 100644 index 00000000..c23c7c31 --- /dev/null +++ b/src/cco-iris/ont00000467.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000427 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000467 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Armored Personnel Carrier"@en ; + "An Armored Fighting Vehicle that is designed to transport infantry to the battlefield but which are not usually designed to take part in a direct-fire battle."@en ; + "APC" ; + "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000468.ttl b/src/cco-iris/ont00000468.ttl new file mode 100644 index 00000000..d252e82a --- /dev/null +++ b/src/cco-iris/ont00000468.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000468 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Office Building"@en ; + "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ; + "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001102 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000469.ttl b/src/cco-iris/ont00000469.ttl new file mode 100644 index 00000000..09c91d12 --- /dev/null +++ b/src/cco-iris/ont00000469.ttl @@ -0,0 +1,97 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001900 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001913 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000275 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Coordinate Reference System"@en ; + "Geographic Coordinate System"@en ; + "A Spatial Reference System that is used to determine and identify the location of a point or object at or near the surface of the Earth."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001398 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001581 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001582 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001584 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001630 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001648 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001660 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000470.ttl b/src/cco-iris/ont00000470.ttl new file mode 100644 index 00000000..cbc1b8c9 --- /dev/null +++ b/src/cco-iris/ont00000470.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000189 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000470 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Academic Degree"@en ; + "A Certificate issued by an Educational Organization to a Person to indicate that the Person has satisfactorily completed a course of study, or as an honorary recognition of the Person's achievement."@en ; + "http://www.dictionary.com/browse/degree" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000471.ttl b/src/cco-iris/ont00000471.ttl new file mode 100644 index 00000000..4967448c --- /dev/null +++ b/src/cco-iris/ont00000471.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000471 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Warning Message"@en ; + "A Notification Message that is designed to bear an Information Content Entity that describes a possible or impending threat."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001046 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000472.ttl b/src/cco-iris/ont00000472.ttl new file mode 100644 index 00000000..782d7c2e --- /dev/null +++ b/src/cco-iris/ont00000472.ttl @@ -0,0 +1,84 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001864 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000029 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000213 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000251 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000472 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Region"@en ; + "A Site that is at or near the surface of the Earth."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000487 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001114 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001203 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000473.ttl b/src/cco-iris/ont00000473.ttl new file mode 100644 index 00000000..13a3d08b --- /dev/null +++ b/src/cco-iris/ont00000473.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000134 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000473 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Fourth-Order Administrative Region"@en ; + "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ; + "http://www.geonames.org/export/codes.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000474.ttl b/src/cco-iris/ont00000474.ttl new file mode 100644 index 00000000..7d8dc7cf --- /dev/null +++ b/src/cco-iris/ont00000474.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000474 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Curved"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000475.ttl b/src/cco-iris/ont00000475.ttl new file mode 100644 index 00000000..490cb76a --- /dev/null +++ b/src/cco-iris/ont00000475.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000049 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000475 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Cash"@en ; + "A Financial Instrument that is designed to be a ready medium of exchange."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000537 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001093 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001382 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000476.ttl b/src/cco-iris/ont00000476.ttl new file mode 100644 index 00000000..e07fe9df --- /dev/null +++ b/src/cco-iris/ont00000476.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000476 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Objective"@en ; + "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ; + "http://en.wikipedia.org/wiki/Objective_(goal)" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000974 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000477.ttl b/src/cco-iris/ont00000477.ttl new file mode 100644 index 00000000..bba87603 --- /dev/null +++ b/src/cco-iris/ont00000477.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000477 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Cell"@en ; + "An Electrical Power Source that consists in part of an anode, a cathode, and an electrolyte; converts chemical energy from a fuel into electricity through a chemical reaction of positively charged hydrogen ions with an oxidizing agent (typically oxygen); and, if given a continuous source of fuel and oxidizing agent, can continuously produce electricity."@en ; + "A Fuel Cell differs from a Battery in that it requires a continuous source of fuel and oxygen to sustain the chemical reaction, whereas a Battery only uses chemicals already stored inside it."@en ; + "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000478.ttl b/src/cco-iris/ont00000478.ttl new file mode 100644 index 00000000..967bb5bc --- /dev/null +++ b/src/cco-iris/ont00000478.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000478 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cuboidal"@en ; + "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000565 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001360 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000479.ttl b/src/cco-iris/ont00000479.ttl new file mode 100644 index 00000000..d5de8897 --- /dev/null +++ b/src/cco-iris/ont00000479.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000349 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000479 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Public Safety Facility"@en ; + "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en ; + "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001383 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000480.ttl b/src/cco-iris/ont00000480.ttl new file mode 100644 index 00000000..dfa48e7b --- /dev/null +++ b/src/cco-iris/ont00000480.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000480 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Life Support Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact materially affects an organism, where this causes that organism to continue living in a situation where death would otherwise occur."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000481.ttl b/src/cco-iris/ont00000481.ttl new file mode 100644 index 00000000..93bc1975 --- /dev/null +++ b/src/cco-iris/ont00000481.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000481 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Research and Development Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of producing new knowledge or of devising new applications of existing knowledge."@en ; + "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000482.ttl b/src/cco-iris/ont00000482.ttl new file mode 100644 index 00000000..4534512c --- /dev/null +++ b/src/cco-iris/ont00000482.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000289 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000482 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Synthetic Aperture Radar Imaging Artifact Function"@en ; + "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using the motion of a radar antenna over a targeted region to create a synthetic aperture."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000483.ttl b/src/cco-iris/ont00000483.ttl new file mode 100644 index 00000000..f6a0abc2 --- /dev/null +++ b/src/cco-iris/ont00000483.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000172 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000483 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Base"@en ; + "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ; + "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000737 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001052 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000484.ttl b/src/cco-iris/ont00000484.ttl new file mode 100644 index 00000000..66c31bd2 --- /dev/null +++ b/src/cco-iris/ont00000484.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000484 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Concave Shape"@en ; + "A Shape Quality that inheres in a bearer in virtue of the bearer having one or more cavities, such that at least one line connecting a pair of points on the surface of the bearer will lie outside."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000485.ttl b/src/cco-iris/ont00000485.ttl new file mode 100644 index 00000000..af62185b --- /dev/null +++ b/src/cco-iris/ont00000485.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000443 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000485 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Commercial Role"@en ; + "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000486.ttl b/src/cco-iris/ont00000486.ttl new file mode 100644 index 00000000..020c3e73 --- /dev/null +++ b/src/cco-iris/ont00000486.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000392 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000486 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Neutral Role"@en ; + "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to performing Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000666 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000487.ttl b/src/cco-iris/ont00000487.ttl new file mode 100644 index 00000000..cec1acb8 --- /dev/null +++ b/src/cco-iris/ont00000487.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000124 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000472 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000487 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Geospatial Location"@en ; + "A Geospatial Region that is at which an Entity or Event is located."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000567 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000488.ttl b/src/cco-iris/ont00000488.ttl new file mode 100644 index 00000000..650c31f6 --- /dev/null +++ b/src/cco-iris/ont00000488.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000488 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Tripod"@en ; + "A Material Artifact that consists of three legs and a platform that joins them and which is designed to support the weight and maintain the stability of objects that are attached to or rested on the platform."@en ; + "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000489.ttl b/src/cco-iris/ont00000489.ttl new file mode 100644 index 00000000..93905583 --- /dev/null +++ b/src/cco-iris/ont00000489.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000224 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000489 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "High Density Residential Area"@en ; + "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ; + "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000490.ttl b/src/cco-iris/ont00000490.ttl new file mode 100644 index 00000000..7235d413 --- /dev/null +++ b/src/cco-iris/ont00000490.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000035 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000490 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "X-ray Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000754 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001170 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000491.ttl b/src/cco-iris/ont00000491.ttl new file mode 100644 index 00000000..23f1f5b0 --- /dev/null +++ b/src/cco-iris/ont00000491.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000491 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Detonating Artifact Function"@en ; + "An Artifact Function that is realized in processes of combustion involving a supersonic exothermic front accelerating through a medium that eventually drives a shock front propagating directly in front of it."@en ; + "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000492.ttl b/src/cco-iris/ont00000492.ttl new file mode 100644 index 00000000..d56ff30e --- /dev/null +++ b/src/cco-iris/ont00000492.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000492 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Email Messaging"@en ; + "Act of Emailing"@en ; + "An Act of Communication by Media in which text-based communication occurs between two or more people using personal computers or other devices using some Email Client Software conveyed over the Internet."@en ; + "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000493.ttl b/src/cco-iris/ont00000493.ttl new file mode 100644 index 00000000..77b8f56c --- /dev/null +++ b/src/cco-iris/ont00000493.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000493 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Code List"@en ; + "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000799 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000494.ttl b/src/cco-iris/ont00000494.ttl new file mode 100644 index 00000000..0fba0749 --- /dev/null +++ b/src/cco-iris/ont00000494.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000494 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Serrated"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000495.ttl b/src/cco-iris/ont00000495.ttl new file mode 100644 index 00000000..2ec36029 --- /dev/null +++ b/src/cco-iris/ont00000495.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000273 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000495 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Interference Artifact Function"@en ; + "A Communication Interference Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information via radio waves."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000496.ttl b/src/cco-iris/ont00000496.ttl new file mode 100644 index 00000000..56f12883 --- /dev/null +++ b/src/cco-iris/ont00000496.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000146 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00000496 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Natural Language"@en ; + "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; + "English" , + "Mandarin (Chinese)" , + "Spanish" ; + "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001175 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000497.ttl b/src/cco-iris/ont00000497.ttl new file mode 100644 index 00000000..50aaf504 --- /dev/null +++ b/src/cco-iris/ont00000497.ttl @@ -0,0 +1,73 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000497 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Force"@en ; + "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; + "newton, dyne, pound force " ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001411 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001493 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001525 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001549 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001682 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000498.ttl b/src/cco-iris/ont00000498.ttl new file mode 100644 index 00000000..e437c36b --- /dev/null +++ b/src/cco-iris/ont00000498.ttl @@ -0,0 +1,73 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000132 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000359 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000498 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ; + rdfs:label "Julian Day"@en ; + "A Calendar Day in the Julian Calendar."@en ; + "https://www.defit.org/julian-date/" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000749 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000921 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000499.ttl b/src/cco-iris/ont00000499.ttl new file mode 100644 index 00000000..b86c30b4 --- /dev/null +++ b/src/cco-iris/ont00000499.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000048 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000499 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wire Antenna"@en ; + "A Radio Antenna that consists primarily of a length of wire."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001054 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001138 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001230 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000500.ttl b/src/cco-iris/ont00000500.ttl new file mode 100644 index 00000000..01424d33 --- /dev/null +++ b/src/cco-iris/ont00000500.ttl @@ -0,0 +1,67 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000084 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000404 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000500 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Eye"@en ; + "A Bodily Component that consists of an organ that canonically affords the Agent it is part of with the ability to receive visual stimuli necessary for sight."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001125 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000501.ttl b/src/cco-iris/ont00000501.ttl new file mode 100644 index 00000000..9e71ad4f --- /dev/null +++ b/src/cco-iris/ont00000501.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000501 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Financial Withdrawal"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent to another Agent (the Depositor) from an account created by an earlier Act of Financial Deposit performed by the Depositor."@en ; + "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000836 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000502.ttl b/src/cco-iris/ont00000502.ttl new file mode 100644 index 00000000..192e3e7a --- /dev/null +++ b/src/cco-iris/ont00000502.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000502 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Area Moment of Inertia"@en ; + "Measurement Unit of Second Area Moment"@en ; + "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis."@en ; + "A measure of an object’s resistance to bending or deflection."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001709 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000503.ttl b/src/cco-iris/ont00000503.ttl new file mode 100644 index 00000000..31b9c88c --- /dev/null +++ b/src/cco-iris/ont00000503.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000138 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000503 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power"@en ; + "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000504.ttl b/src/cco-iris/ont00000504.ttl new file mode 100644 index 00000000..cd6837ec --- /dev/null +++ b/src/cco-iris/ont00000504.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000504 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Processing Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact participating in a visible light processing event."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000764 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000505.ttl b/src/cco-iris/ont00000505.ttl new file mode 100644 index 00000000..d7033a63 --- /dev/null +++ b/src/cco-iris/ont00000505.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000018 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000505 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Center of Mass"@en ; + "A Zero-Dimensional Spatial Region that is the point where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en ; + "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000506.ttl b/src/cco-iris/ont00000506.ttl new file mode 100644 index 00000000..9065d105 --- /dev/null +++ b/src/cco-iris/ont00000506.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000506 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Contractor Role"@en ; + "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents entering into a Contract to provide materials or labor to perform a service or complete a task."@en ; + "A Contractor Role differs from an Occupation Role in at least two ways. First, the Contract that binds the two parties together is not one of employment. Second, a Contractor Role is occupationally neutral in that an Agent can be contracted to perform any number of Occupational Roles."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000507.ttl b/src/cco-iris/ont00000507.ttl new file mode 100644 index 00000000..2c343307 --- /dev/null +++ b/src/cco-iris/ont00000507.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001907 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000507 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Ethnic Group"@en ; + "A Group of Persons who identify with one another based on one or more shared inherited characteristics such as language, ancestry, nationality, culture, customs, religion, or social experiences."@en ; + "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000780 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000914 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000508.ttl b/src/cco-iris/ont00000508.ttl new file mode 100644 index 00000000..d89360af --- /dev/null +++ b/src/cco-iris/ont00000508.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000508 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Near Ultraviolet Light Frequency"@en ; + "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000610 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000509.ttl b/src/cco-iris/ont00000509.ttl new file mode 100644 index 00000000..c8b5d735 --- /dev/null +++ b/src/cco-iris/ont00000509.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000509 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Service Provider"@en ; + "An Organization whose purpose is to provide a service to other Agents."@en ; + "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000510.ttl b/src/cco-iris/ont00000510.ttl new file mode 100644 index 00000000..3f28d6e1 --- /dev/null +++ b/src/cco-iris/ont00000510.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000052 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000510 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mosque"@en ; + "A Religious Facility that is designed for Islamic worship and prayer."@en ; + "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000511.ttl b/src/cco-iris/ont00000511.ttl new file mode 100644 index 00000000..bc70a144 --- /dev/null +++ b/src/cco-iris/ont00000511.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000511 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Planning"@en ; + "A Planned Act that involves making a Plan to achieve some specified Objective."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000512.ttl b/src/cco-iris/ont00000512.ttl new file mode 100644 index 00000000..62c5803e --- /dev/null +++ b/src/cco-iris/ont00000512.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000512 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiation Emissivity"@en ; + "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to emit electromagnetic radiation of a given frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000628 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000513.ttl b/src/cco-iris/ont00000513.ttl new file mode 100644 index 00000000..04224567 --- /dev/null +++ b/src/cco-iris/ont00000513.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000513 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Tool Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Tool."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000514.ttl b/src/cco-iris/ont00000514.ttl new file mode 100644 index 00000000..3a47775d --- /dev/null +++ b/src/cco-iris/ont00000514.ttl @@ -0,0 +1,81 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000514 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transverse Wave Profile"@en ; + "Transverse Wave"@en ; + "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@en ; + "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000752 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000951 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000983 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001028 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000515.ttl b/src/cco-iris/ont00000515.ttl new file mode 100644 index 00000000..5e5478a7 --- /dev/null +++ b/src/cco-iris/ont00000515.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000515 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Vehicle Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Vehicle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000516.ttl b/src/cco-iris/ont00000516.ttl new file mode 100644 index 00000000..4aa1f5f5 --- /dev/null +++ b/src/cco-iris/ont00000516.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000288 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000516 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pneumatic Power Source"@en ; + "A Power Source that is designed to generate, control, or transmit power by means of compressed air or compressed inert gases."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000517.ttl b/src/cco-iris/ont00000517.ttl new file mode 100644 index 00000000..e7c7226b --- /dev/null +++ b/src/cco-iris/ont00000517.ttl @@ -0,0 +1,100 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000027 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000149 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000386 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000492 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Communication by Media"@en ; + "An Act of Communication in which some Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000750 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000859 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000866 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001143 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001190 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001330 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000518.ttl b/src/cco-iris/ont00000518.ttl new file mode 100644 index 00000000..3129d7b7 --- /dev/null +++ b/src/cco-iris/ont00000518.ttl @@ -0,0 +1,688 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Currency"@en ; + "A Measurement Unit used in measurements of financial values."@en ; + "U.S. Dollar, Euro, Yuan, South African Rand" ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001385 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001386 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001387 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001389 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001394 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001396 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001399 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001400 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001401 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001404 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001409 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001410 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001415 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001420 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001426 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001427 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001435 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001441 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001443 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001447 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001448 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001449 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001452 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001455 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001458 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001460 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001464 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001465 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001473 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001479 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001481 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001482 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001484 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001485 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001487 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001490 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001492 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001497 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001498 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001501 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001503 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001505 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001507 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001508 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001509 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001510 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001512 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001513 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001514 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001515 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001517 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001518 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001519 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001520 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001521 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001531 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001532 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001535 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001539 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001540 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001542 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001545 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001546 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001547 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001556 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001558 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001561 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001562 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001575 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001577 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001578 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001586 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001592 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001593 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001594 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001595 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001600 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001601 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001605 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001610 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001614 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001616 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001617 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001618 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001619 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001620 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001621 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001622 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001623 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001627 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001631 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001632 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001633 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001635 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001638 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001639 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001640 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001649 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001650 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001652 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001654 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001655 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001657 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001662 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001665 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001668 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001670 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001671 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001673 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001679 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001684 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001688 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001690 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001699 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001703 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001705 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001708 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001710 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001717 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001718 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001719 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001720 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001721 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001722 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001725 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001726 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001731 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001734 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000519.ttl b/src/cco-iris/ont00000519.ttl new file mode 100644 index 00000000..25adb468 --- /dev/null +++ b/src/cco-iris/ont00000519.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000519 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 10–1 mm"@en ; + rdfs:label "Extremely High Frequency"@en ; + "ITU Band Number 11"@en , + "Millimeter Band Frequency"@en ; + "A Microwave Frequency that is between 30 and 300 GHz."@en ; + "EHF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000732 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000520.ttl b/src/cco-iris/ont00000520.ttl new file mode 100644 index 00000000..6ab7552b --- /dev/null +++ b/src/cco-iris/ont00000520.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000520 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Departure"@en ; + "An Act of Location Change that consists of the participating entity leaving its starting location such that the larger Act of Location Change is initiated."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000521.ttl b/src/cco-iris/ont00000521.ttl new file mode 100644 index 00000000..914435ba --- /dev/null +++ b/src/cco-iris/ont00000521.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000521 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Assassination"@en ; + "An Act of Murder of a prominent person."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001272 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000522.ttl b/src/cco-iris/ont00000522.ttl new file mode 100644 index 00000000..b8d60f3a --- /dev/null +++ b/src/cco-iris/ont00000522.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000294 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000522 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pulsejet Engine"@en ; + "Pulse Jet"@en , + "Pulsejet"@en ; + "An Air-Breathing Jet Engine that is capable of operating statically and uses intermittent (pulsing) Combustion of the fuel-oxidizer mixture before expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000523.ttl b/src/cco-iris/ont00000523.ttl new file mode 100644 index 00000000..6158c1cb --- /dev/null +++ b/src/cco-iris/ont00000523.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000523 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loudness"@en ; + "A Sound Process Profile that is characterized by the amplitude and total energy of translated sound waves, typically on a continuum from soft to loud."@en ; + "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000862 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000524.ttl b/src/cco-iris/ont00000524.ttl new file mode 100644 index 00000000..19953445 --- /dev/null +++ b/src/cco-iris/ont00000524.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000350 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000524 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Air Conditioning Unit"@en ; + "AC Unit"@en ; + "A Cooling System that is designed to remove excess heat and humidity from the air in an enclosed space."@en ; + "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000525.ttl b/src/cco-iris/ont00000525.ttl new file mode 100644 index 00000000..f07d5294 --- /dev/null +++ b/src/cco-iris/ont00000525.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000525 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transparent"@en ; + "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit all or nearly all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs little or no electromagnetic radiation of that frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001384 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000526.ttl b/src/cco-iris/ont00000526.ttl new file mode 100644 index 00000000..e280ce01 --- /dev/null +++ b/src/cco-iris/ont00000526.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000526 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gamma-ray Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Gamma-rays to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000547 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000527.ttl b/src/cco-iris/ont00000527.ttl new file mode 100644 index 00000000..de9502c7 --- /dev/null +++ b/src/cco-iris/ont00000527.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000527 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Rotational Inertia"@en ; + "Measurement Unit of Moment of Inertia"@en , + "Measurement Unit of Rotational Mass"@en ; + "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation."@en ; + "A measure of an object’s resistance to change in its state of rotation."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001557 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001641 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000528.ttl b/src/cco-iris/ont00000528.ttl new file mode 100644 index 00000000..4183250c --- /dev/null +++ b/src/cco-iris/ont00000528.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000528 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "White"@en ; + "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000529.ttl b/src/cco-iris/ont00000529.ttl new file mode 100644 index 00000000..a5a38593 --- /dev/null +++ b/src/cco-iris/ont00000529.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000073 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000529 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Date Identifier"@en ; + "Day Identifier"@en ; + "A Temporal Interval Identifier that designates some Day."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000894 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001340 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000530.ttl b/src/cco-iris/ont00000530.ttl new file mode 100644 index 00000000..331df7c1 --- /dev/null +++ b/src/cco-iris/ont00000530.ttl @@ -0,0 +1,80 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000006 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000008 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000222 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000530 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Sound waves with frequencies in this range are typically audible to humans."@en ; + rdfs:label "Sonic Frequency"@en ; + "Audible Frequency"@en ; + "A Sound Frequency that is between 20 Hz and 20 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000842 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000927 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001111 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001167 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001231 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000531.ttl b/src/cco-iris/ont00000531.ttl new file mode 100644 index 00000000..8a3a7680 --- /dev/null +++ b/src/cco-iris/ont00000531.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000531 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communications Facility"@en ; + "A Facility that is designed to support processes of receiving or transmitting information."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000664 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000532.ttl b/src/cco-iris/ont00000532.ttl new file mode 100644 index 00000000..9e79c588 --- /dev/null +++ b/src/cco-iris/ont00000532.ttl @@ -0,0 +1,84 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001859 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000139 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000532 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + "2023-02-08T19:54:46-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Government of a Country"@en ; + "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; + "Government of a Country"@en ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001335 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000533.ttl b/src/cco-iris/ont00000533.ttl new file mode 100644 index 00000000..b8550d30 --- /dev/null +++ b/src/cco-iris/ont00000533.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000056 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000294 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000362 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000533 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Some (most) jet engines utilize turbines, but some do not. Most rocket engines do not utilize turbines, but some do."@en ; + rdfs:label "Jet Engine"@en ; + "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en ; + "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000534.ttl b/src/cco-iris/ont00000534.ttl new file mode 100644 index 00000000..afeda9cd --- /dev/null +++ b/src/cco-iris/ont00000534.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000534 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cutting Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired by being opened or divided."@en ; + "http://www.dictionary.com/browse/cutting" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001153 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000535.ttl b/src/cco-iris/ont00000535.ttl new file mode 100644 index 00000000..dcfe6d3a --- /dev/null +++ b/src/cco-iris/ont00000535.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000290 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000535 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Quality"@en ; + "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ; + "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000536.ttl b/src/cco-iris/ont00000536.ttl new file mode 100644 index 00000000..0231f411 --- /dev/null +++ b/src/cco-iris/ont00000536.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000536 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bond Certificate"@en ; + "A Bond that consists of a Certificate."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001159 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000537.ttl b/src/cco-iris/ont00000537.ttl new file mode 100644 index 00000000..5f22112a --- /dev/null +++ b/src/cco-iris/ont00000537.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000475 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000537 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Instrument"@en ; + "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en ; + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001159 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001278 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000538.ttl b/src/cco-iris/ont00000538.ttl new file mode 100644 index 00000000..f46bbfd0 --- /dev/null +++ b/src/cco-iris/ont00000538.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000538 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Defoliant Artifact Function"@en ; + "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en ; + "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000831 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000539.ttl b/src/cco-iris/ont00000539.ttl new file mode 100644 index 00000000..6d953a32 --- /dev/null +++ b/src/cco-iris/ont00000539.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000539 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Count Measurement Information Content Entity"@en ; + "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000540.ttl b/src/cco-iris/ont00000540.ttl new file mode 100644 index 00000000..27d6da47 --- /dev/null +++ b/src/cco-iris/ont00000540.ttl @@ -0,0 +1,81 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000203 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000223 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000399 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000540 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Temporal Instant Identifier"@en ; + "Zero-Dimensional Temporal Region Identifier"@en ; + "A Temporal Region Identifier that designates some Temporal Instant."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000827 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000541.ttl b/src/cco-iris/ont00000541.ttl new file mode 100644 index 00000000..47bb3e6f --- /dev/null +++ b/src/cco-iris/ont00000541.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000541 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Diameter"@en ; + "A One Dimensional Extent that inheres in a circle in virtue of the extent of a straight line that passes through the center of the circle and starts and ends on the circle's boundary."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001367 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000542.ttl b/src/cco-iris/ont00000542.ttl new file mode 100644 index 00000000..fb6e48e8 --- /dev/null +++ b/src/cco-iris/ont00000542.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000542 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Generically Dependent Continuant"@en ; + "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000876 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000543.ttl b/src/cco-iris/ont00000543.ttl new file mode 100644 index 00000000..3262e5e4 --- /dev/null +++ b/src/cco-iris/ont00000543.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000543 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Disposition"@en ; + "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000854 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000982 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000544.ttl b/src/cco-iris/ont00000544.ttl new file mode 100644 index 00000000..a58ee47c --- /dev/null +++ b/src/cco-iris/ont00000544.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001936 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000544 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:comment "Although people speak of targeting a process, say, a parade, what in fact are being targeted are the material participants of that process. The disruption or ceasing of the process is the objective of some plan, but not technically a target. Only material things can be targeted for action. Even if some dependent entity is described as being the target, the material thing for which that dependent entity depends is the object of a targeting process."@en ; + rdfs:label "Target"@en ; + "A Material Entity that is the object of an Act of Targeting."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000741 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000545.ttl b/src/cco-iris/ont00000545.ttl new file mode 100644 index 00000000..a8b203fe --- /dev/null +++ b/src/cco-iris/ont00000545.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000545 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Seat of Local Government"@en ; + "City Hall"@en , + "Town Hall"@en ; + "A Government Building that is designed for the administration of a local community."@en ; + "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000946 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000546.ttl b/src/cco-iris/ont00000546.ttl new file mode 100644 index 00000000..2fd4a716 --- /dev/null +++ b/src/cco-iris/ont00000546.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000005 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000546 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Unplanned Act"@en ; + "Unintentional Act"@en ; + "An Act in which at least one Agent plays a causative role and which is not prescribed by some Objective held by any of the Agents."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000547.ttl b/src/cco-iris/ont00000547.ttl new file mode 100644 index 00000000..441b361c --- /dev/null +++ b/src/cco-iris/ont00000547.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000090 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000174 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000215 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000526 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000547 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telescope"@en ; + "An Imaging Instrument that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Electromagnetic Radiation to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000771 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000945 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001009 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000548.ttl b/src/cco-iris/ont00000548.ttl new file mode 100644 index 00000000..39c7374b --- /dev/null +++ b/src/cco-iris/ont00000548.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000548 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Vulnerability"@en ; + "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; + "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ; + "Vulnerability"@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000997 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000549.ttl b/src/cco-iris/ont00000549.ttl new file mode 100644 index 00000000..60a4be16 --- /dev/null +++ b/src/cco-iris/ont00000549.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000254 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000549 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Water Transportation Artifact"@en ; + "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process of moving Vehicles and Agents from one location to another via water."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000747 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000550.ttl b/src/cco-iris/ont00000550.ttl new file mode 100644 index 00000000..fd31c781 --- /dev/null +++ b/src/cco-iris/ont00000550.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000550 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Morning"@en ; + "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000551.ttl b/src/cco-iris/ont00000551.ttl new file mode 100644 index 00000000..383e885f --- /dev/null +++ b/src/cco-iris/ont00000551.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000030 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000551 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Organism"@en ; + "An Object that is an Animal or Plant."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000562 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000871 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000552.ttl b/src/cco-iris/ont00000552.ttl new file mode 100644 index 00000000..14fce453 --- /dev/null +++ b/src/cco-iris/ont00000552.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000310 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000552 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Explosive Weapon"@en ; + "Bomb"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of a violent release of energy caused by the exothermic reaction of an explosive material."@en ; + "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000734 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000858 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000553.ttl b/src/cco-iris/ont00000553.ttl new file mode 100644 index 00000000..ed85f201 --- /dev/null +++ b/src/cco-iris/ont00000553.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001800 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000553 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Process Prohibition"@en ; + "A Process Regulation that prohibits some Process."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000554.ttl b/src/cco-iris/ont00000554.ttl new file mode 100644 index 00000000..53124edb --- /dev/null +++ b/src/cco-iris/ont00000554.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000004 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000013 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000395 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000554 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gain of Dependent Continuant"@en ; + "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000555.ttl b/src/cco-iris/ont00000555.ttl new file mode 100644 index 00000000..b9b53ea2 --- /dev/null +++ b/src/cco-iris/ont00000555.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000135 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000555 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Enhanced Stasis"@en ; + "Enhanced"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has undergone improvement (i.e., an increase or gain) due to a previous action or event such that the Independent Continuant is now of greater value, usefulness, or functionality."@en ; + "http://www.thefreedictionary.com/enhance" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000556.ttl b/src/cco-iris/ont00000556.ttl new file mode 100644 index 00000000..11ff650b --- /dev/null +++ b/src/cco-iris/ont00000556.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000556 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Depending on the nature of the Flight or Mission, the Payload of a Vehicle may include cargo, passengers, flight crew, munitions, scientific instruments or experiments, or other equipment. Extra fuel, when optionally carried, is also considered part of the payload."@en ; + rdfs:label "Payload"@en ; + "A Material Entity that is transported by a Vehicle during an Act of Location Change for the purpose of being delivered to or performing one or more functions at a predefined location."@en ; + "In each case, the Payload is what provides the immediate reason for performing the Act of Location Change (e.g. transporting the passengers of a commercial airline flight to their destination; transporting food, fuel, oxygen, research equipment, and spare parts to the International Space Station; or conveying an array of sensors, cameras, and communications systems so they can operate during a Sun-Synchronous Earth Orbit)."@en ; + "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000557.ttl b/src/cco-iris/ont00000557.ttl new file mode 100644 index 00000000..ef2b547a --- /dev/null +++ b/src/cco-iris/ont00000557.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000557 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Non-Mission Capable"@en ; + "A Stasis of Mission Capability during which the participating Continuant is not capable of performing any of its primary functions for the specified Mission."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000783 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001132 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000558.ttl b/src/cco-iris/ont00000558.ttl new file mode 100644 index 00000000..6c1b12a7 --- /dev/null +++ b/src/cco-iris/ont00000558.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000558 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Visible Light Reflection Process"@en ; + "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000889 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000559.ttl b/src/cco-iris/ont00000559.ttl new file mode 100644 index 00000000..5d413252 --- /dev/null +++ b/src/cco-iris/ont00000559.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000241 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000559 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "QR Code"@en ; + "A Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000560.ttl b/src/cco-iris/ont00000560.ttl new file mode 100644 index 00000000..5ccc3f83 --- /dev/null +++ b/src/cco-iris/ont00000560.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000560 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cone Shape"@en ; + "A Three Dimensional Shape that inheres in a bearer in virtue of it having a Round base that tapers smoothly to an apex."@en ; + "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001360 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000561.ttl b/src/cco-iris/ont00000561.ttl new file mode 100644 index 00000000..7671f123 --- /dev/null +++ b/src/cco-iris/ont00000561.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000561 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Dam"@en ; + "A Material Artifact that is designed to impound surface water or underground streams."@en ; + "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000562.ttl b/src/cco-iris/ont00000562.ttl new file mode 100644 index 00000000..3f071198 --- /dev/null +++ b/src/cco-iris/ont00000562.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000551 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000562 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Animal"@en ; + "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ; + "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000563.ttl b/src/cco-iris/ont00000563.ttl new file mode 100644 index 00000000..45cf4178 --- /dev/null +++ b/src/cco-iris/ont00000563.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000563 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydrographic Feature"@en ; + "A Geographic Feature associated with water."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001081 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000564.ttl b/src/cco-iris/ont00000564.ttl new file mode 100644 index 00000000..49135b96 --- /dev/null +++ b/src/cco-iris/ont00000564.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000564 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Educational Organization"@en ; + "An Organization whose primary purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000565.ttl b/src/cco-iris/ont00000565.ttl new file mode 100644 index 00000000..234c5475 --- /dev/null +++ b/src/cco-iris/ont00000565.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000478 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000565 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cube Shape"@en ; + "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000566.ttl b/src/cco-iris/ont00000566.ttl new file mode 100644 index 00000000..eca62482 --- /dev/null +++ b/src/cco-iris/ont00000566.ttl @@ -0,0 +1,95 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000291 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000513 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000515 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Artifact Employment"@en ; + "A Planned Act of using an Artifact."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000612 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000836 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000902 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000935 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000981 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001246 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000567.ttl b/src/cco-iris/ont00000567.ttl new file mode 100644 index 00000000..c03e0b0e --- /dev/null +++ b/src/cco-iris/ont00000567.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000487 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000567 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ; + rdfs:label "Operational Area"@en ; + "A Geospatial Location in which an Agent conducts some activity."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000568.ttl b/src/cco-iris/ont00000568.ttl new file mode 100644 index 00000000..0ad9cf83 --- /dev/null +++ b/src/cco-iris/ont00000568.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001889 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000568 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Organization Capability"@en ; + "An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000569.ttl b/src/cco-iris/ont00000569.ttl new file mode 100644 index 00000000..c473cbe7 --- /dev/null +++ b/src/cco-iris/ont00000569.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000569 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sensor"@en ; + "A Transducer that is designed to convert incoming energy into a output signal which reliably corresponds to changes in that energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000736 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001273 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000570.ttl b/src/cco-iris/ont00000570.ttl new file mode 100644 index 00000000..8ef1ab6f --- /dev/null +++ b/src/cco-iris/ont00000570.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000179 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000380 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000570 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Force"@en ; + "A Process Profile that is the rate of change of an object's Momentum, is the product of an object's Mass and Acceleration with respect to an inertial frame of reference, and is measured in units of Newtons (N)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001376 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000571.ttl b/src/cco-iris/ont00000571.ttl new file mode 100644 index 00000000..24faae6e --- /dev/null +++ b/src/cco-iris/ont00000571.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000571 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Article of Solid Waste"@en ; + "A Portion of Waste Material that has a low liquid content."@en ; + "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000980 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000572.ttl b/src/cco-iris/ont00000572.ttl new file mode 100644 index 00000000..20eac7dc --- /dev/null +++ b/src/cco-iris/ont00000572.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000572 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sound Production"@en ; + "Sound Production Process"@en ; + "A Wave Production Process that produces a Sound Wave."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000765 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000573.ttl b/src/cco-iris/ont00000573.ttl new file mode 100644 index 00000000..945b5883 --- /dev/null +++ b/src/cco-iris/ont00000573.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000573 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Religious Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tenets and/or practices of a religion from an Agent or communication medium that realizes a capacity derived from its affiliation with a Religious Organization."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000687 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000574.ttl b/src/cco-iris/ont00000574.ttl new file mode 100644 index 00000000..6cdea690 --- /dev/null +++ b/src/cco-iris/ont00000574.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000574 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Environmental Feature"@en ; + "A Material Entity that is either a natural or man-made feature of the environment."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001081 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001197 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000575.ttl b/src/cco-iris/ont00000575.ttl new file mode 100644 index 00000000..24b806e1 --- /dev/null +++ b/src/cco-iris/ont00000575.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000575 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Quality Specification"@en ; + "A Directive Information Content Entity that prescribes some Quality."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000693 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000919 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001304 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000576.ttl b/src/cco-iris/ont00000576.ttl new file mode 100644 index 00000000..22a911bf --- /dev/null +++ b/src/cco-iris/ont00000576.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000084 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000576 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Scalp"@en ; + "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000577.ttl b/src/cco-iris/ont00000577.ttl new file mode 100644 index 00000000..1260728c --- /dev/null +++ b/src/cco-iris/ont00000577.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000577 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Rectifier"@en ; + "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en ; + "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000578.ttl b/src/cco-iris/ont00000578.ttl new file mode 100644 index 00000000..85728a98 --- /dev/null +++ b/src/cco-iris/ont00000578.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000578 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sloped"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000579.ttl b/src/cco-iris/ont00000579.ttl new file mode 100644 index 00000000..8d6a46b4 --- /dev/null +++ b/src/cco-iris/ont00000579.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000579 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thin"@en ; + "Narrow"@en , + "Slender"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly smaller in proportion to its length or height."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000580.ttl b/src/cco-iris/ont00000580.ttl new file mode 100644 index 00000000..d10564e9 --- /dev/null +++ b/src/cco-iris/ont00000580.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000580 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sine Waveform"@en ; + "Sinusoidal Waveform"@en ; + "A Waveform that is characterized by a smooth curved shape due to the continuous non-linear transitions between minimum and maximum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001286 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000581.ttl b/src/cco-iris/ont00000581.ttl new file mode 100644 index 00000000..839d21de --- /dev/null +++ b/src/cco-iris/ont00000581.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000160 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000581 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Tool"@en ; + "A Material Artifact that is designed to assist in the performance of manual or mechanical work and not to be consumed in that process."@en ; + "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000806 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000582.ttl b/src/cco-iris/ont00000582.ttl new file mode 100644 index 00000000..fba9a8d9 --- /dev/null +++ b/src/cco-iris/ont00000582.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000582 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Code 93 Barcode"@en ; + "A One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000583.ttl b/src/cco-iris/ont00000583.ttl new file mode 100644 index 00000000..5a354c3d --- /dev/null +++ b/src/cco-iris/ont00000583.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000583 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motel"@en ; + "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ; + "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000584.ttl b/src/cco-iris/ont00000584.ttl new file mode 100644 index 00000000..c9d33895 --- /dev/null +++ b/src/cco-iris/ont00000584.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000357 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000584 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "An Act of Position Change does not entail a change of location."@en ; + rdfs:label "Act of Position Change"@en ; + "An Act of Motion in which the position (i.e. the orientation, alignment, or arrangement) of some Object or of one or more of an Object's parts is changed by some Agent."@en ; + "a top spinning in place" , + "adjusting your posture" , + "raising your left arm" , + "swivelling your office chair to face the window" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000585.ttl b/src/cco-iris/ont00000585.ttl new file mode 100644 index 00000000..2cefd10e --- /dev/null +++ b/src/cco-iris/ont00000585.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000585 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sawtooth Waveform"@en ; + "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from minimum to maximum Amplitudes followed by a near-instantaneous transition from the maximum to minimum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001286 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000586.ttl b/src/cco-iris/ont00000586.ttl new file mode 100644 index 00000000..8e3ffc88 --- /dev/null +++ b/src/cco-iris/ont00000586.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000238 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000586 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Controllable Pitch Propeller"@en ; + "Variable-Pitch Propeller"@en ; + "A Propeller whose blades are designed to be alterable by rotating the blades about their vertical axis by means of mechanical or hydraulic arrangement."@en ; + "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000587.ttl b/src/cco-iris/ont00000587.ttl new file mode 100644 index 00000000..b330f695 --- /dev/null +++ b/src/cco-iris/ont00000587.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000392 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000587 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ally Role"@en ; + "An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000860 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000588.ttl b/src/cco-iris/ont00000588.ttl new file mode 100644 index 00000000..52c2d221 --- /dev/null +++ b/src/cco-iris/ont00000588.ttl @@ -0,0 +1,79 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000121 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000356 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000416 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000588 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Mass Media Communication"@en ; + "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@en ; + "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000977 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001057 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001244 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001263 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000589.ttl b/src/cco-iris/ont00000589.ttl new file mode 100644 index 00000000..c5eee10e --- /dev/null +++ b/src/cco-iris/ont00000589.ttl @@ -0,0 +1,61 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000589 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Julian Date Fraction"@en ; + "Julian Date Time Identifier"@en , + "Julian Day Fraction"@en ; + "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000833 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000973 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000590.ttl b/src/cco-iris/ont00000590.ttl new file mode 100644 index 00000000..dcbd4e10 --- /dev/null +++ b/src/cco-iris/ont00000590.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000590 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Convex Shape"@en ; + "A Shape Quality that inheres in a bearer in virtue of the bearer not having a cavity, such that no line connecting a pair of points on the surface of the bearer will lie outside."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000591.ttl b/src/cco-iris/ont00000591.ttl new file mode 100644 index 00000000..ddcc50aa --- /dev/null +++ b/src/cco-iris/ont00000591.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000124 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000029 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000591 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Artifact Location"@en ; + "A Site that is the location of some Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000592.ttl b/src/cco-iris/ont00000592.ttl new file mode 100644 index 00000000..9c05aa31 --- /dev/null +++ b/src/cco-iris/ont00000592.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000592 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information ('Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Veracity Measurement Information Content Entity"@en ; + "Accuracy of Information"@en , + "Trueness Measurement"@en , + "Veracity Measurement"@en ; + "A Measurement Information Content Entity that is a measurement of the extent to which a description conforms to the reality it describes."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000593.ttl b/src/cco-iris/ont00000593.ttl new file mode 100644 index 00000000..0dbb797e --- /dev/null +++ b/src/cco-iris/ont00000593.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000043 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000457 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000593 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Propellant"@en ; + "A Portion of Material that is designed to be used as an input in a Propulsion Process to produce Thrust."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000637 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000962 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001172 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000594.ttl b/src/cco-iris/ont00000594.ttl new file mode 100644 index 00000000..a1b5d60c --- /dev/null +++ b/src/cco-iris/ont00000594.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000594 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ignition Process"@en ; + "Ignition"@en ; + "A Natural Process that initiates a Combustion process."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000595.ttl b/src/cco-iris/ont00000595.ttl new file mode 100644 index 00000000..cd483364 --- /dev/null +++ b/src/cco-iris/ont00000595.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000595 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Cargo Transportation"@en ; + "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000596.ttl b/src/cco-iris/ont00000596.ttl new file mode 100644 index 00000000..9843a97a --- /dev/null +++ b/src/cco-iris/ont00000596.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000596 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "JAN-13 Barcode"@en ; + "An EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000966 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000597.ttl b/src/cco-iris/ont00000597.ttl new file mode 100644 index 00000000..a8448833 --- /dev/null +++ b/src/cco-iris/ont00000597.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000597 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Instrument Display Panel"@en ; + "An Information Bearing Artifact that is designed to bear information about some Artifact that is derived by the instrumentation Sensors of that Artifact."@en ; + "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000598.ttl b/src/cco-iris/ont00000598.ttl new file mode 100644 index 00000000..8c8e5a3d --- /dev/null +++ b/src/cco-iris/ont00000598.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000047 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000598 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Valve"@en ; + "A Fluid Control Artifact that is designed to regulate, direct, or control the flow of fluid by opening, closing, or partially obstructing the fluid from moving along a passageway."@en ; + "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001282 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000599.ttl b/src/cco-iris/ont00000599.ttl new file mode 100644 index 00000000..1bcbe675 --- /dev/null +++ b/src/cco-iris/ont00000599.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000599 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Interpersonal Relationship Role"@en ; + "A Role that inheres in a Person in virtue of the obligations, expectations, or social norms that govern that Person's Intentional Acts within the context of a relationship with another Person."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000600.ttl b/src/cco-iris/ont00000600.ttl new file mode 100644 index 00000000..f73a8582 --- /dev/null +++ b/src/cco-iris/ont00000600.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000600 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Legal Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of giving legal advice to clients drafting legal documents for clients and representing clients in legal negotiations and court proceedings such as lawsuits."@en ; + "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000601.ttl b/src/cco-iris/ont00000601.ttl new file mode 100644 index 00000000..5bbcb790 --- /dev/null +++ b/src/cco-iris/ont00000601.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000289 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000601 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Imaging Artifact Function"@en ; + "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000944 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001155 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000602.ttl b/src/cco-iris/ont00000602.ttl new file mode 100644 index 00000000..a8850270 --- /dev/null +++ b/src/cco-iris/ont00000602.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000602 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ITF Barcode"@en ; + "A One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000603.ttl b/src/cco-iris/ont00000603.ttl new file mode 100644 index 00000000..71fc3ed0 --- /dev/null +++ b/src/cco-iris/ont00000603.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000603 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Navigation Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to determine the precise location of itself or another object and plan a route to a specified destination."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000604.ttl b/src/cco-iris/ont00000604.ttl new file mode 100644 index 00000000..0d102c46 --- /dev/null +++ b/src/cco-iris/ont00000604.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000604 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maximum Ordinal Measurement Information Content Entity"@en ; + "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the largest or having the greatest amount relative to a nominally described set of like entities."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000605.ttl b/src/cco-iris/ont00000605.ttl new file mode 100644 index 00000000..cae66420 --- /dev/null +++ b/src/cco-iris/ont00000605.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000003 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000605 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Abbreviated Name"@en ; + "A Designative Name that is a shortened form of a Proper Name."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000683 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000915 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001238 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000606.ttl b/src/cco-iris/ont00000606.ttl new file mode 100644 index 00000000..f22d1d57 --- /dev/null +++ b/src/cco-iris/ont00000606.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000053 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000606 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Trucks vary greatly in their size and power -- ranging from small ultra-light trucks to enormous heavy trucks. Trucks also vary greatly in their configurations -- ranging from very basic flatbeds or box trucks to highly specialized cargo carriers. Trucks may also be configured to mount specialized equipment, such as in the case of fire trucks, concrete mixers, and suction excavators."@en ; + rdfs:label "Truck"@en ; + "A Ground Motor Vehicle that is designed to be used to transport cargo."@en ; + "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000607.ttl b/src/cco-iris/ont00000607.ttl new file mode 100644 index 00000000..b12dbf63 --- /dev/null +++ b/src/cco-iris/ont00000607.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000607 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thickness"@en ; + "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000892 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000608.ttl b/src/cco-iris/ont00000608.ttl new file mode 100644 index 00000000..7c3bfe51 --- /dev/null +++ b/src/cco-iris/ont00000608.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000608 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Value"@en ; + "A quality that inheres in an independent continuant to the degree that that independent continuant can serve as a medium of exchange in an economic system at a particular time."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001073 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000609.ttl b/src/cco-iris/ont00000609.ttl new file mode 100644 index 00000000..02b324e4 --- /dev/null +++ b/src/cco-iris/ont00000609.ttl @@ -0,0 +1,76 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000016 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000462 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000609 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en ; + rdfs:label "Gain of Disposition"@en ; + "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000642 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000610.ttl b/src/cco-iris/ont00000610.ttl new file mode 100644 index 00000000..529c0929 --- /dev/null +++ b/src/cco-iris/ont00000610.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000508 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000610 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultraviolet Light Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000754 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001332 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000611.ttl b/src/cco-iris/ont00000611.ttl new file mode 100644 index 00000000..dd638bde --- /dev/null +++ b/src/cco-iris/ont00000611.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000611 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Realizable Entity"@en ; + "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000786 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001214 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001356 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000612.ttl b/src/cco-iris/ont00000612.ttl new file mode 100644 index 00000000..da824ced --- /dev/null +++ b/src/cco-iris/ont00000612.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000612 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Weapon Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Weapon."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000613.ttl b/src/cco-iris/ont00000613.ttl new file mode 100644 index 00000000..9027df0d --- /dev/null +++ b/src/cco-iris/ont00000613.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000250 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000613 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Role"@en ; + "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000614.ttl b/src/cco-iris/ont00000614.ttl new file mode 100644 index 00000000..ae170e8d --- /dev/null +++ b/src/cco-iris/ont00000614.ttl @@ -0,0 +1,41 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000614 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "'Matter' here can also refer to the inertial energy of an object."@en , + "Typical unit of measure is the kilogram or pound."@en ; + rdfs:label "Mass"@en ; + "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000615.ttl b/src/cco-iris/ont00000615.ttl new file mode 100644 index 00000000..44cf3d29 --- /dev/null +++ b/src/cco-iris/ont00000615.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000433 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000615 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Encounter"@en ; + "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000616.ttl b/src/cco-iris/ont00000616.ttl new file mode 100644 index 00000000..53e4c194 --- /dev/null +++ b/src/cco-iris/ont00000616.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000616 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Religion"@en ; + "An Information Content Entity that consists of a collection of claims about the meaning or origin of existence or about the existence or nature of one or more deities, an afterlife, or spiritual or sacred entities, and which is accepted as true by an Agent or Group of Agents."@en ; + "http://www.dictionary.com/browse/religion" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000617.ttl b/src/cco-iris/ont00000617.ttl new file mode 100644 index 00000000..819e898b --- /dev/null +++ b/src/cco-iris/ont00000617.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000199 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000617 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrared Camera"@en ; + "Thermal Imaging Camera"@en , + "Thermographic Camera"@en ; + "A Camera that is designed to form and record an image generated from infrared radiation."@en ; + "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000618.ttl b/src/cco-iris/ont00000618.ttl new file mode 100644 index 00000000..82ae43d5 --- /dev/null +++ b/src/cco-iris/ont00000618.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000053 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000618 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Vehicle"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by some form of ground travel."@en ; + "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000713 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000796 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000840 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000619.ttl b/src/cco-iris/ont00000619.ttl new file mode 100644 index 00000000..574d5666 --- /dev/null +++ b/src/cco-iris/ont00000619.ttl @@ -0,0 +1,85 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000225 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000619 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Week"@en ; + "A Temporal Interval that is equal to seven consecutive Days."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000810 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001023 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000620.ttl b/src/cco-iris/ont00000620.ttl new file mode 100644 index 00000000..36bd0b2b --- /dev/null +++ b/src/cco-iris/ont00000620.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000257 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000620 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiopacity"@en ; + "Radiodensity"@en ; + "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@en ; + "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000695 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001384 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000621.ttl b/src/cco-iris/ont00000621.ttl new file mode 100644 index 00000000..47718937 --- /dev/null +++ b/src/cco-iris/ont00000621.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000621 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Inverse Sawtooth Waveform"@en ; + "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from maximum to minimum Amplitudes followed by a near-instantaneous transition from the minimum to maximum Amplitudes of the Wave Cycle."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001286 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000622.ttl b/src/cco-iris/ont00000622.ttl new file mode 100644 index 00000000..f136ff65 --- /dev/null +++ b/src/cco-iris/ont00000622.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000622 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Fully Mission Capable"@en ; + "A Stasis of Mission Capability during which the participating Continuant is capable of performing all of its primary functions for the specified Mission."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001132 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000623.ttl b/src/cco-iris/ont00000623.ttl new file mode 100644 index 00000000..e6be40f9 --- /dev/null +++ b/src/cco-iris/ont00000623.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000623 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Impact Shielding Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact reduces the damage caused to the shielded object by an impact with another object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000624.ttl b/src/cco-iris/ont00000624.ttl new file mode 100644 index 00000000..421308e4 --- /dev/null +++ b/src/cco-iris/ont00000624.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000624 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Report"@en ; + "A Document that is designed to bear some specific Information Content Entity that conveys an account of some event, situation, or the result of some observation or inquiry."@en ; + "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001298 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000625.ttl b/src/cco-iris/ont00000625.ttl new file mode 100644 index 00000000..faf58e1e --- /dev/null +++ b/src/cco-iris/ont00000625.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000625 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nozzle Throat"@en ; + "A Fluid Control Artifact that consists of the narrowest portion of a Nozzle that is designed to converge the flow of fluid in order to increase the Velocity of the flow."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000626.ttl b/src/cco-iris/ont00000626.ttl new file mode 100644 index 00000000..a2051e12 --- /dev/null +++ b/src/cco-iris/ont00000626.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000626 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Since predictions are inherently about not-yet-existant things, the Modal Relation Ontology term 'describes' (i.e. mro:describes) should be used (instead of the standard cco:describes) to relate instances of Predictive Information Content Entity to the entities they are about."@en ; + rdfs:label "Predictive Information Content Entity"@en ; + "Prediction"@en , + "Prediction Information Content Entity"@en ; + "A Descriptive Information Content Entity that describes an uncertain future event."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000627.ttl b/src/cco-iris/ont00000627.ttl new file mode 100644 index 00000000..f7932c99 --- /dev/null +++ b/src/cco-iris/ont00000627.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000627 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Infrastructure Element"@en ; + "A Material Entity that bears an Infrastructure Role."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000628.ttl b/src/cco-iris/ont00000628.ttl new file mode 100644 index 00000000..e6e5e3ca --- /dev/null +++ b/src/cco-iris/ont00000628.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000016 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000512 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000628 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electromagnetic Radiation Property"@en ; + "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000784 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001137 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001291 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001384 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000629.ttl b/src/cco-iris/ont00000629.ttl new file mode 100644 index 00000000..d0ba432a --- /dev/null +++ b/src/cco-iris/ont00000629.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000629 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Deception Artifact Function"@en ; + "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en ; + "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000630.ttl b/src/cco-iris/ont00000630.ttl new file mode 100644 index 00000000..38336e1e --- /dev/null +++ b/src/cco-iris/ont00000630.ttl @@ -0,0 +1,88 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000124 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Universal Time Reference System"@en ; + "A Solar Time Reference System that is based on the average speed of the Earth's rotation and which uses the prime meridian at 0° longitude as a reference point."@en ; + "UT" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001436 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001491 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001506 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001537 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001548 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001625 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001695 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001716 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000631.ttl b/src/cco-iris/ont00000631.ttl new file mode 100644 index 00000000..6981eb7c --- /dev/null +++ b/src/cco-iris/ont00000631.ttl @@ -0,0 +1,79 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000171 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000139 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000631 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + "2023-02-06T10:14:09-05:00"@en ; + rdfs:label "Material Territory of a Country"@en ; + "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; + "Material Territory of a Country"@en ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000662 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000632.ttl b/src/cco-iris/ont00000632.ttl new file mode 100644 index 00000000..3675870b --- /dev/null +++ b/src/cco-iris/ont00000632.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000016 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000632 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Magnetism"@en ; + "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000633.ttl b/src/cco-iris/ont00000633.ttl new file mode 100644 index 00000000..19d296ca --- /dev/null +++ b/src/cco-iris/ont00000633.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000633 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "When an object is \"weighed\", in the typical case, it is done so by taking into account the local force of gravity to determine the object's mass, whose standard of measure is the kilogram. The actual unit of measure of weight is the newton."@en ; + rdfs:label "Weight"@en ; + "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000634.ttl b/src/cco-iris/ont00000634.ttl new file mode 100644 index 00000000..d8a1224e --- /dev/null +++ b/src/cco-iris/ont00000634.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000343 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000431 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000634 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Steam Engine"@en ; + "An External Combustion Engine that is designed to use steam as its working fluid."@en ; + "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000788 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000635.ttl b/src/cco-iris/ont00000635.ttl new file mode 100644 index 00000000..024f55ac --- /dev/null +++ b/src/cco-iris/ont00000635.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000635 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Refraction Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact participating in a refraction event in which the Artifact causes a change in direction of wave propagation due to a change in its transmission medium."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000636.ttl b/src/cco-iris/ont00000636.ttl new file mode 100644 index 00000000..02c5f866 --- /dev/null +++ b/src/cco-iris/ont00000636.ttl @@ -0,0 +1,52 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000345 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000636 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Note that, while most if not all Acts of Appraisal involve some estimating and many Acts of Estimation involve some appraising (i.e. these classes are not disjoint), neither class subsumes the other. For example, some Acts of Appraisal (e.g. a tax assessor appraising the value of a building) impart a normative element to the measured value while others (e.g. a gustatory appraisal that fresh green beans taste better than canned green beans) involve complete information. Furthermore, many Acts of Estimation (e.g. estimating the height of a tree) are concerned solely with determining a numerical value (as opposed to the nature, value, importance, condition, or quality)."@en ; + rdfs:label "Act of Appraisal"@en ; + "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ; + "a food critic rating the quality of a restaurant's ambiance, service, and food" , + "a mechanic assessing whether a damaged vehicle is repairable" , + "an insurance agent appraising the financial value of a building" ; + "In the context of an Act of Appraisal, the terms 'value', 'condition', and 'quality' do not have the same meanings as their counterparts that are defined in the Common Core Ontologies. For example, a knife may be appraised to be of high quality if it is sharp and sturdy or to be of inferior quality if it is dull or fragile."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000637.ttl b/src/cco-iris/ont00000637.ttl new file mode 100644 index 00000000..8077d30c --- /dev/null +++ b/src/cco-iris/ont00000637.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000593 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000637 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Gaseous Propellant"@en ; + "A Portion of Propellant that is stored in a gaseous state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000638.ttl b/src/cco-iris/ont00000638.ttl new file mode 100644 index 00000000..442eebef --- /dev/null +++ b/src/cco-iris/ont00000638.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000210 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000638 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heat Engine"@en ; + "An Engine that is designed to convert thermal energy into mechanical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000746 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000639.ttl b/src/cco-iris/ont00000639.ttl new file mode 100644 index 00000000..e831be6d --- /dev/null +++ b/src/cco-iris/ont00000639.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000060 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000104 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000271 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000639 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mine"@en ; + "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en ; + "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000640.ttl b/src/cco-iris/ont00000640.ttl new file mode 100644 index 00000000..4821ba73 --- /dev/null +++ b/src/cco-iris/ont00000640.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000640 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Email Message"@en ; + "A Message that is transmitted to the recipient's Email Box."@en ; + "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001002 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000641.ttl b/src/cco-iris/ont00000641.ttl new file mode 100644 index 00000000..1f532234 --- /dev/null +++ b/src/cco-iris/ont00000641.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000641 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Entertainment Facility"@en ; + "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en ; + "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000802 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000642.ttl b/src/cco-iris/ont00000642.ttl new file mode 100644 index 00000000..b9355cd6 --- /dev/null +++ b/src/cco-iris/ont00000642.ttl @@ -0,0 +1,85 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000395 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000609 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000642 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Realizable Entity"@en ; + "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ; + "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001194 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000643.ttl b/src/cco-iris/ont00000643.ttl new file mode 100644 index 00000000..83218bce --- /dev/null +++ b/src/cco-iris/ont00000643.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000643 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 10–1 km"@en ; + rdfs:label "Low Frequency"@en ; + "ITU Band Number 5"@en ; + "A Radio Frequency that is between 30 and 300 kHz."@en ; + "LF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000644.ttl b/src/cco-iris/ont00000644.ttl new file mode 100644 index 00000000..1fe1bb30 --- /dev/null +++ b/src/cco-iris/ont00000644.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000004 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000644 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Oscillation is often thought of in the sense of motion, e.g., a swinging clock pendulum. However, the repetitive variation in location around a central point is technically a process of vibration, sometimes referred to as mechanical oscillation. Use the term Vibration Motion for those cases."@en ; + rdfs:label "Oscillation Process"@en ; + "Oscillation"@en ; + "A Change in which the dependent entity alternates between two or more stases."@en ; + "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000645.ttl b/src/cco-iris/ont00000645.ttl new file mode 100644 index 00000000..4266b58b --- /dev/null +++ b/src/cco-iris/ont00000645.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000645 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Permanent Resident"@en ; + "A person with a Permanent Resident Role."@en ; + "Permanent Resident"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000917 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000646.ttl b/src/cco-iris/ont00000646.ttl new file mode 100644 index 00000000..bda37857 --- /dev/null +++ b/src/cco-iris/ont00000646.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000247 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000646 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Highway"@en ; + "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en ; + "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001015 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000647.ttl b/src/cco-iris/ont00000647.ttl new file mode 100644 index 00000000..f9cce949 --- /dev/null +++ b/src/cco-iris/ont00000647.ttl @@ -0,0 +1,71 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001939 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000175 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000647 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Organization Member"@en ; + "A Person who is affiliated with some Organization by being a member of that Organization."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000648.ttl b/src/cco-iris/ont00000648.ttl new file mode 100644 index 00000000..519d9bd6 --- /dev/null +++ b/src/cco-iris/ont00000648.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000648 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Color Brightness"@en ; + "Color Intensity"@en ; + "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000784 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000649.ttl b/src/cco-iris/ont00000649.ttl new file mode 100644 index 00000000..f7486a8c --- /dev/null +++ b/src/cco-iris/ont00000649.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000003 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00000077 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000649 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Non-Name Identifier"@en ; + "ID"@en , + "Identifier"@en ; + "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified namespace or context, is not a Designative Name, may be automatically or randomly generated, and typically has no preexisting cultural or social significance."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000923 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000650.ttl b/src/cco-iris/ont00000650.ttl new file mode 100644 index 00000000..da35dffa --- /dev/null +++ b/src/cco-iris/ont00000650.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000214 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000650 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ground Moving Target Indication Artifact Function"@en ; + "A Moving Target Indication Artifact Function that inheres in Artifacts that are designed to identify and track entities moving on or near the ground."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000651.ttl b/src/cco-iris/ont00000651.ttl new file mode 100644 index 00000000..a20a655f --- /dev/null +++ b/src/cco-iris/ont00000651.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000651 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Containing Artifact Function"@en ; + "An Artifact Function that is realized in a process in which one entity contains another."@en ; + "http://www.dictionary.com/browse/containing" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000652.ttl b/src/cco-iris/ont00000652.ttl new file mode 100644 index 00000000..19e28d80 --- /dev/null +++ b/src/cco-iris/ont00000652.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000652 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decoy"@en ; + "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en ; + "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000653.ttl b/src/cco-iris/ont00000653.ttl new file mode 100644 index 00000000..3323dbd9 --- /dev/null +++ b/src/cco-iris/ont00000653.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000653 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Algorithm"@en ; + "A Directive Information Content Entity that prescribes some Process and contains a finite sequence of unambiguous instructions in order to achieve some Objective."@en ; + "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000654.ttl b/src/cco-iris/ont00000654.ttl new file mode 100644 index 00000000..b3f5ea4a --- /dev/null +++ b/src/cco-iris/ont00000654.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000654 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Terrorism"@en ; + "An Act of Violence which creates fear and which is prescribed by religious, political or ideological objectives, and which deliberately target or disregard the safety of civilians and are committed by members of non-government organizations."@en ; + "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001147 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000655.ttl b/src/cco-iris/ont00000655.ttl new file mode 100644 index 00000000..f80ef8ba --- /dev/null +++ b/src/cco-iris/ont00000655.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000655 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mailing Facility"@en ; + "A Facility that is designed for the systematic physical transportation of documents and packages."@en ; + "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000905 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000656.ttl b/src/cco-iris/ont00000656.ttl new file mode 100644 index 00000000..5e2ea860 --- /dev/null +++ b/src/cco-iris/ont00000656.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000656 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiological Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en ; + "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000657.ttl b/src/cco-iris/ont00000657.ttl new file mode 100644 index 00000000..d7868873 --- /dev/null +++ b/src/cco-iris/ont00000657.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000657 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Distance Measurement Artifact Function"@en ; + "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the spatial Distance to a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001100 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000658.ttl b/src/cco-iris/ont00000658.ttl new file mode 100644 index 00000000..abd59c08 --- /dev/null +++ b/src/cco-iris/ont00000658.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000658 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Missile Launcher"@en ; + "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001051 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000659.ttl b/src/cco-iris/ont00000659.ttl new file mode 100644 index 00000000..be514c0e --- /dev/null +++ b/src/cco-iris/ont00000659.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000659 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Torque"@en ; + "Measurement Unit of Moment of Force"@en , + "Measurement Unit of Rotational Force"@en ; + "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001504 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001555 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000660.ttl b/src/cco-iris/ont00000660.ttl new file mode 100644 index 00000000..fddc42d7 --- /dev/null +++ b/src/cco-iris/ont00000660.ttl @@ -0,0 +1,70 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001819 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000660 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Effect"@en ; + "Consequence"@en ; + "A Process that follows and is caused by some previous Process."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000855 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000661.ttl b/src/cco-iris/ont00000661.ttl new file mode 100644 index 00000000..6e15e5ae --- /dev/null +++ b/src/cco-iris/ont00000661.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000661 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Government Artifact Function"@en ; + "A Service Artifact Function that is realized in processes in which public policy is administered and the actions of its members are directed."@en ; + "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000662.ttl b/src/cco-iris/ont00000662.ttl new file mode 100644 index 00000000..0215f740 --- /dev/null +++ b/src/cco-iris/ont00000662.ttl @@ -0,0 +1,96 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000171 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000139 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000631 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000662 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + "2023-02-06T10:14:09-05:00"@en ; + rdfs:label "Material Territory of a Government Domain"@en ; + "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; + "Material Territory of a Government Domain"@en ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001341 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000663.ttl b/src/cco-iris/ont00000663.ttl new file mode 100644 index 00000000..55024708 --- /dev/null +++ b/src/cco-iris/ont00000663.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000301 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000663 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Transmission Artifact"@en ; + "A Material Artifact that is designed to transfer and regulate Power flow from a Power Source to an application point."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000664.ttl b/src/cco-iris/ont00000664.ttl new file mode 100644 index 00000000..f1e8e72d --- /dev/null +++ b/src/cco-iris/ont00000664.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000531 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000664 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Relay Station"@en ; + "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000665.ttl b/src/cco-iris/ont00000665.ttl new file mode 100644 index 00000000..43d4330a --- /dev/null +++ b/src/cco-iris/ont00000665.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000665 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cleaning Artifact Function"@en ; + "An Artifact Function that is realized in processes in which some Artifact is used to remove foreign objects from another object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000666.ttl b/src/cco-iris/ont00000666.ttl new file mode 100644 index 00000000..1d248f6d --- /dev/null +++ b/src/cco-iris/ont00000666.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000486 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000666 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Neutral Person"@en ; + "Unallied Person" ; + "A Person who is the bearer of some Neutral Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000667.ttl b/src/cco-iris/ont00000667.ttl new file mode 100644 index 00000000..d55a8107 --- /dev/null +++ b/src/cco-iris/ont00000667.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000667 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Combat Outpost"@en ; + "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ; + "https://en.wikipedia.org/wiki/Outpost_(military)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001052 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000668.ttl b/src/cco-iris/ont00000668.ttl new file mode 100644 index 00000000..74336d42 --- /dev/null +++ b/src/cco-iris/ont00000668.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000668 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Battery Terminal"@en ; + "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en ; + "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000669.ttl b/src/cco-iris/ont00000669.ttl new file mode 100644 index 00000000..60a4df47 --- /dev/null +++ b/src/cco-iris/ont00000669.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000669 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Distance Measurement Information Content Entity"@en ; + "A Ratio Measurement Information Content Entity that is a measurement of a One-Dimensional Extent inhering in some Site that is externally connected to two Independent Continuants."@en ; + "Displacement (vector) is the shortest possible distance (scalar) between two points. Further thought is needed to adequately handle measurements of distance traveled along a path, e.g., a circuitous path or an arc (such as the surface of a planet), versus the simple case of a direct, straight line between two points."@en , + "Distance is a measure between two reference points, which are located on or in, or in some manner part of, the two obejcts for which the length of the extent between is sought. For exmple, the center point of the indentation of a ball in the sand and the edge of the foul line, the forwardmost point on a car's bumper and the closest point on the 2-dimensional plane that serves as the fiat boundary of a crosswalk, the center of an antenna array and closest point on ground."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000670.ttl b/src/cco-iris/ont00000670.ttl new file mode 100644 index 00000000..9a09fdce --- /dev/null +++ b/src/cco-iris/ont00000670.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000670 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Distribution Port"@en ; + "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ; + "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001258 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000671.ttl b/src/cco-iris/ont00000671.ttl new file mode 100644 index 00000000..cd0808ff --- /dev/null +++ b/src/cco-iris/ont00000671.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000415 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000671 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Anti-Bacterial Artifact Function"@en ; + "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some bacterium."@en ; + "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000672.ttl b/src/cco-iris/ont00000672.ttl new file mode 100644 index 00000000..1f9c0cbb --- /dev/null +++ b/src/cco-iris/ont00000672.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000672 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 10,000–1,000 km"@en ; + rdfs:label "Super Low Frequency"@en ; + "ITU Band Number 2"@en ; + "A Radio Frequency that is between 30 and 300 Hz."@en ; + "SLF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000673.ttl b/src/cco-iris/ont00000673.ttl new file mode 100644 index 00000000..b5ee481d --- /dev/null +++ b/src/cco-iris/ont00000673.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000673 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthetic Foot"@en ; + "A Prosthesis that is designed to replace a missing foot."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000715 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000674.ttl b/src/cco-iris/ont00000674.ttl new file mode 100644 index 00000000..6942f406 --- /dev/null +++ b/src/cco-iris/ont00000674.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000227 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000425 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000674 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Year"@en ; + "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000832 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000675.ttl b/src/cco-iris/ont00000675.ttl new file mode 100644 index 00000000..1024090c --- /dev/null +++ b/src/cco-iris/ont00000675.ttl @@ -0,0 +1,85 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001857 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000260 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000675 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Sound Wave Process"@en ; + "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."@en ; + "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000862 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001028 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001227 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000676.ttl b/src/cco-iris/ont00000676.ttl new file mode 100644 index 00000000..10e32cee --- /dev/null +++ b/src/cco-iris/ont00000676.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000676 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Inhabitancy"@en ; + "A Planned Act in which a Person lives at a Site for a period of time that may be as short as 1 day/night or as long as the Person's entire life."@en ; + "http://www.merriam-webster.com/dictionary/inhabit" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000739 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001128 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000677.ttl b/src/cco-iris/ont00000677.ttl new file mode 100644 index 00000000..030d414d --- /dev/null +++ b/src/cco-iris/ont00000677.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000232 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000677 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Product Transport Facility"@en ; + "A Facility that is designed to transport some product."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000705 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000867 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000678.ttl b/src/cco-iris/ont00000678.ttl new file mode 100644 index 00000000..f3888fe6 --- /dev/null +++ b/src/cco-iris/ont00000678.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000098 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000678 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Voltage Regulating Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Artifact is used to cause a change in the voltage magnitude between the sending and receiving end of an electrical component."@en ; + "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000679.ttl b/src/cco-iris/ont00000679.ttl new file mode 100644 index 00000000..06cd73c9 --- /dev/null +++ b/src/cco-iris/ont00000679.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000679 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Attitude Control Artifact Function"@en ; + "Orientation Control Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact participating in an attitude control process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000680.ttl b/src/cco-iris/ont00000680.ttl new file mode 100644 index 00000000..23585754 --- /dev/null +++ b/src/cco-iris/ont00000680.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000680 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Medical Depot"@en ; + "A Storage Facility that is designed to store medical supplies."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000681.ttl b/src/cco-iris/ont00000681.ttl new file mode 100644 index 00000000..f5b68afc --- /dev/null +++ b/src/cco-iris/ont00000681.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000236 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000681 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "External Navigation Lighting System"@en ; + "A Lighting System that is designed to be attached to some Vehicle and to emit colored light in order to signal that Vehicle's position, heading, and status."@en ; + "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000682.ttl b/src/cco-iris/ont00000682.ttl new file mode 100644 index 00000000..66dd07ff --- /dev/null +++ b/src/cco-iris/ont00000682.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000136 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000682 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mirror"@en ; + "An Optical Instrument that is designed to reflect light that has a wavelength within a given range and is incident on its relflecting surface such that the reflected light maintains most of the characteristics of the original light."@en ; + "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000683.ttl b/src/cco-iris/ont00000683.ttl new file mode 100644 index 00000000..aeff5de2 --- /dev/null +++ b/src/cco-iris/ont00000683.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000605 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000683 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Diminutive Name"@en ; + "An Abbreviated Name that is a familiar form of a Proper Name."@en ; + "Alex, Bob, Cathy" ; + "\"Familiar form of a Proper Name\" means: that the name is (originally) a short, affectionate version of the fuller name, used (originally) by family or friends."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000684.ttl b/src/cco-iris/ont00000684.ttl new file mode 100644 index 00000000..0d161eb7 --- /dev/null +++ b/src/cco-iris/ont00000684.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000684 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Contract Formation"@en ; + "An Act of Promising having a lawful object entered into voluntarily by two or more agents with legal capacity, each of whom intends to create one or more legal obligations between them."@en ; + "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000821 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000685.ttl b/src/cco-iris/ont00000685.ttl new file mode 100644 index 00000000..50b545e9 --- /dev/null +++ b/src/cco-iris/ont00000685.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000207 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000685 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Government Domain Border"@en ; + "A Geospatial Boundary that is a boundary of some Government Domain."@en ; + "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000686.ttl b/src/cco-iris/ont00000686.ttl new file mode 100644 index 00000000..ff5c958e --- /dev/null +++ b/src/cco-iris/ont00000686.ttl @@ -0,0 +1,158 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001879 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000008 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000003 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000292 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000390 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000399 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000649 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith , + ; + rdfs:label "Designative Information Content Entity"@en ; + "Designative ICE"@en ; + "An Information Content Entity that consists of a set of symbols that denote some Entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001045 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001103 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000687.ttl b/src/cco-iris/ont00000687.ttl new file mode 100644 index 00000000..5f61b638 --- /dev/null +++ b/src/cco-iris/ont00000687.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000234 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000235 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000237 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000573 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000687 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Training Acquisition"@en ; + "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000925 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001074 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000688.ttl b/src/cco-iris/ont00000688.ttl new file mode 100644 index 00000000..19d21573 --- /dev/null +++ b/src/cco-iris/ont00000688.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000294 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000688 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Turbofan Air-Breathing Jet Engine"@en ; + "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en ; + "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000689.ttl b/src/cco-iris/ont00000689.ttl new file mode 100644 index 00000000..d60544f5 --- /dev/null +++ b/src/cco-iris/ont00000689.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000689 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Switch Artifact Function"@en ; + "An Artifact Function that is realized in a process of breaking an electric circuit by interrupting the current or diverting it from one conductor to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000690.ttl b/src/cco-iris/ont00000690.ttl new file mode 100644 index 00000000..2d542ef6 --- /dev/null +++ b/src/cco-iris/ont00000690.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000346 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000690 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Instrument"@en ; + "A Communication Instrument that is designed for use by some Agent in some Act of Communication where the recipient of that communication is potentially a significant distance away from the Agent."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000906 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000907 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000691.ttl b/src/cco-iris/ont00000691.ttl new file mode 100644 index 00000000..0faef319 --- /dev/null +++ b/src/cco-iris/ont00000691.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000691 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Tank"@en ; + "A Container that is designed to store a Portion of Fuel."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000692.ttl b/src/cco-iris/ont00000692.ttl new file mode 100644 index 00000000..badf46c9 --- /dev/null +++ b/src/cco-iris/ont00000692.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000692 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."@en ; + rdfs:label "Probability Measurement Information Content Entity"@en ; + "Likelihood Measurement"@en , + "Probability Measurement"@en ; + "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en ; + "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000693.ttl b/src/cco-iris/ont00000693.ttl new file mode 100644 index 00000000..b3fe7bfd --- /dev/null +++ b/src/cco-iris/ont00000693.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000575 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000693 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mass Specification"@en ; + "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000694.ttl b/src/cco-iris/ont00000694.ttl new file mode 100644 index 00000000..b90f918f --- /dev/null +++ b/src/cco-iris/ont00000694.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000694 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nozzle Mouth"@en ; + "A Fluid Control Artifact that consists of the portion of a Nozzle at the end that is designed to be where the flow of fluid exits the Nozzle."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000695.ttl b/src/cco-iris/ont00000695.ttl new file mode 100644 index 00000000..5b329664 --- /dev/null +++ b/src/cco-iris/ont00000695.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000620 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000695 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiolucent"@en ; + "Hypodense"@en , + "Transradiance"@en ; + "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000696.ttl b/src/cco-iris/ont00000696.ttl new file mode 100644 index 00000000..4186554d --- /dev/null +++ b/src/cco-iris/ont00000696.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000696 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ideology"@en ; + "An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000976 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000697.ttl b/src/cco-iris/ont00000697.ttl new file mode 100644 index 00000000..534db69a --- /dev/null +++ b/src/cco-iris/ont00000697.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000279 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000697 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Enemy Person"@en ; + "A Person who is the bearer of some Enemy Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000698.ttl b/src/cco-iris/ont00000698.ttl new file mode 100644 index 00000000..45f357b9 --- /dev/null +++ b/src/cco-iris/ont00000698.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000252 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000698 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "By increasing the Exhaust Velocity of the gas, the Nozzle increases the Thrust generated."@en ; + rdfs:label "Convergent-Divergent Nozzle"@en ; + "CD Nozzle"@en , + "de Laval Nozzle"@en ; + "A Nozzle that consists of a tube with an asymmetric hourglass shape that is designed to accelerate hot pressurized gas by converting the heat energy of the gas flow into kinetic energy as it passes through the Nozzle Throat to generate increased Exhaust Velocity of the gas as it exits the Nozzle."@en ; + "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000699.ttl b/src/cco-iris/ont00000699.ttl new file mode 100644 index 00000000..43ee036c --- /dev/null +++ b/src/cco-iris/ont00000699.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000699 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Afternoon"@en ; + "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000700.ttl b/src/cco-iris/ont00000700.ttl new file mode 100644 index 00000000..394f57a5 --- /dev/null +++ b/src/cco-iris/ont00000700.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000700 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Computer Network"@en ; + "Data Network"@en ; + "A Telecommunication Network that is designed to allow the exchange of data between two or more computers connected to the network."@en ; + "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000998 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000701.ttl b/src/cco-iris/ont00000701.ttl new file mode 100644 index 00000000..9c172e42 --- /dev/null +++ b/src/cco-iris/ont00000701.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000701 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wire Receiver"@en ; + "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001145 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000702.ttl b/src/cco-iris/ont00000702.ttl new file mode 100644 index 00000000..b5b73e68 --- /dev/null +++ b/src/cco-iris/ont00000702.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000702 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Image"@en ; + "An Information Bearing Artifact that is designed to carry an Information Content Entity that represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en ; + "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000743 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000703.ttl b/src/cco-iris/ont00000703.ttl new file mode 100644 index 00000000..28a73be1 --- /dev/null +++ b/src/cco-iris/ont00000703.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000159 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000703 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "System Clock"@en ; + "A Timekeeping Instrument that is part of a computer an is designed to issue a steady high-frequency signal that is used to synchronize all of the computer's internal components."@en ; + "http://www.thefreedictionary.com/system+clock" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000704.ttl b/src/cco-iris/ont00000704.ttl new file mode 100644 index 00000000..000f5ef6 --- /dev/null +++ b/src/cco-iris/ont00000704.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000704 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Tunnel"@en ; + "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel underneath a surrounding soil, earth, or rock formation."@en ; + "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000705.ttl b/src/cco-iris/ont00000705.ttl new file mode 100644 index 00000000..265bbf51 --- /dev/null +++ b/src/cco-iris/ont00000705.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000677 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000705 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Transmission Line"@en ; + "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en ; + "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000706.ttl b/src/cco-iris/ont00000706.ttl new file mode 100644 index 00000000..6b0d91ad --- /dev/null +++ b/src/cco-iris/ont00000706.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000706 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Terminal Board"@en ; + "A Material Artifact that is designed to join electrical terminations and create an electrical circuit by means of a block which connects individual wires without a splice or physically joining the ends."@en ; + "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000707.ttl b/src/cco-iris/ont00000707.ttl new file mode 100644 index 00000000..6b76293b --- /dev/null +++ b/src/cco-iris/ont00000707.ttl @@ -0,0 +1,83 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000707 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Angle"@en ; + "A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex."@en ; + "degrees, radians" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001388 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001453 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001489 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001604 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001609 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001659 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001685 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000708.ttl b/src/cco-iris/ont00000708.ttl new file mode 100644 index 00000000..376ae6cd --- /dev/null +++ b/src/cco-iris/ont00000708.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000708 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Water Tower"@en ; + "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ; + "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000709.ttl b/src/cco-iris/ont00000709.ttl new file mode 100644 index 00000000..c29a965f --- /dev/null +++ b/src/cco-iris/ont00000709.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000709 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Visual Prosthesis"@en ; + "Bionic Eye"@en ; + "An Artificial Eye that is designed to replace a missing eye, which performs the function of an eye."@en ; + "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001248 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000710.ttl b/src/cco-iris/ont00000710.ttl new file mode 100644 index 00000000..3b35c815 --- /dev/null +++ b/src/cco-iris/ont00000710.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000710 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Command Post Facility"@en ; + "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ; + "http://www.dictionary.com/browse/command-post" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001052 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000711.ttl b/src/cco-iris/ont00000711.ttl new file mode 100644 index 00000000..6a0696a4 --- /dev/null +++ b/src/cco-iris/ont00000711.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000156 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000711 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Semi-automatic Pistol"@en ; + "A Hand Gun that has a single fixed firing chamber machined into the rear of the barrel and an ammunition magazine capable of holding multiple Cartridges such that the Hand Gun is designed to automatically reload each time it is fired and to fire a Bullet with each successive pull of the trigger until the stored ammunition is depleted."@en ; + "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000712.ttl b/src/cco-iris/ont00000712.ttl new file mode 100644 index 00000000..cfc9cb0f --- /dev/null +++ b/src/cco-iris/ont00000712.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000712 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Acceleration"@en ; + "A Process Profile that is the rate of change of the Velocity of an object."@en ; + "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000763 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001112 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000713.ttl b/src/cco-iris/ont00000713.ttl new file mode 100644 index 00000000..dabebd51 --- /dev/null +++ b/src/cco-iris/ont00000713.ttl @@ -0,0 +1,85 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000440 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000618 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000713 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle"@en ; + "A Material Artifact that is designed to facilitate the movement of material entities from one location to another by conveying them there."@en ; + "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001043 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001071 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001139 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001185 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000714.ttl b/src/cco-iris/ont00000714.ttl new file mode 100644 index 00000000..ce794e90 --- /dev/null +++ b/src/cco-iris/ont00000714.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000714 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Horn Antenna"@en ; + "Microwave Horn"@en ; + "A Radio Antenna that consists of a flaring metal waveguide shaped like a horn to direct radio waves in a beam and can be used on its own or as a feeder for larger antenna structures, such as Parabolic Antennas."@en ; + "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001192 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000715.ttl b/src/cco-iris/ont00000715.ttl new file mode 100644 index 00000000..5b29ba53 --- /dev/null +++ b/src/cco-iris/ont00000715.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000299 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000341 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000417 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000673 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000715 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prosthesis"@en ; + "A Medical Artifact that is designed to replace a missing body part."@en ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001188 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001248 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001381 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000716.ttl b/src/cco-iris/ont00000716.ttl new file mode 100644 index 00000000..42ac7582 --- /dev/null +++ b/src/cco-iris/ont00000716.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000716 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electric Battery"@en ; + "Battery"@en ; + "An Electrical Power Source that is designed to produce electric power by converting chemical energy to electrical energy."@en ; + "https://en.wikipedia.org/wiki/Battery_(electricity)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001050 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001105 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000717.ttl b/src/cco-iris/ont00000717.ttl new file mode 100644 index 00000000..885a009a --- /dev/null +++ b/src/cco-iris/ont00000717.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000717 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fossil Fuel Power Plant"@en ; + "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001076 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000718.ttl b/src/cco-iris/ont00000718.ttl new file mode 100644 index 00000000..145a0d6e --- /dev/null +++ b/src/cco-iris/ont00000718.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000460 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000718 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Village"@en ; + "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."@en ; + "http://www.merriam-webster.com/dictionary/village" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000719.ttl b/src/cco-iris/ont00000719.ttl new file mode 100644 index 00000000..2d1d8c32 --- /dev/null +++ b/src/cco-iris/ont00000719.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000282 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000719 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Counterfeit Instrument"@en ; + "A Material Artifact that is designed to be a fake replica of some genuine Artifact."@en ; + "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001161 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000720.ttl b/src/cco-iris/ont00000720.ttl new file mode 100644 index 00000000..9be39b2b --- /dev/null +++ b/src/cco-iris/ont00000720.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000020 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000720 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cryogenic Storage Dewar"@en ; + "A Container that is designed to store a Portion of Cryogenic Material (such as liquid helium or liquid oxygen) and which consists of, minimally, walls that are constructed from two or more layers that are separated by a high vacuum to provide thermal insulation between the interior and exterior of the dewar."@en ; + "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000721.ttl b/src/cco-iris/ont00000721.ttl new file mode 100644 index 00000000..7753e04b --- /dev/null +++ b/src/cco-iris/ont00000721.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000721 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Polarizing Prism"@en ; + "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000804 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000722.ttl b/src/cco-iris/ont00000722.ttl new file mode 100644 index 00000000..ffb3693b --- /dev/null +++ b/src/cco-iris/ont00000722.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000146 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000722 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sea Level"@en ; + "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000723.ttl b/src/cco-iris/ont00000723.ttl new file mode 100644 index 00000000..73259106 --- /dev/null +++ b/src/cco-iris/ont00000723.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000086 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000723 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle Control System"@en ; + "A Control System that is designed to enable some Agent to control some Vehicle."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000781 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000877 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001019 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000724.ttl b/src/cco-iris/ont00000724.ttl new file mode 100644 index 00000000..2885834d --- /dev/null +++ b/src/cco-iris/ont00000724.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000724 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Parabolic Antenna"@en ; + "Dish Antenna"@en , + "Parabolic Dish"@en ; + "A Radio Antenna that uses a parabolic reflector to direct or receive radio waves and has a very high gain."@en ; + "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001192 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000725.ttl b/src/cco-iris/ont00000725.ttl new file mode 100644 index 00000000..6fa4ed7a --- /dev/null +++ b/src/cco-iris/ont00000725.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000455 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000725 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wedding"@en ; + "Act of Wedding Ceremony"@en ; + "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@en ; + "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000726.ttl b/src/cco-iris/ont00000726.ttl new file mode 100644 index 00000000..bedfee0a --- /dev/null +++ b/src/cco-iris/ont00000726.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000004 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000290 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000726 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Dependent Continuant"@en ; + "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001322 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000727.ttl b/src/cco-iris/ont00000727.ttl new file mode 100644 index 00000000..57c13b16 --- /dev/null +++ b/src/cco-iris/ont00000727.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000076 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000727 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Artifact Function"@en ; + "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001148 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000728.ttl b/src/cco-iris/ont00000728.ttl new file mode 100644 index 00000000..b1866a05 --- /dev/null +++ b/src/cco-iris/ont00000728.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000215 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000728 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The submillimeter waveband is between the far-infrared and microwave wavebands and is typically taken to have a wavelength of between a few hundred micrometers and a millimeter."@en ; + rdfs:label "Submillimeter Wavelength Radio Telescope"@en ; + "Microwave Telescope"@en ; + "A Radio Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves from the submillimeter waveband (i.e. microwaves) to form an enhanced image of the Object."@en ; + "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000729.ttl b/src/cco-iris/ont00000729.ttl new file mode 100644 index 00000000..9ee50e50 --- /dev/null +++ b/src/cco-iris/ont00000729.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000275 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000729 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spherical Coordinate System"@en ; + "A Spatial Reference System for three-dimensional spatial regions that identifies each point using an ordered triple of numerical coordinates that consist of the radial distance of the point of interest from a fixed origin, its polar angle measured from a fixed zenith direction, and the azimuth angle of its orthogonal projection measured from a fixed direction on a reference plane that passes through the origin and is orthogonal to the zenith."@en ; + "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000730.ttl b/src/cco-iris/ont00000730.ttl new file mode 100644 index 00000000..82342b51 --- /dev/null +++ b/src/cco-iris/ont00000730.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000730 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Power Transfer Unit"@en ; + "A Material Artifact that is designed to transfer hydraulic power from one of an Aircraft's hydraulic systems to another in the event that a system has failed or been turned off."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000731.ttl b/src/cco-iris/ont00000731.ttl new file mode 100644 index 00000000..83542a33 --- /dev/null +++ b/src/cco-iris/ont00000731.ttl @@ -0,0 +1,61 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000731 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations ('Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Deviation Measurement Information Content Entity"@en ; + "Conformance Measurement"@en , + "Degree of Conformance"@en , + "Degree of Deviation"@en , + "Deviation Measurement"@en ; + "A Measurement Information Content Entity that is a measurement of the extent to which an entity conforms to how it is expected or supposed to be."@en ; + "a missile impact deviates from its target location by 100 feet" , + "a satellite deviaties from its predicted orbital path by 5 kilometers" , + "an overweight piece of luggage deviates from an airline's maximum allowed weight by +10 pounds" ; + "In order for a Deviation to exist, an entity must first be expected, represented, prescribed, or predicted as being a certain way. Then, at a future time, this value can be compared to its actual, reported, or measured value to determine the Deviation between these values."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000732.ttl b/src/cco-iris/ont00000732.ttl new file mode 100644 index 00000000..1ccdab90 --- /dev/null +++ b/src/cco-iris/ont00000732.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000519 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000732 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 1,000–1 mm"@en ; + rdfs:label "Microwave Frequency"@en ; + "A Radio Frequency that is between 300 MHz and 300 GHz."@en ; + "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000989 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001108 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000733.ttl b/src/cco-iris/ont00000733.ttl new file mode 100644 index 00000000..47e05f41 --- /dev/null +++ b/src/cco-iris/ont00000733.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000733 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spherical"@en ; + "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001360 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000734.ttl b/src/cco-iris/ont00000734.ttl new file mode 100644 index 00000000..d6b89d50 --- /dev/null +++ b/src/cco-iris/ont00000734.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000552 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000734 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Land Mine"@en ; + "An Explosive Weapon that is designed to be concealed under or on the ground and to detonate as its target passes over or near it."@en ; + "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000735.ttl b/src/cco-iris/ont00000735.ttl new file mode 100644 index 00000000..149d86ab --- /dev/null +++ b/src/cco-iris/ont00000735.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000406 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000735 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Region Bounding Box Identifier List"@en ; + "A Measurement Unit of Geocoordinate that is comprised of 4 pairs of coordinates, one for each of the 4 defining points (North, West, South, East) of a Geospatial Region Bounding Box."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000736.ttl b/src/cco-iris/ont00000736.ttl new file mode 100644 index 00000000..3d93fd7d --- /dev/null +++ b/src/cco-iris/ont00000736.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000092 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000569 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000736 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Transducer"@en ; + "A Material Artifact that is designed to convert one form of energy to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001242 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000737.ttl b/src/cco-iris/ont00000737.ttl new file mode 100644 index 00000000..5dc817b5 --- /dev/null +++ b/src/cco-iris/ont00000737.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000483 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000737 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Forward Operations Base"@en ; + "Forward Operating Base"@en ; + "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en ; + "FOB" ; + "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000738.ttl b/src/cco-iris/ont00000738.ttl new file mode 100644 index 00000000..4351ddf2 --- /dev/null +++ b/src/cco-iris/ont00000738.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000738 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Length"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001367 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000739.ttl b/src/cco-iris/ont00000739.ttl new file mode 100644 index 00000000..d0e59e47 --- /dev/null +++ b/src/cco-iris/ont00000739.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000676 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000739 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Sojourn"@en ; + "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000740.ttl b/src/cco-iris/ont00000740.ttl new file mode 100644 index 00000000..9d8e16db --- /dev/null +++ b/src/cco-iris/ont00000740.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000002 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000740 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "This class is designed to group continuants according to a very broad criterion and is not intended to be used as a parent class for entities that can be more specifically represented under another class. Hence, Natural Resource may be an appropriate subtype but Money, Oil, and Gold Mine are not."@en ; + rdfs:label "Resource"@en ; + "A Continuant that is owned by, in the possession of, or is otherwise controlled by an Agent such that it could be used by that Agent."@en ; + "a group of interns" , + "a knowledge base" , + "a plot of land" , + "a software program" , + "a sum of money" , + "a vehicle" ; + "Resources are Resources for some Agent. If no instance of Agent existed, no instance of Resource would exist either. It is not a requirement that something be valuable in order for it to be a Resource. Thus the value of something can drastically change without altering whether that thing is a Resource."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000741.ttl b/src/cco-iris/ont00000741.ttl new file mode 100644 index 00000000..77d800a0 --- /dev/null +++ b/src/cco-iris/ont00000741.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001936 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000544 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000741 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Targeting"@en ; + "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000742.ttl b/src/cco-iris/ont00000742.ttl new file mode 100644 index 00000000..1c7d0d4f --- /dev/null +++ b/src/cco-iris/ont00000742.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000409 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000454 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000742 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ignition System"@en ; + "A Material Artifact that is designed to produce an Ignition process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000743.ttl b/src/cco-iris/ont00000743.ttl new file mode 100644 index 00000000..8330c194 --- /dev/null +++ b/src/cco-iris/ont00000743.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000702 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000743 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chart"@en ; + "An Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@en ; + "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000744.ttl b/src/cco-iris/ont00000744.ttl new file mode 100644 index 00000000..4fec5d93 --- /dev/null +++ b/src/cco-iris/ont00000744.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000433 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000744 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Social Group Membership"@en ; + "An Act of Association wherein a Person belongs to some Social Group."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000745.ttl b/src/cco-iris/ont00000745.ttl new file mode 100644 index 00000000..fbc46e43 --- /dev/null +++ b/src/cco-iris/ont00000745.ttl @@ -0,0 +1,61 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000029 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000154 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000745 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Point Estimate Information Content Entity"@en ; + "Best Estimate"@en , + "Point Estimate"@en , + "Point Estimate Measurement Information Content Entity"@en ; + "An Estimate Information Content Entity that consists of a single value for the measured entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000896 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001176 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000746.ttl b/src/cco-iris/ont00000746.ttl new file mode 100644 index 00000000..4a18442d --- /dev/null +++ b/src/cco-iris/ont00000746.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000394 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000431 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000638 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000746 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Combustion Engine"@en ; + "A Heat Engine that is designed to convert thermal energy that is generated through a local Combustion process into mechanical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000747.ttl b/src/cco-iris/ont00000747.ttl new file mode 100644 index 00000000..e3e72a53 --- /dev/null +++ b/src/cco-iris/ont00000747.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000549 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000747 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Canal"@en ; + "A Water Transportation Artifact that is an artificial Hydrographic Feature designed to convey water or enable Watercraft to travel inland."@en ; + "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000748.ttl b/src/cco-iris/ont00000748.ttl new file mode 100644 index 00000000..e5e95e50 --- /dev/null +++ b/src/cco-iris/ont00000748.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000748 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bullet"@en ; + "A Portion of Ammunition that is designed to be projected by a Firearm, Sling, Slingshot, or Air Gun, but which does not (typically) contain explosives."@en ; + "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001150 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000749.ttl b/src/cco-iris/ont00000749.ttl new file mode 100644 index 00000000..690afab0 --- /dev/null +++ b/src/cco-iris/ont00000749.ttl @@ -0,0 +1,67 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000498 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000749 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Julian Day Number"@en ; + "A Decimal Date Identifier that designates some Julian Day by using a number to indicate the sequential ordering of the Day since the Julian Date epoch."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000833 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000894 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000750.ttl b/src/cco-iris/ont00000750.ttl new file mode 100644 index 00000000..015db62e --- /dev/null +++ b/src/cco-iris/ont00000750.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000750 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Text Messaging"@en ; + "Act of Text Messaging"@en , + "Act of Texting"@en ; + "An Act of Communication by Media involving the exchange of brief written messages between fixed-line phone or mobile phone and fixed or portable devices over a network."@en ; + "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000751.ttl b/src/cco-iris/ont00000751.ttl new file mode 100644 index 00000000..46ada4f2 --- /dev/null +++ b/src/cco-iris/ont00000751.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001910 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000751 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Action Permission"@en ; + "Authorization"@en , + "License"@en ; + "A Process Regulation that permits some Process."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000752.ttl b/src/cco-iris/ont00000752.ttl new file mode 100644 index 00000000..59f3c8e2 --- /dev/null +++ b/src/cco-iris/ont00000752.ttl @@ -0,0 +1,93 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001857 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000313 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000514 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000752 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:comment "This is a defined class used to group process profiles of Wave Processes. Note that not every relevant process profile can be asserted as a subtype, however, because they (e.g. Frequency and Amplitude) are applicable to other processes as well (e.g. Oscillation Process)."@en ; + rdfs:label "Wave Process Profile"@en ; + "A Process Profile of a Wave Process."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000760 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001227 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001286 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000753.ttl b/src/cco-iris/ont00000753.ttl new file mode 100644 index 00000000..ecebaebb --- /dev/null +++ b/src/cco-iris/ont00000753.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000753 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 1,000–100 km"@en ; + rdfs:label "Ultra Low Frequency"@en ; + "ITU Band Number 3"@en ; + "A Radio Frequency that is between 300 Hz and 3 kHz."@en ; + "ULF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000754.ttl b/src/cco-iris/ont00000754.ttl new file mode 100644 index 00000000..ccf226ea --- /dev/null +++ b/src/cco-iris/ont00000754.ttl @@ -0,0 +1,80 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000261 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000391 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000490 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000610 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000754 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."@en ; + rdfs:label "Electromagnetic Radiation Frequency"@en ; + "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001047 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001056 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001337 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000755.ttl b/src/cco-iris/ont00000755.ttl new file mode 100644 index 00000000..7253009b --- /dev/null +++ b/src/cco-iris/ont00000755.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000755 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Zenith"@en ; + "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en ; + "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000756.ttl b/src/cco-iris/ont00000756.ttl new file mode 100644 index 00000000..c14ff536 --- /dev/null +++ b/src/cco-iris/ont00000756.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000756 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Database"@en ; + "An Information Bearing Artifact that is designed to bear some set of specific Information Content Entities and to be rapidly searchable and retrievable."@en ; + "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000757.ttl b/src/cco-iris/ont00000757.ttl new file mode 100644 index 00000000..1220ee57 --- /dev/null +++ b/src/cco-iris/ont00000757.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000052 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000757 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Synagogue"@en ; + "A Religious Facility that is designed for Judaic worship and prayer."@en ; + "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000758.ttl b/src/cco-iris/ont00000758.ttl new file mode 100644 index 00000000..3a9c5607 --- /dev/null +++ b/src/cco-iris/ont00000758.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000758 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Component Role"@en ; + "A Role that inheres in an entity having a discrete structure in virtue of that entity being part of a system considered at a particular level of analysis."@en ; + "ISO/IEC. 1998. Information Technology ― System and Software Integrity Levels Geneva, Switzerland: International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC). ISO/IEC. 15026:1998. : 3.1"@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000759.ttl b/src/cco-iris/ont00000759.ttl new file mode 100644 index 00000000..1e1dc930 --- /dev/null +++ b/src/cco-iris/ont00000759.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000759 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Color Saturation"@en ; + "An Optical Property that inheres in a bearer in virtue of its capacity to reflect high intensity light distributed across fewer wavelengths, typically considered on a continuum of purity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000784 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000760.ttl b/src/cco-iris/ont00000760.ttl new file mode 100644 index 00000000..69dee2c7 --- /dev/null +++ b/src/cco-iris/ont00000760.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000752 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000760 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Surface Wave Profile"@en ; + "Surface Wave"@en ; + "A Wave Process Profile in which the Wave Process propogates along the surface of a medium and which involves both transverse and longitudinal wave profiles such that the motion of the displacement of participating particles is circular or elliptical."@en ; + "the motion of an ocean wave" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000761.ttl b/src/cco-iris/ont00000761.ttl new file mode 100644 index 00000000..3917c0f5 --- /dev/null +++ b/src/cco-iris/ont00000761.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000226 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000761 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pier"@en ; + "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ; + "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000762.ttl b/src/cco-iris/ont00000762.ttl new file mode 100644 index 00000000..651a0994 --- /dev/null +++ b/src/cco-iris/ont00000762.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000415 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000762 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fungicide Artifact Function"@en ; + "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some fungus or fungal spore."@en ; + "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000763.ttl b/src/cco-iris/ont00000763.ttl new file mode 100644 index 00000000..8f88f6a2 --- /dev/null +++ b/src/cco-iris/ont00000763.ttl @@ -0,0 +1,81 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000296 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000712 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000763 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Velocity"@en ; + "A Process Profile of an object's Motion that is characterized by its Speed and direction with respect to a frame of reference."@en ; + "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000789 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001219 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000764.ttl b/src/cco-iris/ont00000764.ttl new file mode 100644 index 00000000..f540cd00 --- /dev/null +++ b/src/cco-iris/ont00000764.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000504 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000764 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Focusing Artifact Function"@en ; + "An Optical Processing Artifact Function that is realized by an Artifact participating in a light focusing event in which the Artifact causes the light beam to converge on a target spatial point."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000765.ttl b/src/cco-iris/ont00000765.ttl new file mode 100644 index 00000000..00af854c --- /dev/null +++ b/src/cco-iris/ont00000765.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000062 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000572 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000765 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wave Production"@en ; + "Wave Production Process"@en ; + "A Natural Process in which a Wave Process is generated."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000766.ttl b/src/cco-iris/ont00000766.ttl new file mode 100644 index 00000000..8b185dad --- /dev/null +++ b/src/cco-iris/ont00000766.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000766 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hardness"@en ; + "A Quality that inheres in a bearer in virtue of the degree to which it can be turned, bowed, or twisted without breaking."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000767.ttl b/src/cco-iris/ont00000767.ttl new file mode 100644 index 00000000..776f61bd --- /dev/null +++ b/src/cco-iris/ont00000767.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000767 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A Lubrication System typical consists of a reservoir, pump, heat exchanger, filter, regulator, valves, sensors, pipes, and hoses. In some cases it also includes the passageways and openings within the artifact it is designed to lubricate. For example, the oil holes in a bearing and crankshaft."@en ; + rdfs:label "Lubrication System"@en ; + "A Material Artifact that is designed to contain, transfer, and regulate the flow of lubricant to multiple locations in an Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000768.ttl b/src/cco-iris/ont00000768.ttl new file mode 100644 index 00000000..df8f9b66 --- /dev/null +++ b/src/cco-iris/ont00000768.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000768 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Amount"@en ; + "A Quality that inheres in a bearer in virtue of the total, aggregate or sum of a number of discrete items or material the entity contains as parts."@en ; + "http://en.wiktionary.org/wiki/amount" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000769.ttl b/src/cco-iris/ont00000769.ttl new file mode 100644 index 00000000..85e596f1 --- /dev/null +++ b/src/cco-iris/ont00000769.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000133 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000769 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Requesting"@en ; + "An Act of Directive Communication performed by asking for something."@en ; + "http://www.merriam-webster.com/dictionary/request" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000770.ttl b/src/cco-iris/ont00000770.ttl new file mode 100644 index 00000000..02461973 --- /dev/null +++ b/src/cco-iris/ont00000770.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000770 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Density"@en ; + "A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001402 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001568 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001569 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000771.ttl b/src/cco-iris/ont00000771.ttl new file mode 100644 index 00000000..f1e63343 --- /dev/null +++ b/src/cco-iris/ont00000771.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000199 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000304 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000547 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000771 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Imaging Instrument"@en ; + "A Material Artifact that is designed to produce images (visual representations) of an entity."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000772.ttl b/src/cco-iris/ont00000772.ttl new file mode 100644 index 00000000..bf6d81b9 --- /dev/null +++ b/src/cco-iris/ont00000772.ttl @@ -0,0 +1,47 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000772 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "An Impulse changes the Momentum (and potentially also the direction of Motion) of the object it is applied to and is typically measured in Newton meters."@en ; + rdfs:label "Impulsive Force"@en ; + "Imp"@en , + "Impulse"@en , + "J"@en ; + "A Process Profile that is the integral of a Force that is applied to a portion of matter over a period of time."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000773.ttl b/src/cco-iris/ont00000773.ttl new file mode 100644 index 00000000..afa0f0b6 --- /dev/null +++ b/src/cco-iris/ont00000773.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000773 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Curvilinear Motion"@en ; + "Curved Motion"@en ; + "A Translational Motion process in which an Object moves along a curved path."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000789 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000774.ttl b/src/cco-iris/ont00000774.ttl new file mode 100644 index 00000000..72293d30 --- /dev/null +++ b/src/cco-iris/ont00000774.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000199 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000774 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Video Camera"@en ; + "A Camera that is designed to form and digitally or physically record a continuous stream of subsequent images of an entity or scene such that the images can be played back in succession as a video."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001034 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000775.ttl b/src/cco-iris/ont00000775.ttl new file mode 100644 index 00000000..6993f961 --- /dev/null +++ b/src/cco-iris/ont00000775.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000775 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Locomotive"@en ; + "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en ; + "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000796 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000776.ttl b/src/cco-iris/ont00000776.ttl new file mode 100644 index 00000000..c1308f19 --- /dev/null +++ b/src/cco-iris/ont00000776.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000776 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Signal Detection Artifact Function"@en ; + "An Artifact Function that is realized in the process of discerning between information-bearing patterns and random patterns, or noise, that distract from the information."@en ; + "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000777.ttl b/src/cco-iris/ont00000777.ttl new file mode 100644 index 00000000..ed6953b7 --- /dev/null +++ b/src/cco-iris/ont00000777.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000777 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Motor"@en ; + "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en ; + "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001221 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000778.ttl b/src/cco-iris/ont00000778.ttl new file mode 100644 index 00000000..b737f5b3 --- /dev/null +++ b/src/cco-iris/ont00000778.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000778 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chemical Depot"@en ; + "A Storage Facility that is designed to store chemicals."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000779.ttl b/src/cco-iris/ont00000779.ttl new file mode 100644 index 00000000..fa36d685 --- /dev/null +++ b/src/cco-iris/ont00000779.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000024 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000779 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Cryosphere"@en ; + "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ; + "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000780.ttl b/src/cco-iris/ont00000780.ttl new file mode 100644 index 00000000..68113386 --- /dev/null +++ b/src/cco-iris/ont00000780.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001907 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000507 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000780 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ethnicity"@en ; + "A Quality that inheres in its bearers by virtue of a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy."@en ; + "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000781.ttl b/src/cco-iris/ont00000781.ttl new file mode 100644 index 00000000..a37b2805 --- /dev/null +++ b/src/cco-iris/ont00000781.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000012 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000153 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000723 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000781 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Control System"@en ; + "A Material Artifact that is designed to manage, command, direct, or regulate the behavior of at least one other Artifact."@en ; + "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000782.ttl b/src/cco-iris/ont00000782.ttl new file mode 100644 index 00000000..9a3312dd --- /dev/null +++ b/src/cco-iris/ont00000782.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000245 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000248 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000381 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000423 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000782 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Factory"@en ; + "A Facility that is designed for manufacturing or refining material products."@en ; + "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001283 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001311 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000783.ttl b/src/cco-iris/ont00000783.ttl new file mode 100644 index 00000000..b7e0d9aa --- /dev/null +++ b/src/cco-iris/ont00000783.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001819 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000557 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000783 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Stasis of Non-Mission Capable Maintenance"@en ; + "A Stasis of Non-Mission Capable during which the participating Continuant is not capable of performing its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000950 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000784.ttl b/src/cco-iris/ont00000784.ttl new file mode 100644 index 00000000..c21ee69e --- /dev/null +++ b/src/cco-iris/ont00000784.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000628 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000648 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000759 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000784 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Property"@en ; + "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001126 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001186 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000785.ttl b/src/cco-iris/ont00000785.ttl new file mode 100644 index 00000000..d096625d --- /dev/null +++ b/src/cco-iris/ont00000785.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000785 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Repeater"@en ; + "A Radio Transceiver that is designed to receive a radio signal, amplify it, and retransmit it (often on another frequency)."@en ; + "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001320 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000786.ttl b/src/cco-iris/ont00000786.ttl new file mode 100644 index 00000000..0ef2c99c --- /dev/null +++ b/src/cco-iris/ont00000786.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000611 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000786 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Role"@en ; + "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000787.ttl b/src/cco-iris/ont00000787.ttl new file mode 100644 index 00000000..743c79c5 --- /dev/null +++ b/src/cco-iris/ont00000787.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000787 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Altitude"@en ; + "A Height that inheres in a Site that externally connects an Independent Continuant to either the surface of the Earth or the Earth's mean Sea Level."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000967 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000788.ttl b/src/cco-iris/ont00000788.ttl new file mode 100644 index 00000000..e279f2ea --- /dev/null +++ b/src/cco-iris/ont00000788.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000634 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000788 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Turbine Steam Engine"@en ; + "Steam Turbine"@en ; + "A Steam Engine that is designed to extract thermal energy from pressurized steam and use it to do mechanical work on a rotating output shaft."@en ; + "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000789.ttl b/src/cco-iris/ont00000789.ttl new file mode 100644 index 00000000..44c26aea --- /dev/null +++ b/src/cco-iris/ont00000789.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000384 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000763 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000773 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000789 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Translational Motion"@en ; + "A Motion Process in which the participating Object changes its position from one portion of space to another."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001133 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000790.ttl b/src/cco-iris/ont00000790.ttl new file mode 100644 index 00000000..bba7bf1e --- /dev/null +++ b/src/cco-iris/ont00000790.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000790 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Direct Current Power Source"@en ; + "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000791.ttl b/src/cco-iris/ont00000791.ttl new file mode 100644 index 00000000..f3a5d869 --- /dev/null +++ b/src/cco-iris/ont00000791.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000267 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000412 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000791 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Chemical Reaction Artifact Function"@en ; + "An Artifact Function that is realized in a process that leads to the transformation of one set of chemical substances to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000808 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001160 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001234 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001281 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000792.ttl b/src/cco-iris/ont00000792.ttl new file mode 100644 index 00000000..33949f37 --- /dev/null +++ b/src/cco-iris/ont00000792.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000792 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Catadioptric Optical Telescope"@en ; + "Catadioptric Telescope"@en ; + "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light through the use of a combination of Lenses and Mirrors to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001009 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000793.ttl b/src/cco-iris/ont00000793.ttl new file mode 100644 index 00000000..30fb4ead --- /dev/null +++ b/src/cco-iris/ont00000793.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000793 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Ventilation System"@en ; + "A Fluid Control Artifact that is designed to allow air into the Fuel Tank to take the place of burned fuel."@en ; + "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000794.ttl b/src/cco-iris/ont00000794.ttl new file mode 100644 index 00000000..4b430f23 --- /dev/null +++ b/src/cco-iris/ont00000794.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000207 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000794 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Ellipse"@en ; + "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000795.ttl b/src/cco-iris/ont00000795.ttl new file mode 100644 index 00000000..603c27dd --- /dev/null +++ b/src/cco-iris/ont00000795.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000098 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000162 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000194 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000795 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Conduction Artifact Function"@en ; + "An Electrical Artifact Function that is realized by an Artifact being used to conduct an electric current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000796.ttl b/src/cco-iris/ont00000796.ttl new file mode 100644 index 00000000..cee79cdf --- /dev/null +++ b/src/cco-iris/ont00000796.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000618 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000775 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000796 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rail Transport Vehicle"@en ; + "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en ; + "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000928 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001030 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001198 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000797.ttl b/src/cco-iris/ont00000797.ttl new file mode 100644 index 00000000..befd354a --- /dev/null +++ b/src/cco-iris/ont00000797.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000797 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hazel"@en ; + "A Color that is a combination of Brown and Green, typically associated with eye color."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000798.ttl b/src/cco-iris/ont00000798.ttl new file mode 100644 index 00000000..211dafdf --- /dev/null +++ b/src/cco-iris/ont00000798.ttl @@ -0,0 +1,137 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000064 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000159 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000189 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000382 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000597 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000702 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000756 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Information Bearing Artifact"@en ; + "A Material Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000799 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000874 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000893 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001002 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001064 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001156 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001228 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001298 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000799.ttl b/src/cco-iris/ont00000799.ttl new file mode 100644 index 00000000..9b9360ec --- /dev/null +++ b/src/cco-iris/ont00000799.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000493 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000799 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "List"@en ; + "An Information Bearing Artifact that consists of one or more Information Bearing Artifacts that carry Information Content Entities and are the subjects of some Sequence Position Ordinality."@en ; + "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000800.ttl b/src/cco-iris/ont00000800.ttl new file mode 100644 index 00000000..91604ede --- /dev/null +++ b/src/cco-iris/ont00000800.ttl @@ -0,0 +1,122 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000132 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000073 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000211 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000223 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000529 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000619 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Day"@en ; + "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ; + "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000921 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001058 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000801.ttl b/src/cco-iris/ont00000801.ttl new file mode 100644 index 00000000..a839d7a2 --- /dev/null +++ b/src/cco-iris/ont00000801.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000161 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000801 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "y-Axis"@en ; + "A Coordinate System Axis designated by the variable 'y'."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000802.ttl b/src/cco-iris/ont00000802.ttl new file mode 100644 index 00000000..63ee489c --- /dev/null +++ b/src/cco-iris/ont00000802.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000641 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000802 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stage"@en ; + "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ; + "https://en.wikipedia.org/wiki/Stage_(theatre)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000803.ttl b/src/cco-iris/ont00000803.ttl new file mode 100644 index 00000000..8930121c --- /dev/null +++ b/src/cco-iris/ont00000803.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000803 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Round"@en ; + "Circular"@en ; + "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en ; + "http://www.merriam-webster.com/dictionary/round" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000804.ttl b/src/cco-iris/ont00000804.ttl new file mode 100644 index 00000000..8e1a99fb --- /dev/null +++ b/src/cco-iris/ont00000804.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000001 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000028 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000136 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000721 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000804 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Prism"@en ; + "An Optical Instrument that is designed to refract light and which consists of a transparent material with flat polished surfaces where at least two of these surfaces have an angle between them."@en ; + "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000988 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000805.ttl b/src/cco-iris/ont00000805.ttl new file mode 100644 index 00000000..a97fe2ba --- /dev/null +++ b/src/cco-iris/ont00000805.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000805 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Coiled"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000806.ttl b/src/cco-iris/ont00000806.ttl new file mode 100644 index 00000000..6cc3a306 --- /dev/null +++ b/src/cco-iris/ont00000806.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000581 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000806 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Tool"@en ; + "A Tool that is designed to be actuated by a Power Source and mechanism other than or in addition to manual labor."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000807.ttl b/src/cco-iris/ont00000807.ttl new file mode 100644 index 00000000..a512c520 --- /dev/null +++ b/src/cco-iris/ont00000807.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000394 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000807 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Compression Ignition Engine"@en ; + "An Internal Combustion Engine that is designed to operate by igniting a portion of Fuel and Oxidizer mixture using heat generated via compression of the mixture."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000808.ttl b/src/cco-iris/ont00000808.ttl new file mode 100644 index 00000000..7785e900 --- /dev/null +++ b/src/cco-iris/ont00000808.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000791 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000808 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reactant Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which a substance or compound is added to a system in order to bring about a chemical reaction and is consumed in the course of the reaction."@en ; + "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000809.ttl b/src/cco-iris/ont00000809.ttl new file mode 100644 index 00000000..0dd33531 --- /dev/null +++ b/src/cco-iris/ont00000809.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000809 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Submersible Artifact Function"@en ; + "An Artifact Function that is realized in processes of operating while submerged in water."@en ; + "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000810.ttl b/src/cco-iris/ont00000810.ttl new file mode 100644 index 00000000..f2a12292 --- /dev/null +++ b/src/cco-iris/ont00000810.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000619 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000810 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Week Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000811.ttl b/src/cco-iris/ont00000811.ttl new file mode 100644 index 00000000..30aaeaae --- /dev/null +++ b/src/cco-iris/ont00000811.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000811 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Wave Conversion Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact being used to convert electric power into radio waves or radio waves into electric power."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000812.ttl b/src/cco-iris/ont00000812.ttl new file mode 100644 index 00000000..f803f4d9 --- /dev/null +++ b/src/cco-iris/ont00000812.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000812 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electromagnetic Pulse"@en ; + "EMP"@en , + "Transient Electromagnetic Disturbance"@en ; + "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000951 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000813.ttl b/src/cco-iris/ont00000813.ttl new file mode 100644 index 00000000..51935fef --- /dev/null +++ b/src/cco-iris/ont00000813.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000457 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000813 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Nuclear Fuel"@en ; + "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000814.ttl b/src/cco-iris/ont00000814.ttl new file mode 100644 index 00000000..6dd4f599 --- /dev/null +++ b/src/cco-iris/ont00000814.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000814 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Water Treatment Facility"@en ; + "A Facility that is designed for making water more acceptable for a specific end-use."@en ; + "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000815.ttl b/src/cco-iris/ont00000815.ttl new file mode 100644 index 00000000..5650dd64 --- /dev/null +++ b/src/cco-iris/ont00000815.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000815 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Folded"@en ; + "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000816.ttl b/src/cco-iris/ont00000816.ttl new file mode 100644 index 00000000..080c6b91 --- /dev/null +++ b/src/cco-iris/ont00000816.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000255 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000816 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Nitrogen"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000817.ttl b/src/cco-iris/ont00000817.ttl new file mode 100644 index 00000000..91422e64 --- /dev/null +++ b/src/cco-iris/ont00000817.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000207 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000817 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Line String"@en ; + "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000939 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001130 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000818.ttl b/src/cco-iris/ont00000818.ttl new file mode 100644 index 00000000..d875fc8c --- /dev/null +++ b/src/cco-iris/ont00000818.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000818 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Orange"@en ; + "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000819.ttl b/src/cco-iris/ont00000819.ttl new file mode 100644 index 00000000..a9e1e142 --- /dev/null +++ b/src/cco-iris/ont00000819.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000135 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000335 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000819 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis"@en ; + "A Process in which one or more Independent Continuants endure in an unchanging condition."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000820.ttl b/src/cco-iris/ont00000820.ttl new file mode 100644 index 00000000..97b6b654 --- /dev/null +++ b/src/cco-iris/ont00000820.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000246 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000820 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Function"@en ; + "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000821.ttl b/src/cco-iris/ont00000821.ttl new file mode 100644 index 00000000..518fed39 --- /dev/null +++ b/src/cco-iris/ont00000821.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000684 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000821 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Promising"@en ; + "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@en ; + "http://www.merriam-webster.com/dictionary/promise" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001162 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000822.ttl b/src/cco-iris/ont00000822.ttl new file mode 100644 index 00000000..fb713a46 --- /dev/null +++ b/src/cco-iris/ont00000822.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000822 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 100–10 km"@en ; + rdfs:label "Very Low Frequency"@en ; + "ITU Band Number 4"@en ; + "A Radio Frequency that is between 3 and 30 kHz."@en ; + "VLF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000823.ttl b/src/cco-iris/ont00000823.ttl new file mode 100644 index 00000000..12eb76f2 --- /dev/null +++ b/src/cco-iris/ont00000823.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000823 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Communication Artifact Function"@en ; + "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001148 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000824.ttl b/src/cco-iris/ont00000824.ttl new file mode 100644 index 00000000..71c8dacb --- /dev/null +++ b/src/cco-iris/ont00000824.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000246 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000824 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Role"@en ; + "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000825.ttl b/src/cco-iris/ont00000825.ttl new file mode 100644 index 00000000..a94d2df1 --- /dev/null +++ b/src/cco-iris/ont00000825.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000059 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000346 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000825 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Network Line"@en ; + "A Communication Artifact that is designed to be the physical transmission medium that connects two or more Telecommunication Network Nodes within a Telecommunication Network to facilitate communication between the Nodes."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000826.ttl b/src/cco-iris/ont00000826.ttl new file mode 100644 index 00000000..1af4184b --- /dev/null +++ b/src/cco-iris/ont00000826.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000826 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Refractivity"@en ; + "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of that bearer to change the direction of a propagating wave when passing through it."@en ; + "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001137 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000827.ttl b/src/cco-iris/ont00000827.ttl new file mode 100644 index 00000000..9a6a8165 --- /dev/null +++ b/src/cco-iris/ont00000827.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000080 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000223 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000540 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000827 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Time of Day Identifier"@en ; + "A Temporal Instant Identifier that designates some Time of Day."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000973 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000828.ttl b/src/cco-iris/ont00000828.ttl new file mode 100644 index 00000000..06700c84 --- /dev/null +++ b/src/cco-iris/ont00000828.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000415 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000828 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pesticide Artifact Function"@en ; + "A Poison Artifact Function that is realized in a process which causes illness in, or the death of, a living thing that is detrimental to humans or human concerns."@en ; + "http://www.dictionary.com/browse/pesticide" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000831 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001123 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001255 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000829.ttl b/src/cco-iris/ont00000829.ttl new file mode 100644 index 00000000..36f1068e --- /dev/null +++ b/src/cco-iris/ont00000829.ttl @@ -0,0 +1,67 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001837 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001908 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000390 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000829 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment """Standards of date, time, and time zone data formats: +ISO/WD 8601-2 (http://www.loc.gov/standards/datetime/iso-tc154-wg5_n0039_iso_wd_8601-2_2016-02-16.pdf) +W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , + "There is no class 'Time Zone' (the region), only 'Time Zone Identifier' (the designator for some region). Instances of 'Time Zone Identifier' should be related to instances of 'Information Bearing Entity' by means of the object properites 'uses time zone identifier' and 'time zone identifier used by' as appropriate. This is supposed to be analogous to the way we represent the relationship between measurement values and measurement units, where the relevant instance of Information Bearing Entity 'uses measurement unit' some instance of Measurement Unit (i.e., an instance of Information Content Entity)."@en ; + rdfs:label "Time Zone Identifier"@en ; + "A Spatial Region Identifier that designates the region associated with some uniform standard time for legal, commercial, or social purposes."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000830.ttl b/src/cco-iris/ont00000830.ttl new file mode 100644 index 00000000..bd63c846 --- /dev/null +++ b/src/cco-iris/ont00000830.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000830 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."@en ; + rdfs:label "Speed"@en ; + "A Process Profile that is characterized by the magnitude of an object's motion with respect to a frame of reference during some time period."@en ; + "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000831.ttl b/src/cco-iris/ont00000831.ttl new file mode 100644 index 00000000..9a029d63 --- /dev/null +++ b/src/cco-iris/ont00000831.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000538 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000828 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000831 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Herbicide Artifact Function"@en ; + "A Pesticide Artifact Function that is realized in a process which causes harm to, or the death to, unwanted plants."@en ; + "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000832.ttl b/src/cco-iris/ont00000832.ttl new file mode 100644 index 00000000..c6e3cc78 --- /dev/null +++ b/src/cco-iris/ont00000832.ttl @@ -0,0 +1,90 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000225 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000674 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000832 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Year"@en ; + "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ; + "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001088 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001206 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000833.ttl b/src/cco-iris/ont00000833.ttl new file mode 100644 index 00000000..e2f9345c --- /dev/null +++ b/src/cco-iris/ont00000833.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000359 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000589 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000749 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000833 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Julian Date Identifier"@en ; + "A Decimal Time of Day Identifier that designates a Julian Date and is composed of both a Julian Day Number and a Julian Date Fraction."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000973 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000834.ttl b/src/cco-iris/ont00000834.ttl new file mode 100644 index 00000000..55de0268 --- /dev/null +++ b/src/cco-iris/ont00000834.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000834 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mid Infrared Light Frequency"@en ; + "An Infrared Light Frequency that is between 20 and 214 terahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001337 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000835.ttl b/src/cco-iris/ont00000835.ttl new file mode 100644 index 00000000..25962338 --- /dev/null +++ b/src/cco-iris/ont00000835.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000835 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Body Shape"@en ; + "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000836.ttl b/src/cco-iris/ont00000836.ttl new file mode 100644 index 00000000..d0dee61b --- /dev/null +++ b/src/cco-iris/ont00000836.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000137 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000322 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000501 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000836 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Financial Instrument Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000839 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000884 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001039 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001334 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000837.ttl b/src/cco-iris/ont00000837.ttl new file mode 100644 index 00000000..16a40beb --- /dev/null +++ b/src/cco-iris/ont00000837.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000383 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000837 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Family"@en ; + "A Group of Persons related to one another by ancestry or marriage."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000914 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000838.ttl b/src/cco-iris/ont00000838.ttl new file mode 100644 index 00000000..aa923c35 --- /dev/null +++ b/src/cco-iris/ont00000838.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000039 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000457 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000838 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Fuel"@en ; + "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001020 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001135 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000839.ttl b/src/cco-iris/ont00000839.ttl new file mode 100644 index 00000000..4275220f --- /dev/null +++ b/src/cco-iris/ont00000839.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000836 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000839 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Donating"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is tranfered by an Agent (the Donor) to another Agent (the Recipient) without return consideration."@en ; + "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000840.ttl b/src/cco-iris/ont00000840.ttl new file mode 100644 index 00000000..b5251dfd --- /dev/null +++ b/src/cco-iris/ont00000840.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000618 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000840 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bicycle"@en ; + "A Ground Vehicle that consists of two wheels, one in front of the other, attached to a frame along with handlebars and pedals such that it is designed to receive its motive power from pedaling."@en ; + "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000841.ttl b/src/cco-iris/ont00000841.ttl new file mode 100644 index 00000000..328efa93 --- /dev/null +++ b/src/cco-iris/ont00000841.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000841 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Explosive Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired beucase of the rapid increase in volume and release of energy in an extreme manner."@en ; + "http://www.dictionary.com/browse/explosive" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001153 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000842.ttl b/src/cco-iris/ont00000842.ttl new file mode 100644 index 00000000..3f1f9b07 --- /dev/null +++ b/src/cco-iris/ont00000842.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000530 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000842 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sub-Bass Frequency"@en ; + "A Sonic Frequency that is between 20 and 60 Hz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000843.ttl b/src/cco-iris/ont00000843.ttl new file mode 100644 index 00000000..3650b1de --- /dev/null +++ b/src/cco-iris/ont00000843.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000843 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solar Panel"@en ; + "An Electrical Power Source that consists in part of one or more photovoltaic (i.e. solar) cells that convert light energy (photons) directly into electricity by means of the photovoltaic effect."@en ; + "https://en.wikipedia.org/w/index.php?title=Solar_cell&oldid=1063439932"^^xsd:anyURI , + "https://en.wikipedia.org/w/index.php?title=Solar_panel&oldid=1064397496"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000844.ttl b/src/cco-iris/ont00000844.ttl new file mode 100644 index 00000000..e0e46ca8 --- /dev/null +++ b/src/cco-iris/ont00000844.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000844 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Temperature"@en ; + "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en ; + "celsius, fahrenheit, kelvin" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001572 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001606 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001724 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000845.ttl b/src/cco-iris/ont00000845.ttl new file mode 100644 index 00000000..b82ee886 --- /dev/null +++ b/src/cco-iris/ont00000845.ttl @@ -0,0 +1,41 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000845 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A percentage is one way to express a proportional measure where the decimal expression of the proportion is multiplied by 100, thus giving the proportional value with respect to a whole of 100. E.g., the ratio of pigs to cows on a farm is 44 to 79 (44:79 or 44/79). The proportion of pigs to total animals is 44 to 123 or 44/123. The percentage of pigs is the decimal equivalent of the proportion (0.36) multiplied by a 100 (36%). The percentage can be expressed as a proportion where the numerator value is transformed for a denominator of 100, i.e., 36 of a 100 animals are pigs (36/100)."@en , + "We may want to add either a subclass for Percentage or a data property (has percentage value) that links the percentage expression for a proportion to the relevant IBE."@en ; + rdfs:label "Proportional Ratio Measurement Information Content Entity"@en ; + "A Ratio Measurement Information Content Entity that is a measurement of a portion of a whole (described by the numerator) compared against that whole (described by the denominator) where the whole is a nominally described set of like entities."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000846.ttl b/src/cco-iris/ont00000846.ttl new file mode 100644 index 00000000..7e41021c --- /dev/null +++ b/src/cco-iris/ont00000846.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000846 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydroelectric Power Plant"@en ; + "An Electric Power Station that is designed to convert hydropower into electrical power."@en ; + "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001076 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000847.ttl b/src/cco-iris/ont00000847.ttl new file mode 100644 index 00000000..fc3d724f --- /dev/null +++ b/src/cco-iris/ont00000847.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000847 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Active Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is realizing one or more of its designed Artifact Functions (especially one of its primary functions)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000936 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001213 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001246 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000848.ttl b/src/cco-iris/ont00000848.ttl new file mode 100644 index 00000000..56c87ce3 --- /dev/null +++ b/src/cco-iris/ont00000848.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000088 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000848 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mounted Gun"@en ; + "A Firearm that is designed to be fired while mounted."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001077 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001217 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000849.ttl b/src/cco-iris/ont00000849.ttl new file mode 100644 index 00000000..c8c4038c --- /dev/null +++ b/src/cco-iris/ont00000849.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000453 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000849 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heating System"@en ; + "An Environment Control System that is designed to heat the air or objects in a Site."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000850.ttl b/src/cco-iris/ont00000850.ttl new file mode 100644 index 00000000..57093b34 --- /dev/null +++ b/src/cco-iris/ont00000850.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000135 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000430 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000850 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Quality"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000851.ttl b/src/cco-iris/ont00000851.ttl new file mode 100644 index 00000000..f975f12a --- /dev/null +++ b/src/cco-iris/ont00000851.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000851 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Light Machine Gun"@en ; + "A Long Gun that is designed to fire bullets in quick succession from an ammunition belt or magazine and to be employed by an individual soldier, with or without assistance, and typically weighing 9-22 lbs."@en ; + "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001104 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000852.ttl b/src/cco-iris/ont00000852.ttl new file mode 100644 index 00000000..9df4d067 --- /dev/null +++ b/src/cco-iris/ont00000852.ttl @@ -0,0 +1,73 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000852 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Work"@en ; + "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en ; + "joule, erg, kilowatt hour" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001391 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001560 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001563 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001653 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001689 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000853.ttl b/src/cco-iris/ont00000853.ttl new file mode 100644 index 00000000..ad68a056 --- /dev/null +++ b/src/cco-iris/ont00000853.ttl @@ -0,0 +1,104 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001917 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001966 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001982 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000398 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000626 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Descriptive Information Content Entity"@en ; + "Descriptive ICE"@en ; + "An Information Content Entity that consists of a set of propositions that describe some Entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000854.ttl b/src/cco-iris/ont00000854.ttl new file mode 100644 index 00000000..d99346d8 --- /dev/null +++ b/src/cco-iris/ont00000854.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000033 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000290 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000543 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000854 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Realizable Entity"@en ; + "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000855.ttl b/src/cco-iris/ont00000855.ttl new file mode 100644 index 00000000..56060580 --- /dev/null +++ b/src/cco-iris/ont00000855.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000132 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001819 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000660 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000855 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Effect of Location Change"@en ; + "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000856.ttl b/src/cco-iris/ont00000856.ttl new file mode 100644 index 00000000..c4a66500 --- /dev/null +++ b/src/cco-iris/ont00000856.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000182 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000856 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Artifact History"@en ; + "A History of an Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000857.ttl b/src/cco-iris/ont00000857.ttl new file mode 100644 index 00000000..df2f2119 --- /dev/null +++ b/src/cco-iris/ont00000857.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000857 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultra High Frequency Communication Instrument"@en ; + "A Radio Communication Instrument that is designed to participate in some process that has process part some Ultra High Frequency."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000903 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000858.ttl b/src/cco-iris/ont00000858.ttl new file mode 100644 index 00000000..9ba89a9f --- /dev/null +++ b/src/cco-iris/ont00000858.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000552 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000858 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Improvised Explosive Device"@en ; + "An Explosive Weapon that is designed to be used in non-conventional military action."@en ; + "IED" ; + "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000859.ttl b/src/cco-iris/ont00000859.ttl new file mode 100644 index 00000000..f1f9eed8 --- /dev/null +++ b/src/cco-iris/ont00000859.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000859 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Television Broadcast"@en ; + "Act of Television Broadcasting"@en ; + "An Act of Communciation by Media that is transmitted to an audience through a television network."@en ; + "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000860.ttl b/src/cco-iris/ont00000860.ttl new file mode 100644 index 00000000..74623f1f --- /dev/null +++ b/src/cco-iris/ont00000860.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000587 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000860 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Allied Person"@en ; + "A Person who is the bearer of some Ally Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000861.ttl b/src/cco-iris/ont00000861.ttl new file mode 100644 index 00000000..e46666ec --- /dev/null +++ b/src/cco-iris/ont00000861.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000861 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Split"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000862.ttl b/src/cco-iris/ont00000862.ttl new file mode 100644 index 00000000..c7a22c6b --- /dev/null +++ b/src/cco-iris/ont00000862.ttl @@ -0,0 +1,85 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001857 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000523 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000675 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000862 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Sound Process Profile"@en ; + "Sound Quality"@en ; + "A Process Profile that is part of a sound reception process and is characterized by properties of incoming sound waves as they are translated by some sensory system."@en ; + "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI , + "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000953 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001338 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000863.ttl b/src/cco-iris/ont00000863.ttl new file mode 100644 index 00000000..a8a810e7 --- /dev/null +++ b/src/cco-iris/ont00000863.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000379 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000863 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Confessing"@en ; + "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000864.ttl b/src/cco-iris/ont00000864.ttl new file mode 100644 index 00000000..473c8060 --- /dev/null +++ b/src/cco-iris/ont00000864.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000864 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Public Safety Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of preventing and responding to events that could endanger the safety of the general public from significant danger, injury/harm, or damage, such as crimes or disasters (natural or man-made)."@en ; + "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000865.ttl b/src/cco-iris/ont00000865.ttl new file mode 100644 index 00000000..56d36347 --- /dev/null +++ b/src/cco-iris/ont00000865.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000250 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000865 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Specifically Dependent Continuant"@en ; + "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000876 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001127 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000866.ttl b/src/cco-iris/ont00000866.ttl new file mode 100644 index 00000000..12700b04 --- /dev/null +++ b/src/cco-iris/ont00000866.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000866 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Broadcast"@en ; + "Act of Radio Broadcasting"@en ; + "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en ; + "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000867.ttl b/src/cco-iris/ont00000867.ttl new file mode 100644 index 00000000..0a57f0b9 --- /dev/null +++ b/src/cco-iris/ont00000867.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000677 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000867 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pipeline"@en ; + "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ; + "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000868.ttl b/src/cco-iris/ont00000868.ttl new file mode 100644 index 00000000..463a2c20 --- /dev/null +++ b/src/cco-iris/ont00000868.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000868 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rocket Pod"@en ; + "A Rocket Launcher that is designed to contain several Unguided Rockets held in individual tubes and to be used by Aircraft or Helicopters for close air support."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001173 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000869.ttl b/src/cco-iris/ont00000869.ttl new file mode 100644 index 00000000..597e755f --- /dev/null +++ b/src/cco-iris/ont00000869.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000199 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000869 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Camera"@en ; + "A Camera that is designed to form and record an image generated from visible light."@en ; + "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000870.ttl b/src/cco-iris/ont00000870.ttl new file mode 100644 index 00000000..ab1e7584 --- /dev/null +++ b/src/cco-iris/ont00000870.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000328 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000870 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrastructure System"@en ; + "Infrastructure"@en ; + "A Material Entity that is composed of elements bearing Infrastructure Roles and is by itself sufficient to provide a planned service or benefit to some organization that maintains its elements."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000954 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000871.ttl b/src/cco-iris/ont00000871.ttl new file mode 100644 index 00000000..2df48414 --- /dev/null +++ b/src/cco-iris/ont00000871.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000551 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000871 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Plant"@en ; + "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ; + "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000872.ttl b/src/cco-iris/ont00000872.ttl new file mode 100644 index 00000000..a9373ac3 --- /dev/null +++ b/src/cco-iris/ont00000872.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000872 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Brown"@en ; + "A Color that consists of dark orange and red, and of very low intensity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000873.ttl b/src/cco-iris/ont00000873.ttl new file mode 100644 index 00000000..c0d8be7f --- /dev/null +++ b/src/cco-iris/ont00000873.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000873 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Physiographic Feature"@en ; + "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ; + "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001081 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000874.ttl b/src/cco-iris/ont00000874.ttl new file mode 100644 index 00000000..e53fb736 --- /dev/null +++ b/src/cco-iris/ont00000874.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000874 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Video"@en ; + "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in the form of a sequence of representations that are presented sufficiently rapidly to create the appearance of motion and continuity."@en ; + "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000875.ttl b/src/cco-iris/ont00000875.ttl new file mode 100644 index 00000000..a8d4e245 --- /dev/null +++ b/src/cco-iris/ont00000875.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000875 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Personal Communication"@en ; + "An Act of Communication having a small audience."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000876.ttl b/src/cco-iris/ont00000876.ttl new file mode 100644 index 00000000..c6b397ff --- /dev/null +++ b/src/cco-iris/ont00000876.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000004 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000542 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000865 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000876 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Dependent Continuant"@en ; + "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000877.ttl b/src/cco-iris/ont00000877.ttl new file mode 100644 index 00000000..5475d5e8 --- /dev/null +++ b/src/cco-iris/ont00000877.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000723 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000877 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Brake Control System"@en ; + "A Vehicle Control System that is designed to control the process of braking with the aim of preventing rolling, skidding, and hydroplaning."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000878.ttl b/src/cco-iris/ont00000878.ttl new file mode 100644 index 00000000..54a254a7 --- /dev/null +++ b/src/cco-iris/ont00000878.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000325 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000878 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Identification Friend or Foe Transponder"@en ; + "IFF"@en ; + "A Radio Transponder that is designed to automatically transmit a predefined signal in response to receiving an appropriate interrogation signal such that the entity it is located on can be positively identified as friendly."@en ; + "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000879.ttl b/src/cco-iris/ont00000879.ttl new file mode 100644 index 00000000..e20710b0 --- /dev/null +++ b/src/cco-iris/ont00000879.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000433 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000879 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Religious Group Affiliation"@en ; + "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000880.ttl b/src/cco-iris/ont00000880.ttl new file mode 100644 index 00000000..521d7398 --- /dev/null +++ b/src/cco-iris/ont00000880.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000880 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Religious Artifact Function"@en ; + "A Service Artifact Function that is realized in processes related to worship and prayer."@en ; + "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000881.ttl b/src/cco-iris/ont00000881.ttl new file mode 100644 index 00000000..68879cb2 --- /dev/null +++ b/src/cco-iris/ont00000881.ttl @@ -0,0 +1,89 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000045 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000220 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000375 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000680 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000708 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000778 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Storage Facility"@en ; + "A Facility that is designed to store materials or goods."@en ; + "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000957 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001257 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001344 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000882.ttl b/src/cco-iris/ont00000882.ttl new file mode 100644 index 00000000..086c80de --- /dev/null +++ b/src/cco-iris/ont00000882.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000882 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wind Farm"@en ; + "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en ; + "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001076 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000883.ttl b/src/cco-iris/ont00000883.ttl new file mode 100644 index 00000000..f04b8b6b --- /dev/null +++ b/src/cco-iris/ont00000883.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000883 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Inviting"@en ; + "An Act of Commissive Communication performed by requesting the presence or participation of the audience, and which may include offering an incentive or inducement."@en ; + "http://www.merriam-webster.com/dictionary/invite" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001162 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000884.ttl b/src/cco-iris/ont00000884.ttl new file mode 100644 index 00000000..dea0fb59 --- /dev/null +++ b/src/cco-iris/ont00000884.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000836 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000884 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Loaning"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is given by an Agent (the Creditor) to another Agent (the Debtor) in order to receive Repayments from the Debtor which are of greater Financial Value."@en ; + "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000885.ttl b/src/cco-iris/ont00000885.ttl new file mode 100644 index 00000000..3ef97591 --- /dev/null +++ b/src/cco-iris/ont00000885.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000885 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wavy"@en ; + "Undulate"@en ; + "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000886.ttl b/src/cco-iris/ont00000886.ttl new file mode 100644 index 00000000..416fcfd2 --- /dev/null +++ b/src/cco-iris/ont00000886.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000422 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000886 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wired Communication Reception Artifact Function"@en ; + "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs via a direct connection using an electrical conductor."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000887.ttl b/src/cco-iris/ont00000887.ttl new file mode 100644 index 00000000..4f3187af --- /dev/null +++ b/src/cco-iris/ont00000887.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000460 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000887 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "City"@en ; + "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."@en ; + "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000888.ttl b/src/cco-iris/ont00000888.ttl new file mode 100644 index 00000000..9b06a256 --- /dev/null +++ b/src/cco-iris/ont00000888.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000888 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "High Frequency Communication Instrument"@en ; + "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000903 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000889.ttl b/src/cco-iris/ont00000889.ttl new file mode 100644 index 00000000..942e7b6d --- /dev/null +++ b/src/cco-iris/ont00000889.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000037 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000558 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000889 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Visible Observation"@en ; + "An Act of Observation that involves visual perception."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000890.ttl b/src/cco-iris/ont00000890.ttl new file mode 100644 index 00000000..eb762cfe --- /dev/null +++ b/src/cco-iris/ont00000890.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000200 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000890 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Travel"@en ; + "An Act of Location Change wherein one or more Persons move between relatively distant geographical locations for any purpose and any duration, with or without any means of transport."@en ; + "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001339 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000891.ttl b/src/cco-iris/ont00000891.ttl new file mode 100644 index 00000000..00274e01 --- /dev/null +++ b/src/cco-iris/ont00000891.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000276 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000891 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar System"@en ; + "A Temporal Reference System that is designed to organize and identify dates."@en ; + "Calendars typically organize dates through the use of naming and temporal conventions based on Days, Weeks, Months, and Years."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000916 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000892.ttl b/src/cco-iris/ont00000892.ttl new file mode 100644 index 00000000..fbbe7146 --- /dev/null +++ b/src/cco-iris/ont00000892.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000607 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000892 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Depth"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a downward, backward, or inward direction."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001367 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000893.ttl b/src/cco-iris/ont00000893.ttl new file mode 100644 index 00000000..c8a4806f --- /dev/null +++ b/src/cco-iris/ont00000893.ttl @@ -0,0 +1,72 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000893 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "An empty notebook, when manufactured, is a medium but not yet a carrier of information content. However, a book, in the sense of a novel or collection of philosophical essays or poems, depends necessarily on it carrying some information content. Thus, there are no empty books. Likewise, there are no empty databases, only portions of digital storage that have not yet been configured to carry some information content according to a database software application."@en ; + rdfs:label "Information Medium Artifact"@en ; + "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; + "A magnetic hard drive" , + "A notebook" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001151 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001179 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000894.ttl b/src/cco-iris/ont00000894.ttl new file mode 100644 index 00000000..7a8c1603 --- /dev/null +++ b/src/cco-iris/ont00000894.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000087 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000529 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000749 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000894 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decimal Date Identifier"@en ; + "A Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since a specified Reference Time."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000895.ttl b/src/cco-iris/ont00000895.ttl new file mode 100644 index 00000000..e656c624 --- /dev/null +++ b/src/cco-iris/ont00000895.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000335 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000895 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Married"@en ; + "Married Stasis"@en ; + "A Stasis of Generically Dependent Continuant that consists of a socially, culturally, or ritually recognized union or legal contract between spouses that establishes rights and obligations between them, between them and their children, and between them and their in-laws."@en ; + "https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951"^^xsd:anyURI , + "Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000896.ttl b/src/cco-iris/ont00000896.ttl new file mode 100644 index 00000000..5d1e9148 --- /dev/null +++ b/src/cco-iris/ont00000896.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000745 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000896 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mean Point Estimate Information Content Entity"@en ; + "Arithmetic Mean"@en , + "Average"@en , + "Mean"@en ; + "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the sum of all the values in the set divided by the total number of values in the set."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000897.ttl b/src/cco-iris/ont00000897.ttl new file mode 100644 index 00000000..8e1b07e9 --- /dev/null +++ b/src/cco-iris/ont00000897.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000457 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000897 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Oxidizers are essential participants in many processes including combustion and rusting. Hence, a portion of oxidizer must always be present along with a portion of fuel in order for combustion to occur."@en ; + rdfs:label "Portion of Oxidizer"@en ; + "Portion of Oxidant"@en , + "Portion of Oxidizing Agent"@en ; + "A Portion of Material that is disposed to steal electrons from other substances (i.e. to oxidize other substances) as a participant in a reduction-oxidation process."@en ; + "oxygen, hydrogen peroxide, chlorine, sulfiric acid, potassium nitrate" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000898.ttl b/src/cco-iris/ont00000898.ttl new file mode 100644 index 00000000..e8d5d449 --- /dev/null +++ b/src/cco-iris/ont00000898.ttl @@ -0,0 +1,96 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000176 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000898 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Geopolitical Power Role"@en ; + "A Role had by an Organization, that is perceived by an International Community as capable of performing influential acts in that community, and which would be realized in performing such acts."@en ; + "Geopolitical Power Role"@en ; + "https://chass.usu.edu/international-studies/aggies-go/power" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000899.ttl b/src/cco-iris/ont00000899.ttl new file mode 100644 index 00000000..04c37d66 --- /dev/null +++ b/src/cco-iris/ont00000899.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000899 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "MSI Plessey Barcode"@en ; + "A One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000900.ttl b/src/cco-iris/ont00000900.ttl new file mode 100644 index 00000000..a3be8586 --- /dev/null +++ b/src/cco-iris/ont00000900.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000900 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Relay Artifact Function"@en ; + "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information without the use of wires from one Artifact to another for the purpose of communiction."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001169 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000901.ttl b/src/cco-iris/ont00000901.ttl new file mode 100644 index 00000000..386999f6 --- /dev/null +++ b/src/cco-iris/ont00000901.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000901 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decontamination Facility"@en ; + "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en ; + "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001375 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000902.ttl b/src/cco-iris/ont00000902.ttl new file mode 100644 index 00000000..eab4ccf5 --- /dev/null +++ b/src/cco-iris/ont00000902.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000902 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Facility Use"@en ; + "An Act of Artifact Employment in which an Agent makes use of some Facility."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000903.ttl b/src/cco-iris/ont00000903.ttl new file mode 100644 index 00000000..7eb5bf2e --- /dev/null +++ b/src/cco-iris/ont00000903.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000050 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000269 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000325 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000346 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000857 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000888 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000903 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Instrument"@en ; + "A Communication Instrument that is designed to enable communication between two or more entities via the use of radio waves."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001145 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001320 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000904.ttl b/src/cco-iris/ont00000904.ttl new file mode 100644 index 00000000..b1d5780c --- /dev/null +++ b/src/cco-iris/ont00000904.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001944 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000122 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000205 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000904 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Vehicle Track"@en ; + "An Object Track for a Vehicle during some motion."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000905.ttl b/src/cco-iris/ont00000905.ttl new file mode 100644 index 00000000..662680e4 --- /dev/null +++ b/src/cco-iris/ont00000905.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000655 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000905 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Post Office"@en ; + "A Mailing Facility that is designed for serving customers of the national postal system."@en ; + "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000906.ttl b/src/cco-iris/ont00000906.ttl new file mode 100644 index 00000000..bb8b2b3d --- /dev/null +++ b/src/cco-iris/ont00000906.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000690 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000906 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Email Box"@en ; + "A Telecommunication Instrument that is designed to be the delivery destination of Email Messages that are addressed to the corresponding Email Address."@en ; + "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000907.ttl b/src/cco-iris/ont00000907.ttl new file mode 100644 index 00000000..e27d5c93 --- /dev/null +++ b/src/cco-iris/ont00000907.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000057 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000690 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000907 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone"@en ; + "Phone"@en ; + "A Telecommunication Instrument that is designed to provide point-to-point communication between agents by means of audio messages."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000933 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000908.ttl b/src/cco-iris/ont00000908.ttl new file mode 100644 index 00000000..da27bdf4 --- /dev/null +++ b/src/cco-iris/ont00000908.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000051 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000908 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Artifact Processing"@en ; + "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000970 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001196 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001359 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000909.ttl b/src/cco-iris/ont00000909.ttl new file mode 100644 index 00000000..0aa29a6b --- /dev/null +++ b/src/cco-iris/ont00000909.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000909 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Emergency AC/DC Power Source"@en ; + "An Electrical Power Source that is designed to provide electrical power in an emergency situation by means of both alternating current and direct current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000910.ttl b/src/cco-iris/ont00000910.ttl new file mode 100644 index 00000000..27670d33 --- /dev/null +++ b/src/cco-iris/ont00000910.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000910 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Amplitude"@en ; + "A Process Profile of an Oscillation Process that is the absolute value of the maximum displacement from a zero, equilibrium, or mean value during one cycle of the Oscillation Process."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000911.ttl b/src/cco-iris/ont00000911.ttl new file mode 100644 index 00000000..546a7556 --- /dev/null +++ b/src/cco-iris/ont00000911.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000911 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Semi-Major Axis"@en ; + "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000912.ttl b/src/cco-iris/ont00000912.ttl new file mode 100644 index 00000000..3a57e3a5 --- /dev/null +++ b/src/cco-iris/ont00000912.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000912 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pyramidal"@en ; + "A Three Dimensional Shape that inheres in a bearer in virtue of it having a polygonal base with vertices that all connect to the same apex to form triangular faces."@en ; + "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001360 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000913.ttl b/src/cco-iris/ont00000913.ttl new file mode 100644 index 00000000..aab5e387 --- /dev/null +++ b/src/cco-iris/ont00000913.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000913 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maroon"@en ; + "A Color consisting of purple and brown hue."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000914.ttl b/src/cco-iris/ont00000914.ttl new file mode 100644 index 00000000..b5c7d665 --- /dev/null +++ b/src/cco-iris/ont00000914.ttl @@ -0,0 +1,79 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000141 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000300 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000507 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000837 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000914 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + rdfs:label "Group of Persons"@en ; + "A Group of Agents that has only Persons as parts."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001284 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000915.ttl b/src/cco-iris/ont00000915.ttl new file mode 100644 index 00000000..2a823c3c --- /dev/null +++ b/src/cco-iris/ont00000915.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000605 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000915 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Acronym"@en ; + "An Abbreviated Name that combines the initial letters of a Designative Name and which is pronounced as a word."@en ; + "Wi-Fi, ASCII, OPSEC" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000916.ttl b/src/cco-iris/ont00000916.ttl new file mode 100644 index 00000000..7ef354e0 --- /dev/null +++ b/src/cco-iris/ont00000916.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000891 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000916 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lunar Calendar System"@en ; + "A Calendar System that is designed to organize and identify dates based on the cycles of the Moon's phases."@en ; + "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000917.ttl b/src/cco-iris/ont00000917.ttl new file mode 100644 index 00000000..1dcf2e9d --- /dev/null +++ b/src/cco-iris/ont00000917.ttl @@ -0,0 +1,88 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000645 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000917 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Permanent Residency - Wikipedia. https://en.wikipedia.org/wiki/Permanent_residency. Accessed 10 Feb. 2023." ; + "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Permanent Resident Role"@en ; + "A role inhering in a Person by virtue of that Person being recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en ; + "Permanent Resident Role"@en ; + "https://en.wikipedia.org/wiki/Permanent_residency" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000918.ttl b/src/cco-iris/ont00000918.ttl new file mode 100644 index 00000000..79621c0c --- /dev/null +++ b/src/cco-iris/ont00000918.ttl @@ -0,0 +1,70 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000315 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000346 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000918 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Telecommunication Network Node"@en ; + "A Communication Artifact that consists of a connection point, redistribution point, or endpoint that is designed to be part of a Telecommunication Network and can be either active or passive."@en ; + "https://en.wikipedia.org/wiki/Node_(networking)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000998 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001247 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000919.ttl b/src/cco-iris/ont00000919.ttl new file mode 100644 index 00000000..0f056d40 --- /dev/null +++ b/src/cco-iris/ont00000919.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000575 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000919 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Parts List"@en ; + "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on another Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000920.ttl b/src/cco-iris/ont00000920.ttl new file mode 100644 index 00000000..88c803ec --- /dev/null +++ b/src/cco-iris/ont00000920.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001803 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000191 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000920 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Death"@en ; + "A Natural Process in which all biological functions that sustain a living organism cease."@en ; + "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001236 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000921.ttl b/src/cco-iris/ont00000921.ttl new file mode 100644 index 00000000..ad86f744 --- /dev/null +++ b/src/cco-iris/ont00000921.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000435 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000498 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000921 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Day"@en ; + "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000922.ttl b/src/cco-iris/ont00000922.ttl new file mode 100644 index 00000000..9eef4d97 --- /dev/null +++ b/src/cco-iris/ont00000922.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000922 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Arrival"@en ; + "An Act of Location Change that consists of the participating entity reaching its destination such that the larger Act of Location Change is completed."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000923.ttl b/src/cco-iris/ont00000923.ttl new file mode 100644 index 00000000..34be5b3b --- /dev/null +++ b/src/cco-iris/ont00000923.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000077 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00000649 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000923 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Arbitrary Identifier"@en ; + "Arbitrary ID"@en ; + "A Non-Name Identifier that consists of a string of characters that does not follow an encoding system."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000924.ttl b/src/cco-iris/ont00000924.ttl new file mode 100644 index 00000000..d0eee09f --- /dev/null +++ b/src/cco-iris/ont00000924.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000924 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A Beginning of Life Stasis (BoL) is a relatively brief Operational Stasis that is primarily of interest for the purpose of establishing a baseline for operational parameters to be compared to the designed specifications as well as the Artifact's performance throughout its operational life."@en ; + rdfs:label "Beginning of Life Stasis"@en ; + "A Operational Stasis that holds during a Temporal Interval when an Artifact is first put into operational use such that its designed set of Artifact Functions is capable of operating at or near their designed peak performance levels."@en ; + "BOL" , + "BoL" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001191 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000925.ttl b/src/cco-iris/ont00000925.ttl new file mode 100644 index 00000000..511eae61 --- /dev/null +++ b/src/cco-iris/ont00000925.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000687 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000925 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Military Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of Military Operations from an Agent or communication medium that realizes a capacity derived from its affiliation with a Military Organization."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000926.ttl b/src/cco-iris/ont00000926.ttl new file mode 100644 index 00000000..fbebcf8a --- /dev/null +++ b/src/cco-iris/ont00000926.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000123 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000926 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Apologizing"@en ; + "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000927.ttl b/src/cco-iris/ont00000927.ttl new file mode 100644 index 00000000..8c7bb69e --- /dev/null +++ b/src/cco-iris/ont00000927.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000530 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000927 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bass Frequency"@en ; + "A Sonic Frequency that is between 60 and 250 Hz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000928.ttl b/src/cco-iris/ont00000928.ttl new file mode 100644 index 00000000..2ba0ae70 --- /dev/null +++ b/src/cco-iris/ont00000928.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000796 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000928 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Train Car"@en ; + "Railroad Car"@en ; + "A Rail Transport Vehicle that consists of a single Vehicle that is not a Train but is designed to be connected to other Train Cars along with at least one Locomotive to form a Train."@en ; + "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001007 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001355 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000929.ttl b/src/cco-iris/ont00000929.ttl new file mode 100644 index 00000000..acedeb3c --- /dev/null +++ b/src/cco-iris/ont00000929.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000929 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Part Role"@en ; + "A Role that inheres in an entity in virtue of it being part of some other entity without being subject to further subdivision or disassembly without destruction of its designated use."@en ; + "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000930.ttl b/src/cco-iris/ont00000930.ttl new file mode 100644 index 00000000..964df2cc --- /dev/null +++ b/src/cco-iris/ont00000930.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000930 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nickel-metal Hydride Electric Battery"@en ; + "NiMH Battery"@en ; + "A Secondary Cell Electric Battery that has a metal-hydride anode and nickel oxide hydroxide cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001105 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000931.ttl b/src/cco-iris/ont00000931.ttl new file mode 100644 index 00000000..5ced601d --- /dev/null +++ b/src/cco-iris/ont00000931.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000326 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000931 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "UPC-A Barcode"@en ; + "A UPC Barcode that consists of 12 numerical digits."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000932.ttl b/src/cco-iris/ont00000932.ttl new file mode 100644 index 00000000..3ddf6887 --- /dev/null +++ b/src/cco-iris/ont00000932.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000932 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Computing Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact participating in a computation process."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000933.ttl b/src/cco-iris/ont00000933.ttl new file mode 100644 index 00000000..82dd5b69 --- /dev/null +++ b/src/cco-iris/ont00000933.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000907 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000933 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Landline Telephone"@en ; + "A Telephone that is connected to a Telephone Network through a pair of wires."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000934.ttl b/src/cco-iris/ont00000934.ttl new file mode 100644 index 00000000..8a0a99cf --- /dev/null +++ b/src/cco-iris/ont00000934.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000126 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000934 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Constituent State"@en ; + "State"@en ; + "A First-Order Administrative Region that is part of a Country and delimits a centralized regional Government that holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the State."@en ; + "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000935.ttl b/src/cco-iris/ont00000935.ttl new file mode 100644 index 00000000..a4548edd --- /dev/null +++ b/src/cco-iris/ont00000935.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000935 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Legal Instrument Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000936.ttl b/src/cco-iris/ont00000936.ttl new file mode 100644 index 00000000..5adf84ee --- /dev/null +++ b/src/cco-iris/ont00000936.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000847 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00000936 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Deactivated Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is not realizing any of its designed Artifact Functions (or at least not realizing any of its primary functions)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001213 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000937.ttl b/src/cco-iris/ont00000937.ttl new file mode 100644 index 00000000..5a5ba6b0 --- /dev/null +++ b/src/cco-iris/ont00000937.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000937 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Inhibiting Motion Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Artifact is used to inhibit the motion of some object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000938.ttl b/src/cco-iris/ont00000938.ttl new file mode 100644 index 00000000..5b67cf8c --- /dev/null +++ b/src/cco-iris/ont00000938.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000938 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of managing money."@en ; + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000939.ttl b/src/cco-iris/ont00000939.ttl new file mode 100644 index 00000000..ee79efb3 --- /dev/null +++ b/src/cco-iris/ont00000939.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000817 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000939 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Line"@en ; + "A Geospatial Line String that has only two vertices."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000940.ttl b/src/cco-iris/ont00000940.ttl new file mode 100644 index 00000000..6cec8e2c --- /dev/null +++ b/src/cco-iris/ont00000940.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000940 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Momentum"@en ; + "A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion."@en ; + "kg m/s, slug ft/s, g m/s" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001528 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001585 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001675 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000941.ttl b/src/cco-iris/ont00000941.ttl new file mode 100644 index 00000000..a5f9171c --- /dev/null +++ b/src/cco-iris/ont00000941.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000941 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Phosphorescence"@en ; + "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light after absorbing shorter wavelength radiation, and to continue emitting after the absorbing process has ceased."@en ; + "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001126 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000942.ttl b/src/cco-iris/ont00000942.ttl new file mode 100644 index 00000000..83b1f147 --- /dev/null +++ b/src/cco-iris/ont00000942.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000204 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000942 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sniper Rifle"@en ; + "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en ; + "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000943.ttl b/src/cco-iris/ont00000943.ttl new file mode 100644 index 00000000..cca35686 --- /dev/null +++ b/src/cco-iris/ont00000943.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000943 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ocular Prosthesis"@en ; + "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en ; + "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001248 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000944.ttl b/src/cco-iris/ont00000944.ttl new file mode 100644 index 00000000..51a6d955 --- /dev/null +++ b/src/cco-iris/ont00000944.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000601 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000944 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thermal Imaging Artifact Function"@en ; + "An Imaging Artifact Function that is realized during events in which an Artifact is used to create a visual representation of an entity using radiation from the far infrared region of the electromagnetic spectrum that the entity emits"@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000945.ttl b/src/cco-iris/ont00000945.ttl new file mode 100644 index 00000000..66d7d1f7 --- /dev/null +++ b/src/cco-iris/ont00000945.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000547 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000945 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "X-ray Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing X-rays to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000946.ttl b/src/cco-iris/ont00000946.ttl new file mode 100644 index 00000000..ae4ff151 --- /dev/null +++ b/src/cco-iris/ont00000946.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000094 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000545 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000946 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Government Building"@en ; + "A Facility that is designed for the administration of a community."@en ; + "https://en.wikipedia.org/wiki/Administration_(government)" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000947.ttl b/src/cco-iris/ont00000947.ttl new file mode 100644 index 00000000..5d8b22f8 --- /dev/null +++ b/src/cco-iris/ont00000947.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000947 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Temperature Measurement Artifact Function"@en ; + "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Temperature of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001100 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000948.ttl b/src/cco-iris/ont00000948.ttl new file mode 100644 index 00000000..d62c7318 --- /dev/null +++ b/src/cco-iris/ont00000948.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000455 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000948 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Religious Worship"@en ; + "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en ; + "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000949.ttl b/src/cco-iris/ont00000949.ttl new file mode 100644 index 00000000..233bce0a --- /dev/null +++ b/src/cco-iris/ont00000949.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000949 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Consumption"@en ; + "A Planned Act in which a resource is ingested or used up."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000950.ttl b/src/cco-iris/ont00000950.ttl new file mode 100644 index 00000000..9e81a098 --- /dev/null +++ b/src/cco-iris/ont00000950.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001819 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000783 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000950 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Maintenance"@en ; + "An Act of Artifact Modification in which an Artifact is modified in order to preserve or restore one or more of its designed Qualities or Functions."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000970 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000951.ttl b/src/cco-iris/ont00000951.ttl new file mode 100644 index 00000000..84e1c068 --- /dev/null +++ b/src/cco-iris/ont00000951.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000514 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000812 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000951 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Electromagnetic Wave Process"@en ; + "Electromagnetic Radiation"@en ; + "A Wave Process that is produced by charged particles, involves the periodic Oscillation of electric and magnetic fields at right angles to each other and the direction of wave propogation such that it has a Transverse Wave Profile, and which transfers electromagnetic radiant energy through a portion of space or matter."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000952.ttl b/src/cco-iris/ont00000952.ttl new file mode 100644 index 00000000..2ad6b7b0 --- /dev/null +++ b/src/cco-iris/ont00000952.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000210 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000952 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electric Motor"@en ; + "Electric Engine"@en ; + "An Engine that is designed to convert electrical energy into mechanical energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000953.ttl b/src/cco-iris/ont00000953.ttl new file mode 100644 index 00000000..82191302 --- /dev/null +++ b/src/cco-iris/ont00000953.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000862 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000953 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pitch"@en ; + "A Sound Process Profile that is characterized by the frequency of translated sound waves, typically on a continuum from low to high."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000954.ttl b/src/cco-iris/ont00000954.ttl new file mode 100644 index 00000000..bcb711b5 --- /dev/null +++ b/src/cco-iris/ont00000954.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000870 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000954 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Infrastructure"@en ; + "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en ; + "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000955.ttl b/src/cco-iris/ont00000955.ttl new file mode 100644 index 00000000..5f05a3ae --- /dev/null +++ b/src/cco-iris/ont00000955.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000278 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000955 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Angular Momentum"@en ; + "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en ; + "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000956.ttl b/src/cco-iris/ont00000956.ttl new file mode 100644 index 00000000..67e9d201 --- /dev/null +++ b/src/cco-iris/ont00000956.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000956 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Highway Interchange"@en ; + "A Road Junction that is designed to enable Ground Vehicles to exit one or more Highways and enter another Highway without directly crossing any other traffic stream."@en ; + "https://en.wikipedia.org/wiki/Interchange_(road)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001086 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000957.ttl b/src/cco-iris/ont00000957.ttl new file mode 100644 index 00000000..b238216f --- /dev/null +++ b/src/cco-iris/ont00000957.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000957 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reservoir"@en ; + "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ; + "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000958.ttl b/src/cco-iris/ont00000958.ttl new file mode 100644 index 00000000..5c30c52f --- /dev/null +++ b/src/cco-iris/ont00000958.ttl @@ -0,0 +1,174 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001801 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001808 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001938 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000031 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000616 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000696 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Information Content Entity"@en ; + "ICE"@en ; + "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity."@en ; + "Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different carriers of the same information content. It is this content that is generically dependent upon its carrier. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers."@en ; + "http://purl.obolibrary.org/obo/IAO_0000030" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001069 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000959.ttl b/src/cco-iris/ont00000959.ttl new file mode 100644 index 00000000..515da5a2 --- /dev/null +++ b/src/cco-iris/ont00000959.ttl @@ -0,0 +1,83 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000959 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Frequency"@en ; + "A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time."@en ; + "hertz, revolutions per minute" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001466 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001470 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001475 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001574 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001669 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001715 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001730 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000960.ttl b/src/cco-iris/ont00000960.ttl new file mode 100644 index 00000000..844f407e --- /dev/null +++ b/src/cco-iris/ont00000960.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000960 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fixed Line Network Telephone Call"@en ; + "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001190 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000961.ttl b/src/cco-iris/ont00000961.ttl new file mode 100644 index 00000000..7ef28c69 --- /dev/null +++ b/src/cco-iris/ont00000961.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000019 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000098 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000961 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Current Conversion Artifact Function"@en ; + "An Electrical Artifact Function that is realized by processes in which some Artifact is used to convert some electrical current."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000993 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000962.ttl b/src/cco-iris/ont00000962.ttl new file mode 100644 index 00000000..ee29fbe5 --- /dev/null +++ b/src/cco-iris/ont00000962.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000593 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000962 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Propellant"@en ; + "A Portion of Propellant that is stored in a liquid state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000963.ttl b/src/cco-iris/ont00000963.ttl new file mode 100644 index 00000000..0b533695 --- /dev/null +++ b/src/cco-iris/ont00000963.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000963 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Transfer System"@en ; + "A Fluid Control Artifact that is designed to facilitate the transfer of some Portion of Fuel from the Fuel Tank for use in some Engine."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000964.ttl b/src/cco-iris/ont00000964.ttl new file mode 100644 index 00000000..b628542c --- /dev/null +++ b/src/cco-iris/ont00000964.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000964 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 1,000–100 m"@en ; + rdfs:label "Medium Frequency"@en ; + "ITU Band Number 6"@en ; + "A Radio Frequency that is between 300 kHz and 3 MHz."@en ; + "MF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000965.ttl b/src/cco-iris/ont00000965.ttl new file mode 100644 index 00000000..8e564478 --- /dev/null +++ b/src/cco-iris/ont00000965.ttl @@ -0,0 +1,149 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001920 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000118 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000127 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000319 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000476 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000575 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000653 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Directive Information Content Entity"@en ; + "Directive ICE"@en ; + "An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000974 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001175 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000966.ttl b/src/cco-iris/ont00000966.ttl new file mode 100644 index 00000000..5aa64ad9 --- /dev/null +++ b/src/cco-iris/ont00000966.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000461 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000596 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000966 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "EAN Barcode"@en ; + "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00000972 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001131 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001268 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000967.ttl b/src/cco-iris/ont00000967.ttl new file mode 100644 index 00000000..d9c88bd8 --- /dev/null +++ b/src/cco-iris/ont00000967.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000787 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000967 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Height"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001367 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000968.ttl b/src/cco-iris/ont00000968.ttl new file mode 100644 index 00000000..853bb924 --- /dev/null +++ b/src/cco-iris/ont00000968.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000204 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000968 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Assault Rifle"@en ; + "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en ; + "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000969.ttl b/src/cco-iris/ont00000969.ttl new file mode 100644 index 00000000..59216208 --- /dev/null +++ b/src/cco-iris/ont00000969.ttl @@ -0,0 +1,88 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Speed"@en ; + "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en ; + "miles per hour, kilometers per hour, knot, mach" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001425 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001428 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001469 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001511 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001526 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001583 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001602 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001646 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000970.ttl b/src/cco-iris/ont00000970.ttl new file mode 100644 index 00000000..bfe49cae --- /dev/null +++ b/src/cco-iris/ont00000970.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000908 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000950 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000970 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Excluded from this class are instances of role change or role creation such as the introduction of an artifact as a piece of evidence in a trial or the loading of artifacts onto a ship for transport."@en ; + rdfs:label "Act of Artifact Modification"@en ; + "An Act of Artifact Processing in which an existing Artifact is acted upon in a manner that changes, adds, or removes one or more of its Qualities, Dispositions, or Functions."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000971.ttl b/src/cco-iris/ont00000971.ttl new file mode 100644 index 00000000..2cf563ae --- /dev/null +++ b/src/cco-iris/ont00000971.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000971 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Deceptive Communication"@en ; + "Ac Act of Communication intended to mislead the audience by distortion or falsification of evidence and induce a reaction that is prejudicial to the interests of the audience."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001267 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000972.ttl b/src/cco-iris/ont00000972.ttl new file mode 100644 index 00000000..870fb966 --- /dev/null +++ b/src/cco-iris/ont00000972.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000966 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000972 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "EAN-13 Barcode"@en ; + "An EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000973.ttl b/src/cco-iris/ont00000973.ttl new file mode 100644 index 00000000..071a31ce --- /dev/null +++ b/src/cco-iris/ont00000973.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000589 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000827 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000833 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000973 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decimal Time of Day Identifier"@en ; + "Fractional Time of Day Identifier"@en ; + "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using a decimal value for the portion of the Day that preceded the Temporal Instant."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000974.ttl b/src/cco-iris/ont00000974.ttl new file mode 100644 index 00000000..bb130b01 --- /dev/null +++ b/src/cco-iris/ont00000974.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000476 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000974 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Plan"@en ; + "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en ; + "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000975.ttl b/src/cco-iris/ont00000975.ttl new file mode 100644 index 00000000..5f0e5945 --- /dev/null +++ b/src/cco-iris/ont00000975.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000975 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cyan"@en ; + "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000976.ttl b/src/cco-iris/ont00000976.ttl new file mode 100644 index 00000000..859b4182 --- /dev/null +++ b/src/cco-iris/ont00000976.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000696 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000976 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Political Orientation"@en ; + "An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000977.ttl b/src/cco-iris/ont00000977.ttl new file mode 100644 index 00000000..2b3ae5ff --- /dev/null +++ b/src/cco-iris/ont00000977.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000588 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000977 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Publishing Mass Media Documentary"@en ; + "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000978.ttl b/src/cco-iris/ont00000978.ttl new file mode 100644 index 00000000..36224c2f --- /dev/null +++ b/src/cco-iris/ont00000978.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001803 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000978 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Cause"@en ; + "A Process that is the cause of or one of the causes of some other Process."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000979.ttl b/src/cco-iris/ont00000979.ttl new file mode 100644 index 00000000..a044ee0b --- /dev/null +++ b/src/cco-iris/ont00000979.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000979 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Closure"@en ; + "A Quality that inheres in a bearer in virtue of the degree to which that bearer affords passage or sightline through it via an opening, aperture, orifice, or vent."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000980.ttl b/src/cco-iris/ont00000980.ttl new file mode 100644 index 00000000..b103e5f2 --- /dev/null +++ b/src/cco-iris/ont00000980.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000571 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000980 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Waste Material"@en ; + "A Portion of Processed Material that serves no further use in terms of the initial user's own purposes of production, transformation, or consumption such that the Agent wants to dispose of it."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001084 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000981.ttl b/src/cco-iris/ont00000981.ttl new file mode 100644 index 00000000..60891891 --- /dev/null +++ b/src/cco-iris/ont00000981.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000981 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Portion of Material Consumption"@en ; + "An Act of Artifact Employment in which a Portion of Material is expended."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000982.ttl b/src/cco-iris/ont00000982.ttl new file mode 100644 index 00000000..56984413 --- /dev/null +++ b/src/cco-iris/ont00000982.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000543 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000982 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decrease of Function"@en ; + "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000983.ttl b/src/cco-iris/ont00000983.ttl new file mode 100644 index 00000000..b72d943d --- /dev/null +++ b/src/cco-iris/ont00000983.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000514 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000983 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Shear Wave Process"@en ; + "A Mechanical Wave that has a Transverse Wave Profile."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001028 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000984.ttl b/src/cco-iris/ont00000984.ttl new file mode 100644 index 00000000..7b634a0a --- /dev/null +++ b/src/cco-iris/ont00000984.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000984 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Occupation Role"@en ; + "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill within the context of some Act of Employment."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000985.ttl b/src/cco-iris/ont00000985.ttl new file mode 100644 index 00000000..4c8d5d6d --- /dev/null +++ b/src/cco-iris/ont00000985.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000985 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thermal Insulation Artifact Function"@en ; + "A Thermal Control Artifact Function that is realized during events in which an Artifact prevents or reduces the transfer of heat between objects that are in thermal contact or in range of radiative influence."@en ; + "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001350 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000986.ttl b/src/cco-iris/ont00000986.ttl new file mode 100644 index 00000000..60c75583 --- /dev/null +++ b/src/cco-iris/ont00000986.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000084 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000986 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Scar"@en ; + "A Bodily Component that consists of a portion of fibrous connective tissue on skin or within body tissue and which was formed due to an injury that has not healed completely."@en ; + "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000987.ttl b/src/cco-iris/ont00000987.ttl new file mode 100644 index 00000000..bf152058 --- /dev/null +++ b/src/cco-iris/ont00000987.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000388 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000987 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Citizen Role"@en ; + "A Role that inheres in a Person by virtue of that Person being legally recognized as a member of a particular state, with associated rights and obligations."@en ; + "http://en.wikitionary.org/wiki/citizen" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000988.ttl b/src/cco-iris/ont00000988.ttl new file mode 100644 index 00000000..fa3942ce --- /dev/null +++ b/src/cco-iris/ont00000988.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000804 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000988 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reflective Prism"@en ; + "A Prism designed to reflect light in order to flip, invert, rotate, deviate, or displace a beam of light entering the Prism."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000989.ttl b/src/cco-iris/ont00000989.ttl new file mode 100644 index 00000000..96b51a31 --- /dev/null +++ b/src/cco-iris/ont00000989.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000732 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000989 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 100–10 mm"@en ; + rdfs:label "Super High Frequency"@en ; + "ITU Band Number 10"@en ; + "A Microwave Frequency that is between 3 and 30 GHz."@en ; + "SHF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000990.ttl b/src/cco-iris/ont00000990.ttl new file mode 100644 index 00000000..fe2fe212 --- /dev/null +++ b/src/cco-iris/ont00000990.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000003 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000990 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nickname"@en ; + "A Designative Name that is a familiar or humorous substitute for an entity's Proper Name."@en ; + "Ike, Chief, P-Fox" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000991.ttl b/src/cco-iris/ont00000991.ttl new file mode 100644 index 00000000..0371f603 --- /dev/null +++ b/src/cco-iris/ont00000991.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000991 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bent"@en ; + "Angular"@en , + "Kinked"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000992.ttl b/src/cco-iris/ont00000992.ttl new file mode 100644 index 00000000..a6ab1015 --- /dev/null +++ b/src/cco-iris/ont00000992.ttl @@ -0,0 +1,73 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000085 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000992 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "The Second is used as the basic SI unit of time."@en ; + rdfs:label "Second"@en ; + "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ; + "https://physics.nist.gov/cuu/Units/second.html" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001154 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000993.ttl b/src/cco-iris/ont00000993.ttl new file mode 100644 index 00000000..6ebc7fb1 --- /dev/null +++ b/src/cco-iris/ont00000993.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000961 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000993 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Power Rectifying Artifact Function"@en ; + "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert alternating current (AC) to direct current (DC)."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000994.ttl b/src/cco-iris/ont00000994.ttl new file mode 100644 index 00000000..76e76c66 --- /dev/null +++ b/src/cco-iris/ont00000994.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000098 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000994 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Power Production Artifact Function"@en ; + "An Electrical Artifact Function that is realized during events in which an Artifact is used to generate electrical power."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000995.ttl b/src/cco-iris/ont00000995.ttl new file mode 100644 index 00000000..ca43c9d9 --- /dev/null +++ b/src/cco-iris/ont00000995.ttl @@ -0,0 +1,408 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000124 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000020 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000021 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000095 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000096 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000103 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000117 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000130 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000136 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000210 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000236 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000238 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000243 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000249 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000254 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000256 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000288 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000292 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000319 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000342 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000346 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000348 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000372 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000397 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000453 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000458 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000488 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000537 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000561 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000577 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000581 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000591 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000652 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000663 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000668 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000706 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000713 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000719 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000730 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000736 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000742 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000767 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000771 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000781 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000893 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Material Artifact"@en ; + "A Material Entity that was designed by some Agent to realize a certain Function."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001036 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001042 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001060 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001067 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001084 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001134 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001140 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001187 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001313 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001343 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001346 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001370 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001381 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001999 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000996.ttl b/src/cco-iris/ont00000996.ttl new file mode 100644 index 00000000..70b4137a --- /dev/null +++ b/src/cco-iris/ont00000996.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000294 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000996 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ramjet Engine"@en ; + "Ramjet"@en ; + "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air (without the use of an axial compressor) and decelerate it to subsonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000997.ttl b/src/cco-iris/ont00000997.ttl new file mode 100644 index 00000000..d1135d44 --- /dev/null +++ b/src/cco-iris/ont00000997.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000016 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000548 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000997 + rdf:type owl:Class ; + rdfs:subClassOf ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Disrupting Disposition"@en ; + "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; + "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ; + "Threat"@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000998.ttl b/src/cco-iris/ont00000998.ttl new file mode 100644 index 00000000..995f5135 --- /dev/null +++ b/src/cco-iris/ont00000998.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000152 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000363 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000700 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000918 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000998 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Network"@en ; + "A Communication System that is designed to enable the transmission of information over significant distances between Telecommunication Endpoints via Telecommunication Network Nodes and Lines."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001036 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00000999.ttl b/src/cco-iris/ont00000999.ttl new file mode 100644 index 00000000..2b2f50b2 --- /dev/null +++ b/src/cco-iris/ont00000999.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000999 + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Defunct Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact no longer maintains its designed set of Artifact Functions (or at least no longer maintains its primary functions)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001191 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001213 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001000.ttl b/src/cco-iris/ont00001000.ttl new file mode 100644 index 00000000..71cea837 --- /dev/null +++ b/src/cco-iris/ont00001000.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000252 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001000 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spray Nozzle"@en ; + "A Nozzle that is designed to facilitate a conversion of the flow of a portion of liquid into a dynamic collection of drops dispersed in a portion of gas."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001001.ttl b/src/cco-iris/ont00001001.ttl new file mode 100644 index 00000000..58ae832c --- /dev/null +++ b/src/cco-iris/ont00001001.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001001 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Drooping"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001002.ttl b/src/cco-iris/ont00001002.ttl new file mode 100644 index 00000000..d190c7d0 --- /dev/null +++ b/src/cco-iris/ont00001002.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000640 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001002 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Message"@en ; + "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is relatively brief and to be transmitted from a sender to a recipient."@en ; + "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001046 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001003.ttl b/src/cco-iris/ont00001003.ttl new file mode 100644 index 00000000..e9ac5ffd --- /dev/null +++ b/src/cco-iris/ont00001003.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001003 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cartridge"@en ; + "A Portion of Ammunition that is designed to package a Bullet, a propellant substance, and a primer within a case that is designed to fit within the firing chamber of a Firearm."@en ; + "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001150 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001004.ttl b/src/cco-iris/ont00001004.ttl new file mode 100644 index 00000000..647629ef --- /dev/null +++ b/src/cco-iris/ont00001004.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001004 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Electromagnetic Force"@en ; + "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en ; + "volt, ampere, coulomb" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001450 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001451 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001613 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001729 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001005.ttl b/src/cco-iris/ont00001005.ttl new file mode 100644 index 00000000..a4a08e62 --- /dev/null +++ b/src/cco-iris/ont00001005.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000294 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001005 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Turbojet Air-Breathing Jet Engine"@en ; + "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en ; + "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001006.ttl b/src/cco-iris/ont00001006.ttl new file mode 100644 index 00000000..18763634 --- /dev/null +++ b/src/cco-iris/ont00001006.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001006 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Operator Role"@en ; + "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ; + "the role of driving a car" , + "the role of flying an airplane" , + "the role of operating a crane" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001007.ttl b/src/cco-iris/ont00001007.ttl new file mode 100644 index 00000000..660c7f54 --- /dev/null +++ b/src/cco-iris/ont00001007.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000928 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001007 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Passenger Train Car"@en ; + "A Train Car that is designed to transport passengers."@en ; + "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001008.ttl b/src/cco-iris/ont00001008.ttl new file mode 100644 index 00000000..db67fb13 --- /dev/null +++ b/src/cco-iris/ont00001008.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001008 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Biological Weapon"@en ; + "A Weapon that is designed to inflict harm, incapacity, or death by means of releasing disease-producing agents—such as bacteria, viruses, or fungi."@en ; + "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001009.ttl b/src/cco-iris/ont00001009.ttl new file mode 100644 index 00000000..fbd4cbdf --- /dev/null +++ b/src/cco-iris/ont00001009.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000219 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000355 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000547 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000792 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001009 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Telescope"@en ; + "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light to form an enhanced image of the Object."@en ; + "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001010.ttl b/src/cco-iris/ont00001010.ttl new file mode 100644 index 00000000..37043e20 --- /dev/null +++ b/src/cco-iris/ont00001010.ttl @@ -0,0 +1,113 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001811 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001963 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000164 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000186 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000293 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00000369 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000604 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith , + ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Ordinal Measurement Information Content Entity"@en ; + "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ; + "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the carrier of an ordinal measurment."@en , + "a measurement that places Geospatial Regions into a rank order of small, medium, large" , + "a measurement that places military units onto a readiness rank order of red, yellow, green" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001041 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001364 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001011.ttl b/src/cco-iris/ont00001011.ttl new file mode 100644 index 00000000..d60c77e0 --- /dev/null +++ b/src/cco-iris/ont00001011.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000053 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001011 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Automobile"@en ; + "A Ground Motor Vehicle that is designed to transport a small number of passengers while traveling on four tired wheels."@en ; + "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001012.ttl b/src/cco-iris/ont00001012.ttl new file mode 100644 index 00000000..9028b206 --- /dev/null +++ b/src/cco-iris/ont00001012.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001012 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Further variants of GS1 DataBar have not been defined here."@en ; + rdfs:label "GS1 DataBar Barcode"@en ; + "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001013.ttl b/src/cco-iris/ont00001013.ttl new file mode 100644 index 00000000..94d64a31 --- /dev/null +++ b/src/cco-iris/ont00001013.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001013 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heating Artifact Function"@en ; + "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001014.ttl b/src/cco-iris/ont00001014.ttl new file mode 100644 index 00000000..da4cb42a --- /dev/null +++ b/src/cco-iris/ont00001014.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000003 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001014 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Proper Name"@en ; + "A Designative Name that is an official name for a particular entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001331 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001015.ttl b/src/cco-iris/ont00001015.ttl new file mode 100644 index 00000000..f966392b --- /dev/null +++ b/src/cco-iris/ont00001015.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000646 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001015 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Controlled-Access Highway"@en ; + "Expressway"@en , + "Freeway"@en , + "Motorway"@en ; + "A Highway that is designed for high-speed vehicular traffic, with all traffic flow and ingress/egress regulated."@en ; + "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001016.ttl b/src/cco-iris/ont00001016.ttl new file mode 100644 index 00000000..2ffe1ac3 --- /dev/null +++ b/src/cco-iris/ont00001016.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000024 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001016 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Lithosphere"@en ; + "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ; + "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001017.ttl b/src/cco-iris/ont00001017.ttl new file mode 100644 index 00000000..39bd7ab4 --- /dev/null +++ b/src/cco-iris/ont00001017.ttl @@ -0,0 +1,163 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000115 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001844 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001866 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001889 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001922 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001939 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] . + + +### https://www.commoncoreontologies.org/ont00001954 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001977 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] . + + +### https://www.commoncoreontologies.org/ont00001978 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001984 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001993 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000300 + rdf:type owl:Class ; + rdfs:subClassOf [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Agent"@en ; + "A Material Entity that bears an Agent Capability."@en ; + "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001018.ttl b/src/cco-iris/ont00001018.ttl new file mode 100644 index 00000000..9b8bdd2b --- /dev/null +++ b/src/cco-iris/ont00001018.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000350 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001018 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Equipment Cooling System"@en ; + "A Cooling System that is designed to cool some piece of equipment."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001019.ttl b/src/cco-iris/ont00001019.ttl new file mode 100644 index 00000000..980a9661 --- /dev/null +++ b/src/cco-iris/ont00001019.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000723 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001019 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Steering Control System"@en ; + "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001020.ttl b/src/cco-iris/ont00001020.ttl new file mode 100644 index 00000000..59f39506 --- /dev/null +++ b/src/cco-iris/ont00001020.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000838 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001020 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Gaseous Fuel"@en ; + "A Portion of Fuel that is stored in a gaseous state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001021.ttl b/src/cco-iris/ont00001021.ttl new file mode 100644 index 00000000..cbf42c0e --- /dev/null +++ b/src/cco-iris/ont00001021.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000379 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001021 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Denying"@en ; + "An Act of Representative Communication performed by either asserting that something is not true or real or refusing to satisfy a request or desire."@en ; + "http://www.merriam-webster.com/dictionary/denial" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001022.ttl b/src/cco-iris/ont00001022.ttl new file mode 100644 index 00000000..4e3a5e66 --- /dev/null +++ b/src/cco-iris/ont00001022.ttl @@ -0,0 +1,104 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001965 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001983 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000293 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00000539 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000669 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000845 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Ratio Measurement Information Content Entity"@en ; + "A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto an interval scale having a true zero value."@en ; + "The sentence \"The temperature reached 240.372 degrees Kelvin on January 20, 1985 in Chicago, IL.\" is the carrier of a ratio measurement as 0 degrees on the Kelvin scale does describe absolute zero."@en , + "a measurement of the barometric pressure at 1,000 feet above sea level" , + "a measurement of the measure of air temperature on the Kelvin scale" , + "a measurement of the number of members in an Organization" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001364 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001023.ttl b/src/cco-iris/ont00001023.ttl new file mode 100644 index 00000000..a01af3bd --- /dev/null +++ b/src/cco-iris/ont00001023.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000619 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001023 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Week"@en ; + "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001024.ttl b/src/cco-iris/ont00001024.ttl new file mode 100644 index 00000000..05c8e0e9 --- /dev/null +++ b/src/cco-iris/ont00001024.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000394 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001024 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spark Ignition Engine"@en ; + "An Internal Combustion Engine that is designed to operate by generating a spark to ignite a portion of Fuel and Oxidizer mixture."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001025.ttl b/src/cco-iris/ont00001025.ttl new file mode 100644 index 00000000..340e9e8e --- /dev/null +++ b/src/cco-iris/ont00001025.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001025 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electric Generator"@en ; + "An Electrical Power Source that is designed to convert mechanical energy to electrical energy for use in an external circuit."@en ; + "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001026.ttl b/src/cco-iris/ont00001026.ttl new file mode 100644 index 00000000..1bdbfe8d --- /dev/null +++ b/src/cco-iris/ont00001026.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000119 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001026 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pointing Orientation"@en ; + "Facing Orientation"@en ; + "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001027.ttl b/src/cco-iris/ont00001027.ttl new file mode 100644 index 00000000..45137015 --- /dev/null +++ b/src/cco-iris/ont00001027.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000095 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001027 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Trim Tab"@en ; + "A Control Surface that is designed to counteract hydro-, aerodynamic, or other forces in order to stabilize the Vehicle it is part of in the desired Attitude."@en ; + "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001028.ttl b/src/cco-iris/ont00001028.ttl new file mode 100644 index 00000000..5a7b375d --- /dev/null +++ b/src/cco-iris/ont00001028.ttl @@ -0,0 +1,86 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001857 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000514 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000675 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000983 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001028 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Mechanical Wave Process"@en ; + "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@en ; + "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001227 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001029.ttl b/src/cco-iris/ont00001029.ttl new file mode 100644 index 00000000..12abaff4 --- /dev/null +++ b/src/cco-iris/ont00001029.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000337 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001029 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Unguided Rocket"@en ; + "Rocket"@en ; + "A Portion of Ammunition that is designed to be a self-propelled, but unguided, projectile that delivers some payload (explosive or other) over relatively long distances through the use of a Rocket Engine."@en ; + "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001150 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001030.ttl b/src/cco-iris/ont00001030.ttl new file mode 100644 index 00000000..4733b158 --- /dev/null +++ b/src/cco-iris/ont00001030.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000796 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001030 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Train"@en ; + "Railroad Train"@en , + "Railway Train"@en ; + "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en ; + "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001031.ttl b/src/cco-iris/ont00001031.ttl new file mode 100644 index 00000000..e7a5a131 --- /dev/null +++ b/src/cco-iris/ont00001031.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001031 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Volunteering"@en ; + "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; + "entering into military service voluntarily" , + "rendering a service voluntarily" ; + "http://www.merriam-webster.com/dictionary/volunteer" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001162 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001032.ttl b/src/cco-iris/ont00001032.ttl new file mode 100644 index 00000000..ae4f3e86 --- /dev/null +++ b/src/cco-iris/ont00001032.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001032 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Assignment"@en ; + "An Act of Declarative Communication in which rights held by one party (the assignor) are transferred to another party (the assignee) with regard to a particular entity as specified by the details of the assignment, which is often prescribed by a contract."@en ; + "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001374 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001033.ttl b/src/cco-iris/ont00001033.ttl new file mode 100644 index 00000000..37a8c2a0 --- /dev/null +++ b/src/cco-iris/ont00001033.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001033 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Biological Sex"@en ; + "A Quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."@en ; + "http://purl.org/obo/owl/PATO#PATO_0000047" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001212 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001363 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001034.ttl b/src/cco-iris/ont00001034.ttl new file mode 100644 index 00000000..7f09e563 --- /dev/null +++ b/src/cco-iris/ont00001034.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000774 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001034 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Full Motion Video Camera"@en ; + "A Video Camera that is designed to capture and record images of sufficiently high quality and in rapid enough succession that the resulting video supports smooth playback."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001035.ttl b/src/cco-iris/ont00001035.ttl new file mode 100644 index 00000000..59ca46e6 --- /dev/null +++ b/src/cco-iris/ont00001035.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000387 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001035 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pitch Axis"@en ; + "Lateral Axis"@en ; + "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001036.ttl b/src/cco-iris/ont00001036.ttl new file mode 100644 index 00000000..38af3ee0 --- /dev/null +++ b/src/cco-iris/ont00001036.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000303 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000998 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001036 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication System"@en ; + "A Material Artifact that is designed to enable some Act of Communication by means of transmission systems, relay stations, tributary stations, and data terminal equipment, usually capable of interconnection and interoperation to form an integrated whole."@en ; + "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001265 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001037.ttl b/src/cco-iris/ont00001037.ttl new file mode 100644 index 00000000..6d24db2b --- /dev/null +++ b/src/cco-iris/ont00001037.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001037 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Constructed Feature"@en ; + "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001197 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001038.ttl b/src/cco-iris/ont00001038.ttl new file mode 100644 index 00000000..b4fc54b3 --- /dev/null +++ b/src/cco-iris/ont00001038.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001038 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nickel Cadmium Electric Battery"@en ; + "NiCad Battery"@en ; + "A Secondary Cell Electric Battery that has a cadmium anode and nickel oxide hydroxide cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001105 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001039.ttl b/src/cco-iris/ont00001039.ttl new file mode 100644 index 00000000..7ae314a4 --- /dev/null +++ b/src/cco-iris/ont00001039.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000836 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001039 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Repayment"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount the Debtor owes to the Creditor from an earlier Act of Loaning."@en ; + "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001040.ttl b/src/cco-iris/ont00001040.ttl new file mode 100644 index 00000000..9f939688 --- /dev/null +++ b/src/cco-iris/ont00001040.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000026 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001040 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nadir"@en ; + "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en ; + "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001041.ttl b/src/cco-iris/ont00001041.ttl new file mode 100644 index 00000000..8d0c97b8 --- /dev/null +++ b/src/cco-iris/ont00001041.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001041 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sequence Position Ordinality"@en ; + "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001042.ttl b/src/cco-iris/ont00001042.ttl new file mode 100644 index 00000000..0945c4ee --- /dev/null +++ b/src/cco-iris/ont00001042.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001042 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Equipment Mount"@en ; + "A Material Artifact that is designed to support an Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001316 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001043.ttl b/src/cco-iris/ont00001043.ttl new file mode 100644 index 00000000..4b9c0491 --- /dev/null +++ b/src/cco-iris/ont00001043.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000713 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001043 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Aircraft"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en ; + "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001044.ttl b/src/cco-iris/ont00001044.ttl new file mode 100644 index 00000000..741c7839 --- /dev/null +++ b/src/cco-iris/ont00001044.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001044 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Radiation Detection Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to detect the presence of nuclear radiation particles."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001045.ttl b/src/cco-iris/ont00001045.ttl new file mode 100644 index 00000000..24473f80 --- /dev/null +++ b/src/cco-iris/ont00001045.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000319 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001045 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Artifact Model"@en ; + "A Directive Information Content Entity that prescribes a common set of Functions and Qualities to inhere in a set of artifact instances."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001103 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001046.ttl b/src/cco-iris/ont00001046.ttl new file mode 100644 index 00000000..2853acd4 --- /dev/null +++ b/src/cco-iris/ont00001046.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000471 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001002 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001046 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Notification Message"@en ; + "A Message that is designed to bear an Information Content Entity that describes a scenario that has been determined to merit attention by the recipient."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001047.ttl b/src/cco-iris/ont00001047.ttl new file mode 100644 index 00000000..26961f5e --- /dev/null +++ b/src/cco-iris/ont00001047.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000008 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000754 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001047 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Frequency"@en ; + "Temporal Frequency"@en ; + "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@en ; + "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001048.ttl b/src/cco-iris/ont00001048.ttl new file mode 100644 index 00000000..896c3daa --- /dev/null +++ b/src/cco-iris/ont00001048.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000004 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000107 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001048 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Dependent Continuant"@en ; + "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001214 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001049.ttl b/src/cco-iris/ont00001049.ttl new file mode 100644 index 00000000..aabd1b53 --- /dev/null +++ b/src/cco-iris/ont00001049.ttl @@ -0,0 +1,79 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000288 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000302 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000477 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000716 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000790 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000843 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000909 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001025 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Power Source"@en ; + "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001222 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001050.ttl b/src/cco-iris/ont00001050.ttl new file mode 100644 index 00000000..8f26821f --- /dev/null +++ b/src/cco-iris/ont00001050.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000716 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001050 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Primary Cell Electric Battery"@en ; + "Primary Cell Battery"@en ; + "A Electric Battery that is designed for one-time use and not to be recharged."@en ; + "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001229 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001051.ttl b/src/cco-iris/ont00001051.ttl new file mode 100644 index 00000000..4c3ce3e0 --- /dev/null +++ b/src/cco-iris/ont00001051.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000088 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000231 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000268 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000658 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001051 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Projectile Launcher"@en ; + "A Weapon that is designed to inflict damage or harm by means of launching a high-velocity projectile at a target."@en ; + "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001173 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001373 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001052.ttl b/src/cco-iris/ont00001052.ttl new file mode 100644 index 00000000..c32f77be --- /dev/null +++ b/src/cco-iris/ont00001052.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000432 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000483 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000667 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000710 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001052 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Facility"@en ; + "A Facility that is designed to support a Military Force."@en ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001091 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001297 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001053.ttl b/src/cco-iris/ont00001053.ttl new file mode 100644 index 00000000..1a22a033 --- /dev/null +++ b/src/cco-iris/ont00001053.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001053 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Collision"@en ; + "An Act of Location Change involving the movement of one object such that it collides with another object."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001054.ttl b/src/cco-iris/ont00001054.ttl new file mode 100644 index 00000000..54d5f345 --- /dev/null +++ b/src/cco-iris/ont00001054.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000499 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001054 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Helical Antenna"@en ; + "A Wire Antenna that consists of a conducting wire wound in the form of a helix that is typically mounted over a ground plane with a feed line connected between the bottom of the helix and the ground plane."@en ; + "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001055.ttl b/src/cco-iris/ont00001055.ttl new file mode 100644 index 00000000..ea6cc2bb --- /dev/null +++ b/src/cco-iris/ont00001055.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001055 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Branched"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001056.ttl b/src/cco-iris/ont00001056.ttl new file mode 100644 index 00000000..046b2e35 --- /dev/null +++ b/src/cco-iris/ont00001056.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000754 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001056 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."@en ; + rdfs:label "Visible Light Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001057.ttl b/src/cco-iris/ont00001057.ttl new file mode 100644 index 00000000..e6006d8c --- /dev/null +++ b/src/cco-iris/ont00001057.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000588 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001057 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Issuing Mass Media Press Release"@en ; + "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001058.ttl b/src/cco-iris/ont00001058.ttl new file mode 100644 index 00000000..b427ea44 --- /dev/null +++ b/src/cco-iris/ont00001058.ttl @@ -0,0 +1,80 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000063 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000085 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001058 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Hour"@en ; + "A Temporal Interval that is equal to sixty consecutive Minutes."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001059.ttl b/src/cco-iris/ont00001059.ttl new file mode 100644 index 00000000..407e93ec --- /dev/null +++ b/src/cco-iris/ont00001059.ttl @@ -0,0 +1,169 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000042 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000185 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000385 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000424 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000447 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000464 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000474 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000484 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000494 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000578 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000579 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000590 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000803 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000805 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000815 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000835 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000861 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000885 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000991 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001001 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001055 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Shape Quality"@en ; + "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001063 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001199 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001280 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001360 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001369 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001060.ttl b/src/cco-iris/ont00001060.ttl new file mode 100644 index 00000000..27cb5086 --- /dev/null +++ b/src/cco-iris/ont00001060.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001060 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel System"@en ; + "A Material Artifact that is designed to pump, manage, and deliver some Portion of Fuel to the Propulsion System and Auxiliary Power Unit of some Vehicle."@en ; + "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001061.ttl b/src/cco-iris/ont00001061.ttl new file mode 100644 index 00000000..10568718 --- /dev/null +++ b/src/cco-iris/ont00001061.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000053 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001061 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motorcycle"@en ; + "Motorbike"@en ; + "A Ground Motor Vehicle that is designed to transport a very small number of passengers (usually 1 or 2) while traveling on two or three tired wheels."@en ; + "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001062.ttl b/src/cco-iris/ont00001062.ttl new file mode 100644 index 00000000..47f13424 --- /dev/null +++ b/src/cco-iris/ont00001062.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/bibliographicCitation + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000300 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001062 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The International Community. 5 Apr. 2023, https://dictionary.cambridge.org/us/dictionary/english/international-community." ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "International Community"@en ; + "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; + "International Community"@en ; + "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001063.ttl b/src/cco-iris/ont00001063.ttl new file mode 100644 index 00000000..e33906b9 --- /dev/null +++ b/src/cco-iris/ont00001063.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001063 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Straight"@en ; + "Linear"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001064.ttl b/src/cco-iris/ont00001064.ttl new file mode 100644 index 00000000..889a6e32 --- /dev/null +++ b/src/cco-iris/ont00001064.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000241 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001064 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; + rdfs:label "Barcode"@en ; + "An Information Bearing Artifact that is designed to bear one or more geometric shapes that concretize some Directive Information Content Entity."@en ; + "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001065.ttl b/src/cco-iris/ont00001065.ttl new file mode 100644 index 00000000..c0f5f474 --- /dev/null +++ b/src/cco-iris/ont00001065.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001065 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Two Dimensional Extent"@en ; + "Area"@en ; + "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001202 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001066.ttl b/src/cco-iris/ont00001066.ttl new file mode 100644 index 00000000..13762c08 --- /dev/null +++ b/src/cco-iris/ont00001066.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000250 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001066 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Disposition"@en ; + "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001305 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001067.ttl b/src/cco-iris/ont00001067.ttl new file mode 100644 index 00000000..c38328db --- /dev/null +++ b/src/cco-iris/ont00001067.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001067 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Laser"@en ; + "A Material Artifact that is designed to emit light coherently through a process of optical amplification based on the stimulated emission of electromagnetic radiation."@en ; + "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001068.ttl b/src/cco-iris/ont00001068.ttl new file mode 100644 index 00000000..ee53e6a4 --- /dev/null +++ b/src/cco-iris/ont00001068.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000395 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001068 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:label "Gain of Quality"@en ; + "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ; + "A person becoming pregnant." ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001069.ttl b/src/cco-iris/ont00001069.ttl new file mode 100644 index 00000000..86bd1c10 --- /dev/null +++ b/src/cco-iris/ont00001069.ttl @@ -0,0 +1,77 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001873 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001938 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001069 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith ; + rdfs:label "Representational Information Content Entity"@en ; + "An Information Content Entity that represents some Entity."@en ; + "the content of a court transcript represents a courtroom proceeding" , + "the content of a photograph of the Statue of Liberty represents the Statue of Liberty" , + "the content of a video of a sporting event represents that sporting event" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001070.ttl b/src/cco-iris/ont00001070.ttl new file mode 100644 index 00000000..57ad59a4 --- /dev/null +++ b/src/cco-iris/ont00001070.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001070 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fluid Control Artifact Function"@en ; + "An Artifact Function that is realized in processes in which some Artifact is used to control the direction or flow of some fluid."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001071.ttl b/src/cco-iris/ont00001071.ttl new file mode 100644 index 00000000..c4e044d6 --- /dev/null +++ b/src/cco-iris/ont00001071.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000713 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001071 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Payload Capacity"@en ; + "An Artifact Function that inheres in a Vehicle that is designed to transport Payload, and which is typically characterized by the maximum Weight, Mass, or Volume of Payload that the Vehicle can transport."@en ; + "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001072.ttl b/src/cco-iris/ont00001072.ttl new file mode 100644 index 00000000..af553053 --- /dev/null +++ b/src/cco-iris/ont00001072.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000169 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001072 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "FM Radio Broadcast Frequency"@en ; + "Frequency Modulation Radio Broadcast Frequency"@en ; + "A Very High Frequency that is between 88 and 108 MHz."@en ; + "International Telecommunication Union (ITU) Region 2" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001073.ttl b/src/cco-iris/ont00001073.ttl new file mode 100644 index 00000000..2ece6f44 --- /dev/null +++ b/src/cco-iris/ont00001073.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000608 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001073 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Value of Property"@en ; + "Property Value"@en ; + "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001074.ttl b/src/cco-iris/ont00001074.ttl new file mode 100644 index 00000000..08972053 --- /dev/null +++ b/src/cco-iris/ont00001074.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000687 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001074 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Educational Training Acquisition"@en ; + "An Act of Training Acquisition performed by an Agent by acquiring knowledge of a curriculum from an Agent or communication medium that realizes a capacity derived from its affiliation with some Educational Organization."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001075.ttl b/src/cco-iris/ont00001075.ttl new file mode 100644 index 00000000..1e71414c --- /dev/null +++ b/src/cco-iris/ont00001075.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000202 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000234 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000367 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000463 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001075 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Training Instruction"@en ; + "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001120 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001266 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001076.ttl b/src/cco-iris/ont00001076.ttl new file mode 100644 index 00000000..5584e744 --- /dev/null +++ b/src/cco-iris/ont00001076.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000330 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000717 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000846 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000882 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001076 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electric Power Station"@en ; + "Power Plant"@en ; + "A Facility that is designed to generate electrical power."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001077.ttl b/src/cco-iris/ont00001077.ttl new file mode 100644 index 00000000..d0c2d523 --- /dev/null +++ b/src/cco-iris/ont00001077.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000848 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001077 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Heavy Machine Gun"@en ; + "A Mounted Gun that is designed to fire ammunition greater than .50 caliber or 12.7mm ammunition in quick succession from an ammunition belt, and which typically weighs more than 30lbs."@en ; + "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001078.ttl b/src/cco-iris/ont00001078.ttl new file mode 100644 index 00000000..7c4f9ff2 --- /dev/null +++ b/src/cco-iris/ont00001078.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000195 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000226 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001078 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Airport"@en ; + "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ; + "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001079.ttl b/src/cco-iris/ont00001079.ttl new file mode 100644 index 00000000..1948fa4a --- /dev/null +++ b/src/cco-iris/ont00001079.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001079 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Blond"@en ; + "A Color that ranges from nearly white to a light greyish yellow"@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001080.ttl b/src/cco-iris/ont00001080.ttl new file mode 100644 index 00000000..f8800b64 --- /dev/null +++ b/src/cco-iris/ont00001080.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001080 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Far Infrared Light Frequency"@en ; + "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001337 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001081.ttl b/src/cco-iris/ont00001081.ttl new file mode 100644 index 00000000..a9071d27 --- /dev/null +++ b/src/cco-iris/ont00001081.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000031 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000563 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000574 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000873 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001081 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geographic Feature"@en ; + "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001082.ttl b/src/cco-iris/ont00001082.ttl new file mode 100644 index 00000000..a5c770d1 --- /dev/null +++ b/src/cco-iris/ont00001082.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001082 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Patch Receiver"@en ; + "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001145 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001083.ttl b/src/cco-iris/ont00001083.ttl new file mode 100644 index 00000000..e0b0d403 --- /dev/null +++ b/src/cco-iris/ont00001083.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000056 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001083 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Air-Breathing Combustion Engine"@en ; + "A Reaction Engine that functions by drawing a continuous stream of air into and through the Engine where it is compressed, mixed with a Portion of Fuel, ignited, and then expelled as exhaust gas."@en ; + "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001084.ttl b/src/cco-iris/ont00001084.ttl new file mode 100644 index 00000000..5f087225 --- /dev/null +++ b/src/cco-iris/ont00001084.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000307 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000457 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000980 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001084 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Processed Material"@en ; + "A Material Artifact that is the output of an Act of Artifact Processing."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001085.ttl b/src/cco-iris/ont00001085.ttl new file mode 100644 index 00000000..f36763f8 --- /dev/null +++ b/src/cco-iris/ont00001085.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001085 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reflection Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact participating in a reflection event in which the Artifact causes a change in a wavefront at an interface between the reflecting medium and the transmission medium such that the wavefront returns into the transmission medium."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001086.ttl b/src/cco-iris/ont00001086.ttl new file mode 100644 index 00000000..74cd4407 --- /dev/null +++ b/src/cco-iris/ont00001086.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000956 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001086 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Road Junction"@en ; + "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en ; + "https://en.wikipedia.org/wiki/Junction_(road)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001087.ttl b/src/cco-iris/ont00001087.ttl new file mode 100644 index 00000000..a905d8a9 --- /dev/null +++ b/src/cco-iris/ont00001087.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001087 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Orientation Observation Artifact Function"@en ; + "Attitude Observation Artifact Function"@en ; + "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Orientation of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001306 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001088.ttl b/src/cco-iris/ont00001088.ttl new file mode 100644 index 00000000..0b048bd7 --- /dev/null +++ b/src/cco-iris/ont00001088.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000832 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001088 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Decade"@en ; + "A Temporal Interval that is equal to a period of ten consecutive Years."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001089.ttl b/src/cco-iris/ont00001089.ttl new file mode 100644 index 00000000..e6a0c4cc --- /dev/null +++ b/src/cco-iris/ont00001089.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001089 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Petrochemical Refinery"@en ; + "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ; + "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001283 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001090.ttl b/src/cco-iris/ont00001090.ttl new file mode 100644 index 00000000..eae25d34 --- /dev/null +++ b/src/cco-iris/ont00001090.ttl @@ -0,0 +1,83 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001090 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Pressure"@en ; + "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en ; + "pascal, atmosphere, pound-force per square inch" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001432 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001474 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001559 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001587 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001612 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001643 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001694 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001091.ttl b/src/cco-iris/ont00001091.ttl new file mode 100644 index 00000000..c51eb0dc --- /dev/null +++ b/src/cco-iris/ont00001091.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001052 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001091 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fort"@en ; + "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en ; + "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001092.ttl b/src/cco-iris/ont00001092.ttl new file mode 100644 index 00000000..34cc80c0 --- /dev/null +++ b/src/cco-iris/ont00001092.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000098 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001092 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electrical Power Storage Artifact Function"@en ; + "Capacitance"@en ; + "An Electrical Artifact Function that is realized during events in which an Artifact is used to store electrical power to be released at a later time."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001093.ttl b/src/cco-iris/ont00001093.ttl new file mode 100644 index 00000000..08a2525c --- /dev/null +++ b/src/cco-iris/ont00001093.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000475 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001093 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Coin"@en ; + "A Portion of Cash that consists of a flat, portable, round pieces of metal designed to bear some specified Financial Value."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001094.ttl b/src/cco-iris/ont00001094.ttl new file mode 100644 index 00000000..e7eb9362 --- /dev/null +++ b/src/cco-iris/ont00001094.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001094 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Espionage"@en ; + "An Act of Intelligence Gathering involving the obtaining of information that is considered secret or confidential without the permission of the holder of the information."@en ; + "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001251 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001095.ttl b/src/cco-iris/ont00001095.ttl new file mode 100644 index 00000000..ffd1d430 --- /dev/null +++ b/src/cco-iris/ont00001095.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000363 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001095 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cellular Telecommunication Network"@en ; + "Cellular Network"@en , + "Mobile Telecommunication Network"@en ; + "A Wireless Telecommunication Network where the last link between the network and the end user is wireless and is distributed over service areas called cells."@en ; + "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001096.ttl b/src/cco-iris/ont00001096.ttl new file mode 100644 index 00000000..8ad9f8a1 --- /dev/null +++ b/src/cco-iris/ont00001096.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001096 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Submachine Gun"@en ; + "An Long Gun that is designed to be have automatic-fire functionality, fire pistol-caliber ammunition that is magazine-fed, and which is usually smaller than other automatic firearms."@en ; + "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001104 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001097.ttl b/src/cco-iris/ont00001097.ttl new file mode 100644 index 00000000..086e21e0 --- /dev/null +++ b/src/cco-iris/ont00001097.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001097 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Common Stock"@en ; + "Stock that entitles its holder to voting on corporate decisions."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001278 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001098.ttl b/src/cco-iris/ont00001098.ttl new file mode 100644 index 00000000..edbd97f6 --- /dev/null +++ b/src/cco-iris/ont00001098.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000055 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001098 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hospital"@en ; + "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ; + "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001099.ttl b/src/cco-iris/ont00001099.ttl new file mode 100644 index 00000000..8a7cac15 --- /dev/null +++ b/src/cco-iris/ont00001099.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001099 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bridge"@en ; + "A Land Transportation Artifact that is designed to span physical obstacles without closing the way underneath to enable Persons or Ground Vehicles to pass over the obstacles."@en ; + "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001100.ttl b/src/cco-iris/ont00001100.ttl new file mode 100644 index 00000000..6204e716 --- /dev/null +++ b/src/cco-iris/ont00001100.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000062 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000411 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000657 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000947 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001100 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to measure one or more features of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001101.ttl b/src/cco-iris/ont00001101.ttl new file mode 100644 index 00000000..40ba0fe3 --- /dev/null +++ b/src/cco-iris/ont00001101.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001101 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Interval Estimate Information Content Entity"@en ; + "Interval Estimate"@en , + "Interval Estimate Measurement Information Content Entity"@en ; + "An Estimate Information Content Entity that consists of an interval of possible (or probable) values for the measured entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001149 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001176 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001102.ttl b/src/cco-iris/ont00001102.ttl new file mode 100644 index 00000000..ba6293be --- /dev/null +++ b/src/cco-iris/ont00001102.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000040 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000262 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000468 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001102 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Commercial Facility"@en ; + "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ; + "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001103.ttl b/src/cco-iris/ont00001103.ttl new file mode 100644 index 00000000..12aac5e7 --- /dev/null +++ b/src/cco-iris/ont00001103.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001045 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001103 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Artifact Model Name"@en ; + "A Designative Information Content Entity that designates some Artifact Model."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001104.ttl b/src/cco-iris/ont00001104.ttl new file mode 100644 index 00000000..7949f995 --- /dev/null +++ b/src/cco-iris/ont00001104.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000015 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000088 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000204 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000851 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001096 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001104 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Long Gun"@en ; + "A Firearm that is designed to have a longer barrel than a Hand Gun and to be fired while braced against the shoulder."@en ; + "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001105.ttl b/src/cco-iris/ont00001105.ttl new file mode 100644 index 00000000..50945da3 --- /dev/null +++ b/src/cco-iris/ont00001105.ttl @@ -0,0 +1,70 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000158 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000716 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000930 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001038 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001105 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Secondary Cell Electric Battery"@en ; + "Rechargeable Battery"@en , + "Secondary Cell Battery"@en ; + "An Electric Battery that is designed to be recharged."@en ; + "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001321 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001106.ttl b/src/cco-iris/ont00001106.ttl new file mode 100644 index 00000000..785c89a1 --- /dev/null +++ b/src/cco-iris/ont00001106.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000387 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001106 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Roll Axis"@en ; + "Longitudinal Axis"@en ; + "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001107.ttl b/src/cco-iris/ont00001107.ttl new file mode 100644 index 00000000..e452753e --- /dev/null +++ b/src/cco-iris/ont00001107.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001107 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Landfill"@en ; + "A Waste Management Facility that is designed for disposing of waste by burial."@en ; + "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001315 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001108.ttl b/src/cco-iris/ont00001108.ttl new file mode 100644 index 00000000..6b594253 --- /dev/null +++ b/src/cco-iris/ont00001108.ttl @@ -0,0 +1,57 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000732 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001108 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment """The corresponding Wavelength range is 1–0.1 m. + +Note that the ITU definition of UHF is broader than the definition given by IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands, which sets the frequency range at 300 MHz to 1 GHz."""@en ; + rdfs:label "Ultra High Frequency"@en ; + "ITU Band Number 9"@en ; + "A Microwave Frequency that is between 300 MHz and 3 GHz."@en ; + "UHF" ; + "International Telecommunication Union (ITU)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001109.ttl b/src/cco-iris/ont00001109.ttl new file mode 100644 index 00000000..7c1c4d7b --- /dev/null +++ b/src/cco-iris/ont00001109.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000368 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001109 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Counter-Clockwise Rotational Motion"@en ; + "Anti-Clockwise Rotation"@en , + "CCW Rotational Motion"@en , + "Counter-Clockwise Rotation"@en ; + "A Rotational Motion in which the direction of rotation is toward the left as seen relative to the designated side of the plane of rotation."@en ; + "the axial rotation of the Earth as seen from above the North Pole" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001110.ttl b/src/cco-iris/ont00001110.ttl new file mode 100644 index 00000000..97820fdf --- /dev/null +++ b/src/cco-iris/ont00001110.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001110 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Evening"@en ; + "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001111.ttl b/src/cco-iris/ont00001111.ttl new file mode 100644 index 00000000..55d306af --- /dev/null +++ b/src/cco-iris/ont00001111.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000530 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001111 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Low Midrange Frequency"@en ; + "A Sonic Frequency that is between 250 and 500 Hz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001112.ttl b/src/cco-iris/ont00001112.ttl new file mode 100644 index 00000000..78f6f750 --- /dev/null +++ b/src/cco-iris/ont00001112.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000712 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001112 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Proper Acceleration"@en ; + "An Acceleration of an object relative to a free-fall, or inertial, observer who is momentarily at rest relative to the object being measured (hence, gravity does not cause Proper Acceleration)."@en ; + "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001113.ttl b/src/cco-iris/ont00001113.ttl new file mode 100644 index 00000000..08a5a025 --- /dev/null +++ b/src/cco-iris/ont00001113.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001113 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Magenta"@en ; + "A Color consisting of red and blue hues."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001114.ttl b/src/cco-iris/ont00001114.ttl new file mode 100644 index 00000000..3eac246f --- /dev/null +++ b/src/cco-iris/ont00001114.ttl @@ -0,0 +1,62 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000472 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001114 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + owl:disjointWith ; + rdfs:comment "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ; + rdfs:label "Division of Delimiting Domain"@en ; + "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ; + "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001203 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001115.ttl b/src/cco-iris/ont00001115.ttl new file mode 100644 index 00000000..7813a051 --- /dev/null +++ b/src/cco-iris/ont00001115.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001115 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Private Network Telephone Call"@en ; + "A Telephone Call transmitted over a network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world, usually used inside companies and call centers (a.k.a. private branch exchange (PBX))."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001190 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001116.ttl b/src/cco-iris/ont00001116.ttl new file mode 100644 index 00000000..6d7e1b1a --- /dev/null +++ b/src/cco-iris/ont00001116.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000203 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001116 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reference Time"@en ; + "Epoch"@en , + "Epoch Time"@en , + "Reference Date"@en ; + "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ; + "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001117.ttl b/src/cco-iris/ont00001117.ttl new file mode 100644 index 00000000..b1c8fff3 --- /dev/null +++ b/src/cco-iris/ont00001117.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000252 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001117 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propelling Nozzle"@en ; + "Jet Nozzle"@en ; + "A Nozzle that is used to convert a propulsion Engine into a Jet Engine and functions by using its narrowest part, the throat, to increase Pressure within the Engine by constricting flow, usually until the flow chokes, then expanding the exhaust stream to, or near to, atmospheric pressure, while forming it into a high speed jet to propel the Vehicle."@en ; + "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001118.ttl b/src/cco-iris/ont00001118.ttl new file mode 100644 index 00000000..69bdfd44 --- /dev/null +++ b/src/cco-iris/ont00001118.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000016 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001118 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Surface Tension"@en ; + "A Disposition that inheres in a liquid and is realized when the cohesive forces of the molecules in the bearer at the surface are greater than the adhesive forces of the molecules in the surrounding air."@en ; + "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001119.ttl b/src/cco-iris/ont00001119.ttl new file mode 100644 index 00000000..aeb2b47a --- /dev/null +++ b/src/cco-iris/ont00001119.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001119 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Document Form"@en ; + "A Document having Document Fields as parts in which to write or select prescribed content."@en ; + "https://en.wikipedia.org/wiki/Form_(document)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001298 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001120.ttl b/src/cco-iris/ont00001120.ttl new file mode 100644 index 00000000..fd28babf --- /dev/null +++ b/src/cco-iris/ont00001120.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001075 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001120 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Religious Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Religious Organization by imparting knowledge of the tenets and/or practices of a religion to an Agent either directly or indirectly through some communication medium."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001121.ttl b/src/cco-iris/ont00001121.ttl new file mode 100644 index 00000000..43aba895 --- /dev/null +++ b/src/cco-iris/ont00001121.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000294 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001121 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Scramjet Engine"@en ; + "Scramjet"@en , + "Supersonic Combusting Ramjet"@en ; + "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air at supersonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en ; + "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001122.ttl b/src/cco-iris/ont00001122.ttl new file mode 100644 index 00000000..b64e4490 --- /dev/null +++ b/src/cco-iris/ont00001122.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001122 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Interference"@en ; + "A Natural Process in which a radio signal is disrupted, whether unintentionally or as the result of an Act of Radio Jamming, Act of Radio Spoofing, or similar Planned Act."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001123.ttl b/src/cco-iris/ont00001123.ttl new file mode 100644 index 00000000..99dd0633 --- /dev/null +++ b/src/cco-iris/ont00001123.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000828 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001123 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Poison Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process which causes illness in, or the death of, a living thing."@en ; + "http://www.dictionary.com/browse/poison" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001153 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001124.ttl b/src/cco-iris/ont00001124.ttl new file mode 100644 index 00000000..bf387e5d --- /dev/null +++ b/src/cco-iris/ont00001124.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000280 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001124 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Precision-Guided Missile"@en ; + "Missile"@en ; + "A Portion of Ammunition that is designed to be a self-propelled and precision-guided projectile that delivers some payload (explosive or other) over relatively long distances."@en ; + "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001150 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001125.ttl b/src/cco-iris/ont00001125.ttl new file mode 100644 index 00000000..85a2dcd5 --- /dev/null +++ b/src/cco-iris/ont00001125.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000084 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000500 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001125 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Set of Eyes"@en ; + "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001126.ttl b/src/cco-iris/ont00001126.ttl new file mode 100644 index 00000000..b3d34c88 --- /dev/null +++ b/src/cco-iris/ont00001126.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000459 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000784 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000941 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001126 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "There are a variety of photometric measurements, such as luminous flux/power or luminous intensity, whose units are lumen and candela respectively, which attempt to describe properties associated with the perception of light. These are weighted measurements, typically by the luminosity function, as thus exist on the side of information content. It is a point of further development to add the needed intrinsic properties of radiation that such measurements are about."@en ; + rdfs:label "Luminescent Property"@en ; + "An Optical Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light, but which isn't the result of the bearer being heated."@en ; + "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001127.ttl b/src/cco-iris/ont00001127.ttl new file mode 100644 index 00000000..bee41999 --- /dev/null +++ b/src/cco-iris/ont00001127.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000865 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001127 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Quality"@en ; + "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001128.ttl b/src/cco-iris/ont00001128.ttl new file mode 100644 index 00000000..c230e27a --- /dev/null +++ b/src/cco-iris/ont00001128.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000676 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001128 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Residing"@en ; + "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@en ; + "http://www.thefreedictionary.com/reside" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001129.ttl b/src/cco-iris/ont00001129.ttl new file mode 100644 index 00000000..390dd7c9 --- /dev/null +++ b/src/cco-iris/ont00001129.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000113 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001129 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pressurization Control Artifact Function"@en ; + "A Ventilation Control Artifact Function that is realized by processes in which some Artifact is used to control the partial pressure of air in some space."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001130.ttl b/src/cco-iris/ont00001130.ttl new file mode 100644 index 00000000..9f660707 --- /dev/null +++ b/src/cco-iris/ont00001130.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000358 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000817 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001130 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Polygon"@en ; + "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001131.ttl b/src/cco-iris/ont00001131.ttl new file mode 100644 index 00000000..66c2d005 --- /dev/null +++ b/src/cco-iris/ont00001131.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000966 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001131 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "EAN-8 Barcode"@en ; + "An EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001132.ttl b/src/cco-iris/ont00001132.ttl new file mode 100644 index 00000000..e96f749f --- /dev/null +++ b/src/cco-iris/ont00001132.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000100 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000246 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000557 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000622 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001132 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Mission Capability"@en ; + "A Stasis of Realizable Entity that holds during a temporal interval when a Continuant's capability (or lack thereof) to perform its intended Functions, tasks, or Objectives remains at a relatively constant level."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001133.ttl b/src/cco-iris/ont00001133.ttl new file mode 100644 index 00000000..4a7d5eaf --- /dev/null +++ b/src/cco-iris/ont00001133.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000368 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000789 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001133 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motion"@en ; + "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001279 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001134.ttl b/src/cco-iris/ont00001134.ttl new file mode 100644 index 00000000..3ca3552c --- /dev/null +++ b/src/cco-iris/ont00001134.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001134 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vehicle Frame"@en ; + "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en ; + "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001135.ttl b/src/cco-iris/ont00001135.ttl new file mode 100644 index 00000000..cb16f112 --- /dev/null +++ b/src/cco-iris/ont00001135.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000838 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001135 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Liquid Fuel"@en ; + "A Portion of Fuel that is stored in a liquid state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001136.ttl b/src/cco-iris/ont00001136.ttl new file mode 100644 index 00000000..d688c1c1 --- /dev/null +++ b/src/cco-iris/ont00001136.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000008 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001136 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Ultrasonic Frequency"@en ; + "A Sound Frequency that is greater than 20 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001137.ttl b/src/cco-iris/ont00001137.ttl new file mode 100644 index 00000000..228503c0 --- /dev/null +++ b/src/cco-iris/ont00001137.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000281 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000628 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000826 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001137 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiation Reflectivity"@en ; + "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to scatter or reflect electromagnetic radiation of a given frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001138.ttl b/src/cco-iris/ont00001138.ttl new file mode 100644 index 00000000..07ba1c66 --- /dev/null +++ b/src/cco-iris/ont00001138.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000499 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001138 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Beverage Antenna"@en ; + "A Wire Antenna that consists of a horizontal wire one-half to two wavelengths long that is suspended above the ground with one end attached to the receiver feedline and the other grounded and which is typically used in the low and medium frequency radio bands."@en ; + "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001139.ttl b/src/cco-iris/ont00001139.ttl new file mode 100644 index 00000000..e4b8c168 --- /dev/null +++ b/src/cco-iris/ont00001139.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000352 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000713 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001139 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spacecraft"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en ; + "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001140.ttl b/src/cco-iris/ont00001140.ttl new file mode 100644 index 00000000..21817e51 --- /dev/null +++ b/src/cco-iris/ont00001140.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001140 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Flywheel"@en ; + "A Material Artifact that is designed to store rotational energy such that it has a significant moment of inertia which enables it to resist changes in rotational speed."@en ; + "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001141.ttl b/src/cco-iris/ont00001141.ttl new file mode 100644 index 00000000..5ed466ff --- /dev/null +++ b/src/cco-iris/ont00001141.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000627 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001141 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The disposition will typically be a function of an artifact, which is often designed to be part of some Infrastructure system. But not always. In some cases an entity may be repurposed to be an element of some Infrastructure. In those cases it is a capability of that entity that supports the functioning of the system."@en ; + rdfs:label "Infrastructure Role"@en ; + "A Role that inheres in the bearer of a Disposition and has been assigned to an Infrastructure System such that the realization of that Disposition is sometimes part of the functioning of the Infrastructure System."@en ; + "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001142.ttl b/src/cco-iris/ont00001142.ttl new file mode 100644 index 00000000..94d6fc5d --- /dev/null +++ b/src/cco-iris/ont00001142.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001142 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Violet"@en ; + "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001143.ttl b/src/cco-iris/ont00001143.ttl new file mode 100644 index 00000000..2fdbb586 --- /dev/null +++ b/src/cco-iris/ont00001143.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001143 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Facsimile Transmission"@en ; + "Act of Facsimile Transmission"@en , + "Act of Faxing"@en ; + "An Act of Communication by Media in which the Information Content Entity that inheres in a Document is transmitted over a Telephone Network."@en ; + "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001144.ttl b/src/cco-iris/ont00001144.ttl new file mode 100644 index 00000000..7e7f0f46 --- /dev/null +++ b/src/cco-iris/ont00001144.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001144 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Entertainment"@en ; + "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ; + "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001145.ttl b/src/cco-iris/ont00001145.ttl new file mode 100644 index 00000000..a49ebc9b --- /dev/null +++ b/src/cco-iris/ont00001145.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000701 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000903 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001082 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001145 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Receiver"@en ; + "A Radio Communication Instrument that is an electronic device that is designed to extract information from radio waves intercepted by a Radio Antenna by using electronic filters to separate the desired radio frequency signal from other signals, an electronic amplifier to increase the power of the signal, and demodulation to recover the desired information."@en ; + "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001223 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001146.ttl b/src/cco-iris/ont00001146.ttl new file mode 100644 index 00000000..d1967fcb --- /dev/null +++ b/src/cco-iris/ont00001146.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001146 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Sidereal Time is the angle measured from an observer's meridian along the celestial equator to the Great Circle that passes through the March equinox and both poles. This angle is usually expressed in Hours, Minutes, and Seconds."@en ; + rdfs:label "Sidereal Time Reference System"@en ; + "A Temporal Reference System that is based on Earth's rate of rotation measured relative to one or more fixed Stars (rather than the Sun)."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001147.ttl b/src/cco-iris/ont00001147.ttl new file mode 100644 index 00000000..6889307d --- /dev/null +++ b/src/cco-iris/ont00001147.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000191 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000654 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001147 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Violence"@en ; + "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ; + "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001236 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001148.ttl b/src/cco-iris/ont00001148.ttl new file mode 100644 index 00000000..2311059d --- /dev/null +++ b/src/cco-iris/ont00001148.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000727 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000823 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001148 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electromagnetic Communication Artifact Function"@en ; + "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001240 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001149.ttl b/src/cco-iris/ont00001149.ttl new file mode 100644 index 00000000..bee46f02 --- /dev/null +++ b/src/cco-iris/ont00001149.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001101 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001149 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Data Range Interval Estimate Information Content Entity"@en ; + "A Ratio Measurement Information Content Entity that is a measurement of a set of values and is equal to the absolute difference between the largest value and the smallest value in the set."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001150.ttl b/src/cco-iris/ont00001150.ttl new file mode 100644 index 00000000..765ac73f --- /dev/null +++ b/src/cco-iris/ont00001150.ttl @@ -0,0 +1,79 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000178 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000216 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000445 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000748 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001003 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001029 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001124 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001150 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Ammunition"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by being projected toward its target at a significant Velocity."@en ; + "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001288 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001151.ttl b/src/cco-iris/ont00001151.ttl new file mode 100644 index 00000000..2c56c5d7 --- /dev/null +++ b/src/cco-iris/ont00001151.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000893 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001151 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Paper"@en ; + "An Information Medium Artifact that is designed to bear some Information Content Entity by means of pressing together moist fibres of cellulose pulp derived from wood, rags, or grasses, and drying them into flexible sheets."@en ; + "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001152.ttl b/src/cco-iris/ont00001152.ttl new file mode 100644 index 00000000..1f61947b --- /dev/null +++ b/src/cco-iris/ont00001152.ttl @@ -0,0 +1,114 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000171 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001864 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000126 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000134 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000139 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000405 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000460 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000473 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000662 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Government Domain"@en ; + "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001164 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001203 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001335 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001341 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001153.ttl b/src/cco-iris/ont00001153.ttl new file mode 100644 index 00000000..8fc3079c --- /dev/null +++ b/src/cco-iris/ont00001153.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000244 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000534 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000841 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001123 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001153 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Damaging Artifact Function"@en ; + "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001233 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001154.ttl b/src/cco-iris/ont00001154.ttl new file mode 100644 index 00000000..bb2b140a --- /dev/null +++ b/src/cco-iris/ont00001154.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000992 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001154 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Second Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001155.ttl b/src/cco-iris/ont00001155.ttl new file mode 100644 index 00000000..d34a7831 --- /dev/null +++ b/src/cco-iris/ont00001155.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000601 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001155 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Full Motion Video Imaging Artifact Function"@en ; + "An Imaging Artifact Function that inheres in Artifacts that are designed to produce video of entities that is of high enough quality to make the represented motion appear continuous to human viewers."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001156.ttl b/src/cco-iris/ont00001156.ttl new file mode 100644 index 00000000..20b24d5b --- /dev/null +++ b/src/cco-iris/ont00001156.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001156 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Information Line"@en ; + "An Information Bearing Artifact that consists of a single line or row of some larger Information Bearing Artifact of which it is a part."@en ; + "a line in a computer file that bears a portion of code for some computer program" , + "a line of data in a database" , + "a line of text in a book" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001157.ttl b/src/cco-iris/ont00001157.ttl new file mode 100644 index 00000000..3b9735ae --- /dev/null +++ b/src/cco-iris/ont00001157.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000288 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001157 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Power Source"@en ; + "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001158.ttl b/src/cco-iris/ont00001158.ttl new file mode 100644 index 00000000..78686666 --- /dev/null +++ b/src/cco-iris/ont00001158.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000366 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001158 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Data Transformation"@en ; + "An Act of Information Processing in which an algorithm is executed to act upon one or more input Information Content Entities into one or more output Information Content Entities."@en ; + "It is not a requirement that the output Information Content Entity(ies) be qualitatively distinct from the input(s) as a result of an Act of Data Transformation, though doing so is typically the goal of performing this Act. Consider, for example, selecting a column in an Excel spreadsheet then executing the \\\"Remove Duplicates\\\" Algorithm on it. The intent is to remove rows in that column containing duplicate content. If no duplicate values are present, the information in the column remains unchanged but an Act of Data Transformation was nonetheless performed."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001159.ttl b/src/cco-iris/ont00001159.ttl new file mode 100644 index 00000000..26c5feca --- /dev/null +++ b/src/cco-iris/ont00001159.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000347 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000536 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000537 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001159 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bond"@en ; + "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en ; + "https://en.wikipedia.org/wiki/Bond_(finance)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001160.ttl b/src/cco-iris/ont00001160.ttl new file mode 100644 index 00000000..34ab929f --- /dev/null +++ b/src/cco-iris/ont00001160.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000791 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001160 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solvent Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in the dissolving of other substances (namely, solutes) without change in the former's chemical structure."@en ; + "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001161.ttl b/src/cco-iris/ont00001161.ttl new file mode 100644 index 00000000..ca3e93de --- /dev/null +++ b/src/cco-iris/ont00001161.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000719 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001161 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Counterfeit Legal Instrument"@en ; + "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en ; + "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001162.ttl b/src/cco-iris/ont00001162.ttl new file mode 100644 index 00000000..f647f6d4 --- /dev/null +++ b/src/cco-iris/ont00001162.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000240 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000821 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000883 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001031 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001162 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"@en ; + rdfs:label "Act of Commissive Communication"@en ; + "An Act of Communication that commits a speaker to some future action."@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001163.ttl b/src/cco-iris/ont00001163.ttl new file mode 100644 index 00000000..9d69adc0 --- /dev/null +++ b/src/cco-iris/ont00001163.ttl @@ -0,0 +1,168 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001811 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001868 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001877 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001904 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001966 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001983 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000293 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000592 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000692 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000731 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001069 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Measurement Information Content Entity"@en ; + "Measurement ICE"@en ; + "A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001176 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001256 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001364 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001164.ttl b/src/cco-iris/ont00001164.ttl new file mode 100644 index 00000000..b98d34f1 --- /dev/null +++ b/src/cco-iris/ont00001164.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001164 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "County"@en ; + "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ; + "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001165.ttl b/src/cco-iris/ont00001165.ttl new file mode 100644 index 00000000..f436d41c --- /dev/null +++ b/src/cco-iris/ont00001165.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000332 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001165 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Terrorist Training Camp"@en ; + "A Training Camp designed to teach students methods of terrorism."@en ; + "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001166.ttl b/src/cco-iris/ont00001166.ttl new file mode 100644 index 00000000..cf9c380c --- /dev/null +++ b/src/cco-iris/ont00001166.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000085 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001166 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Minute Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001167.ttl b/src/cco-iris/ont00001167.ttl new file mode 100644 index 00000000..7311ce76 --- /dev/null +++ b/src/cco-iris/ont00001167.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000530 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001167 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Midrange Frequency"@en ; + "A Sonic Frequency that is between 500 Hz and 2 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001168.ttl b/src/cco-iris/ont00001168.ttl new file mode 100644 index 00000000..6a1eaa5f --- /dev/null +++ b/src/cco-iris/ont00001168.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001168 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Reaction Mass"@en ; + "Working Mass"@en ; + "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en ; + "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001169.ttl b/src/cco-iris/ont00001169.ttl new file mode 100644 index 00000000..99e5dba8 --- /dev/null +++ b/src/cco-iris/ont00001169.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000900 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001169 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Relay Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information from one Artifact to another for the purpose of communiction."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001271 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001170.ttl b/src/cco-iris/ont00001170.ttl new file mode 100644 index 00000000..179ee0d8 --- /dev/null +++ b/src/cco-iris/ont00001170.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000490 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001170 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hard X-ray Frequency"@en ; + "An X-Ray Frequency that is between 3 and 30 exahertz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001171.ttl b/src/cco-iris/ont00001171.ttl new file mode 100644 index 00000000..36bdf5ba --- /dev/null +++ b/src/cco-iris/ont00001171.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001171 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wireless Network Telephone Call"@en ; + "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001190 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001172.ttl b/src/cco-iris/ont00001172.ttl new file mode 100644 index 00000000..0f285965 --- /dev/null +++ b/src/cco-iris/ont00001172.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000593 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001172 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Gelatinous Propellant"@en ; + "A Portion of Propellant that is stored in a gelatinous state."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001173.ttl b/src/cco-iris/ont00001173.ttl new file mode 100644 index 00000000..2ea8e5f0 --- /dev/null +++ b/src/cco-iris/ont00001173.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000167 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000298 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000868 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001051 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001173 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rocket Launcher"@en ; + "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en ; + "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001174.ttl b/src/cco-iris/ont00001174.ttl new file mode 100644 index 00000000..db1be951 --- /dev/null +++ b/src/cco-iris/ont00001174.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001174 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electromagnetic Shielding Artifact Function"@en ; + "An Artifact Function that is realized in a process in which an electromagnetic field is blocked by barriers made of conductive or magnetic materials."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001175.ttl b/src/cco-iris/ont00001175.ttl new file mode 100644 index 00000000..8be787ed --- /dev/null +++ b/src/cco-iris/ont00001175.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001899 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001976 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000146 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000496 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001175 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Language"@en ; + "A Directive Information Content Entity that prescribes a canonical format for communication."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001176.ttl b/src/cco-iris/ont00001176.ttl new file mode 100644 index 00000000..cb80484b --- /dev/null +++ b/src/cco-iris/ont00001176.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000745 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001101 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001176 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Estimate Information Content Entity"@en ; + "Estimate"@en , + "Estimate Measurement Information Content Entity"@en , + "Estimated Value"@en ; + "A Measurement Information Content Entity that is a measurement of an entity based on partial information about that entity or an appropriately similar entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001177.ttl b/src/cco-iris/ont00001177.ttl new file mode 100644 index 00000000..24b6281a --- /dev/null +++ b/src/cco-iris/ont00001177.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000119 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001177 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Roll Orientation"@en ; + "Roll"@en ; + "A Spatial Orientation of an Object relative to its Roll Axis."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001178.ttl b/src/cco-iris/ont00001178.ttl new file mode 100644 index 00000000..1627b0a6 --- /dev/null +++ b/src/cco-iris/ont00001178.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001178 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Railway Crossing"@en ; + "Level Crossing"@en ; + "A Land Transportation Artifact that is designed to enable Persons or Ground Vehicles to cross a Railway when traveling along a road or path that is perpendicular to and at the same elevation as the Railway at the point where they overlap."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001179.ttl b/src/cco-iris/ont00001179.ttl new file mode 100644 index 00000000..c7d08bdf --- /dev/null +++ b/src/cco-iris/ont00001179.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000893 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001179 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Digital Storage Device"@en ; + "An Information Medium Artifact that is designed to bear some Information Content Entity by means of recording that information in digital (binary) format."@en ; + "A computer's Hard Disk Drive" , + "A portable USB Drive" ; + "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001180.ttl b/src/cco-iris/ont00001180.ttl new file mode 100644 index 00000000..c07074ac --- /dev/null +++ b/src/cco-iris/ont00001180.ttl @@ -0,0 +1,274 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001794 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001815 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001846 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001859 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001864 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001889 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001939 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] . + + +### https://www.commoncoreontologies.org/ont00001977 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] . + + +### https://www.commoncoreontologies.org/ont00001992 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000010 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000173 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000176 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000274 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000300 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000408 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000443 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000472 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000485 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000509 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000564 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000568 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000647 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000898 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ; + rdfs:label "Organization"@en ; + "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ; + "http://purl.obolibrary.org/obo/OBI_0000245" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001203 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001239 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001302 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001335 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001181.ttl b/src/cco-iris/ont00001181.ttl new file mode 100644 index 00000000..92838458 --- /dev/null +++ b/src/cco-iris/ont00001181.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000287 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001181 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Triple Inertial Navigation System"@en ; + "Triple INS"@en ; + "An Inertial Navigation System that is designed to use three redundant computers to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references, in such a way that eliminates the need for a navigator."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001182.ttl b/src/cco-iris/ont00001182.ttl new file mode 100644 index 00000000..510f8911 --- /dev/null +++ b/src/cco-iris/ont00001182.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000145 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001182 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Phase Angle"@en ; + "Orbital Phase Angle"@en ; + "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@en ; + "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001183.ttl b/src/cco-iris/ont00001183.ttl new file mode 100644 index 00000000..8b156859 --- /dev/null +++ b/src/cco-iris/ont00001183.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000300 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001183 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Social Network"@en ; + "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001184.ttl b/src/cco-iris/ont00001184.ttl new file mode 100644 index 00000000..32bf0577 --- /dev/null +++ b/src/cco-iris/ont00001184.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000368 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001184 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Spinning Motion"@en ; + "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001185.ttl b/src/cco-iris/ont00001185.ttl new file mode 100644 index 00000000..3fa926fe --- /dev/null +++ b/src/cco-iris/ont00001185.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000713 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001185 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rocket"@en ; + "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en ; + "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001186.ttl b/src/cco-iris/ont00001186.ttl new file mode 100644 index 00000000..686a93d6 --- /dev/null +++ b/src/cco-iris/ont00001186.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000784 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001186 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Color Hue"@en ; + "An Optical Property that inheres in a bearer in virtue of its capacity to reflect a dominant wavelength of the visible light spectrum, which is typically divided up into 6 to 8 ranges."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001187.ttl b/src/cco-iris/ont00001187.ttl new file mode 100644 index 00000000..080e2df5 --- /dev/null +++ b/src/cco-iris/ont00001187.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000287 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001187 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Navigation System"@en ; + "A Material Artifact that is designed to enable an Agent or Artifact to determine the position or direction of some object, usually for the purpose of monitoring or controlling the movement of some Vehicle from one place to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001188.ttl b/src/cco-iris/ont00001188.ttl new file mode 100644 index 00000000..43be614d --- /dev/null +++ b/src/cco-iris/ont00001188.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000715 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001188 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Denture"@en ; + "A Prosthesis that is designed to replace missing teeth."@en ; + "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001189.ttl b/src/cco-iris/ont00001189.ttl new file mode 100644 index 00000000..fa3a1743 --- /dev/null +++ b/src/cco-iris/ont00001189.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001189 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Blue"@en ; + "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001190.ttl b/src/cco-iris/ont00001190.ttl new file mode 100644 index 00000000..83f158cd --- /dev/null +++ b/src/cco-iris/ont00001190.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000960 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001115 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001171 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001190 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telephone Call"@en ; + "Act of Telephone Calling"@en ; + "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001191.ttl b/src/cco-iris/ont00001191.ttl new file mode 100644 index 00000000..7e25c010 --- /dev/null +++ b/src/cco-iris/ont00001191.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000924 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000999 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00001191 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Operational Stasis"@en ; + "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact maintains its designed set of Artifact Functions (or at least maintains its primary functions)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001213 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001192.ttl b/src/cco-iris/ont00001192.ttl new file mode 100644 index 00000000..69ae539c --- /dev/null +++ b/src/cco-iris/ont00001192.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000092 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000499 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000714 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000724 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001192 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Antenna"@en ; + "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en ; + "https://en.wikipedia.org/wiki/Antenna_(radio)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001300 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001193.ttl b/src/cco-iris/ont00001193.ttl new file mode 100644 index 00000000..9bd474ed --- /dev/null +++ b/src/cco-iris/ont00001193.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001193 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fatigability"@en ; + "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001194.ttl b/src/cco-iris/ont00001194.ttl new file mode 100644 index 00000000..573007d6 --- /dev/null +++ b/src/cco-iris/ont00001194.ttl @@ -0,0 +1,71 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000642 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001194 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Role."@en ; + rdfs:label "Gain of Role"@en ; + "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001195.ttl b/src/cco-iris/ont00001195.ttl new file mode 100644 index 00000000..c3b68051 --- /dev/null +++ b/src/cco-iris/ont00001195.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000207 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001195 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Geospatial Error Region"@en ; + "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001196.ttl b/src/cco-iris/ont00001196.ttl new file mode 100644 index 00000000..ce9c9724 --- /dev/null +++ b/src/cco-iris/ont00001196.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000908 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001196 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Many Acts of Manufacturing and Construction involve one or more Acts of Artifact Assembly, but Acts of Artifact Assembly can also occur in isolation from these activities."@en ; + rdfs:label "Act of Artifact Assembly"@en ; + "An Act of Artifact Processing wherein a new Artifact is created by fitting component parts together."@en ; + "putting together a piece of furniture purchased from Ikea" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001197.ttl b/src/cco-iris/ont00001197.ttl new file mode 100644 index 00000000..8c89ea47 --- /dev/null +++ b/src/cco-iris/ont00001197.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000224 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000400 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000574 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001037 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001197 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Anthropogenic Feature"@en ; + "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en ; + "http://www.merriam-webster.com/dictionary/anthropogenic" ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001198.ttl b/src/cco-iris/ont00001198.ttl new file mode 100644 index 00000000..de386454 --- /dev/null +++ b/src/cco-iris/ont00001198.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000796 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001198 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "In American-English, the term 'Railcar' is often used in a broader sense that is interchangeable with 'Railroad Car'."@en ; + rdfs:label "Railcar"@en ; + "A Rail Transport Vehicle that consists of a single self-propelled Vehicle that is not a Train, is designed to transport passengers, and which may also be designed to connect to other Railcars to form a Train."@en ; + "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001199.ttl b/src/cco-iris/ont00001199.ttl new file mode 100644 index 00000000..c7339f3c --- /dev/null +++ b/src/cco-iris/ont00001199.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001199 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Protruding"@en ; + "A Shape Quality inhering in a part of an object in virtue of the part extending out above or beyond the surface of the object."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001200.ttl b/src/cco-iris/ont00001200.ttl new file mode 100644 index 00000000..768ce51b --- /dev/null +++ b/src/cco-iris/ont00001200.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001200 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Structural Support Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact providing physical support to another object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001201.ttl b/src/cco-iris/ont00001201.ttl new file mode 100644 index 00000000..fcd44bbf --- /dev/null +++ b/src/cco-iris/ont00001201.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001201 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Trail"@en ; + "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en ; + "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001202.ttl b/src/cco-iris/ont00001202.ttl new file mode 100644 index 00000000..6194879d --- /dev/null +++ b/src/cco-iris/ont00001202.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001065 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001202 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Size Quality"@en ; + "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001294 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001367 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001203.ttl b/src/cco-iris/ont00001203.ttl new file mode 100644 index 00000000..35af04dd --- /dev/null +++ b/src/cco-iris/ont00001203.ttl @@ -0,0 +1,114 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001859 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001864 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000472 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001114 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001203 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Delimiting Domain"@en ; + "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; + "Delimiting Domain"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001335 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001204.ttl b/src/cco-iris/ont00001204.ttl new file mode 100644 index 00000000..a5f2c773 --- /dev/null +++ b/src/cco-iris/ont00001204.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001204 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Night"@en ; + "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001205.ttl b/src/cco-iris/ont00001205.ttl new file mode 100644 index 00000000..388fe13f --- /dev/null +++ b/src/cco-iris/ont00001205.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000398 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001205 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Priority Scale"@en ; + "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001206.ttl b/src/cco-iris/ont00001206.ttl new file mode 100644 index 00000000..f6581ddd --- /dev/null +++ b/src/cco-iris/ont00001206.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000832 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001206 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Year Temporal Interval"@en ; + "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001207.ttl b/src/cco-iris/ont00001207.ttl new file mode 100644 index 00000000..929a9b69 --- /dev/null +++ b/src/cco-iris/ont00001207.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000097 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000136 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000434 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001207 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Optical Lens"@en ; + "Lens"@en ; + "An Optical Instrument that is designed to focus or disperse a beam of light entering the lens by means of refraction."@en ; + "https://en.wikipedia.org/wiki/Lens_(optics)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001208.ttl b/src/cco-iris/ont00001208.ttl new file mode 100644 index 00000000..d26de45e --- /dev/null +++ b/src/cco-iris/ont00001208.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001208 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The corresponding Wavelength range is 100–10 m"@en ; + rdfs:label "High Frequency"@en ; + "ITU Band Number 7"@en ; + "A Radio Frequency that is between 3 and 30 MHz."@en ; + "HF" ; + "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001209.ttl b/src/cco-iris/ont00001209.ttl new file mode 100644 index 00000000..12980089 --- /dev/null +++ b/src/cco-iris/ont00001209.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000326 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001209 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "UPC-E Barcode"@en ; + "A UPC Barcode that consists of 6 numerical digits."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001210.ttl b/src/cco-iris/ont00001210.ttl new file mode 100644 index 00000000..fdc11598 --- /dev/null +++ b/src/cco-iris/ont00001210.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001210 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Retail Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of selling goods or merchandise in small or individual lots for direct consumption by persons or organizations."@en ; + "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001211.ttl b/src/cco-iris/ont00001211.ttl new file mode 100644 index 00000000..29df0c8a --- /dev/null +++ b/src/cco-iris/ont00001211.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001211 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lifting Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Artifact is used to lift some object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001212.ttl b/src/cco-iris/ont00001212.ttl new file mode 100644 index 00000000..9ae2cb83 --- /dev/null +++ b/src/cco-iris/ont00001212.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001033 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001212 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Female Sex"@en ; + "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ; + "http://purl.org/obo/owl/PATO#PATO_0000383" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001213.ttl b/src/cco-iris/ont00001213.ttl new file mode 100644 index 00000000..58747cde --- /dev/null +++ b/src/cco-iris/ont00001213.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000106 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000246 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000847 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000936 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000999 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001191 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001213 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stasis of Artifact Operationality"@en ; + "A Stasis of Realizable Entity that holds during a Temporal Interval when an Artifact's designed set of Artifact Functions (or at least its primary functions) or the realizations of those functions remain unchanged."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001214.ttl b/src/cco-iris/ont00001214.ttl new file mode 100644 index 00000000..9a8b94f4 --- /dev/null +++ b/src/cco-iris/ont00001214.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000131 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000611 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001048 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001214 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Specifically Dependent Continuant"@en ; + "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001215.ttl b/src/cco-iris/ont00001215.ttl new file mode 100644 index 00000000..b0b13a4d --- /dev/null +++ b/src/cco-iris/ont00001215.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000455 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001215 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Funeral"@en ; + "Act of Funeral Ceremony"@en ; + "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@en ; + "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001216.ttl b/src/cco-iris/ont00001216.ttl new file mode 100644 index 00000000..5053018c --- /dev/null +++ b/src/cco-iris/ont00001216.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000136 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001216 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Periscope"@en ; + "An Optical Instrument that is designed to enable observation of an object that is located over, around, or through another object, obstacle, or condition that prevents direct line-of-sight observation from the observer's current position."@en ; + "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001217.ttl b/src/cco-iris/ont00001217.ttl new file mode 100644 index 00000000..f4390a20 --- /dev/null +++ b/src/cco-iris/ont00001217.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000848 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001217 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Medium Machine Gun"@en ; + "A Mounted Gun that is designed to fire full-power rifle Cartridges (less than .50 caliber or 12.7mm) in quick succession from an ammunition belt, and which typically weighs 22-30 lbs."@en ; + "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001218.ttl b/src/cco-iris/ont00001218.ttl new file mode 100644 index 00000000..72cc2a14 --- /dev/null +++ b/src/cco-iris/ont00001218.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000317 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001218 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Signal Processing Artifact Function"@en ; + "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ; + "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001219.ttl b/src/cco-iris/ont00001219.ttl new file mode 100644 index 00000000..c32a5bbf --- /dev/null +++ b/src/cco-iris/ont00001219.ttl @@ -0,0 +1,62 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000763 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001219 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "Delta-v is not equivalent to and should not be confused with Acceleration, which is the rate of change of Velocity."@en ; + rdfs:label "Delta-v"@en ; + "Change in Velocity"@en , + "DeltaV"@en ; + "A Process Profile that is the total change in Velocity of an object's Motion."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001220.ttl b/src/cco-iris/ont00001220.ttl new file mode 100644 index 00000000..aec6f754 --- /dev/null +++ b/src/cco-iris/ont00001220.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001220 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Opaque"@en ; + "An Opacity that inheres in a bearer in virtue of that bearer's incapacity to transmit electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs all electromagnetic radiation of that frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001384 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001221.ttl b/src/cco-iris/ont00001221.ttl new file mode 100644 index 00000000..6c9fe3d8 --- /dev/null +++ b/src/cco-iris/ont00001221.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000210 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000364 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000777 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001221 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Physically Powered Engine"@en ; + "Physical Engine"@en ; + "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001222.ttl b/src/cco-iris/ont00001222.ttl new file mode 100644 index 00000000..0ab6b8cc --- /dev/null +++ b/src/cco-iris/ont00001222.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001049 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001222 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Solar Panel System"@en ; + "Photovoltaic System"@en , + "Solar Array"@en ; + "An Electrical Power Source that consists in part of one or more Solar Panels, a power inverter, electrical wiring between the components, a mounting and support structure, and may also include a battery and/or a solar tracking system and is the bearer of functions realized in processes of deriving, transferring, and storing electrical energy derived from light energy."@en ; + "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001223.ttl b/src/cco-iris/ont00001223.ttl new file mode 100644 index 00000000..0651a282 --- /dev/null +++ b/src/cco-iris/ont00001223.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001145 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001223 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Dish Receiver"@en ; + "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001224.ttl b/src/cco-iris/ont00001224.ttl new file mode 100644 index 00000000..84cc43f8 --- /dev/null +++ b/src/cco-iris/ont00001224.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001974 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001224 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Process Requirement"@en ; + "Duty"@en , + "Obligation"@en ; + "A Process Regulation that requires some Process."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001225.ttl b/src/cco-iris/ont00001225.ttl new file mode 100644 index 00000000..7e75e354 --- /dev/null +++ b/src/cco-iris/ont00001225.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001225 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Yellow"@en ; + "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001226.ttl b/src/cco-iris/ont00001226.ttl new file mode 100644 index 00000000..e418cc7c --- /dev/null +++ b/src/cco-iris/ont00001226.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000308 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000433 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001226 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Employment"@en ; + "An Act of Association wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001227.ttl b/src/cco-iris/ont00001227.ttl new file mode 100644 index 00000000..5d1f3e8b --- /dev/null +++ b/src/cco-iris/ont00001227.ttl @@ -0,0 +1,78 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001857 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000675 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000752 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001028 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001227 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Longitudinal Wave Profile"@en ; + "Compression Wave"@en , + "Longitudinal Wave"@en ; + "A Wave Process Profile in which the displacement of participating particles is parallel to the direction of the Wave Process' propogation such that the particles alternate between participating in processes of compression and rarefaction as they participate in individual Wave Processes."@en ; + "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001228.ttl b/src/cco-iris/ont00001228.ttl new file mode 100644 index 00000000..68fccb98 --- /dev/null +++ b/src/cco-iris/ont00001228.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001228 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Journal Article"@en ; + "An Information Bearing Artifact that is designed to bear a specific brief composition on a specific topic as part of a Journal Issue."@en ; + "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001229.ttl b/src/cco-iris/ont00001229.ttl new file mode 100644 index 00000000..4cbba454 --- /dev/null +++ b/src/cco-iris/ont00001229.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001050 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001229 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Alkaline Electric Battery"@en ; + "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001230.ttl b/src/cco-iris/ont00001230.ttl new file mode 100644 index 00000000..034e9512 --- /dev/null +++ b/src/cco-iris/ont00001230.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000499 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001230 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rhombic Antenna"@en ; + "A Wire Antenna that consists of one to three parallel wires suspended above the ground by poles or towers at each vertex in a rhombic shape with each of the four sides being the same length (typically at least one wavelength or longer)."@en ; + "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001231.ttl b/src/cco-iris/ont00001231.ttl new file mode 100644 index 00000000..652459a9 --- /dev/null +++ b/src/cco-iris/ont00001231.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000530 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001231 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Brilliance Frequency"@en ; + "A Sonic Frequency that is between 6 and 20 kHz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001232.ttl b/src/cco-iris/ont00001232.ttl new file mode 100644 index 00000000..bc08beaa --- /dev/null +++ b/src/cco-iris/ont00001232.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001232 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."@en ; + rdfs:label "Act of Possession"@en ; + "A Planned Act in which an agent intentionally exercises control towards a thing."@en ; + "http://en.wikipedia.org/wiki/Possession_(law)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001336 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001233.ttl b/src/cco-iris/ont00001233.ttl new file mode 100644 index 00000000..0032a533 --- /dev/null +++ b/src/cco-iris/ont00001233.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001153 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001233 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Crushing Artifact Function"@en ; + "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of significant pressure."@en ; + "http://www.dictionary.com/browse/crushing" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001234.ttl b/src/cco-iris/ont00001234.ttl new file mode 100644 index 00000000..5f299133 --- /dev/null +++ b/src/cco-iris/ont00001234.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000791 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001234 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Neutralization Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which an acid and a base react quantitatively with each other."@en ; + "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001235.ttl b/src/cco-iris/ont00001235.ttl new file mode 100644 index 00000000..401aee59 --- /dev/null +++ b/src/cco-iris/ont00001235.ttl @@ -0,0 +1,173 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000829 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Time Zone Identifier"@en ; + "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Zulu time, which has no offset from Coordinated Universal Time."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001403 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001408 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001421 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001424 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001430 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001431 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001446 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001454 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001457 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001480 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001488 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001500 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001516 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001527 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001580 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001591 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001603 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001607 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001624 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001628 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001693 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001700 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001712 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001723 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001727 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001732 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001236.ttl b/src/cco-iris/ont00001236.ttl new file mode 100644 index 00000000..ba5fdf75 --- /dev/null +++ b/src/cco-iris/ont00001236.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001803 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000920 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001147 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001236 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Act of Suicide"@en ; + "Suicide"@en ; + "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en ; + "http://www.merriam-webster.com/dictionary/suicide" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001237.ttl b/src/cco-iris/ont00001237.ttl new file mode 100644 index 00000000..8fa50c9a --- /dev/null +++ b/src/cco-iris/ont00001237.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000007 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001237 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Birth"@en ; + "A Natural Process of bringing forth offspring."@en ; + "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001238.ttl b/src/cco-iris/ont00001238.ttl new file mode 100644 index 00000000..831031e3 --- /dev/null +++ b/src/cco-iris/ont00001238.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000605 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001238 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Initialism"@en ; + "An Abbreviated Name that consists of the initial letters of some words (or syllables) in a Designative Name, and in which each letter is pronounced separately."@en ; + "USA, CPU, BBC" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001239.ttl b/src/cco-iris/ont00001239.ttl new file mode 100644 index 00000000..c22b376c --- /dev/null +++ b/src/cco-iris/ont00001239.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000300 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001239 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + rdfs:label "Group of Organizations"@en ; + "A Group of Agents that has only Organizations as parts."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001240.ttl b/src/cco-iris/ont00001240.ttl new file mode 100644 index 00000000..a8db6a87 --- /dev/null +++ b/src/cco-iris/ont00001240.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001148 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001240 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Communication Artifact Function"@en ; + "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@en ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001241.ttl b/src/cco-iris/ont00001241.ttl new file mode 100644 index 00000000..4e5e7f63 --- /dev/null +++ b/src/cco-iris/ont00001241.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001241 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sensor Artifact Function"@en ; + "An Artifact Function that is realized in processes wherein its bearer is used to produce an output signal which reliably corresponds to changes in the artifact's environment."@en ; + "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001273 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001242.ttl b/src/cco-iris/ont00001242.ttl new file mode 100644 index 00000000..d87be35f --- /dev/null +++ b/src/cco-iris/ont00001242.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000736 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001242 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Actuator"@en ; + "A Transducer that is designed to convert some control signal into mechanical motion."@en ; + "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001243.ttl b/src/cco-iris/ont00001243.ttl new file mode 100644 index 00000000..1f96615d --- /dev/null +++ b/src/cco-iris/ont00001243.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001243 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Document Field"@en ; + "An Information Bearing Entity that is a part of some document into which bearers of prescribed information can be written or selected."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001244.ttl b/src/cco-iris/ont00001244.ttl new file mode 100644 index 00000000..b1252189 --- /dev/null +++ b/src/cco-iris/ont00001244.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000588 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001244 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Issuing Mass Media Article"@en ; + "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation a non-fictional essay, especially one included with others in a newspaper, magazine, or journal."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001245.ttl b/src/cco-iris/ont00001245.ttl new file mode 100644 index 00000000..3e4b0083 --- /dev/null +++ b/src/cco-iris/ont00001245.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000241 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001245 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "PDF417 Code"@en ; + "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001246.ttl b/src/cco-iris/ont00001246.ttl new file mode 100644 index 00000000..04acb9f6 --- /dev/null +++ b/src/cco-iris/ont00001246.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000847 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001246 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Under Active Control"@en ; + "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001247.ttl b/src/cco-iris/ont00001247.ttl new file mode 100644 index 00000000..2a7f7bea --- /dev/null +++ b/src/cco-iris/ont00001247.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000918 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001247 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Telecommunication Endpoint"@en ; + "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; + "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en ; + "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001248.ttl b/src/cco-iris/ont00001248.ttl new file mode 100644 index 00000000..efdea699 --- /dev/null +++ b/src/cco-iris/ont00001248.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000709 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000715 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000943 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001248 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Artificial Eye"@en ; + "A Prosthesis that is designed to replace a missing eye."@en ; + "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001249.ttl b/src/cco-iris/ont00001249.ttl new file mode 100644 index 00000000..a74b1500 --- /dev/null +++ b/src/cco-iris/ont00001249.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000453 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001249 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cabin Pressurization Control System"@en ; + "An Environment Control System that is designed to control the process in which conditioned air is pumped into the Cabin of some Aircraft or Spacecraft in order to create a safe and comfortable environment for passengers and crew flying at high altitudes."@en ; + "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001250.ttl b/src/cco-iris/ont00001250.ttl new file mode 100644 index 00000000..bef8e2c2 --- /dev/null +++ b/src/cco-iris/ont00001250.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000236 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001250 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Interior Lighting System"@en ; + "A Lighting System that is designed to emit light within the interior of some area."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001251.ttl b/src/cco-iris/ont00001251.ttl new file mode 100644 index 00000000..d84ea99b --- /dev/null +++ b/src/cco-iris/ont00001251.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000320 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001094 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001251 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Intelligence Gathering"@en ; + "A Planned Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."@en ; + "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001252.ttl b/src/cco-iris/ont00001252.ttl new file mode 100644 index 00000000..eb646ba8 --- /dev/null +++ b/src/cco-iris/ont00001252.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000448 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001252 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Propulsion Artifact Function"@en ; + "A Motion Artifact Function that is realized in a process in which the bearer of the function creates force leading to an entity's movement."@en ; + "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001253.ttl b/src/cco-iris/ont00001253.ttl new file mode 100644 index 00000000..896989f2 --- /dev/null +++ b/src/cco-iris/ont00001253.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001253 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fuel Artifact Function"@en ; + "An Artifact Function that is realized in processes in which a Portion of Fuel is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en ; + "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001254.ttl b/src/cco-iris/ont00001254.ttl new file mode 100644 index 00000000..3d141e8f --- /dev/null +++ b/src/cco-iris/ont00001254.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000156 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001254 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Revolver"@en ; + "A Hand Gun having a number of firing chambers in a revolving cylinder, where each chamber in the cylinder can be loaded with a single Cartridge."@en ; + "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001255.ttl b/src/cco-iris/ont00001255.ttl new file mode 100644 index 00000000..3417305f --- /dev/null +++ b/src/cco-iris/ont00001255.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000828 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001255 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Insecticide Artifact Function"@en ; + "A Pesticide Artifact Function that is realized in a process that causes harm to, or the death of, an insect."@en ; + "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001256.ttl b/src/cco-iris/ont00001256.ttl new file mode 100644 index 00000000..9fc3481b --- /dev/null +++ b/src/cco-iris/ont00001256.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001256 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance ('Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Reliability Measurement Information Content Entity"@en ; + "Accuracy of Process"@en , + "Reliability Measurement"@en ; + "A Measurement Information Content Entity that is a measurement of the extent to which an entity can consistently produce an outcome."@en ; + "Reliability concerns both a measure of past performance and the expectation that future performance will conform to the range of past performances."@en ; + "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001257.ttl b/src/cco-iris/ont00001257.ttl new file mode 100644 index 00000000..b0c44c69 --- /dev/null +++ b/src/cco-iris/ont00001257.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001257 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nuclear Storage Depot"@en ; + "A Storage Facility that is designed to store nuclear material."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001258.ttl b/src/cco-iris/ont00001258.ttl new file mode 100644 index 00000000..1abec9d9 --- /dev/null +++ b/src/cco-iris/ont00001258.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000226 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000670 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001258 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Port"@en ; + "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en ; + "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001259.ttl b/src/cco-iris/ont00001259.ttl new file mode 100644 index 00000000..41d967a0 --- /dev/null +++ b/src/cco-iris/ont00001259.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000024 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001259 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Atmosphere"@en ; + "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ; + "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001260.ttl b/src/cco-iris/ont00001260.ttl new file mode 100644 index 00000000..104c0544 --- /dev/null +++ b/src/cco-iris/ont00001260.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001260 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Code 39 Barcode"@en ; + "A One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001261.ttl b/src/cco-iris/ont00001261.ttl new file mode 100644 index 00000000..67828bb4 --- /dev/null +++ b/src/cco-iris/ont00001261.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000379 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001261 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Identifying"@en ; + "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en ; + "http://www.dictionary.com/browse/identify" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001262.ttl b/src/cco-iris/ont00001262.ttl new file mode 100644 index 00000000..499eac7a --- /dev/null +++ b/src/cco-iris/ont00001262.ttl @@ -0,0 +1,259 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001798 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001889 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001939 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] . + + +### https://www.commoncoreontologies.org/ont00001943 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001977 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] . + + +### https://www.commoncoreontologies.org/ont00001995 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000089 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000175 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000279 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000388 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000486 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000562 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000587 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000645 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000647 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000666 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000697 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000860 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000914 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000917 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000987 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Person"@en ; + "Human"@en ; + "An Animal that is a member of the species Homo sapiens."@en ; + "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001263.ttl b/src/cco-iris/ont00001263.ttl new file mode 100644 index 00000000..0088442d --- /dev/null +++ b/src/cco-iris/ont00001263.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000588 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001263 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Issuing Mass Media Documentary"@en ; + "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@en ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001264.ttl b/src/cco-iris/ont00001264.ttl new file mode 100644 index 00000000..e4d63d7a --- /dev/null +++ b/src/cco-iris/ont00001264.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000258 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001264 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Code 128 Barcode"@en ; + "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001265.ttl b/src/cco-iris/ont00001265.ttl new file mode 100644 index 00000000..b6fde6a2 --- /dev/null +++ b/src/cco-iris/ont00001265.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001036 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001265 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Public Address System"@en ; + "PA System"@en ; + "A Communication System that is designed to allow a Person to speak to a large audience."@en ; + "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001266.ttl b/src/cco-iris/ont00001266.ttl new file mode 100644 index 00000000..24fccc94 --- /dev/null +++ b/src/cco-iris/ont00001266.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001075 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001266 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Vocational Training Instruction"@en ; + "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider by imparting skills required for a specific occupation in industry, agriculture or trade to an Agent either directly or indirectly through some communication medium."@en ; + "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001267.ttl b/src/cco-iris/ont00001267.ttl new file mode 100644 index 00000000..6b08b2fb --- /dev/null +++ b/src/cco-iris/ont00001267.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000971 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001267 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Propaganda"@en ; + "An Act of Deceptive Communication Propaganda intended to influence the attitude of a mass audience toward some cause or position by presenting facts selectively (thus possibly lying by omission) or by using loaded messages to produce an emotional rather than rational response to the information presented."@en ; + "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001268.ttl b/src/cco-iris/ont00001268.ttl new file mode 100644 index 00000000..1f4aff45 --- /dev/null +++ b/src/cco-iris/ont00001268.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000966 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001268 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ISBN Barcode"@en ; + "An EAN Barcode that is used to designate books."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001269.ttl b/src/cco-iris/ont00001269.ttl new file mode 100644 index 00000000..399773dc --- /dev/null +++ b/src/cco-iris/ont00001269.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000133 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001269 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Warning"@en ; + "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en ; + "http://www.merriam-webster.com/dictionary/warning" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001270.ttl b/src/cco-iris/ont00001270.ttl new file mode 100644 index 00000000..dc964715 --- /dev/null +++ b/src/cco-iris/ont00001270.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000268 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001270 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Howitzer"@en ; + "A Cannon that is designed to have a relatively short barrel and to use relatively small propellant charges to propel projectiles in relatively high trajectories with a steep angle of descent."@en ; + "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001271.ttl b/src/cco-iris/ont00001271.ttl new file mode 100644 index 00000000..30bd5f5f --- /dev/null +++ b/src/cco-iris/ont00001271.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001169 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001271 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wired Communication Relay Artifact Function"@en ; + "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information by means of wires from one Artifact to another for the purpose of communiction."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001272.ttl b/src/cco-iris/ont00001272.ttl new file mode 100644 index 00000000..ab29f15e --- /dev/null +++ b/src/cco-iris/ont00001272.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000191 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000521 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001272 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Murder"@en ; + "An Act of Homicide with malice aforethought."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001273.ttl b/src/cco-iris/ont00001273.ttl new file mode 100644 index 00000000..9c8c6edb --- /dev/null +++ b/src/cco-iris/ont00001273.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000569 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001241 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001273 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Sensor Modality Function"@en ; + "A Sensor Artifact Function that inheres in some Sensor in virtue of the type of energy the Sensor is capable of converting into an output signal."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001274.ttl b/src/cco-iris/ont00001274.ttl new file mode 100644 index 00000000..048a696c --- /dev/null +++ b/src/cco-iris/ont00001274.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000008 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001274 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrasonic Frequency"@en ; + "A Sound Frequency that is below 20 Hz."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001275.ttl b/src/cco-iris/ont00001275.ttl new file mode 100644 index 00000000..0d7e4ced --- /dev/null +++ b/src/cco-iris/ont00001275.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001275 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Nominal Speed Artifact Function"@en ; + "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains a speed that does not exceed some specified tolerance of that Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001353 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001276.ttl b/src/cco-iris/ont00001276.ttl new file mode 100644 index 00000000..e9d2d681 --- /dev/null +++ b/src/cco-iris/ont00001276.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000426 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001276 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Carrier Air Wing"@en ; + "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001277.ttl b/src/cco-iris/ont00001277.ttl new file mode 100644 index 00000000..6fa1037c --- /dev/null +++ b/src/cco-iris/ont00001277.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001277 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Red"@en ; + "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001278.ttl b/src/cco-iris/ont00001278.ttl new file mode 100644 index 00000000..4c9ed275 --- /dev/null +++ b/src/cco-iris/ont00001278.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000025 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000093 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000233 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000537 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001097 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001278 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Stock"@en ; + "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en ; + "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001279.ttl b/src/cco-iris/ont00001279.ttl new file mode 100644 index 00000000..1f0e122b --- /dev/null +++ b/src/cco-iris/ont00001279.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001133 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001279 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vibration Motion"@en ; + "Mechanical Oscillation"@en , + "Oscillation Motion"@en , + "Vibration"@en ; + "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en ; + "https://physicsabout.com/motion/"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001280.ttl b/src/cco-iris/ont00001280.ttl new file mode 100644 index 00000000..fba81cb1 --- /dev/null +++ b/src/cco-iris/ont00001280.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001280 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Flat"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001281.ttl b/src/cco-iris/ont00001281.ttl new file mode 100644 index 00000000..8b7e0db1 --- /dev/null +++ b/src/cco-iris/ont00001281.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000344 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000791 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001281 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Emulsifier Artifact Function"@en ; + "A Chemical Reaction Artifact Function that is realized in a process in which two or more liquids that are normally immiscible are mixed."@en ; + "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001282.ttl b/src/cco-iris/ont00001282.ttl new file mode 100644 index 00000000..77f39e88 --- /dev/null +++ b/src/cco-iris/ont00001282.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000598 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001282 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hydraulic Valve"@en ; + "A Valve that is designed to regulate, direct, or control the flow of a liquid by opening, closing, or partially obstructing various passageways."@en ; + "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001283.ttl b/src/cco-iris/ont00001283.ttl new file mode 100644 index 00000000..e7441eab --- /dev/null +++ b/src/cco-iris/ont00001283.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000782 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001089 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001283 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Refinery"@en ; + "A Factory that is designed for refining raw materials into products of value."@en ; + "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001362 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001284.ttl b/src/cco-iris/ont00001284.ttl new file mode 100644 index 00000000..e0124a85 --- /dev/null +++ b/src/cco-iris/ont00001284.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000914 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001284 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Crew"@en ; + "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001285.ttl b/src/cco-iris/ont00001285.ttl new file mode 100644 index 00000000..d5e5cacf --- /dev/null +++ b/src/cco-iris/ont00001285.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000368 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001285 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Revolving Motion"@en ; + "A Rotational Motion of an Object around an Axis of Rotation that is located externally to the Site occupied by the Object."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001286.ttl b/src/cco-iris/ont00001286.ttl new file mode 100644 index 00000000..280892b8 --- /dev/null +++ b/src/cco-iris/ont00001286.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000016 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000414 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000580 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000585 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000621 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000752 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001286 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Waveform"@en ; + "A Wave Process Profile that is the shape of the Wave Cycles of the Wave Process when depicted in a visual graph."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001287.ttl b/src/cco-iris/ont00001287.ttl new file mode 100644 index 00000000..3bca87ff --- /dev/null +++ b/src/cco-iris/ont00001287.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001287 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maintenance Facility"@en ; + "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en ; + "http://www.dictionary.com/browse/maintain" ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001288.ttl b/src/cco-iris/ont00001288.ttl new file mode 100644 index 00000000..0fb8ac12 --- /dev/null +++ b/src/cco-iris/ont00001288.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001150 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001288 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Round Shot"@en ; + "A Portion of Ammunition that is designed to be a solid projectile without explosive charge and to be fired from a cannon."@en ; + "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001289.ttl b/src/cco-iris/ont00001289.ttl new file mode 100644 index 00000000..7697e624 --- /dev/null +++ b/src/cco-iris/ont00001289.ttl @@ -0,0 +1,61 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000135 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000360 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001289 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Damaged Stasis"@en ; + "Compromised"@en , + "Damaged"@en , + "Injured"@en ; + "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ; + "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. "@en ; + "http://www.thefreedictionary.com/damaged" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001290.ttl b/src/cco-iris/ont00001290.ttl new file mode 100644 index 00000000..065f5f5a --- /dev/null +++ b/src/cco-iris/ont00001290.ttl @@ -0,0 +1,108 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Length"@en ; + "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en ; + "foot, meter, kilometer, mile" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001397 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001433 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001478 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001494 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001543 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001598 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001629 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001637 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001642 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001677 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001683 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001714 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001291.ttl b/src/cco-iris/ont00001291.ttl new file mode 100644 index 00000000..deb34f55 --- /dev/null +++ b/src/cco-iris/ont00001291.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000628 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001291 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radiation Absorptivity"@en ; + "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to absorb electromagnetic radiation of a given frequency."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001292.ttl b/src/cco-iris/ont00001292.ttl new file mode 100644 index 00000000..0c20ba2e --- /dev/null +++ b/src/cco-iris/ont00001292.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000053 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001292 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bus"@en ; + "A Ground Motor Vehicle that is designed to transport a large number of people and to travel on six or more tired wheels."@en ; + "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001293.ttl b/src/cco-iris/ont00001293.ttl new file mode 100644 index 00000000..e8a6baff --- /dev/null +++ b/src/cco-iris/ont00001293.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000446 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001293 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Perimeter"@en ; + "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001367 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001294.ttl b/src/cco-iris/ont00001294.ttl new file mode 100644 index 00000000..f1b8d72a --- /dev/null +++ b/src/cco-iris/ont00001294.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001294 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Three Dimensional Extent"@en ; + "Volume"@en ; + "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001295.ttl b/src/cco-iris/ont00001295.ttl new file mode 100644 index 00000000..5954ebba --- /dev/null +++ b/src/cco-iris/ont00001295.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001295 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Financial Facility"@en ; + "A Facility that is designed to support the management of money."@en ; + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001296.ttl b/src/cco-iris/ont00001296.ttl new file mode 100644 index 00000000..27ec5a13 --- /dev/null +++ b/src/cco-iris/ont00001296.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000119 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001296 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Pitch Orientation"@en ; + "Pitch"@en ; + "A Spatial Orientation of an Object relative to its Pitch Axis."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001297.ttl b/src/cco-iris/ont00001297.ttl new file mode 100644 index 00000000..ebe9d007 --- /dev/null +++ b/src/cco-iris/ont00001297.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001052 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001297 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Military Headquarters Facility"@en ; + "A Military Facility that is designed for military administration and coordination."@en ; + "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001298.ttl b/src/cco-iris/ont00001298.ttl new file mode 100644 index 00000000..dcde28ea --- /dev/null +++ b/src/cco-iris/ont00001298.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000069 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000624 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000798 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001119 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001298 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Document"@en ; + "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in a series of paragraphs of text or diagrams in the form of physical pieces of paper or an electronic word processor file."@en ; + "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001299.ttl b/src/cco-iris/ont00001299.ttl new file mode 100644 index 00000000..449aeb23 --- /dev/null +++ b/src/cco-iris/ont00001299.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000344 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001299 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Wetting Agent Artifact Function"@en ; + "A Surfactant Artifact Function that is realized in a process that reduces the water repellent tendency of a substance thereby allowing it to become wet."@en ; + "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001300.ttl b/src/cco-iris/ont00001300.ttl new file mode 100644 index 00000000..9d859cd2 --- /dev/null +++ b/src/cco-iris/ont00001300.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001300 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Patch Antenna"@en ; + "Microstrip Patch Antenna"@en , + "Rectangular Microstrip Antenna"@en ; + "A Radio Antenna that consists of a flat rectangular sheet (or patch) of metal mounted over a larger sheet of metal called a ground plane which is typically contained inside a plastic radome for protection and is small enough that it can be mounted on a flat surface."@en ; + "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001301.ttl b/src/cco-iris/ont00001301.ttl new file mode 100644 index 00000000..61a84607 --- /dev/null +++ b/src/cco-iris/ont00001301.ttl @@ -0,0 +1,109 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000036 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000066 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000309 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000321 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000481 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000600 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000661 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000864 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000880 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000938 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001210 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Service Artifact Function"@en ; + "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en ; + "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001329 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001378 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001302.ttl b/src/cco-iris/ont00001302.ttl new file mode 100644 index 00000000..64bd9c6e --- /dev/null +++ b/src/cco-iris/ont00001302.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000173 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001302 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:label "Civil Organization"@en ; + "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001303.ttl b/src/cco-iris/ont00001303.ttl new file mode 100644 index 00000000..8e90eecc --- /dev/null +++ b/src/cco-iris/ont00001303.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001303 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Position Observation Artifact Function"@en ; + "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the position of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001306 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001304.ttl b/src/cco-iris/ont00001304.ttl new file mode 100644 index 00000000..74ed02df --- /dev/null +++ b/src/cco-iris/ont00001304.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000575 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001304 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Dimension Specification"@en ; + "An Quality Specification that prescribes some Size Quality."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001305.ttl b/src/cco-iris/ont00001305.ttl new file mode 100644 index 00000000..a5887f45 --- /dev/null +++ b/src/cco-iris/ont00001305.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001066 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001305 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Loss of Function"@en ; + "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001306.ttl b/src/cco-iris/ont00001306.ttl new file mode 100644 index 00000000..103e370d --- /dev/null +++ b/src/cco-iris/ont00001306.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001087 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001303 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001306 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Observation Artifact Function"@en ; + "An Artifact Function that is realized during events in which an Artifact is used to collect information about a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001368 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001307.ttl b/src/cco-iris/ont00001307.ttl new file mode 100644 index 00000000..0737dd9f --- /dev/null +++ b/src/cco-iris/ont00001307.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000061 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001307 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Mass Flow Rate"@en ; + "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time."@en ; + "kilogram per second, slug per second, pound per second" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001459 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001596 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001651 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001733 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001308.ttl b/src/cco-iris/ont00001308.ttl new file mode 100644 index 00000000..1d1ddd3f --- /dev/null +++ b/src/cco-iris/ont00001308.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001308 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Sewage Treatment Facility"@en ; + "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ; + "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001315 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001309.ttl b/src/cco-iris/ont00001309.ttl new file mode 100644 index 00000000..efcffb38 --- /dev/null +++ b/src/cco-iris/ont00001309.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000077 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001309 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lot Number"@en ; + "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en ; + "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001310.ttl b/src/cco-iris/ont00001310.ttl new file mode 100644 index 00000000..11fa42bd --- /dev/null +++ b/src/cco-iris/ont00001310.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001310 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Covering Artifact Function"@en ; + "An Artifact Function that is realized in a process in which an entity is covered."@en ; + "http://www.dictionary.com/browse/covering" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001311.ttl b/src/cco-iris/ont00001311.ttl new file mode 100644 index 00000000..ac9cde1a --- /dev/null +++ b/src/cco-iris/ont00001311.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000782 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001311 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Aircraft Manufacturing Facility"@en ; + "A Factory that is designed to manufacture Aircraft."@en ; + "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001312.ttl b/src/cco-iris/ont00001312.ttl new file mode 100644 index 00000000..5f1d4324 --- /dev/null +++ b/src/cco-iris/ont00001312.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000274 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001312 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Paramilitary Force"@en ; + "An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces."@en ; + "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001313.ttl b/src/cco-iris/ont00001313.ttl new file mode 100644 index 00000000..b48013ae --- /dev/null +++ b/src/cco-iris/ont00001313.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001313 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Article of Clothing"@en ; + "A Material Artifact that is designed to cover some portion of a body."@en ; + "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001314.ttl b/src/cco-iris/ont00001314.ttl new file mode 100644 index 00000000..37234d39 --- /dev/null +++ b/src/cco-iris/ont00001314.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001314 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Legal System Act"@en ; + "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en ; + "http://www.id.uscourts.gov/glossary.htm" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001315.ttl b/src/cco-iris/ont00001315.ttl new file mode 100644 index 00000000..c949c2ac --- /dev/null +++ b/src/cco-iris/ont00001315.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001107 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001308 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001315 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Waste Management Facility"@en ; + "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; + "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001316.ttl b/src/cco-iris/ont00001316.ttl new file mode 100644 index 00000000..520c3b11 --- /dev/null +++ b/src/cco-iris/ont00001316.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001042 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001316 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gimbal"@en ; + "An Equipment Mount that consists of a pivoted support that allows an Artifact to Rotate about one or more Axes."@en ; + "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001317.ttl b/src/cco-iris/ont00001317.ttl new file mode 100644 index 00000000..f4c105ed --- /dev/null +++ b/src/cco-iris/ont00001317.ttl @@ -0,0 +1,138 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Volume"@en ; + "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions."@en ; + "cubic feet, cubic meter, quart, liter" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001393 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001416 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001422 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001423 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001437 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001445 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001462 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001472 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001499 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001523 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001551 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001573 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001576 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001589 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001611 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001663 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001678 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001687 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001318.ttl b/src/cco-iris/ont00001318.ttl new file mode 100644 index 00000000..17116051 --- /dev/null +++ b/src/cco-iris/ont00001318.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000119 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001318 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Yaw Orientation"@en ; + "Yaw"@en ; + "A Spatial Orientation of an Object relative to its Yaw Axis."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001319.ttl b/src/cco-iris/ont00001319.ttl new file mode 100644 index 00000000..6be61c4f --- /dev/null +++ b/src/cco-iris/ont00001319.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000427 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001319 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Tank firepower is normally provided by a large-caliber main gun mounted in a rotating turret, which is supported by secondary machine guns. A tank's heavy armour and all-terrain mobility provide protection for both the tank and its crew, allowing it to perform all primary tasks of the armoured troops on the battlefield."@en ; + rdfs:label "Tank"@en ; + "An Armored Fighting Vehicle that is designed to carry heavy firepower, have a powerful Engine, and travel on one or more continuous tracks such that it is suitable for front-line combat and can provide operational maneuverability as well as tactical offensive and defensive capabilities."@en ; + "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001320.ttl b/src/cco-iris/ont00001320.ttl new file mode 100644 index 00000000..d2603107 --- /dev/null +++ b/src/cco-iris/ont00001320.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000785 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000903 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001320 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Radio Transceiver"@en ; + "A Radio Communication Instrument that is an electronic device composed of both a Radio Transmitter and a Radio Receiver that share common circuitry or a single housing."@en ; + "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001321.ttl b/src/cco-iris/ont00001321.ttl new file mode 100644 index 00000000..97d79074 --- /dev/null +++ b/src/cco-iris/ont00001321.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001105 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001321 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Lead Acid Electric Battery"@en ; + "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en ; + "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001322.ttl b/src/cco-iris/ont00001322.ttl new file mode 100644 index 00000000..55b48f21 --- /dev/null +++ b/src/cco-iris/ont00001322.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000726 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001322 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "For the most part Generically Dependent Continuants do not inhere in their bearers over some continuous scale. The primary exception is religion and this class allows annotation of those cases where an Agent is described as becoming less religious. Other cases would include the decrease of an organization's bearing of some objective."@en ; + rdfs:label "Decrease of Generically Dependent Continuant"@en ; + "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in the level of a Generically Dependent Continuant that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001323.ttl b/src/cco-iris/ont00001323.ttl new file mode 100644 index 00000000..62305bbf --- /dev/null +++ b/src/cco-iris/ont00001323.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001323 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bearing Artifact Function"@en ; + "An Artifact Function that is realized in processes in which the Artifact constrains relative motion to only the desired motion, and reduces friction between moving parts."@en ; + "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001324.ttl b/src/cco-iris/ont00001324.ttl new file mode 100644 index 00000000..db1fc015 --- /dev/null +++ b/src/cco-iris/ont00001324.ttl @@ -0,0 +1,121 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001800 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001807 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001817 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001910 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001974 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001998 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000553 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000751 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001224 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Process Regulation"@en ; + "A Directive Information Content Entity that prescribes an Process as required, prohibited, or permitted, and is the output of an Process which realizes some Authority Role."@en ; + "Although regulations often regulate processes which involve agents--as the regulating or regulated participant--it is unclear how causally active an agents need to be in those regulated processes. For example, it is not clear how causally active a human agent is in the process of a traffic light regulating the motion of a self-driving vehicle."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001325.ttl b/src/cco-iris/ont00001325.ttl new file mode 100644 index 00000000..15b5336e --- /dev/null +++ b/src/cco-iris/ont00001325.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001325 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Renting"@en ; + "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Renter) as a payment to acquire temporary possession or use of a good or property that is owned or controlled by another Agent (the Seller)."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001334 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001326.ttl b/src/cco-iris/ont00001326.ttl new file mode 100644 index 00000000..31b3f934 --- /dev/null +++ b/src/cco-iris/ont00001326.ttl @@ -0,0 +1,79 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000247 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000254 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000428 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000456 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000704 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001086 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001099 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001178 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001201 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001326 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Land Transportation Artifact"@en ; + "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another via land."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001327.ttl b/src/cco-iris/ont00001327.ttl new file mode 100644 index 00000000..d34bc911 --- /dev/null +++ b/src/cco-iris/ont00001327.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000079 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000228 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000265 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000433 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000455 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001327 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Social Act"@en ; + "A Planned Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."@en ; + "http://en.wiktionary.org/wiki/commually" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001328.ttl b/src/cco-iris/ont00001328.ttl new file mode 100644 index 00000000..256d3cac --- /dev/null +++ b/src/cco-iris/ont00001328.ttl @@ -0,0 +1,114 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000067 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000124 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000263 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000398 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000891 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001146 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Temporal Reference System"@en ; + "Temporal Reference Frame"@en , + "Time Scale"@en ; + "A Reference System that describes a set of standards for measuring time as well as understanding the context of and organizing temporal data."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001414 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001417 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001461 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001529 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001590 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001658 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001666 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001692 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001329.ttl b/src/cco-iris/ont00001329.ttl new file mode 100644 index 00000000..c67a94db --- /dev/null +++ b/src/cco-iris/ont00001329.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001329 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Education Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of transmiting accumulated knowledge skills and values from one generation to another."@en ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001330.ttl b/src/cco-iris/ont00001330.ttl new file mode 100644 index 00000000..4e7445a7 --- /dev/null +++ b/src/cco-iris/ont00001330.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000110 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000345 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001330 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "Telemetry Process"@en ; + "A Mechanical Process that is highly automated and in which measurements are made or other data is collected and transmitted to receiving equipment to facilitate the monitoring of environmental conditions or equipment parameters at a remote or inaccessible location."@en ; + "using a GPS tag to track a shark's migratory pattern" , + "using a portable cardiac monitor to remotely collect data on a patient's heart activity (biotelemetry)" ; + "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001331.ttl b/src/cco-iris/ont00001331.ttl new file mode 100644 index 00000000..72cb330e --- /dev/null +++ b/src/cco-iris/ont00001331.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001014 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001331 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Legal Name"@en ; + "A Proper Name that is an official name for the designated entity as determined by a Government or court of law."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001332.ttl b/src/cco-iris/ont00001332.ttl new file mode 100644 index 00000000..cfe1d848 --- /dev/null +++ b/src/cco-iris/ont00001332.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000610 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001332 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Extreme Ultraviolet Light Frequency"@en ; + "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001333.ttl b/src/cco-iris/ont00001333.ttl new file mode 100644 index 00000000..ba15c15f --- /dev/null +++ b/src/cco-iris/ont00001333.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001333 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rosy"@en ; + "A Color consisting of red hue and yellow hue and high brightness."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001334.ttl b/src/cco-iris/ont00001334.ttl new file mode 100644 index 00000000..d37e03df --- /dev/null +++ b/src/cco-iris/ont00001334.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000389 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000449 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000836 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001325 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001334 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Purchasing"@en ; + "An Act of Financial Instrument Use wherein a Financial Instrument is used by an Agent (the Purchaser) to acquire a good or service from another Agent (the Provider)."@en ; + "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001335.ttl b/src/cco-iris/ont00001335.ttl new file mode 100644 index 00000000..00ea5f4b --- /dev/null +++ b/src/cco-iris/ont00001335.ttl @@ -0,0 +1,116 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001859 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001864 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000139 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000408 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000532 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001203 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001335 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "Government"@en ; + "An Organization that is the highest legitimate authority delimited by some Delimiting Domain and that exercises executive, legislative, or judicial authority in that Domain."@en ; + "Highest legitimate authority should not be confused with highest legitimate authority of a particular kind. For example, while the judicial branch of the United States government has the highest judicial authority in a Delimiting Domain, it is not the highest legitimate authority delimited by that domain. The combination of executive, judicial, and legislative branches is higher because it wields more legitimate authority than any branch on its own."@en , + "Importantly, the definition states \"highest legitimate authority delimited by some Delimiting Domain\" and not \"highest legitimate authority in some Delimiting Domain.\" The government of Wales is the highest legitimate authority delimited by some Delimiting Domain but it is not the highest legitimate authority in that domain, which would be the government of the United Kingdom."@en ; + "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001336.ttl b/src/cco-iris/ont00001336.ttl new file mode 100644 index 00000000..7e8050b2 --- /dev/null +++ b/src/cco-iris/ont00001336.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001232 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001336 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "The relation between the owner and property may be private, collective, or common and the property may be objects, land, real estate, or intellectual property."@en ; + rdfs:label "Act of Ownership"@en ; + "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en ; + "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001337.ttl b/src/cco-iris/ont00001337.ttl new file mode 100644 index 00000000..b9bd065d --- /dev/null +++ b/src/cco-iris/ont00001337.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000155 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000754 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000834 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001080 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001337 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infrared Light Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en ; + "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001338.ttl b/src/cco-iris/ont00001338.ttl new file mode 100644 index 00000000..3c175c1f --- /dev/null +++ b/src/cco-iris/ont00001338.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000862 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001338 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Timbre"@en ; + "A Sound Process Profile that is characterized by the variation, spectrum, or envelope of translated sound waves, typically on a continuum from dull or dark to bright."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001339.ttl b/src/cco-iris/ont00001339.ttl new file mode 100644 index 00000000..17f0e04e --- /dev/null +++ b/src/cco-iris/ont00001339.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000890 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001339 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Walking"@en ; + "An Act of Travel that proceeds by foot."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001340.ttl b/src/cco-iris/ont00001340.ttl new file mode 100644 index 00000000..606c9825 --- /dev/null +++ b/src/cco-iris/ont00001340.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000529 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001340 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Calendar Date Identifier"@en ; + "A Date Identifier that designates some Day by using a combination of Day, Week, Month, or Year Identifiers formatted according to an implementation of a Calendar System."@en ; + "January 1, 2018; 1 January 2018; 01/01/18; 01Jan18" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001341.ttl b/src/cco-iris/ont00001341.ttl new file mode 100644 index 00000000..54bd93b7 --- /dev/null +++ b/src/cco-iris/ont00001341.ttl @@ -0,0 +1,77 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000171 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000024 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000662 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001341 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Portion of Geosphere"@en ; + "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ; + "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001342.ttl b/src/cco-iris/ont00001342.ttl new file mode 100644 index 00000000..52eac3c9 --- /dev/null +++ b/src/cco-iris/ont00001342.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000427 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001342 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Infantry Fighting Vehicle"@en ; + "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; + "Infantry Fighting Vehicles (IFVs) are differentiated from Armored Personnel Carriers (APCs) because they are designed to give direct fire support to the dismounted infantry and so usually have significantly enhanced armament. IFVs also often have improved armour and firing ports (allowing the infantry to fire personal weapons while mounted)."@en ; + "IFV" ; + "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001343.ttl b/src/cco-iris/ont00001343.ttl new file mode 100644 index 00000000..d0b95b37 --- /dev/null +++ b/src/cco-iris/ont00001343.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001343 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Circuit Breaker"@en ; + "A Material Artifact that is designed to protect an electrical circuit from damage caused by excess current from an overload or short circuit."@en ; + "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001344.ttl b/src/cco-iris/ont00001344.ttl new file mode 100644 index 00000000..6b7d23ad --- /dev/null +++ b/src/cco-iris/ont00001344.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000881 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001344 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Biological Depot"@en ; + "A Storage Facility that is designed to store biological agents."@en ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001345.ttl b/src/cco-iris/ont00001345.ttl new file mode 100644 index 00000000..dfb4bf3b --- /dev/null +++ b/src/cco-iris/ont00001345.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001345 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Impulse"@en ; + "A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval."@en ; + "N s, dyne second" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001656 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001711 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001346.ttl b/src/cco-iris/ont00001346.ttl new file mode 100644 index 00000000..b9fbb88a --- /dev/null +++ b/src/cco-iris/ont00001346.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000018 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001346 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Legal Instrument"@en ; + "A Material Artifact that is designed as a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement."@en ; + "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001347.ttl b/src/cco-iris/ont00001347.ttl new file mode 100644 index 00000000..501ea10f --- /dev/null +++ b/src/cco-iris/ont00001347.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000005 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001347 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Behavior"@en ; + "An Act in which an Independent Continuant participates as an Agent in response to external or internal stimuli and following some pattern which is dependent upon some combination of that Independent Continuant's internal state and external conditions."@en ; + "http://purl.obolibrary.org/obo/GO_0007610" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001348.ttl b/src/cco-iris/ont00001348.ttl new file mode 100644 index 00000000..8e4ea6ed --- /dev/null +++ b/src/cco-iris/ont00001348.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000028 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000068 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001348 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "For an object in motion, its Three-Dimensional Position is part of its Three-Dimensional Path."@en ; + rdfs:label "Three-Dimensional Position"@en ; + "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001349.ttl b/src/cco-iris/ont00001349.ttl new file mode 100644 index 00000000..c4945b34 --- /dev/null +++ b/src/cco-iris/ont00001349.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001349 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Grey"@en ; + "A Color between white and black colors."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001350.ttl b/src/cco-iris/ont00001350.ttl new file mode 100644 index 00000000..0c71078c --- /dev/null +++ b/src/cco-iris/ont00001350.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000985 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001350 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Thermal Control Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact increasing, decreasing, or maintaining the temperature of itself, a part of itself, or another object."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001351.ttl b/src/cco-iris/ont00001351.ttl new file mode 100644 index 00000000..482bd1c3 --- /dev/null +++ b/src/cco-iris/ont00001351.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000275 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001351 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Cartesian Coordinate System"@en ; + "Rectangular Coordinate System"@en ; + "A Spatial Reference System that identifies each point in a spatial region of n-dimensions using an ordered n-tuple of numerical coordinates that are the signed (i.e. positive or negative) distances measured in the same unit of length from the zero point where the fixed perpendicular Coordinate System Axes meet."@en ; + "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001648 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001352.ttl b/src/cco-iris/ont00001352.ttl new file mode 100644 index 00000000..2b22400e --- /dev/null +++ b/src/cco-iris/ont00001352.ttl @@ -0,0 +1,184 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000829 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Greenwich Mean Time (GMT) is the mean solar time at the Royal Observatory in Greenwich, London and has been superseded by Coordinated Universal Time (UTC)."@en ; + rdfs:label "Greenwich Mean Time Zone Identifier"@en ; + "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Greenwich Mean Time."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001392 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001395 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001405 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001406 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001412 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001419 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001434 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001440 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001467 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001468 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001476 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001524 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001534 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001541 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001553 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001554 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001565 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001570 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001588 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001597 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001599 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001615 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001634 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001661 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001691 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001701 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001702 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001704 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001353.ttl b/src/cco-iris/ont00001353.ttl new file mode 100644 index 00000000..4845d832 --- /dev/null +++ b/src/cco-iris/ont00001353.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000190 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000448 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001275 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001353 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Speed Artifact Function"@en ; + "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001365 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001354.ttl b/src/cco-iris/ont00001354.ttl new file mode 100644 index 00000000..dd291bb7 --- /dev/null +++ b/src/cco-iris/ont00001354.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001354 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Vermilion"@en ; + "A Color consisting of red and orange hue with a slight amount of gray."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001355.ttl b/src/cco-iris/ont00001355.ttl new file mode 100644 index 00000000..337eba28 --- /dev/null +++ b/src/cco-iris/ont00001355.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000928 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001355 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Freight Train Car"@en ; + "Freight Car"@en ; + "A Train Car that is designed to transport cargo."@en ; + "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001356.ttl b/src/cco-iris/ont00001356.ttl new file mode 100644 index 00000000..1e8cae87 --- /dev/null +++ b/src/cco-iris/ont00001356.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000361 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000611 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001356 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Increase of Disposition"@en ; + "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001357.ttl b/src/cco-iris/ont00001357.ttl new file mode 100644 index 00000000..7246a778 --- /dev/null +++ b/src/cco-iris/ont00001357.ttl @@ -0,0 +1,83 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001357 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Measurement Unit of Time"@en ; + "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; + "second, minute, hour, day" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001442 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001444 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001533 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001536 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001571 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001667 + rdf:type owl:NamedIndividual , + . + + +### https://www.commoncoreontologies.org/ont00001707 + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001358.ttl b/src/cco-iris/ont00001358.ttl new file mode 100644 index 00000000..3d1f7e12 --- /dev/null +++ b/src/cco-iris/ont00001358.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000270 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001358 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "School"@en ; + "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en ; + "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001359.ttl b/src/cco-iris/ont00001359.ttl new file mode 100644 index 00000000..0c4e6b79 --- /dev/null +++ b/src/cco-iris/ont00001359.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000908 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001359 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."@en ; + rdfs:label "Act of Manufacturing"@en ; + "An Act of Artifact Processing wherein Artifacts are created in a Facility for the purpose of being sold to consumers."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001360.ttl b/src/cco-iris/ont00001360.ttl new file mode 100644 index 00000000..cacc8242 --- /dev/null +++ b/src/cco-iris/ont00001360.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000283 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000478 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000560 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000733 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000912 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001360 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Three Dimensional Shape"@en ; + "A Shape Quality that inheres only in a three dimensional entity."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001361.ttl b/src/cco-iris/ont00001361.ttl new file mode 100644 index 00000000..09f51959 --- /dev/null +++ b/src/cco-iris/ont00001361.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001361 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Healing Artifact Function"@en ; + "An Artifact Function that is realized in a process in which health is restored to an unbalanced, diseased, or damaged organism."@en ; + "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001362.ttl b/src/cco-iris/ont00001362.ttl new file mode 100644 index 00000000..ca5a83f3 --- /dev/null +++ b/src/cco-iris/ont00001362.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001283 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001362 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gas Processing Facility"@en ; + "A Refinery that is designed for refining natural gas into products of value."@en ; + "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001363.ttl b/src/cco-iris/ont00001363.ttl new file mode 100644 index 00000000..9124f974 --- /dev/null +++ b/src/cco-iris/ont00001363.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001033 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001363 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Male Sex"@en ; + "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ; + "http://purl.org/obo/owl/PATO#PATO_0000384" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001364.ttl b/src/cco-iris/ont00001364.ttl new file mode 100644 index 00000000..f4deb934 --- /dev/null +++ b/src/cco-iris/ont00001364.ttl @@ -0,0 +1,86 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001877 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001964 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000293 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class ; + owl:disjointWith . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001364 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Interval Measurement Information Content Entity"@en ; + "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; + "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the carrier of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001365.ttl b/src/cco-iris/ont00001365.ttl new file mode 100644 index 00000000..c2e39314 --- /dev/null +++ b/src/cco-iris/ont00001365.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001353 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001365 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Maximum Speed Artifact Function"@en ; + "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the highest speed at which that Artifact is designed to operate."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001366.ttl b/src/cco-iris/ont00001366.ttl new file mode 100644 index 00000000..dd6b7b84 --- /dev/null +++ b/src/cco-iris/ont00001366.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001366 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Powering Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Artifact is used to supply power to some Artifact."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001367.ttl b/src/cco-iris/ont00001367.ttl new file mode 100644 index 00000000..49402326 --- /dev/null +++ b/src/cco-iris/ont00001367.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000324 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000541 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000738 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000892 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000967 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001202 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001293 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001367 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Subclasses of one dimensional extent are included for usability. It is doubtful any of them can be objectively distinguished (on the side of the bearing entity) without some reference to external properties such as orientation and perspective."@en ; + rdfs:label "One Dimensional Extent"@en ; + "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ; + "http://purl.obolibrary.org/obo/PATO_0001708" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001368.ttl b/src/cco-iris/ont00001368.ttl new file mode 100644 index 00000000..de2e9504 --- /dev/null +++ b/src/cco-iris/ont00001368.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001306 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001368 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Motion Observation Artifact Function"@en ; + "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Motion of a specified object or class of objects."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001369.ttl b/src/cco-iris/ont00001369.ttl new file mode 100644 index 00000000..c1228399 --- /dev/null +++ b/src/cco-iris/ont00001369.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000105 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001059 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001369 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Rectangular"@en ; + "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001370.ttl b/src/cco-iris/ont00001370.ttl new file mode 100644 index 00000000..006375f6 --- /dev/null +++ b/src/cco-iris/ont00001370.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000306 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001370 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Machine Bearing"@en ; + "A Material Artifact that is designed to constrain relative motion to only desired motion and reduces friction between moving parts."@en ; + "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001371.ttl b/src/cco-iris/ont00001371.ttl new file mode 100644 index 00000000..ac28b90e --- /dev/null +++ b/src/cco-iris/ont00001371.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001371 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electromagnetic Induction Artifact Function"@en ; + "An Artifact Function that is realized by processes in which some Artifact that is used to produce electromotive force across an electrical conductor due to its dynamic interaction with a magnetic field."@en ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001372.ttl b/src/cco-iris/ont00001372.ttl new file mode 100644 index 00000000..43504f69 --- /dev/null +++ b/src/cco-iris/ont00001372.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000437 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001372 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fertilizer Artifact Function"@en ; + "An Enhancing Artifact Function that is realized in processes of supplying soilds or plant tissues with one or more plant nutrients essential to growth."@en ; + "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001373.ttl b/src/cco-iris/ont00001373.ttl new file mode 100644 index 00000000..2979a2e4 --- /dev/null +++ b/src/cco-iris/ont00001373.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001051 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001373 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Bow"@en ; + "A Projectile Launcher that is designed to launch Arrows."@en ; + "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001374.ttl b/src/cco-iris/ont00001374.ttl new file mode 100644 index 00000000..6dbe67c8 --- /dev/null +++ b/src/cco-iris/ont00001374.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000402 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000438 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001032 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001374 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"@en ; + rdfs:label "Act of Declarative Communication"@en ; + "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001375.ttl b/src/cco-iris/ont00001375.ttl new file mode 100644 index 00000000..008fad36 --- /dev/null +++ b/src/cco-iris/ont00001375.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000192 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000901 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001375 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Washing Facility"@en ; + "A Facility that is designed to wash personnel or equipment."@en ; + "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001376.ttl b/src/cco-iris/ont00001376.ttl new file mode 100644 index 00000000..58cfac30 --- /dev/null +++ b/src/cco-iris/ont00001376.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000570 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001376 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Torque"@en ; + "Moment of Force"@en ; + "A Force that is applied to an object in a direction that would tend to cause the object to rotate around an Axis of Rotation and is the rate of change of an object's Angular Momentum."@en ; + "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001377.ttl b/src/cco-iris/ont00001377.ttl new file mode 100644 index 00000000..1288d11c --- /dev/null +++ b/src/cco-iris/ont00001377.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000378 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001377 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Gold Color"@en ; + "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001378.ttl b/src/cco-iris/ont00001378.ttl new file mode 100644 index 00000000..8c51985d --- /dev/null +++ b/src/cco-iris/ont00001378.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001301 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001378 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Hospitality Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of accommodation food and beverage meeting and events gaming entertainment and recreation tourism services and visitor information."@en ; + "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001379.ttl b/src/cco-iris/ont00001379.ttl new file mode 100644 index 00000000..0fa33fa5 --- /dev/null +++ b/src/cco-iris/ont00001379.ttl @@ -0,0 +1,122 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001880 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001889 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### https://www.commoncoreontologies.org/ont00001898 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### https://www.commoncoreontologies.org/ont00001954 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000089 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000568 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Agent Capability"@en ; + "A Realizable Entity that inheres in a Material Entity in virtue of that Material Entity's capacity to realize it in some Planned Act."@en ; + "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001380.ttl b/src/cco-iris/ont00001380.ttl new file mode 100644 index 00000000..64339849 --- /dev/null +++ b/src/cco-iris/ont00001380.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000339 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001380 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Farm"@en ; + "An Agricultural Facility that is designed to produce food and other crops."@en ; + "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001381.ttl b/src/cco-iris/ont00001381.ttl new file mode 100644 index 00000000..912d051b --- /dev/null +++ b/src/cco-iris/ont00001381.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000266 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000715 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001381 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Medical Artifact"@en ; + "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001382.ttl b/src/cco-iris/ont00001382.ttl new file mode 100644 index 00000000..129c2462 --- /dev/null +++ b/src/cco-iris/ont00001382.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000475 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001382 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Electronic Cash"@en ; + "A Portion of Cash that consists of Bytes."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001383.ttl b/src/cco-iris/ont00001383.ttl new file mode 100644 index 00000000..ab00dba3 --- /dev/null +++ b/src/cco-iris/ont00001383.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000479 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001383 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fire Station"@en ; + "Fire Hall"@en , + "Fire House"@en ; + "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ; + "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001384.ttl b/src/cco-iris/ont00001384.ttl new file mode 100644 index 00000000..e2c4df28 --- /dev/null +++ b/src/cco-iris/ont00001384.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000112 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000525 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000620 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000628 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001220 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00001384 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Note that it is important to specify the frequency of electromagnetic radiation when representing a bearer's Opacity since a bearer may be Opaque with respect to electromagnetic radiation of one frequency, but be transparent with respect to electromagnetic radiation of another frequency. Unless otherwise stated, statements about a bearer's Opacity are assumed to be about electromagnetic radiation with a frequency in the visible spectrum."@en ; + rdfs:label "Opacity"@en ; + "An Electromagnetic Radiation Property that inheres in a bearer in virtue of that bearer's capacity to transmit electromagnetic radiation of a given frequency through the bearer instead of reflecting, scattering, or absorbing electromangentic radiation of that frequency."@en ; + "https://en.wikipedia.org/wiki/Opacity_(optics)" ; + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001385.ttl b/src/cco-iris/ont00001385.ttl new file mode 100644 index 00000000..eb33dbbd --- /dev/null +++ b/src/cco-iris/ont00001385.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001385 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Haiti Gourde"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001386.ttl b/src/cco-iris/ont00001386.ttl new file mode 100644 index 00000000..c4c9477a --- /dev/null +++ b/src/cco-iris/ont00001386.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001386 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Yemeni Rial"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001387.ttl b/src/cco-iris/ont00001387.ttl new file mode 100644 index 00000000..f83789eb --- /dev/null +++ b/src/cco-iris/ont00001387.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001387 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mauritania Ouguiya"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001388.ttl b/src/cco-iris/ont00001388.ttl new file mode 100644 index 00000000..d6686c3c --- /dev/null +++ b/src/cco-iris/ont00001388.ttl @@ -0,0 +1,52 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000707 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001388 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Minute of Arc Measurement Unit"@en ; + "Arcminute"@en , + "MOA"@en , + "am"@en , + "amin"@en , + "arcmin"@en ; + "'" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001389.ttl b/src/cco-iris/ont00001389.ttl new file mode 100644 index 00000000..977973dc --- /dev/null +++ b/src/cco-iris/ont00001389.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001389 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kenyan Shilling"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001390.ttl b/src/cco-iris/ont00001390.ttl new file mode 100644 index 00000000..b3799222 --- /dev/null +++ b/src/cco-iris/ont00001390.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001390 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Slug Measurement Unit"@en ; + "slug"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001391.ttl b/src/cco-iris/ont00001391.ttl new file mode 100644 index 00000000..69ceba55 --- /dev/null +++ b/src/cco-iris/ont00001391.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000444 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000852 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001391 + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "Erg Measurement Unit"@en ; + "erg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001392.ttl b/src/cco-iris/ont00001392.ttl new file mode 100644 index 00000000..0cad5b18 --- /dev/null +++ b/src/cco-iris/ont00001392.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001392 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-8"@en ; + "PST"@en , + "Pacific Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001393.ttl b/src/cco-iris/ont00001393.ttl new file mode 100644 index 00000000..c1fbfbc6 --- /dev/null +++ b/src/cco-iris/ont00001393.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001393 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tablespoon Measurement Unit"@en ; + "T" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001394.ttl b/src/cco-iris/ont00001394.ttl new file mode 100644 index 00000000..51b7ba4b --- /dev/null +++ b/src/cco-iris/ont00001394.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001394 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Papua New Guinea Kina"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001395.ttl b/src/cco-iris/ont00001395.ttl new file mode 100644 index 00000000..f9fff5e0 --- /dev/null +++ b/src/cco-iris/ont00001395.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001395 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-3:30"@en ; + "Newfoundland Standard Time"@en ; + "NST" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001396.ttl b/src/cco-iris/ont00001396.ttl new file mode 100644 index 00000000..785adf09 --- /dev/null +++ b/src/cco-iris/ont00001396.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001396 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Viet Nam Dong"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001397.ttl b/src/cco-iris/ont00001397.ttl new file mode 100644 index 00000000..c848ba2e --- /dev/null +++ b/src/cco-iris/ont00001397.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001397 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Centimeter Measurement Unit"@en ; + "cm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001398.ttl b/src/cco-iris/ont00001398.ttl new file mode 100644 index 00000000..a7681e1c --- /dev/null +++ b/src/cco-iris/ont00001398.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001398 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Global Area Reference System"@en ; + "GARS" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001399.ttl b/src/cco-iris/ont00001399.ttl new file mode 100644 index 00000000..4f101996 --- /dev/null +++ b/src/cco-iris/ont00001399.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001399 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Ghana Cedi"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001400.ttl b/src/cco-iris/ont00001400.ttl new file mode 100644 index 00000000..d096222c --- /dev/null +++ b/src/cco-iris/ont00001400.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001400 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sri Lanka Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001401.ttl b/src/cco-iris/ont00001401.ttl new file mode 100644 index 00000000..7924f544 --- /dev/null +++ b/src/cco-iris/ont00001401.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001401 + rdf:type owl:NamedIndividual , + ; + rdfs:label "South Africa Rand"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001402.ttl b/src/cco-iris/ont00001402.ttl new file mode 100644 index 00000000..2d084307 --- /dev/null +++ b/src/cco-iris/ont00001402.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000770 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001402 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Per Liter Measurement Unit"@en ; + "kg/L" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001403.ttl b/src/cco-iris/ont00001403.ttl new file mode 100644 index 00000000..769adcee --- /dev/null +++ b/src/cco-iris/ont00001403.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001403 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+2"@en ; + rdfs:label "Bravo Time Zone"@en ; + "B" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001404.ttl b/src/cco-iris/ont00001404.ttl new file mode 100644 index 00000000..41bf6de3 --- /dev/null +++ b/src/cco-iris/ont00001404.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001404 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Afghanistan Afghani"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001405.ttl b/src/cco-iris/ont00001405.ttl new file mode 100644 index 00000000..d8e51b95 --- /dev/null +++ b/src/cco-iris/ont00001405.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001405 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-2"@en ; + "BET"@en , + "Brazil Eastern Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001406.ttl b/src/cco-iris/ont00001406.ttl new file mode 100644 index 00000000..10fa5d37 --- /dev/null +++ b/src/cco-iris/ont00001406.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001406 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+9:30"@en ; + "Australian Central Standard Time"@en ; + "ACST" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001407.ttl b/src/cco-iris/ont00001407.ttl new file mode 100644 index 00000000..6175a878 --- /dev/null +++ b/src/cco-iris/ont00001407.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001407 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Shaft Horsepower Measurement Unit"@en ; + "shp"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001408.ttl b/src/cco-iris/ont00001408.ttl new file mode 100644 index 00000000..80f80ece --- /dev/null +++ b/src/cco-iris/ont00001408.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001408 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-11"@en ; + rdfs:label "X-ray Time Zone"@en ; + "X" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001409.ttl b/src/cco-iris/ont00001409.ttl new file mode 100644 index 00000000..9d2c8e50 --- /dev/null +++ b/src/cco-iris/ont00001409.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001409 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Singapore Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001410.ttl b/src/cco-iris/ont00001410.ttl new file mode 100644 index 00000000..820a9786 --- /dev/null +++ b/src/cco-iris/ont00001410.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001410 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Guyana Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001411.ttl b/src/cco-iris/ont00001411.ttl new file mode 100644 index 00000000..346cd492 --- /dev/null +++ b/src/cco-iris/ont00001411.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000497 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001411 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Force Measurement Unit"@en ; + "lbf"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001412.ttl b/src/cco-iris/ont00001412.ttl new file mode 100644 index 00000000..3dcbe788 --- /dev/null +++ b/src/cco-iris/ont00001412.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001412 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "GMT"@en ; + "Greenwich Mean Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001413.ttl b/src/cco-iris/ont00001413.ttl new file mode 100644 index 00000000..0c4493ce --- /dev/null +++ b/src/cco-iris/ont00001413.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001413 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Milligram Measurement Unit"@en ; + "mg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001414.ttl b/src/cco-iris/ont00001414.ttl new file mode 100644 index 00000000..8600c3ca --- /dev/null +++ b/src/cco-iris/ont00001414.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001414 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "TT is an astronomical time standard that is a theoretical ideal designed to be free of the irregularities in Earth's rotation and is primarily used for time measurements of astronomical observations made from the surface of Earth. It was formerly called Terrestrial Dynamical Time (TDT), which was formulated to replace Ephemeris Time (ET)."@en ; + rdfs:label "Terrestrial Time"@en ; + "TT" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001415.ttl b/src/cco-iris/ont00001415.ttl new file mode 100644 index 00000000..6d0f8225 --- /dev/null +++ b/src/cco-iris/ont00001415.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001415 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Swiss Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001416.ttl b/src/cco-iris/ont00001416.ttl new file mode 100644 index 00000000..ce0748d6 --- /dev/null +++ b/src/cco-iris/ont00001416.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001416 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Centimeter Measurement Unit"@en ; + "cm^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001417.ttl b/src/cco-iris/ont00001417.ttl new file mode 100644 index 00000000..e7d13f10 --- /dev/null +++ b/src/cco-iris/ont00001417.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001417 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "ET is an astronomical time scale that was adopted as a standard in 1952 by the IAU but has since been superseded and is no longer actively used. ET is based on the ephemeris second, which was defined as a fraction of the tropical year for 1900 January 01 as calculated using Newcomb's 1895 tables of the Sun. ET was designed to avoid problems caused by variations in Earth's rotational period and was used for Solar System ephemeris calculations until being replaced by Terrestrial Dynamical Time (TDT) in 1979."@en ; + rdfs:label "Ephemeris Time"@en ; + "ET" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001418.ttl b/src/cco-iris/ont00001418.ttl new file mode 100644 index 00000000..4de4f3a5 --- /dev/null +++ b/src/cco-iris/ont00001418.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000140 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001418 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram-Mole Measurement Unit"@en ; + "kg-mol"@en , + "kilogram-mole"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001419.ttl b/src/cco-iris/ont00001419.ttl new file mode 100644 index 00000000..bf5c8b30 --- /dev/null +++ b/src/cco-iris/ont00001419.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001419 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+5"@en ; + "PLT"@en , + "Pakistan Lahore Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001420.ttl b/src/cco-iris/ont00001420.ttl new file mode 100644 index 00000000..d63754d1 --- /dev/null +++ b/src/cco-iris/ont00001420.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001420 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Dominican Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001421.ttl b/src/cco-iris/ont00001421.ttl new file mode 100644 index 00000000..303a8853 --- /dev/null +++ b/src/cco-iris/ont00001421.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001421 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-6"@en ; + rdfs:label "Sierra Time Zone"@en ; + "S" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001422.ttl b/src/cco-iris/ont00001422.ttl new file mode 100644 index 00000000..444581a3 --- /dev/null +++ b/src/cco-iris/ont00001422.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001422 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Quart Measurement Unit"@en ; + "qt" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001423.ttl b/src/cco-iris/ont00001423.ttl new file mode 100644 index 00000000..cc0ba326 --- /dev/null +++ b/src/cco-iris/ont00001423.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001423 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Deciliter Measurement Unit"@en ; + "dL"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001424.ttl b/src/cco-iris/ont00001424.ttl new file mode 100644 index 00000000..091a360c --- /dev/null +++ b/src/cco-iris/ont00001424.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001424 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+1"@en ; + rdfs:label "Alpha Time Zone"@en ; + "A" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001425.ttl b/src/cco-iris/ont00001425.ttl new file mode 100644 index 00000000..2672871b --- /dev/null +++ b/src/cco-iris/ont00001425.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001425 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Miles Per Second Measurement Unit"@en ; + "mi/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001426.ttl b/src/cco-iris/ont00001426.ttl new file mode 100644 index 00000000..6b4ec8f5 --- /dev/null +++ b/src/cco-iris/ont00001426.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001426 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Chinese Renminbi"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001427.ttl b/src/cco-iris/ont00001427.ttl new file mode 100644 index 00000000..ac8c73e5 --- /dev/null +++ b/src/cco-iris/ont00001427.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001427 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Canadian Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001428.ttl b/src/cco-iris/ont00001428.ttl new file mode 100644 index 00000000..9864b47d --- /dev/null +++ b/src/cco-iris/ont00001428.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001428 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilometers Per Hour Measurement Unit"@en ; + "km/h"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001429.ttl b/src/cco-iris/ont00001429.ttl new file mode 100644 index 00000000..d04b1258 --- /dev/null +++ b/src/cco-iris/ont00001429.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000140 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001429 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gram-Mole Measurement Unit"@en ; + "g-mol"@en , + "gram-mole"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001430.ttl b/src/cco-iris/ont00001430.ttl new file mode 100644 index 00000000..42555f73 --- /dev/null +++ b/src/cco-iris/ont00001430.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001430 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+6"@en ; + rdfs:label "Foxtrot Time Zone"@en ; + "F" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001431.ttl b/src/cco-iris/ont00001431.ttl new file mode 100644 index 00000000..596b6022 --- /dev/null +++ b/src/cco-iris/ont00001431.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001431 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-10"@en ; + rdfs:label "Whiskey Time Zone"@en ; + "W" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001432.ttl b/src/cco-iris/ont00001432.ttl new file mode 100644 index 00000000..19b944e0 --- /dev/null +++ b/src/cco-iris/ont00001432.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001090 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001432 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en ; + "Kilogram Per Square Centimeter Measurement Unit"@en , + "Kilopond Per Centimeter Square Measurement Unit"@en ; + "kg/cm^2" , + "kgf/cm^2" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001433.ttl b/src/cco-iris/ont00001433.ttl new file mode 100644 index 00000000..dc302eb0 --- /dev/null +++ b/src/cco-iris/ont00001433.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001433 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mile Measurement Unit"@en ; + "mi"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001434.ttl b/src/cco-iris/ont00001434.ttl new file mode 100644 index 00000000..536b370f --- /dev/null +++ b/src/cco-iris/ont00001434.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001434 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+1"@en ; + "ECT"@en , + "European Central Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001435.ttl b/src/cco-iris/ont00001435.ttl new file mode 100644 index 00000000..c2e06401 --- /dev/null +++ b/src/cco-iris/ont00001435.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001435 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Colombian Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001436.ttl b/src/cco-iris/ont00001436.ttl new file mode 100644 index 00000000..6e448b0c --- /dev/null +++ b/src/cco-iris/ont00001436.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001436 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 1 D"@en ; + "UT1D" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001437.ttl b/src/cco-iris/ont00001437.ttl new file mode 100644 index 00000000..2fcd2761 --- /dev/null +++ b/src/cco-iris/ont00001437.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001437 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Liter Measurement Unit"@en ; + "Litre"@en ; + "L" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001438.ttl b/src/cco-iris/ont00001438.ttl new file mode 100644 index 00000000..b8a548ca --- /dev/null +++ b/src/cco-iris/ont00001438.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001438 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Yard Measurement Unit"@en ; + "yd^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001439.ttl b/src/cco-iris/ont00001439.ttl new file mode 100644 index 00000000..1771edf3 --- /dev/null +++ b/src/cco-iris/ont00001439.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000263 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001439 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Twenty-Four-Hour Clock Time System"@en ; + "24-Hour Clock"@en , + "24-Hour Clock Time System"@en , + "Military Time"@en , + "Military Time System"@en , + "Twenty-Four Hour Clock Time System"@en , + "Twenty-Four-Hour Clock"@en ; + "A Clock Time System for time keeping in which the Day runs from midnight to midnight and is divided into 24 Hours, indicated by the Hours passed since midnight, from 0 to 23."@en ; + "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001440.ttl b/src/cco-iris/ont00001440.ttl new file mode 100644 index 00000000..27c357af --- /dev/null +++ b/src/cco-iris/ont00001440.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001440 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-9"@en ; + "AST"@en , + "Alaska Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001441.ttl b/src/cco-iris/ont00001441.ttl new file mode 100644 index 00000000..b4a46070 --- /dev/null +++ b/src/cco-iris/ont00001441.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001441 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Rwanda Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001442.ttl b/src/cco-iris/ont00001442.ttl new file mode 100644 index 00000000..da1e5fdf --- /dev/null +++ b/src/cco-iris/ont00001442.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001357 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001442 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Week Measurement Unit"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001443.ttl b/src/cco-iris/ont00001443.ttl new file mode 100644 index 00000000..b0f3568a --- /dev/null +++ b/src/cco-iris/ont00001443.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001443 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Albania Lek"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001444.ttl b/src/cco-iris/ont00001444.ttl new file mode 100644 index 00000000..57a7515b --- /dev/null +++ b/src/cco-iris/ont00001444.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001357 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001444 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Year Measurement Unit"@en ; + "yr"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001445.ttl b/src/cco-iris/ont00001445.ttl new file mode 100644 index 00000000..b67e51ec --- /dev/null +++ b/src/cco-iris/ont00001445.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001445 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Centiliter Measurement Unit"@en ; + "cL"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001446.ttl b/src/cco-iris/ont00001446.ttl new file mode 100644 index 00000000..2e8355b0 --- /dev/null +++ b/src/cco-iris/ont00001446.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001446 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Mike Time Zone is the same local time as Yankee Time Zone, but is 1 Day (i.e. 24 Hours) ahead of Yankee Time Zone as they are on opposite sides of the International Date Line."@en , + "Offset from Universal Coordinated Time = UTC+12"@en ; + rdfs:label "Mike Time Zone"@en ; + "M" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001447.ttl b/src/cco-iris/ont00001447.ttl new file mode 100644 index 00000000..b1f92ad6 --- /dev/null +++ b/src/cco-iris/ont00001447.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001447 + rdf:type owl:NamedIndividual , + ; + rdfs:label "CFP Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001448.ttl b/src/cco-iris/ont00001448.ttl new file mode 100644 index 00000000..b7e0e923 --- /dev/null +++ b/src/cco-iris/ont00001448.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001448 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Malawi Kwacha"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001449.ttl b/src/cco-iris/ont00001449.ttl new file mode 100644 index 00000000..87001269 --- /dev/null +++ b/src/cco-iris/ont00001449.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001449 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Czech Koruna"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001450.ttl b/src/cco-iris/ont00001450.ttl new file mode 100644 index 00000000..523efb24 --- /dev/null +++ b/src/cco-iris/ont00001450.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001004 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001450 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Volt Measurement Unit"@en ; + "V"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001451.ttl b/src/cco-iris/ont00001451.ttl new file mode 100644 index 00000000..10805299 --- /dev/null +++ b/src/cco-iris/ont00001451.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001004 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001451 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Milliampere Measurement Unit"@en ; + "mA"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001452.ttl b/src/cco-iris/ont00001452.ttl new file mode 100644 index 00000000..8ce68bab --- /dev/null +++ b/src/cco-iris/ont00001452.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001452 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Indian Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001453.ttl b/src/cco-iris/ont00001453.ttl new file mode 100644 index 00000000..d67b64f4 --- /dev/null +++ b/src/cco-iris/ont00001453.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000707 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001453 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Binary Degree Measurement Unit"@en ; + "Binary Radian"@en , + "Brad"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001454.ttl b/src/cco-iris/ont00001454.ttl new file mode 100644 index 00000000..eee5777f --- /dev/null +++ b/src/cco-iris/ont00001454.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001454 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+11"@en ; + rdfs:label "Lima Time Zone"@en ; + "L" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001455.ttl b/src/cco-iris/ont00001455.ttl new file mode 100644 index 00000000..92a53f33 --- /dev/null +++ b/src/cco-iris/ont00001455.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001455 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bolivia Boliviano"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001456.ttl b/src/cco-iris/ont00001456.ttl new file mode 100644 index 00000000..d668c847 --- /dev/null +++ b/src/cco-iris/ont00001456.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001456 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Mile Measurement Unit"@en ; + "mi^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001457.ttl b/src/cco-iris/ont00001457.ttl new file mode 100644 index 00000000..99a22e9f --- /dev/null +++ b/src/cco-iris/ont00001457.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001457 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-4"@en ; + rdfs:label "Quebec Time Zone"@en ; + "Q" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001458.ttl b/src/cco-iris/ont00001458.ttl new file mode 100644 index 00000000..1033d916 --- /dev/null +++ b/src/cco-iris/ont00001458.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001458 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Costa Rica Colon"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001459.ttl b/src/cco-iris/ont00001459.ttl new file mode 100644 index 00000000..270b7508 --- /dev/null +++ b/src/cco-iris/ont00001459.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001307 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001459 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Per Second Measurement Unit"@en ; + "lb/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001460.ttl b/src/cco-iris/ont00001460.ttl new file mode 100644 index 00000000..72188c7d --- /dev/null +++ b/src/cco-iris/ont00001460.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001460 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mauritius Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001461.ttl b/src/cco-iris/ont00001461.ttl new file mode 100644 index 00000000..45e3c5d6 --- /dev/null +++ b/src/cco-iris/ont00001461.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001461 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "TDB is a linear scaling of Barycentric Coordinate Time (TCB) and is a relativistic coordinate time scale used in astronomy as a time standard that accounts for time dilation when calculating Orbits and Ephemerides of Astronomical Bodies and interplanetary Spacecraft in the Solar System. TDB is a successor of Ephemeris Time (ET) and is nearly equivalent to the time scale Teph used for DE405 planetary and lunar ephemerides generated by the Jet Propulsion Laboratory."@en ; + rdfs:label "Barycentric Dynamical Time"@en ; + "TDB" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001462.ttl b/src/cco-iris/ont00001462.ttl new file mode 100644 index 00000000..d3f5b787 --- /dev/null +++ b/src/cco-iris/ont00001462.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001462 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Twenty Foot Equivalent Unit"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001463.ttl b/src/cco-iris/ont00001463.ttl new file mode 100644 index 00000000..fcce6c47 --- /dev/null +++ b/src/cco-iris/ont00001463.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000140 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001463 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilomole Measurement Unit"@en ; + "kilomole"@en , + "kmol"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001464.ttl b/src/cco-iris/ont00001464.ttl new file mode 100644 index 00000000..9eab4e19 --- /dev/null +++ b/src/cco-iris/ont00001464.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001464 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Uzbekistan Sum"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001465.ttl b/src/cco-iris/ont00001465.ttl new file mode 100644 index 00000000..b6f61139 --- /dev/null +++ b/src/cco-iris/ont00001465.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001465 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Namibia Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001466.ttl b/src/cco-iris/ont00001466.ttl new file mode 100644 index 00000000..7c4fd056 --- /dev/null +++ b/src/cco-iris/ont00001466.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000959 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001466 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Revolutions Per Day Measurement Unit"@en ; + "r/day"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001467.ttl b/src/cco-iris/ont00001467.ttl new file mode 100644 index 00000000..73ab954e --- /dev/null +++ b/src/cco-iris/ont00001467.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001467 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-4"@en ; + "PRT"@en , + "Puerto Rico and US Virgin Islands Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001468.ttl b/src/cco-iris/ont00001468.ttl new file mode 100644 index 00000000..31864889 --- /dev/null +++ b/src/cco-iris/ont00001468.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001468 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+10"@en ; + "AET"@en , + "Australia Eastern Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001469.ttl b/src/cco-iris/ont00001469.ttl new file mode 100644 index 00000000..bc9a6350 --- /dev/null +++ b/src/cco-iris/ont00001469.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001469 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilometers Per Second Measurement Unit"@en ; + "km/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001470.ttl b/src/cco-iris/ont00001470.ttl new file mode 100644 index 00000000..a346ca1b --- /dev/null +++ b/src/cco-iris/ont00001470.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000959 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001470 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Megahertz Measurement Unit"@en ; + "MHz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001471.ttl b/src/cco-iris/ont00001471.ttl new file mode 100644 index 00000000..3904e62a --- /dev/null +++ b/src/cco-iris/ont00001471.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001471 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Centimeter Measurement Unit"@en ; + "cm^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001472.ttl b/src/cco-iris/ont00001472.ttl new file mode 100644 index 00000000..af003583 --- /dev/null +++ b/src/cco-iris/ont00001472.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001472 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Millimeter Measurement Unit"@en ; + "mm^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001473.ttl b/src/cco-iris/ont00001473.ttl new file mode 100644 index 00000000..776fb78a --- /dev/null +++ b/src/cco-iris/ont00001473.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001473 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Euro"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001474.ttl b/src/cco-iris/ont00001474.ttl new file mode 100644 index 00000000..ab7749e9 --- /dev/null +++ b/src/cco-iris/ont00001474.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001090 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001474 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Atmosphere Measurement Unit"@en ; + "atm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001475.ttl b/src/cco-iris/ont00001475.ttl new file mode 100644 index 00000000..f2301fbd --- /dev/null +++ b/src/cco-iris/ont00001475.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000959 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001475 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilohertz Measurement Unit"@en ; + "kHz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001476.ttl b/src/cco-iris/ont00001476.ttl new file mode 100644 index 00000000..c14cfed0 --- /dev/null +++ b/src/cco-iris/ont00001476.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001476 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+4"@en ; + "NET"@en , + "Near East Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001477.ttl b/src/cco-iris/ont00001477.ttl new file mode 100644 index 00000000..9ec98df5 --- /dev/null +++ b/src/cco-iris/ont00001477.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001477 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Measurement Unit"@en ; + "kilogram" ; + "kg" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001478.ttl b/src/cco-iris/ont00001478.ttl new file mode 100644 index 00000000..b16f8527 --- /dev/null +++ b/src/cco-iris/ont00001478.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001478 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Angstrom Measurement Unit"@en ; + "Angstrom"@en , + "Å"@en , + "Ångström"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001479.ttl b/src/cco-iris/ont00001479.ttl new file mode 100644 index 00000000..bf32edea --- /dev/null +++ b/src/cco-iris/ont00001479.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001479 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Angolan Kwanza"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001480.ttl b/src/cco-iris/ont00001480.ttl new file mode 100644 index 00000000..fa22d75b --- /dev/null +++ b/src/cco-iris/ont00001480.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001480 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+9"@en ; + rdfs:label "India Time Zone"@en ; + "I" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001481.ttl b/src/cco-iris/ont00001481.ttl new file mode 100644 index 00000000..d588c549 --- /dev/null +++ b/src/cco-iris/ont00001481.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001481 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Macao Pataca"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001482.ttl b/src/cco-iris/ont00001482.ttl new file mode 100644 index 00000000..90f729da --- /dev/null +++ b/src/cco-iris/ont00001482.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001482 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Algerian Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001483.ttl b/src/cco-iris/ont00001483.ttl new file mode 100644 index 00000000..491cf2f9 --- /dev/null +++ b/src/cco-iris/ont00001483.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000140 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001483 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "One mole contains exactly 6.02214076×10^23 elementary entities."@en ; + rdfs:label "Mole Measurement Unit"@en ; + "mole" ; + "mol" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001484.ttl b/src/cco-iris/ont00001484.ttl new file mode 100644 index 00000000..431863c2 --- /dev/null +++ b/src/cco-iris/ont00001484.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001484 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bangladesh Taka"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001485.ttl b/src/cco-iris/ont00001485.ttl new file mode 100644 index 00000000..8bb9d8de --- /dev/null +++ b/src/cco-iris/ont00001485.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001485 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Surinamese Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001486.ttl b/src/cco-iris/ont00001486.ttl new file mode 100644 index 00000000..5b50ed2d --- /dev/null +++ b/src/cco-iris/ont00001486.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001486 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Kilometer Measurement Unit"@en ; + "km^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001487.ttl b/src/cco-iris/ont00001487.ttl new file mode 100644 index 00000000..c9104be9 --- /dev/null +++ b/src/cco-iris/ont00001487.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001487 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Peru Nuevo Sol"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001488.ttl b/src/cco-iris/ont00001488.ttl new file mode 100644 index 00000000..4f90fec7 --- /dev/null +++ b/src/cco-iris/ont00001488.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001488 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-7"@en ; + rdfs:label "Tango Time Zone"@en ; + "T" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001489.ttl b/src/cco-iris/ont00001489.ttl new file mode 100644 index 00000000..9b42adb5 --- /dev/null +++ b/src/cco-iris/ont00001489.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000707 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001489 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Radian Measurement Unit"@en ; + "radian" ; + "rad" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001490.ttl b/src/cco-iris/ont00001490.ttl new file mode 100644 index 00000000..923be267 --- /dev/null +++ b/src/cco-iris/ont00001490.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001490 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bulgarian Lev"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001491.ttl b/src/cco-iris/ont00001491.ttl new file mode 100644 index 00000000..cfac1f6d --- /dev/null +++ b/src/cco-iris/ont00001491.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001491 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 1 A"@en ; + "UT1A" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001492.ttl b/src/cco-iris/ont00001492.ttl new file mode 100644 index 00000000..7bad97fd --- /dev/null +++ b/src/cco-iris/ont00001492.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001492 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Lebanese Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001493.ttl b/src/cco-iris/ont00001493.ttl new file mode 100644 index 00000000..d96a4c31 --- /dev/null +++ b/src/cco-iris/ont00001493.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000497 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001493 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilonewton Measurement Unit"@en ; + "kN"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001494.ttl b/src/cco-iris/ont00001494.ttl new file mode 100644 index 00000000..7fa7c7f6 --- /dev/null +++ b/src/cco-iris/ont00001494.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001494 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Yard Measurement Unit"@en ; + "yrd"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001495.ttl b/src/cco-iris/ont00001495.ttl new file mode 100644 index 00000000..2e48e51a --- /dev/null +++ b/src/cco-iris/ont00001495.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000198 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001495 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sone Measurement Unit"@en ; + "sone"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001496.ttl b/src/cco-iris/ont00001496.ttl new file mode 100644 index 00000000..dde17144 --- /dev/null +++ b/src/cco-iris/ont00001496.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001496 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Meter Measurement Unit"@en ; + "m^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001497.ttl b/src/cco-iris/ont00001497.ttl new file mode 100644 index 00000000..7991948f --- /dev/null +++ b/src/cco-iris/ont00001497.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001497 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kuwaiti Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001498.ttl b/src/cco-iris/ont00001498.ttl new file mode 100644 index 00000000..5a060c0b --- /dev/null +++ b/src/cco-iris/ont00001498.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001498 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Fiji Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001499.ttl b/src/cco-iris/ont00001499.ttl new file mode 100644 index 00000000..7d1a999a --- /dev/null +++ b/src/cco-iris/ont00001499.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001499 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kiloliter Measurement Unit"@en ; + "kL"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001500.ttl b/src/cco-iris/ont00001500.ttl new file mode 100644 index 00000000..5b04045a --- /dev/null +++ b/src/cco-iris/ont00001500.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001500 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+5"@en ; + rdfs:label "Echo Time Zone"@en ; + "E" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001501.ttl b/src/cco-iris/ont00001501.ttl new file mode 100644 index 00000000..daff4e66 --- /dev/null +++ b/src/cco-iris/ont00001501.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001501 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tanzania Shilling"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001502.ttl b/src/cco-iris/ont00001502.ttl new file mode 100644 index 00000000..8365de9d --- /dev/null +++ b/src/cco-iris/ont00001502.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/contributor + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001502 + rdf:type owl:NamedIndividual , + ; + "Donna Jones" , + "Olivia Hobai" ; + rdfs:label "Decibel Isotropic Measurement Unit"@en ; + "Decibels Over Isotropic" , + "Decibels Over Isotropic Antenna" , + "Decibels Relative to Isotrope" , + "Decibels Relative to Isotropic Radiator" , + "Decibels Relative to an Isotropic Reference Antenna" ; + "dBi" ; + "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI , + "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001503.ttl b/src/cco-iris/ont00001503.ttl new file mode 100644 index 00000000..0e83e1d2 --- /dev/null +++ b/src/cco-iris/ont00001503.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001503 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Hungary Forint"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001504.ttl b/src/cco-iris/ont00001504.ttl new file mode 100644 index 00000000..3af3486c --- /dev/null +++ b/src/cco-iris/ont00001504.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000659 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001504 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Newton Meter Measurement Unit"@en ; + "N-m" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001505.ttl b/src/cco-iris/ont00001505.ttl new file mode 100644 index 00000000..33db0943 --- /dev/null +++ b/src/cco-iris/ont00001505.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001505 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Uruguay Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001506.ttl b/src/cco-iris/ont00001506.ttl new file mode 100644 index 00000000..770a52cc --- /dev/null +++ b/src/cco-iris/ont00001506.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001506 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Time 1 F"@en ; + "UT1F" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001507.ttl b/src/cco-iris/ont00001507.ttl new file mode 100644 index 00000000..a5aaf207 --- /dev/null +++ b/src/cco-iris/ont00001507.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001507 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Lesotho Loti"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001508.ttl b/src/cco-iris/ont00001508.ttl new file mode 100644 index 00000000..03b9b96b --- /dev/null +++ b/src/cco-iris/ont00001508.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001508 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Brunei Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001509.ttl b/src/cco-iris/ont00001509.ttl new file mode 100644 index 00000000..abc9a7e3 --- /dev/null +++ b/src/cco-iris/ont00001509.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001509 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Belarussian Ruble"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001510.ttl b/src/cco-iris/ont00001510.ttl new file mode 100644 index 00000000..84ef34ea --- /dev/null +++ b/src/cco-iris/ont00001510.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001510 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tonga Pa anga"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001511.ttl b/src/cco-iris/ont00001511.ttl new file mode 100644 index 00000000..e29b03a9 --- /dev/null +++ b/src/cco-iris/ont00001511.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001511 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Meters Per Second Measurement Unit"@en ; + "m/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001512.ttl b/src/cco-iris/ont00001512.ttl new file mode 100644 index 00000000..ac2c02ef --- /dev/null +++ b/src/cco-iris/ont00001512.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001512 + rdf:type owl:NamedIndividual , + ; + rdfs:label "South Sudanese Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001513.ttl b/src/cco-iris/ont00001513.ttl new file mode 100644 index 00000000..58e8cafc --- /dev/null +++ b/src/cco-iris/ont00001513.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001513 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mexican Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001514.ttl b/src/cco-iris/ont00001514.ttl new file mode 100644 index 00000000..0237eb78 --- /dev/null +++ b/src/cco-iris/ont00001514.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001514 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Laos Kip"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001515.ttl b/src/cco-iris/ont00001515.ttl new file mode 100644 index 00000000..8ce5023d --- /dev/null +++ b/src/cco-iris/ont00001515.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001515 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Liberian Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001516.ttl b/src/cco-iris/ont00001516.ttl new file mode 100644 index 00000000..5a6d38e2 --- /dev/null +++ b/src/cco-iris/ont00001516.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001516 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-2"@en ; + rdfs:label "Oscar Time Zone"@en ; + "O" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001517.ttl b/src/cco-iris/ont00001517.ttl new file mode 100644 index 00000000..69d20808 --- /dev/null +++ b/src/cco-iris/ont00001517.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001517 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nicaragua Cordoba Oro"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001518.ttl b/src/cco-iris/ont00001518.ttl new file mode 100644 index 00000000..6ff3b41e --- /dev/null +++ b/src/cco-iris/ont00001518.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001518 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Madagascar Malagasy Ariary"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001519.ttl b/src/cco-iris/ont00001519.ttl new file mode 100644 index 00000000..40cfdeb5 --- /dev/null +++ b/src/cco-iris/ont00001519.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001519 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Turkish Lira"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001520.ttl b/src/cco-iris/ont00001520.ttl new file mode 100644 index 00000000..0b88a293 --- /dev/null +++ b/src/cco-iris/ont00001520.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001520 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Zambia Kwacha"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001521.ttl b/src/cco-iris/ont00001521.ttl new file mode 100644 index 00000000..f498a35e --- /dev/null +++ b/src/cco-iris/ont00001521.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001521 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Philippine Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001522.ttl b/src/cco-iris/ont00001522.ttl new file mode 100644 index 00000000..d25085a2 --- /dev/null +++ b/src/cco-iris/ont00001522.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001522 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Foot Measurement Unit"@en ; + "ft^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001523.ttl b/src/cco-iris/ont00001523.ttl new file mode 100644 index 00000000..40f0dac8 --- /dev/null +++ b/src/cco-iris/ont00001523.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001523 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pint Measurement Unit"@en ; + "pt"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001524.ttl b/src/cco-iris/ont00001524.ttl new file mode 100644 index 00000000..21053317 --- /dev/null +++ b/src/cco-iris/ont00001524.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001524 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-11"@en ; + "MIT"@en , + "Midway Islands Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001525.ttl b/src/cco-iris/ont00001525.ttl new file mode 100644 index 00000000..ad642e4c --- /dev/null +++ b/src/cco-iris/ont00001525.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000497 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001525 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Newton Measurement Unit"@en ; + "newton" ; + "N" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001526.ttl b/src/cco-iris/ont00001526.ttl new file mode 100644 index 00000000..32a1bf36 --- /dev/null +++ b/src/cco-iris/ont00001526.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001526 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mach Measurement Unit"@en ; + "M"@en , + "Ma"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001527.ttl b/src/cco-iris/ont00001527.ttl new file mode 100644 index 00000000..f6d6c304 --- /dev/null +++ b/src/cco-iris/ont00001527.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001527 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+8"@en ; + rdfs:label "Hotel Time Zone"@en ; + "H" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001528.ttl b/src/cco-iris/ont00001528.ttl new file mode 100644 index 00000000..1aa5c4ba --- /dev/null +++ b/src/cco-iris/ont00001528.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000940 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001528 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Meter Per Second Measurement Unit"@en ; + "kg m/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001529.ttl b/src/cco-iris/ont00001529.ttl new file mode 100644 index 00000000..d420933e --- /dev/null +++ b/src/cco-iris/ont00001529.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001529 + rdf:type owl:NamedIndividual , + ; + rdfs:comment """\"TCG is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to precession, nutation, the Moon, and artificial satellites of the Earth. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the center of the Earth: that is, a clock that performs exactly the same movements as the Earth but is outside the Earth's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Earth.\" +From: (https://en.wikipedia.org/wiki/Geocentric_Coordinate_Time)"""@en ; + rdfs:label "Geocentric Coordinate Time"@en ; + "TCG" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001530.ttl b/src/cco-iris/ont00001530.ttl new file mode 100644 index 00000000..376ef5dc --- /dev/null +++ b/src/cco-iris/ont00001530.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000374 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001530 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Meter Per Second Measurement Unit"@en ; + "m^3/s" ; + "cumec" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001531.ttl b/src/cco-iris/ont00001531.ttl new file mode 100644 index 00000000..a64de734 --- /dev/null +++ b/src/cco-iris/ont00001531.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001531 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Botswana Pula"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001532.ttl b/src/cco-iris/ont00001532.ttl new file mode 100644 index 00000000..e3e388d5 --- /dev/null +++ b/src/cco-iris/ont00001532.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001532 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Egyptian Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001533.ttl b/src/cco-iris/ont00001533.ttl new file mode 100644 index 00000000..dbc82b12 --- /dev/null +++ b/src/cco-iris/ont00001533.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001357 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001533 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Hour Measurement Unit"@en ; + "hr"@en ; + "h" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001534.ttl b/src/cco-iris/ont00001534.ttl new file mode 100644 index 00000000..d386b9b8 --- /dev/null +++ b/src/cco-iris/ont00001534.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001534 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+7"@en ; + "VST"@en , + "Vietnam Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001535.ttl b/src/cco-iris/ont00001535.ttl new file mode 100644 index 00000000..18624dc2 --- /dev/null +++ b/src/cco-iris/ont00001535.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001535 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sudanese Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001536.ttl b/src/cco-iris/ont00001536.ttl new file mode 100644 index 00000000..d3fd3d2f --- /dev/null +++ b/src/cco-iris/ont00001536.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001357 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001536 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Second Measurement Unit"@en ; + "second" ; + "s" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001537.ttl b/src/cco-iris/ont00001537.ttl new file mode 100644 index 00000000..c6f44437 --- /dev/null +++ b/src/cco-iris/ont00001537.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000067 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001537 + rdf:type owl:NamedIndividual , + , + ; + rdfs:comment "UTC is a variant of Universal Time that is calculated by combining Universal Time 1 with International Atomic Time by occasionally adding leap seconds to TAI in order to maintain UTC within 0.9 seconds of UT1. The difference between UTC and UT1 is called DUT1 and always has a value between -0.9 seconds and +0.9 seconds. Coordinated Universal Time is the current basis for civil time and is the reference time for time zones, whose local times are defined based on an offset from UTC."@en ; + rdfs:label "Coordinated Universal Time"@en ; + "UTC" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001538.ttl b/src/cco-iris/ont00001538.ttl new file mode 100644 index 00000000..91979565 --- /dev/null +++ b/src/cco-iris/ont00001538.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000074 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001538 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Meters Per Second Per Second Measurement Unit"@en ; + "m/s/s"@en , + "m/s^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001539.ttl b/src/cco-iris/ont00001539.ttl new file mode 100644 index 00000000..22395930 --- /dev/null +++ b/src/cco-iris/ont00001539.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001539 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tajikistan Somoni"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001540.ttl b/src/cco-iris/ont00001540.ttl new file mode 100644 index 00000000..1c9d384f --- /dev/null +++ b/src/cco-iris/ont00001540.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001540 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Israel Shekel"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001541.ttl b/src/cco-iris/ont00001541.ttl new file mode 100644 index 00000000..8a32b130 --- /dev/null +++ b/src/cco-iris/ont00001541.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001541 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+12"@en ; + "NST"@en , + "New Zealand Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001542.ttl b/src/cco-iris/ont00001542.ttl new file mode 100644 index 00000000..d82b1636 --- /dev/null +++ b/src/cco-iris/ont00001542.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001542 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Paraguay Guarani"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001543.ttl b/src/cco-iris/ont00001543.ttl new file mode 100644 index 00000000..56e5e5c9 --- /dev/null +++ b/src/cco-iris/ont00001543.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001543 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Decimeter Measurement Unit"@en ; + "dm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001544.ttl b/src/cco-iris/ont00001544.ttl new file mode 100644 index 00000000..bf99b8aa --- /dev/null +++ b/src/cco-iris/ont00001544.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001544 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Short Ton Measurement Unit"@en ; + "Net Ton"@en , + "ton (US)"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001545.ttl b/src/cco-iris/ont00001545.ttl new file mode 100644 index 00000000..34328200 --- /dev/null +++ b/src/cco-iris/ont00001545.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001545 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Swaziland Lilangeni"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001546.ttl b/src/cco-iris/ont00001546.ttl new file mode 100644 index 00000000..9e87a68d --- /dev/null +++ b/src/cco-iris/ont00001546.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001546 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Democratic Republic Of Congo Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001547.ttl b/src/cco-iris/ont00001547.ttl new file mode 100644 index 00000000..0cce827d --- /dev/null +++ b/src/cco-iris/ont00001547.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001547 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Syrian Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001548.ttl b/src/cco-iris/ont00001548.ttl new file mode 100644 index 00000000..6a12c4e4 --- /dev/null +++ b/src/cco-iris/ont00001548.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001548 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "UT1R is a variant of Universal Time that is a smoothed version of UT1 by filtering out periodic variations due to tidal waves."@en ; + rdfs:label "Universal Time 1 R"@en ; + "UT1R" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001549.ttl b/src/cco-iris/ont00001549.ttl new file mode 100644 index 00000000..47fc86d9 --- /dev/null +++ b/src/cco-iris/ont00001549.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000497 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001549 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Dyne Measurement Unit"@en ; + "dyn"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001550.ttl b/src/cco-iris/ont00001550.ttl new file mode 100644 index 00000000..3f47d56f --- /dev/null +++ b/src/cco-iris/ont00001550.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000276 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001550 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "The Julian Calendar was proposed by Julius Caesar as a reform of the Roman Calendar, took effect on 1 January 46 BC, and was the predominant Calendar System in Europe until being largely replaced by the Gregorian Calendar."@en ; + rdfs:label "Julian Calendar"@en ; + "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years such that the average length of a Julian Year is 365.25 Days."@en ; + "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001551.ttl b/src/cco-iris/ont00001551.ttl new file mode 100644 index 00000000..90bec1f9 --- /dev/null +++ b/src/cco-iris/ont00001551.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001551 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Foot Measurement Unit"@en ; + "ft^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001552.ttl b/src/cco-iris/ont00001552.ttl new file mode 100644 index 00000000..ca1397f5 --- /dev/null +++ b/src/cco-iris/ont00001552.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001552 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gram Measurement Unit"@en ; + "g"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001553.ttl b/src/cco-iris/ont00001553.ttl new file mode 100644 index 00000000..a085fe1a --- /dev/null +++ b/src/cco-iris/ont00001553.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001553 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+6"@en ; + "BST"@en , + "Bangladesh Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001554.ttl b/src/cco-iris/ont00001554.ttl new file mode 100644 index 00000000..54fa43ca --- /dev/null +++ b/src/cco-iris/ont00001554.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001554 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-10"@en ; + "HST"@en , + "Hawaii Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001555.ttl b/src/cco-iris/ont00001555.ttl new file mode 100644 index 00000000..4f5853a2 --- /dev/null +++ b/src/cco-iris/ont00001555.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000659 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001555 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Foot Measurement Unit"@en ; + "lb ft" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001556.ttl b/src/cco-iris/ont00001556.ttl new file mode 100644 index 00000000..399c532d --- /dev/null +++ b/src/cco-iris/ont00001556.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001556 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Samoa Tala"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001557.ttl b/src/cco-iris/ont00001557.ttl new file mode 100644 index 00000000..cba841c5 --- /dev/null +++ b/src/cco-iris/ont00001557.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000527 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001557 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Foot Second Square Measurement Unit"@en ; + "lb ft s^2" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001558.ttl b/src/cco-iris/ont00001558.ttl new file mode 100644 index 00000000..a0419564 --- /dev/null +++ b/src/cco-iris/ont00001558.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001558 + rdf:type owl:NamedIndividual , + ; + rdfs:label "New Zealand Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001559.ttl b/src/cco-iris/ont00001559.ttl new file mode 100644 index 00000000..98cb059e --- /dev/null +++ b/src/cco-iris/ont00001559.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001090 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001559 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pascal Measurement Unit"@en ; + "pascal" ; + "Pa" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001560.ttl b/src/cco-iris/ont00001560.ttl new file mode 100644 index 00000000..b8498c51 --- /dev/null +++ b/src/cco-iris/ont00001560.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000444 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000852 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001560 + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "Calorie Measurement Unit"@en ; + "cal"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001561.ttl b/src/cco-iris/ont00001561.ttl new file mode 100644 index 00000000..8d444e76 --- /dev/null +++ b/src/cco-iris/ont00001561.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001561 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Uganda Shilling"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001562.ttl b/src/cco-iris/ont00001562.ttl new file mode 100644 index 00000000..0faa3749 --- /dev/null +++ b/src/cco-iris/ont00001562.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001562 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cambodian Riel"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001563.ttl b/src/cco-iris/ont00001563.ttl new file mode 100644 index 00000000..b196c64c --- /dev/null +++ b/src/cco-iris/ont00001563.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000444 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000852 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001563 + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "Horsepower Measurement Unit"@en ; + "hp"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001564.ttl b/src/cco-iris/ont00001564.ttl new file mode 100644 index 00000000..e498a1e9 --- /dev/null +++ b/src/cco-iris/ont00001564.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001564 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Decigram Measurement Unit"@en ; + "dg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001565.ttl b/src/cco-iris/ont00001565.ttl new file mode 100644 index 00000000..4d872044 --- /dev/null +++ b/src/cco-iris/ont00001565.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001565 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-5"@en ; + "EST"@en , + "Eastern Standard Time"@en , + "IET"@en , + "Indiana Eastern Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001566.ttl b/src/cco-iris/ont00001566.ttl new file mode 100644 index 00000000..de90fe55 --- /dev/null +++ b/src/cco-iris/ont00001566.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001566 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Watt Measurement Unit"@en ; + "watt" ; + "W" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001567.ttl b/src/cco-iris/ont00001567.ttl new file mode 100644 index 00000000..997fb75d --- /dev/null +++ b/src/cco-iris/ont00001567.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001567 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Ounce Measurement Unit"@en ; + "oz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001568.ttl b/src/cco-iris/ont00001568.ttl new file mode 100644 index 00000000..861d0eb7 --- /dev/null +++ b/src/cco-iris/ont00001568.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000770 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001568 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gram Per Cubic Centimeter Measurement Unit"@en ; + "g/cm^3" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001569.ttl b/src/cco-iris/ont00001569.ttl new file mode 100644 index 00000000..4181406b --- /dev/null +++ b/src/cco-iris/ont00001569.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000770 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001569 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Per Cubic Meter Measurement Unit"@en ; + "kg/m^3" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001570.ttl b/src/cco-iris/ont00001570.ttl new file mode 100644 index 00000000..ea3ac2b2 --- /dev/null +++ b/src/cco-iris/ont00001570.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001570 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+2"@en ; + "EET"@en , + "Eastern European Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001571.ttl b/src/cco-iris/ont00001571.ttl new file mode 100644 index 00000000..1fdce0a8 --- /dev/null +++ b/src/cco-iris/ont00001571.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001357 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001571 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Day Measurement Unit"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001572.ttl b/src/cco-iris/ont00001572.ttl new file mode 100644 index 00000000..ed4ef9d0 --- /dev/null +++ b/src/cco-iris/ont00001572.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000844 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001572 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kelvin Measurement Unit"@en ; + "kelvin" ; + "K" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001573.ttl b/src/cco-iris/ont00001573.ttl new file mode 100644 index 00000000..8d0d9143 --- /dev/null +++ b/src/cco-iris/ont00001573.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001573 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Teaspoon Measurement Unit"@en ; + "t" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001574.ttl b/src/cco-iris/ont00001574.ttl new file mode 100644 index 00000000..3e4c9cc9 --- /dev/null +++ b/src/cco-iris/ont00001574.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000959 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001574 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Revolutions Per Minute Measurement Unit"@en ; + "r/min"@en , + "rpm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001575.ttl b/src/cco-iris/ont00001575.ttl new file mode 100644 index 00000000..f5cfd46e --- /dev/null +++ b/src/cco-iris/ont00001575.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001575 + rdf:type owl:NamedIndividual , + ; + rdfs:label "CFA Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001576.ttl b/src/cco-iris/ont00001576.ttl new file mode 100644 index 00000000..bf330315 --- /dev/null +++ b/src/cco-iris/ont00001576.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001576 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Milliliter Measurement Unit"@en ; + "mL"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001577.ttl b/src/cco-iris/ont00001577.ttl new file mode 100644 index 00000000..aa559de6 --- /dev/null +++ b/src/cco-iris/ont00001577.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001577 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Ukraine Hryvnia"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001578.ttl b/src/cco-iris/ont00001578.ttl new file mode 100644 index 00000000..9af19706 --- /dev/null +++ b/src/cco-iris/ont00001578.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001578 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nepalese Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001579.ttl b/src/cco-iris/ont00001579.ttl new file mode 100644 index 00000000..a3f0bff9 --- /dev/null +++ b/src/cco-iris/ont00001579.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000374 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001579 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Liter Per Second Measurement Unit"@en ; + "l/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001580.ttl b/src/cco-iris/ont00001580.ttl new file mode 100644 index 00000000..41d52561 --- /dev/null +++ b/src/cco-iris/ont00001580.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001580 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-3"@en ; + rdfs:label "Papa Time Zone"@en ; + "P" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001581.ttl b/src/cco-iris/ont00001581.ttl new file mode 100644 index 00000000..d53d64b0 --- /dev/null +++ b/src/cco-iris/ont00001581.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001581 + rdf:type owl:NamedIndividual , + ; + rdfs:comment """The ITRS definition fulfills the following conditions: +1. It is geocentric, the center of mass being defined for the whole earth, including oceans and atmosphere. +2. The unit of length is the metre (SI). This scale is consistent with the TCG time coordinate for a geocentric local frame, in agreement with IAU and IUGG (1991) resolutions. This is obtained by appropriate relativistic modelling. +3. Its orientation was initially given by the BIH orientation at 1984.0. +4. The time evolution of the orientation is ensured by using a no-net-rotation condition with regards to horizontal tectonic motions over the whole earth. +From: (https://www.iers.org/IERS/EN/Science/ITRS/ITRS.html)"""@en ; + rdfs:label "International Terrestrial Reference System"@en ; + "ITRS" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001582.ttl b/src/cco-iris/ont00001582.ttl new file mode 100644 index 00000000..e501be3b --- /dev/null +++ b/src/cco-iris/ont00001582.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001582 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Universal Transverse Mercator Reference System"@en ; + "UTM" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001583.ttl b/src/cco-iris/ont00001583.ttl new file mode 100644 index 00000000..2d2c0489 --- /dev/null +++ b/src/cco-iris/ont00001583.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001583 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Feet Per Second Measurement Unit"@en ; + "ft/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001584.ttl b/src/cco-iris/ont00001584.ttl new file mode 100644 index 00000000..85a5f722 --- /dev/null +++ b/src/cco-iris/ont00001584.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001584 + rdf:type owl:NamedIndividual , + ; + rdfs:label "World Geographic Reference System"@en ; + "WGRS" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001585.ttl b/src/cco-iris/ont00001585.ttl new file mode 100644 index 00000000..fe284648 --- /dev/null +++ b/src/cco-iris/ont00001585.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000940 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001585 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Newton Second Per Kilogram Measurement Unit"@en ; + "Ns/kg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001586.ttl b/src/cco-iris/ont00001586.ttl new file mode 100644 index 00000000..7795f30b --- /dev/null +++ b/src/cco-iris/ont00001586.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001586 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Poland Zloty"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001587.ttl b/src/cco-iris/ont00001587.ttl new file mode 100644 index 00000000..3e983e49 --- /dev/null +++ b/src/cco-iris/ont00001587.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001090 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001587 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bayre Measurement Unit"@en ; + "ba"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001588.ttl b/src/cco-iris/ont00001588.ttl new file mode 100644 index 00000000..b4a4f023 --- /dev/null +++ b/src/cco-iris/ont00001588.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001588 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+9"@en ; + "JST"@en , + "Japan Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001589.ttl b/src/cco-iris/ont00001589.ttl new file mode 100644 index 00000000..0c2e3313 --- /dev/null +++ b/src/cco-iris/ont00001589.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001589 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Inch Measurement Unit"@en ; + "in^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001590.ttl b/src/cco-iris/ont00001590.ttl new file mode 100644 index 00000000..9ea57cb1 --- /dev/null +++ b/src/cco-iris/ont00001590.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001590 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "TAI is a time standard the values of which are generated by calculating the weighted average of the measurements of more than 400 atomic clocks and is based on the International System of Units (SI) definition of one second equals the time it takes a Cesium-133 atom at the ground state to oscillate exactly 9,192,631,770 times. TAI is extremely precise, but does not perfectly synchronize with Earth times, which is why TAI and UT1 are both used to determine UTC. TAI serves as the main realization of TT."@en ; + rdfs:label "International Atomic Time"@en ; + "TAI" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001591.ttl b/src/cco-iris/ont00001591.ttl new file mode 100644 index 00000000..b9accaf8 --- /dev/null +++ b/src/cco-iris/ont00001591.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001591 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-8"@en ; + rdfs:label "Uniform Time Zone"@en ; + "U" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001592.ttl b/src/cco-iris/ont00001592.ttl new file mode 100644 index 00000000..dc8538ce --- /dev/null +++ b/src/cco-iris/ont00001592.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001592 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kazakhstan Tenge"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001593.ttl b/src/cco-iris/ont00001593.ttl new file mode 100644 index 00000000..f87ed1d4 --- /dev/null +++ b/src/cco-iris/ont00001593.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001593 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Ethiopian Birr"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001594.ttl b/src/cco-iris/ont00001594.ttl new file mode 100644 index 00000000..4acd3464 --- /dev/null +++ b/src/cco-iris/ont00001594.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001594 + rdf:type owl:NamedIndividual , + ; + rdfs:label "North Korean Won"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001595.ttl b/src/cco-iris/ont00001595.ttl new file mode 100644 index 00000000..b5593bf4 --- /dev/null +++ b/src/cco-iris/ont00001595.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001595 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Swedish Krona"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001596.ttl b/src/cco-iris/ont00001596.ttl new file mode 100644 index 00000000..dc5b6201 --- /dev/null +++ b/src/cco-iris/ont00001596.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001307 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001596 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Per Second Measurement Unit"@en ; + "kg/s" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001597.ttl b/src/cco-iris/ont00001597.ttl new file mode 100644 index 00000000..56ee6672 --- /dev/null +++ b/src/cco-iris/ont00001597.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001597 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+11"@en ; + "SST"@en , + "Solomon Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001598.ttl b/src/cco-iris/ont00001598.ttl new file mode 100644 index 00000000..21e5c653 --- /dev/null +++ b/src/cco-iris/ont00001598.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001598 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilometer Measurement Unit"@en ; + "km"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001599.ttl b/src/cco-iris/ont00001599.ttl new file mode 100644 index 00000000..9bbf71a2 --- /dev/null +++ b/src/cco-iris/ont00001599.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001599 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+3:30"@en ; + "Iran Standard Time"@en , + "Iran Time"@en ; + "IRST" , + "IT" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001600.ttl b/src/cco-iris/ont00001600.ttl new file mode 100644 index 00000000..f9e82fe0 --- /dev/null +++ b/src/cco-iris/ont00001600.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001600 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Guinean Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001601.ttl b/src/cco-iris/ont00001601.ttl new file mode 100644 index 00000000..bc6b7e92 --- /dev/null +++ b/src/cco-iris/ont00001601.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001601 + rdf:type owl:NamedIndividual , + ; + rdfs:label "United Kingdom Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001602.ttl b/src/cco-iris/ont00001602.ttl new file mode 100644 index 00000000..22b542e1 --- /dev/null +++ b/src/cco-iris/ont00001602.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001602 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Miles Per Hour Measurement Unit"@en ; + "mi/h"@en , + "mph"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001603.ttl b/src/cco-iris/ont00001603.ttl new file mode 100644 index 00000000..2fb946e3 --- /dev/null +++ b/src/cco-iris/ont00001603.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001603 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-1"@en ; + rdfs:label "November Time Zone"@en ; + "N" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001604.ttl b/src/cco-iris/ont00001604.ttl new file mode 100644 index 00000000..4ad1decf --- /dev/null +++ b/src/cco-iris/ont00001604.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000707 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001604 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Degree Measurement Unit"@en ; + "°" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001605.ttl b/src/cco-iris/ont00001605.ttl new file mode 100644 index 00000000..fda87428 --- /dev/null +++ b/src/cco-iris/ont00001605.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001605 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Argentine Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001606.ttl b/src/cco-iris/ont00001606.ttl new file mode 100644 index 00000000..6bfc4427 --- /dev/null +++ b/src/cco-iris/ont00001606.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000844 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001606 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Degree Celsius Measurement Unit"@en ; + "degree Celsius" ; + "°C" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001607.ttl b/src/cco-iris/ont00001607.ttl new file mode 100644 index 00000000..649862a9 --- /dev/null +++ b/src/cco-iris/ont00001607.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001607 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-9"@en ; + rdfs:label "Victor Time Zone"@en ; + "V" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001608.ttl b/src/cco-iris/ont00001608.ttl new file mode 100644 index 00000000..b6cbda12 --- /dev/null +++ b/src/cco-iris/ont00001608.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000140 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001608 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound-Mole Measurement Unit"@en ; + "lb-mol"@en , + "lbmol"@en , + "pound-mole"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001609.ttl b/src/cco-iris/ont00001609.ttl new file mode 100644 index 00000000..58376d51 --- /dev/null +++ b/src/cco-iris/ont00001609.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000707 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001609 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gradian Measurement Unit"@en ; + "Gon"@en , + "Grad"@en , + "Grade"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001610.ttl b/src/cco-iris/ont00001610.ttl new file mode 100644 index 00000000..ba8e7396 --- /dev/null +++ b/src/cco-iris/ont00001610.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001610 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Thai Baht"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001611.ttl b/src/cco-iris/ont00001611.ttl new file mode 100644 index 00000000..2decfaf8 --- /dev/null +++ b/src/cco-iris/ont00001611.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001611 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gallon Measurement Unit"@en ; + "gal"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001612.ttl b/src/cco-iris/ont00001612.ttl new file mode 100644 index 00000000..c69f7610 --- /dev/null +++ b/src/cco-iris/ont00001612.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001090 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001612 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bar Measurement Unit"@en ; + "bar"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001613.ttl b/src/cco-iris/ont00001613.ttl new file mode 100644 index 00000000..f9e90af4 --- /dev/null +++ b/src/cco-iris/ont00001613.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001004 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001613 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilovolt Ampere Measurement Unit"@en ; + "kVA"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001614.ttl b/src/cco-iris/ont00001614.ttl new file mode 100644 index 00000000..d63e9dea --- /dev/null +++ b/src/cco-iris/ont00001614.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001614 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Moldovan Leu"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001615.ttl b/src/cco-iris/ont00001615.ttl new file mode 100644 index 00000000..f4e555be --- /dev/null +++ b/src/cco-iris/ont00001615.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001615 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-7"@en ; + "MST"@en , + "Mountain Standard Time"@en , + "PNT"@en , + "Phoenix Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001616.ttl b/src/cco-iris/ont00001616.ttl new file mode 100644 index 00000000..fd317aa2 --- /dev/null +++ b/src/cco-iris/ont00001616.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001616 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gambian Dalasi"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001617.ttl b/src/cco-iris/ont00001617.ttl new file mode 100644 index 00000000..530e0c8e --- /dev/null +++ b/src/cco-iris/ont00001617.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001617 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nigeria Naira"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001618.ttl b/src/cco-iris/ont00001618.ttl new file mode 100644 index 00000000..caf7a0a4 --- /dev/null +++ b/src/cco-iris/ont00001618.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001618 + rdf:type owl:NamedIndividual , + ; + rdfs:label "United States Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001619.ttl b/src/cco-iris/ont00001619.ttl new file mode 100644 index 00000000..8b13e117 --- /dev/null +++ b/src/cco-iris/ont00001619.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001619 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Solomon Island Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001620.ttl b/src/cco-iris/ont00001620.ttl new file mode 100644 index 00000000..e11997da --- /dev/null +++ b/src/cco-iris/ont00001620.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001620 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Macedonian Denar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001621.ttl b/src/cco-iris/ont00001621.ttl new file mode 100644 index 00000000..2ed302f1 --- /dev/null +++ b/src/cco-iris/ont00001621.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001621 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pakistani Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001622.ttl b/src/cco-iris/ont00001622.ttl new file mode 100644 index 00000000..1e3ba959 --- /dev/null +++ b/src/cco-iris/ont00001622.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001622 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Armenian Dram"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001623.ttl b/src/cco-iris/ont00001623.ttl new file mode 100644 index 00000000..0274e121 --- /dev/null +++ b/src/cco-iris/ont00001623.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001623 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Romanian Leu"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001624.ttl b/src/cco-iris/ont00001624.ttl new file mode 100644 index 00000000..3101d603 --- /dev/null +++ b/src/cco-iris/ont00001624.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001624 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+7"@en ; + rdfs:label "Golf Time Zone"@en ; + "G" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001625.ttl b/src/cco-iris/ont00001625.ttl new file mode 100644 index 00000000..53375aac --- /dev/null +++ b/src/cco-iris/ont00001625.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001625 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "UT0 is a variant of Universal Time that is measured by observing the diurnal motion of stars or extragalactic radio sources at a specific location on Earth. It does not take into consideration distorting factors, in particular polar motion, such that its value will differ based on the location it is measured at."@en ; + rdfs:label "Universal Time 0"@en ; + "UT0" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001626.ttl b/src/cco-iris/ont00001626.ttl new file mode 100644 index 00000000..feef5ba5 --- /dev/null +++ b/src/cco-iris/ont00001626.ttl @@ -0,0 +1,57 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000263 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001626 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Twelve-Hour Clock Time System"@en ; + "12-Hour Clock"@en , + "12-Hour Clock Time System"@en , + "Twelve Hour Clock"@en , + "Twelve Hour Clock Time System"@en , + "Twelve-Hour Clock"@en ; + "A Clock Time System for keeping the Time of Day in which the Day runs from midnight to midnight and is divided into two intervals of 12 Hours each, where: the first interval begins at midnight, ends at noon, and is indicated by the suffix 'a.m.'; the second interval begins at noon, ends at midnight, and is indicated by the suffix 'p.m.'; and the midnight and noon Hours are numbered 12 with subsequent Hours numbered 1-11."@en ; + "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001627.ttl b/src/cco-iris/ont00001627.ttl new file mode 100644 index 00000000..d8b74885 --- /dev/null +++ b/src/cco-iris/ont00001627.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001627 + rdf:type owl:NamedIndividual , + ; + rdfs:label "HongKong Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001628.ttl b/src/cco-iris/ont00001628.ttl new file mode 100644 index 00000000..5cac458a --- /dev/null +++ b/src/cco-iris/ont00001628.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001628 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-12"@en , + "Yankee Time Zone is the same local time as Mike Time Zone, but is 1 Day (i.e. 24 Hours) behind Mike Time Zone as they are on opposite sides of the International Date Line."@en ; + rdfs:label "Yankee Time Zone"@en ; + "Y" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001629.ttl b/src/cco-iris/ont00001629.ttl new file mode 100644 index 00000000..5a93a5e5 --- /dev/null +++ b/src/cco-iris/ont00001629.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001629 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nautical Mile Measurement Unit"@en ; + "M"@en , + "NM"@en , + "nmi"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001630.ttl b/src/cco-iris/ont00001630.ttl new file mode 100644 index 00000000..c8c935b8 --- /dev/null +++ b/src/cco-iris/ont00001630.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001630 + rdf:type owl:NamedIndividual , + ; + rdfs:comment """\"WGS 84 is an Earth-centered, Earth-fixed terrestrial reference system and geodetic datum. WGS 84 is based on a consistent set of constants and model parameters that describe the Earth's size, shape, and gravity and geomagnetic fields. WGS 84 is the standard U.S. Department of Defense definition of a global reference system for geospatial information and is the reference system for the Global Positioning System (GPS). It is compatible with the International Terrestrial Reference System (ITRS).\" +From: (http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf)"""@en ; + rdfs:label "World Geodetic System 1984"@en ; + "WGS 84" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001631.ttl b/src/cco-iris/ont00001631.ttl new file mode 100644 index 00000000..86713699 --- /dev/null +++ b/src/cco-iris/ont00001631.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001631 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Seychelles Rupee"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001632.ttl b/src/cco-iris/ont00001632.ttl new file mode 100644 index 00000000..275bb826 --- /dev/null +++ b/src/cco-iris/ont00001632.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001632 + rdf:type owl:NamedIndividual , + ; + rdfs:label "South Korean Won"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001633.ttl b/src/cco-iris/ont00001633.ttl new file mode 100644 index 00000000..6f2e5d33 --- /dev/null +++ b/src/cco-iris/ont00001633.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001633 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Vanuatu Vatu"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001634.ttl b/src/cco-iris/ont00001634.ttl new file mode 100644 index 00000000..a4a1afc5 --- /dev/null +++ b/src/cco-iris/ont00001634.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001634 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-1"@en ; + "CAT"@en , + "Central African Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001635.ttl b/src/cco-iris/ont00001635.ttl new file mode 100644 index 00000000..de840575 --- /dev/null +++ b/src/cco-iris/ont00001635.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001635 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bosnia And Herzegovina Convertible Mark"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001636.ttl b/src/cco-iris/ont00001636.ttl new file mode 100644 index 00000000..88111388 --- /dev/null +++ b/src/cco-iris/ont00001636.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000198 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001636 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Phon Measurement Unit"@en ; + "phon"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001637.ttl b/src/cco-iris/ont00001637.ttl new file mode 100644 index 00000000..c21bdecd --- /dev/null +++ b/src/cco-iris/ont00001637.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001637 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Nanometer Measurement Unit"@en ; + "Nanometre"@en , + "nm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001638.ttl b/src/cco-iris/ont00001638.ttl new file mode 100644 index 00000000..d5c21a05 --- /dev/null +++ b/src/cco-iris/ont00001638.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001638 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Comoros Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001639.ttl b/src/cco-iris/ont00001639.ttl new file mode 100644 index 00000000..574eef1d --- /dev/null +++ b/src/cco-iris/ont00001639.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001639 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Indonesia Rupiah"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001640.ttl b/src/cco-iris/ont00001640.ttl new file mode 100644 index 00000000..0f84c74e --- /dev/null +++ b/src/cco-iris/ont00001640.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001640 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Myanmar Kyat"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001641.ttl b/src/cco-iris/ont00001641.ttl new file mode 100644 index 00000000..8ced1af1 --- /dev/null +++ b/src/cco-iris/ont00001641.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000527 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001641 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilogram Meter Square Measurement Unit"@en ; + "kg-m^2" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001642.ttl b/src/cco-iris/ont00001642.ttl new file mode 100644 index 00000000..54cb224b --- /dev/null +++ b/src/cco-iris/ont00001642.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001642 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Millimeter Measurement Unit"@en ; + "mm"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001643.ttl b/src/cco-iris/ont00001643.ttl new file mode 100644 index 00000000..927a960b --- /dev/null +++ b/src/cco-iris/ont00001643.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001090 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001643 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Millibar Measurement Unit"@en ; + "mb"@en , + "mbar"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001644.ttl b/src/cco-iris/ont00001644.ttl new file mode 100644 index 00000000..c2269a40 --- /dev/null +++ b/src/cco-iris/ont00001644.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000374 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001644 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Feet Per Second Measurement Unit"@en ; + "ft^3/s"@en ; + "cusec" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001645.ttl b/src/cco-iris/ont00001645.ttl new file mode 100644 index 00000000..87ac4afc --- /dev/null +++ b/src/cco-iris/ont00001645.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001645 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Inch Measurement Unit"@en ; + "in^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001646.ttl b/src/cco-iris/ont00001646.ttl new file mode 100644 index 00000000..b76a0ed1 --- /dev/null +++ b/src/cco-iris/ont00001646.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000969 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001646 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Knot Measurement Unit"@en ; + "kn"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001647.ttl b/src/cco-iris/ont00001647.ttl new file mode 100644 index 00000000..88871c45 --- /dev/null +++ b/src/cco-iris/ont00001647.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000074 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001647 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Feet Per Second Per Second Measurement Unit"@en ; + "ft/s/s"@en , + "ft/s^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001648.ttl b/src/cco-iris/ont00001648.ttl new file mode 100644 index 00000000..032ccd3f --- /dev/null +++ b/src/cco-iris/ont00001648.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001351 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001648 + rdf:type owl:NamedIndividual , + , + ; + rdfs:label "Earth-Centered Earth-Fixed Coordinate System"@en ; + "Conventional Terrestrial Coordinate System"@en , + "ECEF"@en , + "ECR"@en , + "Earth Centered Earth Fixed"@en , + "Earth Centered Rotational Coordinate System"@en , + "Earth-Centered Earth-Fixed"@en , + "Earth-Centered, Earth-Fixed"@en ; + "A Geospatial and Cartesian Coordinate System that identifies positions using an x-axis, y-axis, and z-axis coordinate where the zero point is the center of the Earth, the z-Axis extends toward the North Pole but does not always coincide exactly with the Earth's Axis of Rotation, the x-Axis extends through the intersection of the Prime Meridian and the Equator, the y-Axis completes the right-handed system, and all three axes are fixed to the Earth such that they rotate along with the Earth."@en ; + "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001649.ttl b/src/cco-iris/ont00001649.ttl new file mode 100644 index 00000000..a3c676e2 --- /dev/null +++ b/src/cco-iris/ont00001649.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001649 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mongolia Tugrik"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001650.ttl b/src/cco-iris/ont00001650.ttl new file mode 100644 index 00000000..62f0955f --- /dev/null +++ b/src/cco-iris/ont00001650.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001650 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tunisian Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001651.ttl b/src/cco-iris/ont00001651.ttl new file mode 100644 index 00000000..f1c43a36 --- /dev/null +++ b/src/cco-iris/ont00001651.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001307 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001651 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gram Per Second Measurement Unit"@en ; + "g/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001652.ttl b/src/cco-iris/ont00001652.ttl new file mode 100644 index 00000000..a48fcb42 --- /dev/null +++ b/src/cco-iris/ont00001652.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001652 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Russian Rouble"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001653.ttl b/src/cco-iris/ont00001653.ttl new file mode 100644 index 00000000..44a7923e --- /dev/null +++ b/src/cco-iris/ont00001653.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000444 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000852 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001653 + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "Joule Measurement Unit"@en ; + "joule" ; + "J" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001654.ttl b/src/cco-iris/ont00001654.ttl new file mode 100644 index 00000000..03d8f99b --- /dev/null +++ b/src/cco-iris/ont00001654.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001654 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Iranian Rial"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001655.ttl b/src/cco-iris/ont00001655.ttl new file mode 100644 index 00000000..a4a34608 --- /dev/null +++ b/src/cco-iris/ont00001655.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001655 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cape Verde Escudo"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001656.ttl b/src/cco-iris/ont00001656.ttl new file mode 100644 index 00000000..562b701a --- /dev/null +++ b/src/cco-iris/ont00001656.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001345 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001656 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Newton Second Measurement Unit"@en ; + "N s"@en , + "Newton second"@en , + "Ns"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001657.ttl b/src/cco-iris/ont00001657.ttl new file mode 100644 index 00000000..d7ff955b --- /dev/null +++ b/src/cco-iris/ont00001657.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001657 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Trinidad and Tobago Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001658.ttl b/src/cco-iris/ont00001658.ttl new file mode 100644 index 00000000..806d116c --- /dev/null +++ b/src/cco-iris/ont00001658.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001658 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Teph (the 'eph' is written as subscript) is an ephemeris time argument developed and calculated at the Jet Propulsion Laboratory (JPL) and implemented in a series of numerically integrated Development Ephemerides (DE), including the currently used DE405. Teph is characterized as a relativistic coordinate time that is nearly equivalent to the IAU's definition of TCB, though Teph is not currently an IAU time standard. Teph is used by the JPL to generate the ephemerides it publishes to support spacecraft navigation and astronomy."@en ; + rdfs:label "Jet Propulsion Laboratory Ephemeris Time Argument"@en ; + "JPL Ephemeris Time"@en ; + "Teph" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001659.ttl b/src/cco-iris/ont00001659.ttl new file mode 100644 index 00000000..055843bd --- /dev/null +++ b/src/cco-iris/ont00001659.ttl @@ -0,0 +1,46 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000707 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001659 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Turn Measurement Unit"@en ; + "Cycle"@en , + "Full Circle"@en , + "Revolution"@en , + "Rotation"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001660.ttl b/src/cco-iris/ont00001660.ttl new file mode 100644 index 00000000..a0a58d2a --- /dev/null +++ b/src/cco-iris/ont00001660.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001660 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "This global main field model provides magnetic field values for any location on Earth, e.g. for navigational purposes (declination) or as a standard for core field subtraction for aeromagnetic surveys. An updated version is adopted by International Association of Geomagnetism and Aeronomy (IAGA) every 5 years)."@en ; + rdfs:label "International Geomagnetic Reference Field"@en ; + "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/" . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001661.ttl b/src/cco-iris/ont00001661.ttl new file mode 100644 index 00000000..c7528f5e --- /dev/null +++ b/src/cco-iris/ont00001661.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001661 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+8"@en ; + "CTT"@en , + "China Taiwan Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001662.ttl b/src/cco-iris/ont00001662.ttl new file mode 100644 index 00000000..dee73f86 --- /dev/null +++ b/src/cco-iris/ont00001662.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001662 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mozambique Metical"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001663.ttl b/src/cco-iris/ont00001663.ttl new file mode 100644 index 00000000..98650e7e --- /dev/null +++ b/src/cco-iris/ont00001663.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001663 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Meter Measurement Unit"@en ; + "m^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001664.ttl b/src/cco-iris/ont00001664.ttl new file mode 100644 index 00000000..6a38e298 --- /dev/null +++ b/src/cco-iris/ont00001664.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000198 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001664 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Decibel Measurement Unit"@en ; + "dB" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001665.ttl b/src/cco-iris/ont00001665.ttl new file mode 100644 index 00000000..a23f1209 --- /dev/null +++ b/src/cco-iris/ont00001665.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001665 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Georgian Lari"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001666.ttl b/src/cco-iris/ont00001666.ttl new file mode 100644 index 00000000..210e5505 --- /dev/null +++ b/src/cco-iris/ont00001666.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001666 + rdf:type owl:NamedIndividual , + ; + rdfs:comment """\"Barycentric Coordinate Time (TCB, from the French Temps-coordonnée barycentrique) is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to orbits of planets, asteroids, comets, and interplanetary spacecraft in the Solar system. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the barycenter of the Solar system: that is, a clock that performs exactly the same movements as the Solar system but is outside the system's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Sun and the rest of the system.\" +From: (https://en.wikipedia.org/wiki/Barycentric_Coordinate_Time)"""@en ; + rdfs:label "Barycentric Coordinate Time"@en ; + "TCB" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001667.ttl b/src/cco-iris/ont00001667.ttl new file mode 100644 index 00000000..bf5cac5b --- /dev/null +++ b/src/cco-iris/ont00001667.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001357 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001667 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Minute Measurement Unit"@en ; + "min" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001668.ttl b/src/cco-iris/ont00001668.ttl new file mode 100644 index 00000000..0a8b2bd7 --- /dev/null +++ b/src/cco-iris/ont00001668.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001668 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sierra Leone Leone"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001669.ttl b/src/cco-iris/ont00001669.ttl new file mode 100644 index 00000000..26385a74 --- /dev/null +++ b/src/cco-iris/ont00001669.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000959 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001669 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gigahertz Measurement Unit"@en ; + "GHz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001670.ttl b/src/cco-iris/ont00001670.ttl new file mode 100644 index 00000000..bbed7dca --- /dev/null +++ b/src/cco-iris/ont00001670.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001670 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Malaysia Ringgit"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001671.ttl b/src/cco-iris/ont00001671.ttl new file mode 100644 index 00000000..2771c923 --- /dev/null +++ b/src/cco-iris/ont00001671.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001671 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Azerbaijan Manat"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001672.ttl b/src/cco-iris/ont00001672.ttl new file mode 100644 index 00000000..8fb93e86 --- /dev/null +++ b/src/cco-iris/ont00001672.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001672 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Decimeter Measurement Unit"@en ; + "dm^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001673.ttl b/src/cco-iris/ont00001673.ttl new file mode 100644 index 00000000..9c61e4d3 --- /dev/null +++ b/src/cco-iris/ont00001673.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001673 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Japanese Yen"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001674.ttl b/src/cco-iris/ont00001674.ttl new file mode 100644 index 00000000..61d606df --- /dev/null +++ b/src/cco-iris/ont00001674.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000276 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001674 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "The Gregorian Calendar was instituted by Pope Gregory XIII via papal bull on 24 February 1582 as a reform of the Julian Calendar to stop the drift of the calendar with respect to the equinoxes and solstices. The Gregorian Calendar is currently the most widely used civil Calendar System in the world and is 13 days ahead of the Julian Calendar Date."@en ; + rdfs:label "Gregorian Calendar"@en ; + "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years except Years that are evenly divisible by 100 but not 400 such that there are 97 leap Years every 400 Years and the average length of a Gregorian Year is 365.2425 Days (365 Days 5 Hours 49 Minutes 12 Seconds)."@en ; + "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001675.ttl b/src/cco-iris/ont00001675.ttl new file mode 100644 index 00000000..14e8699c --- /dev/null +++ b/src/cco-iris/ont00001675.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000940 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001675 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Slug Foot Per Second Measurement Unit"@en ; + "slug ft/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001676.ttl b/src/cco-iris/ont00001676.ttl new file mode 100644 index 00000000..bcd14620 --- /dev/null +++ b/src/cco-iris/ont00001676.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001676 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Metric Ton Measurement Unit"@en ; + "tonne"@en ; + "t" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001677.ttl b/src/cco-iris/ont00001677.ttl new file mode 100644 index 00000000..09062ba6 --- /dev/null +++ b/src/cco-iris/ont00001677.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001677 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Inch Measurement Unit"@en ; + "in"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001678.ttl b/src/cco-iris/ont00001678.ttl new file mode 100644 index 00000000..39a2bac5 --- /dev/null +++ b/src/cco-iris/ont00001678.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001678 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Decimeter Measurement Unit"@en ; + "dm^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001679.ttl b/src/cco-iris/ont00001679.ttl new file mode 100644 index 00000000..6509cc54 --- /dev/null +++ b/src/cco-iris/ont00001679.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001679 + rdf:type owl:NamedIndividual , + ; + rdfs:label "St Helena Pound"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001680.ttl b/src/cco-iris/ont00001680.ttl new file mode 100644 index 00000000..74d65a13 --- /dev/null +++ b/src/cco-iris/ont00001680.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000074 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001680 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Miles Per Second Per Second Measurement Unit"@en ; + "mi/s/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001681.ttl b/src/cco-iris/ont00001681.ttl new file mode 100644 index 00000000..50d0177c --- /dev/null +++ b/src/cco-iris/ont00001681.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000374 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001681 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Gallon Per Minute Measurement Unit"@en ; + "gal/min"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001682.ttl b/src/cco-iris/ont00001682.ttl new file mode 100644 index 00000000..e0c8f651 --- /dev/null +++ b/src/cco-iris/ont00001682.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000497 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001682 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilopond Measurement Unit"@en ; + "Kilogram Force Measurement Unit"@en , + "Kilogram-Force"@en , + "kgf"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001683.ttl b/src/cco-iris/ont00001683.ttl new file mode 100644 index 00000000..30d978b5 --- /dev/null +++ b/src/cco-iris/ont00001683.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001683 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Meter Measurement Unit"@en ; + "meter" ; + "m" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001684.ttl b/src/cco-iris/ont00001684.ttl new file mode 100644 index 00000000..dd0e2787 --- /dev/null +++ b/src/cco-iris/ont00001684.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001684 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Burundi Franc"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001685.ttl b/src/cco-iris/ont00001685.ttl new file mode 100644 index 00000000..f9b85039 --- /dev/null +++ b/src/cco-iris/ont00001685.ttl @@ -0,0 +1,51 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000707 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001685 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Second of Arc Measurement Unit"@en ; + "Arcsecond"@en , + "arcsec"@en , + "as"@en , + "asec"@en ; + "\"" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001686.ttl b/src/cco-iris/ont00001686.ttl new file mode 100644 index 00000000..f897a7ab --- /dev/null +++ b/src/cco-iris/ont00001686.ttl @@ -0,0 +1,48 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000374 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001686 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en ; + "cm^3/min"@en ; + "sccm" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001687.ttl b/src/cco-iris/ont00001687.ttl new file mode 100644 index 00000000..afcc4af7 --- /dev/null +++ b/src/cco-iris/ont00001687.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001317 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001687 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Cubic Yard Measurement Unit"@en ; + "yrd^3"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001688.ttl b/src/cco-iris/ont00001688.ttl new file mode 100644 index 00000000..34207267 --- /dev/null +++ b/src/cco-iris/ont00001688.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001688 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Sao Tome Principe Dobra"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001689.ttl b/src/cco-iris/ont00001689.ttl new file mode 100644 index 00000000..881363b7 --- /dev/null +++ b/src/cco-iris/ont00001689.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000229 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000444 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000852 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001689 + rdf:type owl:NamedIndividual , + , + , + ; + rdfs:label "British Thermal Unit Measurement Unit"@en ; + "BTU"@en , + "Btu"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001690.ttl b/src/cco-iris/ont00001690.ttl new file mode 100644 index 00000000..2c2a917c --- /dev/null +++ b/src/cco-iris/ont00001690.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001690 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Turkmenistan Manat"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001691.ttl b/src/cco-iris/ont00001691.ttl new file mode 100644 index 00000000..5c3a632b --- /dev/null +++ b/src/cco-iris/ont00001691.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001691 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-6"@en ; + "CST"@en , + "Central Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001692.ttl b/src/cco-iris/ont00001692.ttl new file mode 100644 index 00000000..72435c58 --- /dev/null +++ b/src/cco-iris/ont00001692.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001328 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001692 + rdf:type owl:NamedIndividual , + ; + rdfs:comment """Unix Time is a Temporal Reference System for describing a point in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC) Thursday, 1 January 1970 minus the number of leap seconds that have taken place since then. +(See: https://en.wikipedia.org/wiki/Unix_time)"""@en ; + rdfs:label "Unix Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001693.ttl b/src/cco-iris/ont00001693.ttl new file mode 100644 index 00000000..c25d2f26 --- /dev/null +++ b/src/cco-iris/ont00001693.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001693 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "Zulu Time Zone"@en ; + "Z" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001694.ttl b/src/cco-iris/ont00001694.ttl new file mode 100644 index 00000000..d72eb690 --- /dev/null +++ b/src/cco-iris/ont00001694.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001090 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001694 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pounds Per Square Inch Measurement Unit"@en ; + "psi"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001695.ttl b/src/cco-iris/ont00001695.ttl new file mode 100644 index 00000000..b5706d1c --- /dev/null +++ b/src/cco-iris/ont00001695.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001695 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "UT2 is a variant of Universal Time that smooths UT1 by accounting for both polar motion and variations in Earth's rotation due to seasonal factors, such as changes in vegetation and water or snow distribution."@en ; + rdfs:label "Universal Time 2"@en ; + "UT2" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001696.ttl b/src/cco-iris/ont00001696.ttl new file mode 100644 index 00000000..de0d04e3 --- /dev/null +++ b/src/cco-iris/ont00001696.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001696 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Centigram Measurement Unit"@en ; + "cg"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001697.ttl b/src/cco-iris/ont00001697.ttl new file mode 100644 index 00000000..809c07ff --- /dev/null +++ b/src/cco-iris/ont00001697.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000074 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001697 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en ; + "km/s/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001698.ttl b/src/cco-iris/ont00001698.ttl new file mode 100644 index 00000000..ed366247 --- /dev/null +++ b/src/cco-iris/ont00001698.ttl @@ -0,0 +1,47 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001698 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Long Ton Measurement Unit"@en ; + "Displacement Ton"@en , + "Gross Ton"@en , + "Imperial Ton"@en , + "Weight Ton"@en , + "ton (UK)"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001699.ttl b/src/cco-iris/ont00001699.ttl new file mode 100644 index 00000000..84f0f38e --- /dev/null +++ b/src/cco-iris/ont00001699.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001699 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Morocco Dirham"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001700.ttl b/src/cco-iris/ont00001700.ttl new file mode 100644 index 00000000..9ddd5fbf --- /dev/null +++ b/src/cco-iris/ont00001700.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001700 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Juliet time is used as an indexical to refer to local time without otherwise specifying the time zone."@en ; + rdfs:label "Juliet Time Zone"@en ; + "J" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001701.ttl b/src/cco-iris/ont00001701.ttl new file mode 100644 index 00000000..5a051697 --- /dev/null +++ b/src/cco-iris/ont00001701.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001701 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT-3"@en ; + "AGT"@en , + "Argentina Standard Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001702.ttl b/src/cco-iris/ont00001702.ttl new file mode 100644 index 00000000..f5bd86b7 --- /dev/null +++ b/src/cco-iris/ont00001702.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001702 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+5:30"@en ; + "Indian Standard Time"@en , + "Sri Lanka Standard Time"@en ; + "IST" , + "SLST" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001703.ttl b/src/cco-iris/ont00001703.ttl new file mode 100644 index 00000000..9c575549 --- /dev/null +++ b/src/cco-iris/ont00001703.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001703 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Brazilian Real"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001704.ttl b/src/cco-iris/ont00001704.ttl new file mode 100644 index 00000000..53546d0e --- /dev/null +++ b/src/cco-iris/ont00001704.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001352 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001704 + rdf:type owl:NamedIndividual , + ; + rdfs:label "GMT+3"@en ; + "EAT"@en , + "Eastern African Time"@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001705.ttl b/src/cco-iris/ont00001705.ttl new file mode 100644 index 00000000..c6fcd907 --- /dev/null +++ b/src/cco-iris/ont00001705.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001705 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Chilean Peso"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001706.ttl b/src/cco-iris/ont00001706.ttl new file mode 100644 index 00000000..72ac31ad --- /dev/null +++ b/src/cco-iris/ont00001706.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001706 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Acre Measurement Unit"@en ; + "acre"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001707.ttl b/src/cco-iris/ont00001707.ttl new file mode 100644 index 00000000..5b4d9485 --- /dev/null +++ b/src/cco-iris/ont00001707.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001357 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001707 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Month Measurement Unit"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001708.ttl b/src/cco-iris/ont00001708.ttl new file mode 100644 index 00000000..e40201f6 --- /dev/null +++ b/src/cco-iris/ont00001708.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001708 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Serbian Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001709.ttl b/src/cco-iris/ont00001709.ttl new file mode 100644 index 00000000..98e61d80 --- /dev/null +++ b/src/cco-iris/ont00001709.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000502 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001709 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Quartic Meter Measurement Unit"@en ; + "m^4" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001710.ttl b/src/cco-iris/ont00001710.ttl new file mode 100644 index 00000000..5811b659 --- /dev/null +++ b/src/cco-iris/ont00001710.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001710 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Danish Krone"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001711.ttl b/src/cco-iris/ont00001711.ttl new file mode 100644 index 00000000..ad2b9917 --- /dev/null +++ b/src/cco-iris/ont00001711.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001345 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001711 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Dyne Second Measurement Unit"@en ; + "dyne s"@en , + "dyne second"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001712.ttl b/src/cco-iris/ont00001712.ttl new file mode 100644 index 00000000..259eb892 --- /dev/null +++ b/src/cco-iris/ont00001712.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001712 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-5"@en ; + rdfs:label "Romeo Time Zone"@en ; + "R" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001713.ttl b/src/cco-iris/ont00001713.ttl new file mode 100644 index 00000000..66b1c099 --- /dev/null +++ b/src/cco-iris/ont00001713.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000217 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001713 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Square Millimeter Measurement Unit"@en ; + "mm^2"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001714.ttl b/src/cco-iris/ont00001714.ttl new file mode 100644 index 00000000..f5c48073 --- /dev/null +++ b/src/cco-iris/ont00001714.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001290 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001714 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Foot Measurement Unit"@en ; + "ft"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001715.ttl b/src/cco-iris/ont00001715.ttl new file mode 100644 index 00000000..15c06c71 --- /dev/null +++ b/src/cco-iris/ont00001715.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000959 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001715 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Terahertz Measurement Unit"@en ; + "THz"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001716.ttl b/src/cco-iris/ont00001716.ttl new file mode 100644 index 00000000..e409ec19 --- /dev/null +++ b/src/cco-iris/ont00001716.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000630 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001716 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "UT1 is a derivation of UT0 that takes into account distortions caused by polar motion and is proportional to the rotation angle of the Earth with respect to distant quasars, specifically, the International Celestial Reference Frame (ICRF). UT1 is currently the most widely used variant of Universal Time and has the same value everywhere on Earth."@en ; + rdfs:label "Universal Time 1"@en ; + "Astronomical Time"@en ; + "UT1" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001717.ttl b/src/cco-iris/ont00001717.ttl new file mode 100644 index 00000000..94e81bcd --- /dev/null +++ b/src/cco-iris/ont00001717.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001717 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Croatia Kuna"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001718.ttl b/src/cco-iris/ont00001718.ttl new file mode 100644 index 00000000..a6232876 --- /dev/null +++ b/src/cco-iris/ont00001718.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001718 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Honduras Lempira"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001719.ttl b/src/cco-iris/ont00001719.ttl new file mode 100644 index 00000000..5fe9a7c9 --- /dev/null +++ b/src/cco-iris/ont00001719.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001719 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Kyrgyzstan Som"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001720.ttl b/src/cco-iris/ont00001720.ttl new file mode 100644 index 00000000..d6c7602a --- /dev/null +++ b/src/cco-iris/ont00001720.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001720 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Guatemala Quetzal"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001721.ttl b/src/cco-iris/ont00001721.ttl new file mode 100644 index 00000000..41118461 --- /dev/null +++ b/src/cco-iris/ont00001721.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001721 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Libyan Dinar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001722.ttl b/src/cco-iris/ont00001722.ttl new file mode 100644 index 00000000..7b1bc114 --- /dev/null +++ b/src/cco-iris/ont00001722.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001722 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Bhutan Ngultrum"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001723.ttl b/src/cco-iris/ont00001723.ttl new file mode 100644 index 00000000..34d4cb91 --- /dev/null +++ b/src/cco-iris/ont00001723.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001723 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+4"@en ; + rdfs:label "Delta Time Zone"@en ; + "D" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001724.ttl b/src/cco-iris/ont00001724.ttl new file mode 100644 index 00000000..7e8db5e8 --- /dev/null +++ b/src/cco-iris/ont00001724.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000844 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001724 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Degree Fahrenheit Measurement Unit"@en ; + "°F"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001725.ttl b/src/cco-iris/ont00001725.ttl new file mode 100644 index 00000000..1e02739c --- /dev/null +++ b/src/cco-iris/ont00001725.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001725 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Iceland Krona"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001726.ttl b/src/cco-iris/ont00001726.ttl new file mode 100644 index 00000000..5236319a --- /dev/null +++ b/src/cco-iris/ont00001726.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001726 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Norwegian Krone"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001727.ttl b/src/cco-iris/ont00001727.ttl new file mode 100644 index 00000000..058af916 --- /dev/null +++ b/src/cco-iris/ont00001727.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001727 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+10"@en ; + rdfs:label "Kilo Time Zone"@en ; + "K" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001728.ttl b/src/cco-iris/ont00001728.ttl new file mode 100644 index 00000000..eb7893ca --- /dev/null +++ b/src/cco-iris/ont00001728.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000239 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001728 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Pound Measurement Unit"@en ; + "lb"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001729.ttl b/src/cco-iris/ont00001729.ttl new file mode 100644 index 00000000..0699f9af --- /dev/null +++ b/src/cco-iris/ont00001729.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001004 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001729 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Volt Ampere Measurement Unit"@en ; + "VA"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001730.ttl b/src/cco-iris/ont00001730.ttl new file mode 100644 index 00000000..ae0a3ceb --- /dev/null +++ b/src/cco-iris/ont00001730.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000959 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001730 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Hertz Measurement Unit"@en ; + "cycles per second"@en ; + "hertz" ; + "Hz" ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001731.ttl b/src/cco-iris/ont00001731.ttl new file mode 100644 index 00000000..07d472fc --- /dev/null +++ b/src/cco-iris/ont00001731.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001731 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Jamaican Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001732.ttl b/src/cco-iris/ont00001732.ttl new file mode 100644 index 00000000..8618f7e0 --- /dev/null +++ b/src/cco-iris/ont00001732.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001235 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001732 + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+3"@en ; + rdfs:label "Charlie Time Zone"@en ; + "C" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001733.ttl b/src/cco-iris/ont00001733.ttl new file mode 100644 index 00000000..9f840d31 --- /dev/null +++ b/src/cco-iris/ont00001733.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001307 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001733 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Slug Per Second Measurement Unit"@en ; + "slug/s"@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001734.ttl b/src/cco-iris/ont00001734.ttl new file mode 100644 index 00000000..086a81e2 --- /dev/null +++ b/src/cco-iris/ont00001734.ttl @@ -0,0 +1,38 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000518 + rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### https://www.commoncoreontologies.org/ont00001734 + rdf:type owl:NamedIndividual , + ; + rdfs:label "Australian Dollar"@en ; + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001735.ttl b/src/cco-iris/ont00001735.ttl new file mode 100644 index 00000000..895e2168 --- /dev/null +++ b/src/cco-iris/ont00001735.ttl @@ -0,0 +1,30 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001735 + rdf:type owl:AnnotationProperty ; + rdfs:label "query text"@en ; + "The text of a query that is associated with a class"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001737.ttl b/src/cco-iris/ont00001737.ttl new file mode 100644 index 00000000..3ccf8cb2 --- /dev/null +++ b/src/cco-iris/ont00001737.ttl @@ -0,0 +1,36 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001737 + rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal definition"@en ; + "A Definition that is taken directly from a Doctrinal Source."@en ; + "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001738.ttl b/src/cco-iris/ont00001738.ttl new file mode 100644 index 00000000..49a2d7f6 --- /dev/null +++ b/src/cco-iris/ont00001738.ttl @@ -0,0 +1,78 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001738 + rdf:type owl:AnnotationProperty ; + rdfs:label "SI unit label"@en ; + "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Annotations +################################################################# + + "kilogram" . + + + "mole" . + + + "radian" . + + + "newton" . + + + "second" . + + + "pascal" . + + + "watt" . + + + "kg/m^3" . + + + "kelvin" . + + + "degree Celsius" . + + + "joule" . + + + "meter" . + + + "hertz" . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001739.ttl b/src/cco-iris/ont00001739.ttl new file mode 100644 index 00000000..ea8b630a --- /dev/null +++ b/src/cco-iris/ont00001739.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001739 + rdf:type owl:AnnotationProperty ; + rdfs:label "ordinal measurement annotation"@en ; + "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001746 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001740.ttl b/src/cco-iris/ont00001740.ttl new file mode 100644 index 00000000..322c2f2f --- /dev/null +++ b/src/cco-iris/ont00001740.ttl @@ -0,0 +1,123 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty ; + rdfs:label "SI unit symbol"@en ; + "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Annotations +################################################################# + + "'" . + + + "kg/L" . + + + "L" . + + + "kg" . + + + "mol" . + + + "rad" . + + + "dBi" . + + + "N-m" . + + + "N" . + + + "m^3/s" . + + + "h" . + + + "s" . + + + "Pa" . + + + "W" . + + + "g/cm^3" . + + + "K" . + + + "kg/s" . + + + "°" . + + + "°C" . + + + "kg-m^2" . + + + "J" . + + + "dB" . + + + "min" . + + + "t" . + + + "m" . + + + "\"" . + + + "m^4" . + + + "Hz" . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001741.ttl b/src/cco-iris/ont00001741.ttl new file mode 100644 index 00000000..0008f305 --- /dev/null +++ b/src/cco-iris/ont00001741.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001741 + rdf:type owl:AnnotationProperty ; + rdfs:label "nominal measurement annotation"@en ; + "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001746 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001742.ttl b/src/cco-iris/ont00001742.ttl new file mode 100644 index 00000000..5aa12fcf --- /dev/null +++ b/src/cco-iris/ont00001742.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001742 + rdf:type owl:AnnotationProperty ; + rdfs:label "term creator"@en ; + "The name of the Term Editor who added the term to the ontology."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001762 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001743.ttl b/src/cco-iris/ont00001743.ttl new file mode 100644 index 00000000..425c9167 --- /dev/null +++ b/src/cco-iris/ont00001743.ttl @@ -0,0 +1,30 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001743 + rdf:type owl:AnnotationProperty ; + rdfs:label "content license"@en ; + "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001744.ttl b/src/cco-iris/ont00001744.ttl new file mode 100644 index 00000000..0becd318 --- /dev/null +++ b/src/cco-iris/ont00001744.ttl @@ -0,0 +1,30 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001744 + rdf:type owl:AnnotationProperty ; + rdfs:label "copyright"@en ; + "An assertion of copyright"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001745.ttl b/src/cco-iris/ont00001745.ttl new file mode 100644 index 00000000..e4f0c608 --- /dev/null +++ b/src/cco-iris/ont00001745.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001745 + rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal source"@en ; + "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001746.ttl b/src/cco-iris/ont00001746.ttl new file mode 100644 index 00000000..657c5e80 --- /dev/null +++ b/src/cco-iris/ont00001746.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001739 + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001741 + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001746 + rdf:type owl:AnnotationProperty ; + rdfs:label "measurement annotation"@en ; + "A measurement value of an instance of a quality, realizable or process profile"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001747 + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001756 + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001747.ttl b/src/cco-iris/ont00001747.ttl new file mode 100644 index 00000000..e78a5083 --- /dev/null +++ b/src/cco-iris/ont00001747.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001746 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001747 + rdf:type owl:AnnotationProperty ; + rdfs:label "ratio measurement annotation"@en ; + "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001748.ttl b/src/cco-iris/ont00001748.ttl new file mode 100644 index 00000000..2d9baa82 --- /dev/null +++ b/src/cco-iris/ont00001748.ttl @@ -0,0 +1,40 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001748 + rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal label"@en ; + "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ; + "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001749.ttl b/src/cco-iris/ont00001749.ttl new file mode 100644 index 00000000..49ab21e5 --- /dev/null +++ b/src/cco-iris/ont00001749.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001749 + rdf:type owl:AnnotationProperty ; + rdfs:label "doctrinal acronym"@en ; + "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001752.ttl b/src/cco-iris/ont00001752.ttl new file mode 100644 index 00000000..fe9828d3 --- /dev/null +++ b/src/cco-iris/ont00001752.ttl @@ -0,0 +1,30 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001752 + rdf:type owl:AnnotationProperty ; + rdfs:label "has token unit"@en ; + "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001753.ttl b/src/cco-iris/ont00001753.ttl new file mode 100644 index 00000000..70dc9b56 --- /dev/null +++ b/src/cco-iris/ont00001753.ttl @@ -0,0 +1,303 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#altLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001740 + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001749 + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001753 + rdf:type owl:AnnotationProperty ; + rdfs:label "acronym"@en ; + "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Annotations +################################################################# + + "EOL" , + "EoL" . + + + "RF" . + + + "VHF" . + + + "MOB" . + + + "RPG" . + + + "JD" . + + + "THF" . + + + "ELF" . + + + "MJD" . + + + "APC" . + + + "EHF" . + + + "UT" . + + + "LF" . + + + "SLF" . + + + "FOB" . + + + "ULF" . + + + "VLF" . + + + "IED" . + + + "BOL" , + "BoL" . + + + "MF" . + + + "SHF" . + + + "UHF" . + + + "HF" . + + + "IFV" . + + + "T" . + + + "NST" . + + + "GARS" . + + + "B" . + + + "ACST" . + + + "X" . + + + "TT" . + + + "ET" . + + + "S" . + + + "qt" . + + + "A" . + + + "F" . + + + "W" . + + + "kg/cm^2" , + "kgf/cm^2" . + + + "UT1D" . + + + "M" . + + + "L" . + + + "Q" . + + + "TDB" . + + + "I" . + + + "T" . + + + "UT1A" . + + + "E" . + + + "UT1F" . + + + "O" . + + + "H" . + + + "TCG" . + + + "cumec" . + + + "UTC" . + + + "UT1R" . + + + "lb ft" . + + + "lb ft s^2" . + + + "t" . + + + "P" . + + + "ITRS" . + + + "UTM" . + + + "WGRS" . + + + "TAI" . + + + "U" . + + + "IRST" , + "IT" . + + + "N" . + + + "V" . + + + "G" . + + + "UT0" . + + + "Y" . + + + "WGS 84" . + + + "cusec" . + + + "Teph" . + + + "TCB" . + + + "sccm" . + + + "Z" . + + + "UT2" . + + + "J" . + + + "IST" , + "SLST" . + + + "R" . + + + "UT1" . + + + "D" . + + + "K" . + + + "C" . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001754.ttl b/src/cco-iris/ont00001754.ttl new file mode 100644 index 00000000..e19729aa --- /dev/null +++ b/src/cco-iris/ont00001754.ttl @@ -0,0 +1,2195 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001745 + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty ; + rdfs:label "definition source"@en ; + "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Annotations +################################################################# + + "http://www.thefreedictionary.com/natural+process" . + + + "http://www.dictionary.com/browse/corporation" . + + + "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" . + + + "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Title_(property)" . + + + "http://www.dictionary.com/browse/advising" . + + + "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Church_(building)" . + + + "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI . + + + "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/town" . + + + "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" . + + + "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI . + + + "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=minute" . + + + "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI . + + + "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en . + + + "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Orientation_(geometry)" . + + + "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI . + + + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" . + + + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" . + + + "http://www.geonames.org/export/codes.html" . + + + "http://www.thefreedictionary.com/tattoo" . + + + "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI . + + + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" . + + + "http://www.geonames.org/export/codes.html" . + + + "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI . + + + "http://en.wikipedia.org/wiki/Deposit_(bank)" . + + + "https://avalon.law.yale.edu/20th_century/intam03.asp" . + + + "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" . + + + "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI . + + + "http://www.merriam-webster.com/dictionary/report" . + + + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI . + + + "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" . + + + "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI . + + + "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" . + + + "https://chass.usu.edu/international-studies/aggies-go/power" , + "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" . + + + "J. J. Gibson, \"The Theory of Affordances,\" in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en . + + + "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI . + + + " http://www.merriam-webster.com/dictionary/thanks" . + + + "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/degree" . + + + "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/camera" . + + + "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" . + + + "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI . + + + "http://www.merriam-webster.com/dictionary/congratulate" . + + + "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" . + + + "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Shell_(projectile)" . + + + "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=month" . + + + "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" . + + + "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" . + + + "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/fragmentation" . + + + "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" . + + + "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI . + + + "JC3IEDM version 3.0.2" . + + + "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" . + + + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI . + + + "http://www.collinsdictionary.com/dictionary/english/military-service" . + + + "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI . + + + "http://purl.obolibrary.org/obo/OGMS_0000031" . + + + "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI . + + + "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" . + + + "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Fan_(machine)" . + + + "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Mortar_(weapon)" . + + + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" . + + + "http://www.merriam-webster.com/dictionary/testify" . + + + "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI . + + + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" . + + + "http://www.merriam-webster.com/dictionary/motion" . + + + "https://www.defit.org/julian-date/" . + + + "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI . + + + "http://www.thefreedictionary.com/condoling" . + + + "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" . + + + "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI . + + + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" . + + + "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI . + + + "International Telecommunication Union (ITU)" . + + + "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI . + + + "International Telecommunication Union (ITU)" . + + + "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI . + + + "http://www.thefreedictionary.com/iris" . + + + "http://www.geonames.org/export/codes.html" . + + + "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI . + + + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" . + + + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Junction_(rail)" . + + + "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI . + + + "http://en.wiktionary.org/wiki/associate" . + + + "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Motion_(physics)" . + + + "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" . + + + "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI . + + + "http://aa.usno.navy.mil/data/docs/JulianDate.php" . + + + "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/degree" . + + + "http://www.geonames.org/export/codes.html" . + + + "http://en.wikipedia.org/wiki/Objective_(goal)" . + + + "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI . + + + "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" . + + + "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI . + + + "https://www.defit.org/julian-date/" . + + + "http://en.wikipedia.org/wiki/Deposit_(bank)" . + + + "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI . + + + "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" . + + + "International Telecommunication Union (ITU)" . + + + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" . + + + "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI . + + + "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI . + + + "https://avalon.law.yale.edu/20th_century/intam03.asp" . + + + "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/cutting" . + + + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI . + + + "http://www.thefreedictionary.com/enhance" . + + + "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" . + + + "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI . + + + "https://stats.oecd.org/glossary/detail.asp?ID=2508" . + + + "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" . + + + "http://www.dictionary.com/browse/religion" . + + + "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=week" . + + + "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI . + + + "https://avalon.law.yale.edu/20th_century/intam03.asp" . + + + "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI . + + + "International Telecommunication Union (ITU)" . + + + "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/containing" . + + + "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI . + + + "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=effect" . + + + "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI . + + + "https://avalon.law.yale.edu/20th_century/intam03.asp" . + + + "https://en.wikipedia.org/wiki/Outpost_(military)" . + + + "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI . + + + "International Telecommunication Union (ITU)" . + + + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI . + + + "http://www.merriam-webster.com/dictionary/inhabit" . + + + "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI . + + + "http://www.thefreedictionary.com/system+clock" . + + + "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/command-post" . + + + "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Battery_(electricity)" . + + + "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI . + + + "http://www.merriam-webster.com/dictionary/village" . + + + "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI . + + + "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" . + + + "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI . + + + "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." . + + + "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" . + + + "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI . + + + "International Telecommunication Union (ITU)" . + + + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI . + + + "ISO/IEC. 1998. Information Technology ― System and Software Integrity Levels Geneva, Switzerland: International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC). ISO/IEC. 15026:1998. : 3.1"@en . + + + "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI . + + + "http://en.wiktionary.org/wiki/amount" . + + + "http://www.merriam-webster.com/dictionary/request" . + + + "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI . + + + "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=day" . + + + "https://en.wikipedia.org/wiki/Stage_(theatre)" . + + + "http://www.merriam-webster.com/dictionary/round" . + + + "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI . + + + "http://www.merriam-webster.com/dictionary/promise" . + + + "International Telecommunication Union (ITU)" . + + + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/pesticide" . + + + "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=year" . + + + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/explosive" . + + + "https://en.wikipedia.org/w/index.php?title=Solar_cell&oldid=1063439932"^^xsd:anyURI , + "https://en.wikipedia.org/w/index.php?title=Solar_panel&oldid=1064397496"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI , + "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html" . + + + "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI . + + + "http://www.merriam-webster.com/dictionary/invite" . + + + "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951"^^xsd:anyURI , + "Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7" . + + + "https://chass.usu.edu/international-studies/aggies-go/power" . + + + "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Pyramid_(geometry)" . + + + "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Permanent_residency" . + + + "https://en.wikipedia.org/wiki/Node_(networking)" . + + + "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" . + + + "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI . + + + "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Administration_(government)" . + + + "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" . + + + "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Interchange_(road)" . + + + "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI . + + + "http://purl.obolibrary.org/obo/IAO_0000030" . + + + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI . + + + "International Telecommunication Union (ITU)" . + + + "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI . + + + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" . + + + "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI . + + + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" . + + + "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI . + + + "http://en.wikitionary.org/wiki/citizen" . + + + "International Telecommunication Union (ITU)" . + + + "https://physics.nist.gov/cuu/Units/second.html" . + + + "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Cartridge_(firearms)" . + + + "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Passenger_car_(rail)" . + + + "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI . + + + "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en . + + + "http://www.merriam-webster.com/dictionary/denial" . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" . + + + "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Rocket_(weapon)" . + + + "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI . + + + "http://www.merriam-webster.com/dictionary/volunteer" . + + + "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI . + + + "http://purl.org/obo/owl/PATO#PATO_0000047" . + + + "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI . + + + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=hour" . + + + "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI . + + + "https://dictionary.cambridge.org/us/dictionary/english/international-community" . + + + "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI . + + + "International Telecommunication Union (ITU) Region 2" . + + + "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Junction_(road)" . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=decade" . + + + "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" . + + + "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI . + + + "International Telecommunication Union (ITU)" . + + + "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Epoch_(reference_date)" . + + + "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Form_(document)" . + + + "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/poison" . + + + "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI . + + + "http://www.thefreedictionary.com/reside" . + + + "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI . + + + "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" . + + + "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI . + + + "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Bond_(finance)" . + + + "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI . + + + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" . + + + "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI . + + + "http://purl.obolibrary.org/obo/OBI_0000245" . + + + "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" . + + + "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Antenna_(radio)" . + + + "http://www.merriam-webster.com/dictionary/anthropogenic" . + + + "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Lens_(optics)" . + + + "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" . + + + "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI . + + + "http://purl.org/obo/owl/PATO#PATO_0000383" . + + + "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI . + + + "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" . + + + "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI . + + + "http://en.wikipedia.org/wiki/Possession_(law)" . + + + "http://www.dictionary.com/browse/crushing" . + + + "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" . + + + "http://www.merriam-webster.com/dictionary/suicide" . + + + "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI . + + + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" . + + + "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI . + + + "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" . + + + "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Reliability_(statistics)" . + + + "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/identify" . + + + "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI . + + + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" . + + + "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI . + + + "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" . + + + "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI . + + + "http://www.merriam-webster.com/dictionary/warning" . + + + "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI . + + + "https://physicsabout.com/motion/"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/maintain" . + + + "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI . + + + "http://www.thefreedictionary.com/damaged" . + + + "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI . + + + "http://www.dictionary.com/browse/covering" . + + + "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI . + + + "http://www.id.uscourts.gov/glossary.htm" . + + + "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Bearing_(mechanical)" . + + + "http://en.wiktionary.org/wiki/commually" . + + + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI . + + + "http://purl.obolibrary.org/obo/GO_0007610" . + + + "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI . + + + "http://purl.org/obo/owl/PATO#PATO_0000384" . + + + "http://purl.obolibrary.org/obo/PATO_0001708" . + + + "https://en.wikipedia.org/wiki/Bearing_(mechanical)" . + + + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI . + + + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" . + + + "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI . + + + "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en . + + + "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI . + + + "https://en.wikipedia.org/wiki/Opacity_(optics)" . + + + "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI . + + + "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI , + "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI . + + + "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI . + + + "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/" . + + + "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en . + + + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en . + + + "http://en.wiktionary.org/wiki/supervise)" . + + + "http://purl.obolibrary.org/obo/IAO_0000136" . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en . + + + "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "http://en.wikipedia.org/wiki/Accessory_(legal_term)" . + + + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en . + + + "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "http://en.wiktionary.org/wiki/supervise" . + + + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en . + + + "http://en.wikipedia.org/wiki/Accessory_(legal_term)" . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + + "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI . + + + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en . + + + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001756.ttl b/src/cco-iris/ont00001756.ttl new file mode 100644 index 00000000..a271391c --- /dev/null +++ b/src/cco-iris/ont00001756.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001746 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001756 + rdf:type owl:AnnotationProperty ; + rdfs:label "interval measurement annotation"@en ; + "A interval measurement value of an instance of a quality, realizable or process profile "@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001757.ttl b/src/cco-iris/ont00001757.ttl new file mode 100644 index 00000000..3171904c --- /dev/null +++ b/src/cco-iris/ont00001757.ttl @@ -0,0 +1,30 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001757 + rdf:type owl:AnnotationProperty ; + rdfs:label "designator annotation"@en ; + "A name or other identifier that is used to designate an individual."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001758.ttl b/src/cco-iris/ont00001758.ttl new file mode 100644 index 00000000..94399e1d --- /dev/null +++ b/src/cco-iris/ont00001758.ttl @@ -0,0 +1,30 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001758 + rdf:type owl:AnnotationProperty ; + rdfs:label "http query string"@en ; + "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001759.ttl b/src/cco-iris/ont00001759.ttl new file mode 100644 index 00000000..c16a743f --- /dev/null +++ b/src/cco-iris/ont00001759.ttl @@ -0,0 +1,30 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001759 + rdf:type owl:AnnotationProperty ; + rdfs:label "code license"@en ; + "The name and description of the license under which the .owl file is released."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001760.ttl b/src/cco-iris/ont00001760.ttl new file mode 100644 index 00000000..65d8d5bd --- /dev/null +++ b/src/cco-iris/ont00001760.ttl @@ -0,0 +1,6015 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty ; + rdfs:label "is curated in ontology"@en ; + "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Annotations +################################################################# + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology" . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/FacilityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/QualityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/CurrencyUnitOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001761.ttl b/src/cco-iris/ont00001761.ttl new file mode 100644 index 00000000..f93129f4 --- /dev/null +++ b/src/cco-iris/ont00001761.ttl @@ -0,0 +1,30 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001761 + rdf:type owl:AnnotationProperty ; + rdfs:label "is tokenized by"@en ; + "A relation between an information content entity and a widely used token used to express it."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001762.ttl b/src/cco-iris/ont00001762.ttl new file mode 100644 index 00000000..93748b5a --- /dev/null +++ b/src/cco-iris/ont00001762.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001742 + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001762 + rdf:type owl:AnnotationProperty ; + rdfs:label "term editor"@en ; + "The name of a person who contributed to the development or enhancement of the term."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001763.ttl b/src/cco-iris/ont00001763.ttl new file mode 100644 index 00000000..3e53e9c4 --- /dev/null +++ b/src/cco-iris/ont00001763.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001763 + rdf:type owl:DatatypeProperty ; + rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ; + rdfs:label "has altitude value"@en ; + "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001764.ttl b/src/cco-iris/ont00001764.ttl new file mode 100644 index 00000000..6ae25d25 --- /dev/null +++ b/src/cco-iris/ont00001764.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001764 + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + rdfs:label "has longitude value"@en ; + "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001765.ttl b/src/cco-iris/ont00001765.ttl new file mode 100644 index 00000000..1958c688 --- /dev/null +++ b/src/cco-iris/ont00001765.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001765 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "has text value"@en ; + "A data property that has as its range a string value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001766.ttl b/src/cco-iris/ont00001766.ttl new file mode 100644 index 00000000..5bd46474 --- /dev/null +++ b/src/cco-iris/ont00001766.ttl @@ -0,0 +1,35 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001766 + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + rdfs:label "has latitude value"@en ; + "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001767.ttl b/src/cco-iris/ont00001767.ttl new file mode 100644 index 00000000..ae394d5f --- /dev/null +++ b/src/cco-iris/ont00001767.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001767 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:dateTime ; + rdfs:label "has datetime value"@en ; + "A data property that has as its value a datetime value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001768.ttl b/src/cco-iris/ont00001768.ttl new file mode 100644 index 00000000..2bf20efa --- /dev/null +++ b/src/cco-iris/ont00001768.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001768 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "has URI value"@en ; + "A data property that has as its range a URI value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001769.ttl b/src/cco-iris/ont00001769.ttl new file mode 100644 index 00000000..41f4347d --- /dev/null +++ b/src/cco-iris/ont00001769.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001769 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:decimal ; + rdfs:label "has decimal value"@en ; + "A data property that has as its range a decimal value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001770.ttl b/src/cco-iris/ont00001770.ttl new file mode 100644 index 00000000..cce8e081 --- /dev/null +++ b/src/cco-iris/ont00001770.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001770 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:double ; + rdfs:label "has double value"@en ; + "A data property that has as its range a double value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001771.ttl b/src/cco-iris/ont00001771.ttl new file mode 100644 index 00000000..08bffc5a --- /dev/null +++ b/src/cco-iris/ont00001771.ttl @@ -0,0 +1,43 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001771 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "has date value"@en ; + "A data property that has as its range a date value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001772.ttl b/src/cco-iris/ont00001772.ttl new file mode 100644 index 00000000..5f11326b --- /dev/null +++ b/src/cco-iris/ont00001772.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001772 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:boolean ; + rdfs:label "has boolean value"@en ; + "A data property that has as its range a boolean value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001773.ttl b/src/cco-iris/ont00001773.ttl new file mode 100644 index 00000000..d00d598c --- /dev/null +++ b/src/cco-iris/ont00001773.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001773 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:integer ; + rdfs:label "has integer value"@en ; + "A data property that has as its range an integer value."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001774.ttl b/src/cco-iris/ont00001774.ttl new file mode 100644 index 00000000..6921a798 --- /dev/null +++ b/src/cco-iris/ont00001774.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001774 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has brother"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001883 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001902 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001775.ttl b/src/cco-iris/ont00001775.ttl new file mode 100644 index 00000000..ecc32324 --- /dev/null +++ b/src/cco-iris/ont00001775.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001775 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is successor of"@en ; + "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001928 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001776.ttl b/src/cco-iris/ont00001776.ttl new file mode 100644 index 00000000..1136cd19 --- /dev/null +++ b/src/cco-iris/ont00001776.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001776 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has grandfather"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001876 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001945 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001972 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001973 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001777.ttl b/src/cco-iris/ont00001777.ttl new file mode 100644 index 00000000..332e771b --- /dev/null +++ b/src/cco-iris/ont00001777.ttl @@ -0,0 +1,190 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000117 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has process part"@en ; + "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001857 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000296 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000345 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000368 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000514 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000517 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000558 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000566 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000675 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000712 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000752 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000763 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000789 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000889 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000951 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000983 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001028 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001219 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001227 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001246 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001330 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001778.ttl b/src/cco-iris/ont00001778.ttl new file mode 100644 index 00000000..523f7ebe --- /dev/null +++ b/src/cco-iris/ont00001778.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001778 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has object"@en ; + "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001936 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001779.ttl b/src/cco-iris/ont00001779.ttl new file mode 100644 index 00000000..d51a59b0 --- /dev/null +++ b/src/cco-iris/ont00001779.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001779 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has inside instant"@en ; + "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001848 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000148 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001780.ttl b/src/cco-iris/ont00001780.ttl new file mode 100644 index 00000000..43f0a914 --- /dev/null +++ b/src/cco-iris/ont00001780.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001780 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has mother"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001786 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001842 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001781.ttl b/src/cco-iris/ont00001781.ttl new file mode 100644 index 00000000..26ecca46 --- /dev/null +++ b/src/cco-iris/ont00001781.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001781 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has step sister"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001979 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001996 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001782.ttl b/src/cco-iris/ont00001782.ttl new file mode 100644 index 00000000..f408da9c --- /dev/null +++ b/src/cco-iris/ont00001782.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001782 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "has all members located in"@en ; + "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001832 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001783.ttl b/src/cco-iris/ont00001783.ttl new file mode 100644 index 00000000..9138c9f8 --- /dev/null +++ b/src/cco-iris/ont00001783.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001783 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is granddaughter of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001820 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001945 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001784.ttl b/src/cco-iris/ont00001784.ttl new file mode 100644 index 00000000..e50ab269 --- /dev/null +++ b/src/cco-iris/ont00001784.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001784 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has son in law"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001881 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001785.ttl b/src/cco-iris/ont00001785.ttl new file mode 100644 index 00000000..6f96a3e5 --- /dev/null +++ b/src/cco-iris/ont00001785.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001785 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has uncle"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001790 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001823 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001988 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001786.ttl b/src/cco-iris/ont00001786.ttl new file mode 100644 index 00000000..556535cd --- /dev/null +++ b/src/cco-iris/ont00001786.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001780 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001786 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is mother of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001995 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001787.ttl b/src/cco-iris/ont00001787.ttl new file mode 100644 index 00000000..d7b265a4 --- /dev/null +++ b/src/cco-iris/ont00001787.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000056 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001787 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "agent in"@en ; + "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001833 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001788.ttl b/src/cco-iris/ont00001788.ttl new file mode 100644 index 00000000..57c8da52 --- /dev/null +++ b/src/cco-iris/ont00001788.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001788 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has paternal aunt"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001789 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001994 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001789.ttl b/src/cco-iris/ont00001789.ttl new file mode 100644 index 00000000..d90c6f00 --- /dev/null +++ b/src/cco-iris/ont00001789.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001788 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001789 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has aunt"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001955 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001958 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001790.ttl b/src/cco-iris/ont00001790.ttl new file mode 100644 index 00000000..5905db38 --- /dev/null +++ b/src/cco-iris/ont00001790.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001785 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001790 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has maternal uncle"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001929 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001791.ttl b/src/cco-iris/ont00001791.ttl new file mode 100644 index 00000000..d655aec6 --- /dev/null +++ b/src/cco-iris/ont00001791.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001791 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "coincides with"@en ; + "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ; + "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001810 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001792.ttl b/src/cco-iris/ont00001792.ttl new file mode 100644 index 00000000..93f54b36 --- /dev/null +++ b/src/cco-iris/ont00001792.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001792 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has sister"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001851 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001902 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001793.ttl b/src/cco-iris/ont00001793.ttl new file mode 100644 index 00000000..9352aa65 --- /dev/null +++ b/src/cco-iris/ont00001793.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001793 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has half sister"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001948 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001975 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001794.ttl b/src/cco-iris/ont00001794.ttl new file mode 100644 index 00000000..ea946eb5 --- /dev/null +++ b/src/cco-iris/ont00001794.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001794 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has subsidiary"@en ; + "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."@en ; + "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001815 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001977 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001795.ttl b/src/cco-iris/ont00001795.ttl new file mode 100644 index 00000000..98dffb07 --- /dev/null +++ b/src/cco-iris/ont00001795.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001795 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has inside interval"@en ; + "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001796.ttl b/src/cco-iris/ont00001796.ttl new file mode 100644 index 00000000..7784c989 --- /dev/null +++ b/src/cco-iris/ont00001796.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001796 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "tangential part of"@en ; + "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; + "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001909 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001944 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001797.ttl b/src/cco-iris/ont00001797.ttl new file mode 100644 index 00000000..36174aee --- /dev/null +++ b/src/cco-iris/ont00001797.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001797 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "partially overlaps with"@en ; + "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001810 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001798.ttl b/src/cco-iris/ont00001798.ttl new file mode 100644 index 00000000..e9870d7d --- /dev/null +++ b/src/cco-iris/ont00001798.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001798 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is supervised by"@en ; + "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en ; + "http://en.wiktionary.org/wiki/supervise)" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001939 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001943 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001799.ttl b/src/cco-iris/ont00001799.ttl new file mode 100644 index 00000000..9f51e71f --- /dev/null +++ b/src/cco-iris/ont00001799.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001799 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "role of aggregate"@en ; + "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001809 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001800.ttl b/src/cco-iris/ont00001800.ttl new file mode 100644 index 00000000..b29efdb6 --- /dev/null +++ b/src/cco-iris/ont00001800.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001800 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "prohibits"@en ; + "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001817 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000553 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001801.ttl b/src/cco-iris/ont00001801.ttl new file mode 100644 index 00000000..5568ed0c --- /dev/null +++ b/src/cco-iris/ont00001801.ttl @@ -0,0 +1,73 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001801 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:range ; + rdfs:label "is subject of"@en ; + "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001808 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001873 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001879 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001884 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001917 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001920 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001802.ttl b/src/cco-iris/ont00001802.ttl new file mode 100644 index 00000000..a9bc8d13 --- /dev/null +++ b/src/cco-iris/ont00001802.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001802 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has husband"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001804 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001957 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001803.ttl b/src/cco-iris/ont00001803.ttl new file mode 100644 index 00000000..b7c37358 --- /dev/null +++ b/src/cco-iris/ont00001803.ttl @@ -0,0 +1,90 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001803 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is cause of"@en ; + "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001819 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001933 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000191 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000920 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000978 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001236 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001804.ttl b/src/cco-iris/ont00001804.ttl new file mode 100644 index 00000000..f4f5cf33 --- /dev/null +++ b/src/cco-iris/ont00001804.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001802 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001804 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is spouse of"@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001871 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001887 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001957 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001805.ttl b/src/cco-iris/ont00001805.ttl new file mode 100644 index 00000000..fc4ed26e --- /dev/null +++ b/src/cco-iris/ont00001805.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001805 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "is disrupted by"@en ; + "Inverse of disrupts." ; + "is disrupted by"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001888 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001806.ttl b/src/cco-iris/ont00001806.ttl new file mode 100644 index 00000000..2e1708a4 --- /dev/null +++ b/src/cco-iris/ont00001806.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001806 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is first cousin of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001843 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001894 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001906 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001934 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001807.ttl b/src/cco-iris/ont00001807.ttl new file mode 100644 index 00000000..968070cd --- /dev/null +++ b/src/cco-iris/ont00001807.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001807 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is required by"@en ; + "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001920 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001974 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001808.ttl b/src/cco-iris/ont00001808.ttl new file mode 100644 index 00000000..9a7299e3 --- /dev/null +++ b/src/cco-iris/ont00001808.ttl @@ -0,0 +1,95 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001801 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001808 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is about"@en ; + "A primitive relationship between an Information Content Entity and some Entity."@en ; + "http://purl.obolibrary.org/obo/IAO_0000136" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001938 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001980 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001982 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000031 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001809.ttl b/src/cco-iris/ont00001809.ttl new file mode 100644 index 00000000..4fdc8889 --- /dev/null +++ b/src/cco-iris/ont00001809.ttl @@ -0,0 +1,81 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001799 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001809 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + rdfs:label "inheres in aggregate"@en ; + "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001829 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001836 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001880 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001947 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000031 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001810.ttl b/src/cco-iris/ont00001810.ttl new file mode 100644 index 00000000..528feefa --- /dev/null +++ b/src/cco-iris/ont00001810.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001791 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001797 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001810 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "connected with"@en ; + "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001931 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001944 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001811.ttl b/src/cco-iris/ont00001811.ttl new file mode 100644 index 00000000..b5d94a78 --- /dev/null +++ b/src/cco-iris/ont00001811.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001811 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:label "is a ordinal measurement of"@en ; + "x is_a_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001963 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001966 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001812.ttl b/src/cco-iris/ont00001812.ttl new file mode 100644 index 00000000..7bb795e7 --- /dev/null +++ b/src/cco-iris/ont00001812.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001812 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is grandson of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001945 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001981 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001813.ttl b/src/cco-iris/ont00001813.ttl new file mode 100644 index 00000000..7a086cf8 --- /dev/null +++ b/src/cco-iris/ont00001813.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001813 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:label "uses"@en ; + "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001925 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001814.ttl b/src/cco-iris/ont00001814.ttl new file mode 100644 index 00000000..ad59e9ef --- /dev/null +++ b/src/cco-iris/ont00001814.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001814 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval finishes"@en ; + "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001821 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001971 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001815.ttl b/src/cco-iris/ont00001815.ttl new file mode 100644 index 00000000..a729a696 --- /dev/null +++ b/src/cco-iris/ont00001815.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001794 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001815 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is subsidiary of"@en ; + "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "@en ; + "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001939 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001816.ttl b/src/cco-iris/ont00001816.ttl new file mode 100644 index 00000000..714a6aed --- /dev/null +++ b/src/cco-iris/ont00001816.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000056 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001816 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is output of"@en ; + "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001986 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001817.ttl b/src/cco-iris/ont00001817.ttl new file mode 100644 index 00000000..f5deb802 --- /dev/null +++ b/src/cco-iris/ont00001817.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001800 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001817 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is prohibited by"@en ; + "y is_prohibited_by y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001920 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001818.ttl b/src/cco-iris/ont00001818.ttl new file mode 100644 index 00000000..3f2dd57c --- /dev/null +++ b/src/cco-iris/ont00001818.ttl @@ -0,0 +1,100 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001784 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is in-law of"@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001826 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001828 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001849 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001853 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001854 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001867 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001881 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001885 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001891 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001935 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001952 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001819.ttl b/src/cco-iris/ont00001819.ttl new file mode 100644 index 00000000..4b48627a --- /dev/null +++ b/src/cco-iris/ont00001819.ttl @@ -0,0 +1,94 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001803 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001819 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "caused by"@en ; + "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001962 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000065 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000660 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000783 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000855 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000950 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001820.ttl b/src/cco-iris/ont00001820.ttl new file mode 100644 index 00000000..8c77fb1d --- /dev/null +++ b/src/cco-iris/ont00001820.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001783 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001820 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has granddaughter"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001850 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001821.ttl b/src/cco-iris/ont00001821.ttl new file mode 100644 index 00000000..5b43ddcc --- /dev/null +++ b/src/cco-iris/ont00001821.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001814 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001821 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval finished by"@en ; + "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001822.ttl b/src/cco-iris/ont00001822.ttl new file mode 100644 index 00000000..c3184234 --- /dev/null +++ b/src/cco-iris/ont00001822.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001822 + rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain ; + rdfs:range ; + owl:propertyDisjointWith ; + rdfs:label "interval equals"@en ; + "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001823.ttl b/src/cco-iris/ont00001823.ttl new file mode 100644 index 00000000..474d9ad8 --- /dev/null +++ b/src/cco-iris/ont00001823.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001785 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001823 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has paternal uncle"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001926 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001824.ttl b/src/cco-iris/ont00001824.ttl new file mode 100644 index 00000000..7c9fc03e --- /dev/null +++ b/src/cco-iris/ont00001824.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001824 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is excerpted from"@en ; + "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001825.ttl b/src/cco-iris/ont00001825.ttl new file mode 100644 index 00000000..c218e803 --- /dev/null +++ b/src/cco-iris/ont00001825.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001825 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + owl:propertyDisjointWith ; + rdfs:label "interval overlaps"@en ; + "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001870 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001826.ttl b/src/cco-iris/ont00001826.ttl new file mode 100644 index 00000000..c447fd28 --- /dev/null +++ b/src/cco-iris/ont00001826.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001826 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is sister-in-law of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001828 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001827.ttl b/src/cco-iris/ont00001827.ttl new file mode 100644 index 00000000..c85fc90b --- /dev/null +++ b/src/cco-iris/ont00001827.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001827 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "nontangential part of"@en ; + "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; + "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001944 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001989 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001828.ttl b/src/cco-iris/ont00001828.ttl new file mode 100644 index 00000000..a82a3fa5 --- /dev/null +++ b/src/cco-iris/ont00001828.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001826 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001828 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has sister in law"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001829.ttl b/src/cco-iris/ont00001829.ttl new file mode 100644 index 00000000..8acb6f67 --- /dev/null +++ b/src/cco-iris/ont00001829.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001809 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001829 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "disposition of aggregate"@en ; + "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001956 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001830.ttl b/src/cco-iris/ont00001830.ttl new file mode 100644 index 00000000..e29bd297 --- /dev/null +++ b/src/cco-iris/ont00001830.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001830 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has accomplice"@en ; + "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ; + "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001895 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001831.ttl b/src/cco-iris/ont00001831.ttl new file mode 100644 index 00000000..a3f76bf9 --- /dev/null +++ b/src/cco-iris/ont00001831.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001831 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is subordinate role to"@en ; + "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001951 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001832.ttl b/src/cco-iris/ont00001832.ttl new file mode 100644 index 00000000..dee48247 --- /dev/null +++ b/src/cco-iris/ont00001832.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001782 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001832 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "has some member located in"@en ; + "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001833.ttl b/src/cco-iris/ont00001833.ttl new file mode 100644 index 00000000..008f59f5 --- /dev/null +++ b/src/cco-iris/ont00001833.ttl @@ -0,0 +1,44 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001787 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001833 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has agent"@en ; + "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001834.ttl b/src/cco-iris/ont00001834.ttl new file mode 100644 index 00000000..93000bd9 --- /dev/null +++ b/src/cco-iris/ont00001834.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001834 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "affects"@en ; + "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001886 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001835.ttl b/src/cco-iris/ont00001835.ttl new file mode 100644 index 00000000..6f4c18b5 --- /dev/null +++ b/src/cco-iris/ont00001835.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001835 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is son of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001839 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001842 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001836.ttl b/src/cco-iris/ont00001836.ttl new file mode 100644 index 00000000..18892be8 --- /dev/null +++ b/src/cco-iris/ont00001836.ttl @@ -0,0 +1,81 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001809 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001836 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:label "aggregate bearer of"@en ; + "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001898 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001901 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001907 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001956 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000031 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001837.ttl b/src/cco-iris/ont00001837.ttl new file mode 100644 index 00000000..7870d0ae --- /dev/null +++ b/src/cco-iris/ont00001837.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000084 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001837 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "time zone identifier used by"@en ; + "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001908 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000829 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001838.ttl b/src/cco-iris/ont00001838.ttl new file mode 100644 index 00000000..4a96dbbe --- /dev/null +++ b/src/cco-iris/ont00001838.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001838 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "disconnected with"@en ; + "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001839.ttl b/src/cco-iris/ont00001839.ttl new file mode 100644 index 00000000..5ae7eb0b --- /dev/null +++ b/src/cco-iris/ont00001839.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001835 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001839 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has son"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001995 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001840.ttl b/src/cco-iris/ont00001840.ttl new file mode 100644 index 00000000..aaea721e --- /dev/null +++ b/src/cco-iris/ont00001840.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001840 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has grandmother"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001882 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001937 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001945 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001960 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001841.ttl b/src/cco-iris/ont00001841.ttl new file mode 100644 index 00000000..a61cd153 --- /dev/null +++ b/src/cco-iris/ont00001841.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000056 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001841 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is input of"@en ; + "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001921 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001842.ttl b/src/cco-iris/ont00001842.ttl new file mode 100644 index 00000000..9d25211c --- /dev/null +++ b/src/cco-iris/ont00001842.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001780 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001835 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001842 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is child of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001858 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001946 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001995 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001843.ttl b/src/cco-iris/ont00001843.ttl new file mode 100644 index 00000000..20afb3a7 --- /dev/null +++ b/src/cco-iris/ont00001843.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001806 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001843 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is paternal first cousin of"@en ; + "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001894 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001844.ttl b/src/cco-iris/ont00001844.ttl new file mode 100644 index 00000000..6830e3c5 --- /dev/null +++ b/src/cco-iris/ont00001844.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001844 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + rdfs:label "has sender"@en ; + "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001993 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001845.ttl b/src/cco-iris/ont00001845.ttl new file mode 100644 index 00000000..27fba78c --- /dev/null +++ b/src/cco-iris/ont00001845.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000183 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001845 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is site of"@en ; + "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001918 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000029 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001846.ttl b/src/cco-iris/ont00001846.ttl new file mode 100644 index 00000000..793022cf --- /dev/null +++ b/src/cco-iris/ont00001846.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001846 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is organizational context of"@en ; + "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001992 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001847.ttl b/src/cco-iris/ont00001847.ttl new file mode 100644 index 00000000..2c704ec4 --- /dev/null +++ b/src/cco-iris/ont00001847.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001847 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval is after"@en ; + "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001940 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001848.ttl b/src/cco-iris/ont00001848.ttl new file mode 100644 index 00000000..5a8ad552 --- /dev/null +++ b/src/cco-iris/ont00001848.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001779 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001848 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is inside instant of"@en ; + "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000148 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001849.ttl b/src/cco-iris/ont00001849.ttl new file mode 100644 index 00000000..9bfc3bec --- /dev/null +++ b/src/cco-iris/ont00001849.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001849 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is father in-law of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001935 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001850.ttl b/src/cco-iris/ont00001850.ttl new file mode 100644 index 00000000..726ca35f --- /dev/null +++ b/src/cco-iris/ont00001850.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001820 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001850 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is grandparent of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001876 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001882 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001945 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001981 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001851.ttl b/src/cco-iris/ont00001851.ttl new file mode 100644 index 00000000..91b2c201 --- /dev/null +++ b/src/cco-iris/ont00001851.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001792 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001851 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is sister of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001902 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001852.ttl b/src/cco-iris/ont00001852.ttl new file mode 100644 index 00000000..c69c6544 --- /dev/null +++ b/src/cco-iris/ont00001852.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000056 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001852 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "accessory in"@en ; + "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ; + "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001949 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001853.ttl b/src/cco-iris/ont00001853.ttl new file mode 100644 index 00000000..6d2f0d9f --- /dev/null +++ b/src/cco-iris/ont00001853.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001853 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is mother in-law of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001885 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001854.ttl b/src/cco-iris/ont00001854.ttl new file mode 100644 index 00000000..f7b74acb --- /dev/null +++ b/src/cco-iris/ont00001854.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001854 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has daughter in law"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001867 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001855.ttl b/src/cco-iris/ont00001855.ttl new file mode 100644 index 00000000..cd8174a2 --- /dev/null +++ b/src/cco-iris/ont00001855.ttl @@ -0,0 +1,110 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001810 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has spatial part"@en ; + "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001909 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001944 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001989 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000068 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000122 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000170 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000205 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000904 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001348 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001856.ttl b/src/cco-iris/ont00001856.ttl new file mode 100644 index 00000000..29429939 --- /dev/null +++ b/src/cco-iris/ont00001856.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001856 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has niece"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001932 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001857.ttl b/src/cco-iris/ont00001857.ttl new file mode 100644 index 00000000..a2ba87c4 --- /dev/null +++ b/src/cco-iris/ont00001857.ttl @@ -0,0 +1,102 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000132 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001777 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001857 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is part of process"@en ; + "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000144 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000099 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000675 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000752 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000862 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001028 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001227 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001858.ttl b/src/cco-iris/ont00001858.ttl new file mode 100644 index 00000000..f3143f77 --- /dev/null +++ b/src/cco-iris/ont00001858.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001842 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001858 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is daughter of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001987 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001859.ttl b/src/cco-iris/ont00001859.ttl new file mode 100644 index 00000000..41018867 --- /dev/null +++ b/src/cco-iris/ont00001859.ttl @@ -0,0 +1,82 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001859 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is delimited by"@en ; + "An instance of Organization o1 is_delimited_by some Delimiting Domain dd1 iff dd1 is the area within which o1 can legally operate."@en ; + "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001864 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000139 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000532 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001203 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001335 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001860.ttl b/src/cco-iris/ont00001860.ttl new file mode 100644 index 00000000..81d7cda0 --- /dev/null +++ b/src/cco-iris/ont00001860.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001860 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is ancestor of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001968 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001861.ttl b/src/cco-iris/ont00001861.ttl new file mode 100644 index 00000000..f3d7b25e --- /dev/null +++ b/src/cco-iris/ont00001861.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001861 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is material of"@en ; + "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001991 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000030 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001862.ttl b/src/cco-iris/ont00001862.ttl new file mode 100644 index 00000000..047e3b47 --- /dev/null +++ b/src/cco-iris/ont00001862.ttl @@ -0,0 +1,94 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001822 + rdf:type owl:ObjectProperty ; + owl:propertyDisjointWith . + + +### https://www.commoncoreontologies.org/ont00001825 + rdf:type owl:ObjectProperty ; + owl:propertyDisjointWith . + + +### https://www.commoncoreontologies.org/ont00001847 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + owl:propertyDisjointWith , + , + ; + rdfs:label "interval disjoint"@en ; + "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001870 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001896 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001915 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001940 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001971 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001863.ttl b/src/cco-iris/ont00001863.ttl new file mode 100644 index 00000000..a895d257 --- /dev/null +++ b/src/cco-iris/ont00001863.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001863 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses measurement unit"@en ; + "y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001961 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001864.ttl b/src/cco-iris/ont00001864.ttl new file mode 100644 index 00000000..4e446b6f --- /dev/null +++ b/src/cco-iris/ont00001864.ttl @@ -0,0 +1,86 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001859 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001864 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "delimits"@en ; + "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en ; + "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000472 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001152 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001203 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001335 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001865.ttl b/src/cco-iris/ont00001865.ttl new file mode 100644 index 00000000..a84bb1e4 --- /dev/null +++ b/src/cco-iris/ont00001865.ttl @@ -0,0 +1,160 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001785 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001789 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001804 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001806 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001842 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001850 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001856 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001860 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has familial relationship to"@en ; + "A relationship between persons by virtue of ancestry or legal union."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001902 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001930 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001932 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001945 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001950 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001953 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001955 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001967 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001968 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001969 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001975 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001988 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001995 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001996 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001866.ttl b/src/cco-iris/ont00001866.ttl new file mode 100644 index 00000000..335f08fb --- /dev/null +++ b/src/cco-iris/ont00001866.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001866 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "is interest of"@en ; + "The inverse of has_interest_in. " ; + "is interest of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001984 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001867.ttl b/src/cco-iris/ont00001867.ttl new file mode 100644 index 00000000..a82a3fd5 --- /dev/null +++ b/src/cco-iris/ont00001867.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001854 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001867 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is daughter in-law of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001868.ttl b/src/cco-iris/ont00001868.ttl new file mode 100644 index 00000000..fee081a5 --- /dev/null +++ b/src/cco-iris/ont00001868.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001868 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:label "is a nominal measurement of"@en ; + "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001914 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001966 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000293 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001869.ttl b/src/cco-iris/ont00001869.ttl new file mode 100644 index 00000000..fb475ccc --- /dev/null +++ b/src/cco-iris/ont00001869.ttl @@ -0,0 +1,119 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001795 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval during"@en ; + "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001971 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000085 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000225 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000619 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000832 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000992 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001058 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001088 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001870.ttl b/src/cco-iris/ont00001870.ttl new file mode 100644 index 00000000..c9d3fcfb --- /dev/null +++ b/src/cco-iris/ont00001870.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001825 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty ; + owl:propertyDisjointWith . + + +### https://www.commoncoreontologies.org/ont00001870 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval overlapped by"@en ; + "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001871.ttl b/src/cco-iris/ont00001871.ttl new file mode 100644 index 00000000..5aca330a --- /dev/null +++ b/src/cco-iris/ont00001871.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001804 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001871 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has wife"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001887 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001872.ttl b/src/cco-iris/ont00001872.ttl new file mode 100644 index 00000000..a80fbfad --- /dev/null +++ b/src/cco-iris/ont00001872.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001872 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is step-brother of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001890 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001996 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001873.ttl b/src/cco-iris/ont00001873.ttl new file mode 100644 index 00000000..94e67c3e --- /dev/null +++ b/src/cco-iris/ont00001873.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001801 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001873 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + rdfs:comment "See notes for inverse property." ; + rdfs:label "represented by"@en ; + "y represented_by x iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001938 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001069 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001874.ttl b/src/cco-iris/ont00001874.ttl new file mode 100644 index 00000000..680c089c --- /dev/null +++ b/src/cco-iris/ont00001874.ttl @@ -0,0 +1,66 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000199 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001874 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:label "is temporal region of"@en ; + "t is temporal region of p iff p occupies temporal region t."@en ; + "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000035 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001875.ttl b/src/cco-iris/ont00001875.ttl new file mode 100644 index 00000000..2f3afc73 --- /dev/null +++ b/src/cco-iris/ont00001875.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001875 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval started by"@en ; + "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001923 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001876.ttl b/src/cco-iris/ont00001876.ttl new file mode 100644 index 00000000..ee170de2 --- /dev/null +++ b/src/cco-iris/ont00001876.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001776 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001850 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001876 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is grandfather of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001892 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001903 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001877.ttl b/src/cco-iris/ont00001877.ttl new file mode 100644 index 00000000..b29e85aa --- /dev/null +++ b/src/cco-iris/ont00001877.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001877 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:label "is a interval measurement of"@en ; + "x is_a_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ; + "a measurement of air temperature on the Celsius scale." ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001964 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001966 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001364 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001878.ttl b/src/cco-iris/ont00001878.ttl new file mode 100644 index 00000000..bf1c0c96 --- /dev/null +++ b/src/cco-iris/ont00001878.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001878 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:label "is mention of"@en ; + "x is_mention_of y iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001919 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001879.ttl b/src/cco-iris/ont00001879.ttl new file mode 100644 index 00000000..e3541abd --- /dev/null +++ b/src/cco-iris/ont00001879.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001801 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001879 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + rdfs:label "designated by"@en ; + "x designated_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that given some context, y uniquely distinguishes x from other entities."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001880.ttl b/src/cco-iris/ont00001880.ttl new file mode 100644 index 00000000..d17b5dcc --- /dev/null +++ b/src/cco-iris/ont00001880.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001809 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001880 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "capability of aggregate"@en ; + "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001898 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000300 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001881.ttl b/src/cco-iris/ont00001881.ttl new file mode 100644 index 00000000..997c2db7 --- /dev/null +++ b/src/cco-iris/ont00001881.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001784 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001881 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is son in-law of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001882.ttl b/src/cco-iris/ont00001882.ttl new file mode 100644 index 00000000..584347fa --- /dev/null +++ b/src/cco-iris/ont00001882.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001840 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001850 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001882 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is grandmother of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001897 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001911 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001883.ttl b/src/cco-iris/ont00001883.ttl new file mode 100644 index 00000000..7355cada --- /dev/null +++ b/src/cco-iris/ont00001883.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001774 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001883 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is brother of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001902 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001884.ttl b/src/cco-iris/ont00001884.ttl new file mode 100644 index 00000000..18814c3d --- /dev/null +++ b/src/cco-iris/ont00001884.ttl @@ -0,0 +1,55 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001801 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001884 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + owl:propertyChainAxiom ( + + ) ; + rdfs:label "condition described by"@en ; + "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001917 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001980 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001885.ttl b/src/cco-iris/ont00001885.ttl new file mode 100644 index 00000000..a650e7fa --- /dev/null +++ b/src/cco-iris/ont00001885.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001853 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001885 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has mother in law"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001886.ttl b/src/cco-iris/ont00001886.ttl new file mode 100644 index 00000000..9e8b7d85 --- /dev/null +++ b/src/cco-iris/ont00001886.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000056 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001834 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001886 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is affected by"@en ; + "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001887.ttl b/src/cco-iris/ont00001887.ttl new file mode 100644 index 00000000..d6e3473b --- /dev/null +++ b/src/cco-iris/ont00001887.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001804 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001871 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001887 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is wife of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001888.ttl b/src/cco-iris/ont00001888.ttl new file mode 100644 index 00000000..d820731c --- /dev/null +++ b/src/cco-iris/ont00001888.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001805 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001888 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "disrupts"@en ; + "A relation where one process disrupts another process from occurring as it would have."@en ; + "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ; + "disrupts"@en ; + "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001889.ttl b/src/cco-iris/ont00001889.ttl new file mode 100644 index 00000000..546baba7 --- /dev/null +++ b/src/cco-iris/ont00001889.ttl @@ -0,0 +1,90 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000197 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001889 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "capability of"@en ; + "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001954 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000089 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000568 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001890.ttl b/src/cco-iris/ont00001890.ttl new file mode 100644 index 00000000..13d01d98 --- /dev/null +++ b/src/cco-iris/ont00001890.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001872 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001890 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has step brother"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001996 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001891.ttl b/src/cco-iris/ont00001891.ttl new file mode 100644 index 00000000..bdd13408 --- /dev/null +++ b/src/cco-iris/ont00001891.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001891 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has brother in law"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001952 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001892.ttl b/src/cco-iris/ont00001892.ttl new file mode 100644 index 00000000..bd25e5bf --- /dev/null +++ b/src/cco-iris/ont00001892.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001876 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001892 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is paternal grandfather of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001972 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001893.ttl b/src/cco-iris/ont00001893.ttl new file mode 100644 index 00000000..73d0b109 --- /dev/null +++ b/src/cco-iris/ont00001893.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001893 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "instant is after"@en ; + "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; + "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001990 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000148 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001894.ttl b/src/cco-iris/ont00001894.ttl new file mode 100644 index 00000000..64f0d672 --- /dev/null +++ b/src/cco-iris/ont00001894.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001806 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001843 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001894 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has paternal first cousin"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001895.ttl b/src/cco-iris/ont00001895.ttl new file mode 100644 index 00000000..9fa1b2d2 --- /dev/null +++ b/src/cco-iris/ont00001895.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000056 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001830 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001895 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "accomplice in"@en ; + "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ; + "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001896.ttl b/src/cco-iris/ont00001896.ttl new file mode 100644 index 00000000..c8f8b7f7 --- /dev/null +++ b/src/cco-iris/ont00001896.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001896 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval meets"@en ; + "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001915 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001897.ttl b/src/cco-iris/ont00001897.ttl new file mode 100644 index 00000000..19429d89 --- /dev/null +++ b/src/cco-iris/ont00001897.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001882 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001897 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is maternal grandmother of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001960 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001898.ttl b/src/cco-iris/ont00001898.ttl new file mode 100644 index 00000000..0fdd9011 --- /dev/null +++ b/src/cco-iris/ont00001898.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001836 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001880 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001898 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "aggregate has capability"@en ; + "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000300 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001899.ttl b/src/cco-iris/ont00001899.ttl new file mode 100644 index 00000000..579ebbb2 --- /dev/null +++ b/src/cco-iris/ont00001899.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001899 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "language used in"@en ; + "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001976 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001175 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001900.ttl b/src/cco-iris/ont00001900.ttl new file mode 100644 index 00000000..cd328a94 --- /dev/null +++ b/src/cco-iris/ont00001900.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001900 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is geospatial coordinate reference system of"@en ; + "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001913 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001997 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001901.ttl b/src/cco-iris/ont00001901.ttl new file mode 100644 index 00000000..1a5bd95d --- /dev/null +++ b/src/cco-iris/ont00001901.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001836 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001901 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "aggregate has role"@en ; + "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001902.ttl b/src/cco-iris/ont00001902.ttl new file mode 100644 index 00000000..05c07069 --- /dev/null +++ b/src/cco-iris/ont00001902.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001774 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001792 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001851 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001883 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001902 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is sibling of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001903.ttl b/src/cco-iris/ont00001903.ttl new file mode 100644 index 00000000..ce91c8c4 --- /dev/null +++ b/src/cco-iris/ont00001903.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001876 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001903 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is maternal grandfather of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001973 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001904.ttl b/src/cco-iris/ont00001904.ttl new file mode 100644 index 00000000..07f1f535 --- /dev/null +++ b/src/cco-iris/ont00001904.ttl @@ -0,0 +1,73 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001904 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + rdfs:label "is measured by"@en ; + "y is_measured_by x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001914 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001917 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001963 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001964 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001965 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001966 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001905.ttl b/src/cco-iris/ont00001905.ttl new file mode 100644 index 00000000..8c2e3a2b --- /dev/null +++ b/src/cco-iris/ont00001905.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001905 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is half-brother of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001927 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001975 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001906.ttl b/src/cco-iris/ont00001906.ttl new file mode 100644 index 00000000..36ae41b0 --- /dev/null +++ b/src/cco-iris/ont00001906.ttl @@ -0,0 +1,45 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001806 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001906 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is maternal first cousin of"@en ; + "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001934 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001907.ttl b/src/cco-iris/ont00001907.ttl new file mode 100644 index 00000000..387a64c5 --- /dev/null +++ b/src/cco-iris/ont00001907.ttl @@ -0,0 +1,65 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001836 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001907 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "aggregate has quality"@en ; + "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000507 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000780 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001908.ttl b/src/cco-iris/ont00001908.ttl new file mode 100644 index 00000000..91234bd8 --- /dev/null +++ b/src/cco-iris/ont00001908.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001837 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001908 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses time zone identifier"@en ; + "x uses_time_zone_identifier y iff x is an instance of Information Bearing Entity and y is an instance of Time Zone Identifier, such that y designates the spatial region associated with the time zone mentioned in x."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000829 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001909.ttl b/src/cco-iris/ont00001909.ttl new file mode 100644 index 00000000..39445962 --- /dev/null +++ b/src/cco-iris/ont00001909.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001796 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001909 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has tangential part"@en ; + "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ; + "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001910.ttl b/src/cco-iris/ont00001910.ttl new file mode 100644 index 00000000..66ad5224 --- /dev/null +++ b/src/cco-iris/ont00001910.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001910 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "permits"@en ; + "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001998 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000751 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001911.ttl b/src/cco-iris/ont00001911.ttl new file mode 100644 index 00000000..6788b641 --- /dev/null +++ b/src/cco-iris/ont00001911.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001882 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001911 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is paternal grandmother of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001937 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001912.ttl b/src/cco-iris/ont00001912.ttl new file mode 100644 index 00000000..491394a0 --- /dev/null +++ b/src/cco-iris/ont00001912.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000101 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001912 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses reference system"@en ; + "y uses_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001913 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001997 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000398 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001913.ttl b/src/cco-iris/ont00001913.ttl new file mode 100644 index 00000000..f8d53b89 --- /dev/null +++ b/src/cco-iris/ont00001913.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001900 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001912 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001913 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses geospatial coordinate reference system"@en ; + "y uses_geospatial_coordinate_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000469 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001914.ttl b/src/cco-iris/ont00001914.ttl new file mode 100644 index 00000000..0e70b0d9 --- /dev/null +++ b/src/cco-iris/ont00001914.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001868 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001904 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001914 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + rdfs:label "is measured by nominal"@en ; + "y is_measured_by_nominal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000293 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001915.ttl b/src/cco-iris/ont00001915.ttl new file mode 100644 index 00000000..3c194716 --- /dev/null +++ b/src/cco-iris/ont00001915.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001896 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001915 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval met by"@en ; + "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001916.ttl b/src/cco-iris/ont00001916.ttl new file mode 100644 index 00000000..c35d85a8 --- /dev/null +++ b/src/cco-iris/ont00001916.ttl @@ -0,0 +1,233 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001808 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001879 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001916 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:label "designates"@en ; + "x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; + "a URL designates the location of a Web Page on the internet" , + "a person's name designates that person" , + "a vehicle identification number designates some vehicle" ; + "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000203 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000073 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000223 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000292 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000359 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000390 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000399 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000498 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000529 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000540 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000686 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000749 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000827 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000833 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001045 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001103 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001917.ttl b/src/cco-iris/ont00001917.ttl new file mode 100644 index 00000000..97b54af5 --- /dev/null +++ b/src/cco-iris/ont00001917.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001801 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001884 + rdf:type owl:ObjectProperty ; + owl:propertyChainAxiom ( + + ) . + + +### https://www.commoncoreontologies.org/ont00001904 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001917 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + rdfs:label "described by"@en ; + "x described_by y iff y is an instance of Information Content Entity, and x is an instance of Entity, such that y is about the characteristics by which y can be recognized or visualized."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001982 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001918.ttl b/src/cco-iris/ont00001918.ttl new file mode 100644 index 00000000..3f35c850 --- /dev/null +++ b/src/cco-iris/ont00001918.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000066 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001845 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001918 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "occurs at"@en ; + "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000029 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001919.ttl b/src/cco-iris/ont00001919.ttl new file mode 100644 index 00000000..f5efb717 --- /dev/null +++ b/src/cco-iris/ont00001919.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001878 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001919 + rdf:type owl:ObjectProperty ; + rdfs:label "is mentioned by"@en ; + "y is_mention_by x iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001920.ttl b/src/cco-iris/ont00001920.ttl new file mode 100644 index 00000000..22c0a2fa --- /dev/null +++ b/src/cco-iris/ont00001920.ttl @@ -0,0 +1,73 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001801 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001807 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001817 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001920 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + rdfs:label "prescribed by"@en ; + "x prescribed_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y serves as a rule or guide for x if x is an Occurrent, or y serves as a model for x if x is a Continuant."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001976 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001998 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001921.ttl b/src/cco-iris/ont00001921.ttl new file mode 100644 index 00000000..b32a95f9 --- /dev/null +++ b/src/cco-iris/ont00001921.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001841 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001921 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has input"@en ; + "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001922.ttl b/src/cco-iris/ont00001922.ttl new file mode 100644 index 00000000..b9eaa244 --- /dev/null +++ b/src/cco-iris/ont00001922.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001922 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + rdfs:label "has recipient"@en ; + "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001978 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001923.ttl b/src/cco-iris/ont00001923.ttl new file mode 100644 index 00000000..462e21aa --- /dev/null +++ b/src/cco-iris/ont00001923.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001875 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001923 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval starts"@en ; + "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001971 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001924.ttl b/src/cco-iris/ont00001924.ttl new file mode 100644 index 00000000..62284019 --- /dev/null +++ b/src/cco-iris/ont00001924.ttl @@ -0,0 +1,158 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001795 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001821 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty ; + owl:propertyDisjointWith . + + +### https://www.commoncoreontologies.org/ont00001875 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval contains"@en ; + "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001971 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000063 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000085 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000211 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000225 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000329 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000619 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000800 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000810 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000832 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000992 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001058 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001154 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001166 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001206 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001925.ttl b/src/cco-iris/ont00001925.ttl new file mode 100644 index 00000000..e71fd51b --- /dev/null +++ b/src/cco-iris/ont00001925.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001813 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001925 + rdf:type owl:ObjectProperty ; + rdfs:label "is used by"@en ; + "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001926.ttl b/src/cco-iris/ont00001926.ttl new file mode 100644 index 00000000..ec3b04de --- /dev/null +++ b/src/cco-iris/ont00001926.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001823 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001926 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is paternal uncle of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001988 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001927.ttl b/src/cco-iris/ont00001927.ttl new file mode 100644 index 00000000..1af40364 --- /dev/null +++ b/src/cco-iris/ont00001927.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001905 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001927 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has half brother"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001975 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001928.ttl b/src/cco-iris/ont00001928.ttl new file mode 100644 index 00000000..bd0aa16b --- /dev/null +++ b/src/cco-iris/ont00001928.ttl @@ -0,0 +1,54 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001775 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001928 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is predecessor of"@en ; + "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ; + "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001929.ttl b/src/cco-iris/ont00001929.ttl new file mode 100644 index 00000000..e8a53bb6 --- /dev/null +++ b/src/cco-iris/ont00001929.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001790 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001929 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is maternal uncle of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001988 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001930.ttl b/src/cco-iris/ont00001930.ttl new file mode 100644 index 00000000..5cd38442 --- /dev/null +++ b/src/cco-iris/ont00001930.ttl @@ -0,0 +1,36 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001930 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is second cousin of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001931.ttl b/src/cco-iris/ont00001931.ttl new file mode 100644 index 00000000..6080fdde --- /dev/null +++ b/src/cco-iris/ont00001931.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001810 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001931 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "externally connects with"@en ; + "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001932.ttl b/src/cco-iris/ont00001932.ttl new file mode 100644 index 00000000..9fc9a57d --- /dev/null +++ b/src/cco-iris/ont00001932.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001856 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001932 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is niece of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001933.ttl b/src/cco-iris/ont00001933.ttl new file mode 100644 index 00000000..dd61df34 --- /dev/null +++ b/src/cco-iris/ont00001933.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001803 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001933 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "process starts"@en ; + "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ; + "A process x starts another process y when x causes y while x is still occurring."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001962 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001934.ttl b/src/cco-iris/ont00001934.ttl new file mode 100644 index 00000000..8c3be0d1 --- /dev/null +++ b/src/cco-iris/ont00001934.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001806 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001906 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001934 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has maternal first cousin"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001935.ttl b/src/cco-iris/ont00001935.ttl new file mode 100644 index 00000000..ffb8b81f --- /dev/null +++ b/src/cco-iris/ont00001935.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001849 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001935 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has father in law"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001936.ttl b/src/cco-iris/ont00001936.ttl new file mode 100644 index 00000000..09ede40d --- /dev/null +++ b/src/cco-iris/ont00001936.ttl @@ -0,0 +1,68 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000056 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001778 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001936 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is object of"@en ; + "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000544 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000741 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001937.ttl b/src/cco-iris/ont00001937.ttl new file mode 100644 index 00000000..59f2c0f1 --- /dev/null +++ b/src/cco-iris/ont00001937.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001840 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001911 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001937 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has paternal grandmother"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001938.ttl b/src/cco-iris/ont00001938.ttl new file mode 100644 index 00000000..14724903 --- /dev/null +++ b/src/cco-iris/ont00001938.ttl @@ -0,0 +1,76 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001808 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001873 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001938 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ; + rdfs:label "represents"@en ; + "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en , + "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001069 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001939.ttl b/src/cco-iris/ont00001939.ttl new file mode 100644 index 00000000..ae1f0210 --- /dev/null +++ b/src/cco-iris/ont00001939.ttl @@ -0,0 +1,85 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001798 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001815 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001939 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:label "is affiliated with"@en ; + "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001977 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000647 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001940.ttl b/src/cco-iris/ont00001940.ttl new file mode 100644 index 00000000..718270ff --- /dev/null +++ b/src/cco-iris/ont00001940.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001847 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001940 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval is before"@en ; + "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001941.ttl b/src/cco-iris/ont00001941.ttl new file mode 100644 index 00000000..00a6a872 --- /dev/null +++ b/src/cco-iris/ont00001941.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001941 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is maternal aunt of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001955 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001958 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001942.ttl b/src/cco-iris/ont00001942.ttl new file mode 100644 index 00000000..3352616d --- /dev/null +++ b/src/cco-iris/ont00001942.ttl @@ -0,0 +1,140 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001800 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001808 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001899 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001910 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001920 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:label "prescribes"@en ; + "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ; + "A blueprint prescribes some artifact or facility by being a model for it." , + "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations." , + "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001974 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000118 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000319 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000575 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000958 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000965 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001943.ttl b/src/cco-iris/ont00001943.ttl new file mode 100644 index 00000000..630c78e4 --- /dev/null +++ b/src/cco-iris/ont00001943.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001798 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001943 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "supervises"@en ; + "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ; + "http://en.wiktionary.org/wiki/supervise" ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001977 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001944.ttl b/src/cco-iris/ont00001944.ttl new file mode 100644 index 00000000..8bab7c0d --- /dev/null +++ b/src/cco-iris/ont00001944.ttl @@ -0,0 +1,99 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000176 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001796 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001810 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001827 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001944 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + rdfs:domain ; + rdfs:range ; + rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; + rdfs:label "spatial part of"@en ; + "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000122 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000170 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### https://www.commoncoreontologies.org/ont00000205 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000904 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001945.ttl b/src/cco-iris/ont00001945.ttl new file mode 100644 index 00000000..2d721c61 --- /dev/null +++ b/src/cco-iris/ont00001945.ttl @@ -0,0 +1,59 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001776 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001783 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001812 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001840 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001850 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001945 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is grandchild of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001946.ttl b/src/cco-iris/ont00001946.ttl new file mode 100644 index 00000000..fdc2fa1f --- /dev/null +++ b/src/cco-iris/ont00001946.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001842 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001946 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has father"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001985 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001947.ttl b/src/cco-iris/ont00001947.ttl new file mode 100644 index 00000000..0506132e --- /dev/null +++ b/src/cco-iris/ont00001947.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001809 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001947 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "quality of aggregate"@en ; + "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001948.ttl b/src/cco-iris/ont00001948.ttl new file mode 100644 index 00000000..e8278b46 --- /dev/null +++ b/src/cco-iris/ont00001948.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001793 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001948 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is half sister of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001975 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001949.ttl b/src/cco-iris/ont00001949.ttl new file mode 100644 index 00000000..1e32e1a3 --- /dev/null +++ b/src/cco-iris/ont00001949.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001852 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001949 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has accessory"@en ; + "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ; + "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001950.ttl b/src/cco-iris/ont00001950.ttl new file mode 100644 index 00000000..795a71a1 --- /dev/null +++ b/src/cco-iris/ont00001950.ttl @@ -0,0 +1,36 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001950 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is third cousin of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001951.ttl b/src/cco-iris/ont00001951.ttl new file mode 100644 index 00000000..b711c6fc --- /dev/null +++ b/src/cco-iris/ont00001951.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001831 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001951 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has subordinate role"@en ; + "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001952.ttl b/src/cco-iris/ont00001952.ttl new file mode 100644 index 00000000..a254efe1 --- /dev/null +++ b/src/cco-iris/ont00001952.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001818 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001891 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001952 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is brother-in-law of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001953.ttl b/src/cco-iris/ont00001953.ttl new file mode 100644 index 00000000..5ba10fb5 --- /dev/null +++ b/src/cco-iris/ont00001953.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001953 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "has parent"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001995 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001954.ttl b/src/cco-iris/ont00001954.ttl new file mode 100644 index 00000000..f9d6fba5 --- /dev/null +++ b/src/cco-iris/ont00001954.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001889 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001954 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has capability"@en ; + "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001379 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001955.ttl b/src/cco-iris/ont00001955.ttl new file mode 100644 index 00000000..c2ebc684 --- /dev/null +++ b/src/cco-iris/ont00001955.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001789 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001941 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001955 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is aunt of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001994 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001956.ttl b/src/cco-iris/ont00001956.ttl new file mode 100644 index 00000000..51f493ae --- /dev/null +++ b/src/cco-iris/ont00001956.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001829 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001836 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001956 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "aggregate has disposition"@en ; + "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000027 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001957.ttl b/src/cco-iris/ont00001957.ttl new file mode 100644 index 00000000..3f133f3b --- /dev/null +++ b/src/cco-iris/ont00001957.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001802 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001804 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001957 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is husband of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001958.ttl b/src/cco-iris/ont00001958.ttl new file mode 100644 index 00000000..49f6fdbc --- /dev/null +++ b/src/cco-iris/ont00001958.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001789 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001941 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001958 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has maternal aunt"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001959.ttl b/src/cco-iris/ont00001959.ttl new file mode 100644 index 00000000..bb242b5b --- /dev/null +++ b/src/cco-iris/ont00001959.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001959 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "inhibits"@en ; + "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001970 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001960.ttl b/src/cco-iris/ont00001960.ttl new file mode 100644 index 00000000..a59d33f7 --- /dev/null +++ b/src/cco-iris/ont00001960.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001840 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001897 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001960 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has maternal grandmother"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001961.ttl b/src/cco-iris/ont00001961.ttl new file mode 100644 index 00000000..3737a7c3 --- /dev/null +++ b/src/cco-iris/ont00001961.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000084 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001863 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001961 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is measurement unit of"@en ; + "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000120 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001962.ttl b/src/cco-iris/ont00001962.ttl new file mode 100644 index 00000000..675a154e --- /dev/null +++ b/src/cco-iris/ont00001962.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001819 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001933 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001962 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "process started by"@en ; + "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ; + "A process x is started by another process y when y causes x while y is still occurring."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001963.ttl b/src/cco-iris/ont00001963.ttl new file mode 100644 index 00000000..a600bfee --- /dev/null +++ b/src/cco-iris/ont00001963.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001811 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001904 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001963 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + rdfs:label "is measured by ordinal"@en ; + "y is_measured_by_ordinal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001010 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001964.ttl b/src/cco-iris/ont00001964.ttl new file mode 100644 index 00000000..bc085106 --- /dev/null +++ b/src/cco-iris/ont00001964.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001877 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001904 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001964 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + rdfs:label "is measured by interval"@en ; + "y is_measured_by_interval x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001364 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001965.ttl b/src/cco-iris/ont00001965.ttl new file mode 100644 index 00000000..faaccb71 --- /dev/null +++ b/src/cco-iris/ont00001965.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001904 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001965 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + rdfs:label "is measured by ratio"@en ; + "y is_measured_by_ratio x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001983 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001966.ttl b/src/cco-iris/ont00001966.ttl new file mode 100644 index 00000000..93ded086 --- /dev/null +++ b/src/cco-iris/ont00001966.ttl @@ -0,0 +1,95 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001811 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001868 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001877 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001904 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001966 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ; + rdfs:label "is a measurement of"@en ; + "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001982 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001983 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001967.ttl b/src/cco-iris/ont00001967.ttl new file mode 100644 index 00000000..afedb6be --- /dev/null +++ b/src/cco-iris/ont00001967.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001967 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is nephew of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001969 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001968.ttl b/src/cco-iris/ont00001968.ttl new file mode 100644 index 00000000..8f42a166 --- /dev/null +++ b/src/cco-iris/ont00001968.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001860 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001968 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is descendent of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001969.ttl b/src/cco-iris/ont00001969.ttl new file mode 100644 index 00000000..800901a2 --- /dev/null +++ b/src/cco-iris/ont00001969.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001967 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001969 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has nephew"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001970.ttl b/src/cco-iris/ont00001970.ttl new file mode 100644 index 00000000..911c73c8 --- /dev/null +++ b/src/cco-iris/ont00001970.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001959 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001970 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "inhibited by"@en ; + "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001971.ttl b/src/cco-iris/ont00001971.ttl new file mode 100644 index 00000000..f2858273 --- /dev/null +++ b/src/cco-iris/ont00001971.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001814 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001862 + rdf:type owl:ObjectProperty ; + owl:propertyDisjointWith . + + +### https://www.commoncoreontologies.org/ont00001869 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001923 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001924 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001971 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "interval contained by"@en ; + "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000038 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001972.ttl b/src/cco-iris/ont00001972.ttl new file mode 100644 index 00000000..458dae2d --- /dev/null +++ b/src/cco-iris/ont00001972.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001776 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001892 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001972 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has paternal grandfather"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001973.ttl b/src/cco-iris/ont00001973.ttl new file mode 100644 index 00000000..ab0c2bd0 --- /dev/null +++ b/src/cco-iris/ont00001973.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001776 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001903 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001973 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has maternal grandfather"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001974.ttl b/src/cco-iris/ont00001974.ttl new file mode 100644 index 00000000..b913636b --- /dev/null +++ b/src/cco-iris/ont00001974.ttl @@ -0,0 +1,75 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001807 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001942 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001974 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "requires"@en ; + "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001224 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001975.ttl b/src/cco-iris/ont00001975.ttl new file mode 100644 index 00000000..34c68691 --- /dev/null +++ b/src/cco-iris/ont00001975.ttl @@ -0,0 +1,56 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001793 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001905 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001927 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001948 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001975 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + rdfs:label "is half-sibling of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001976.ttl b/src/cco-iris/ont00001976.ttl new file mode 100644 index 00000000..d7e770bb --- /dev/null +++ b/src/cco-iris/ont00001976.ttl @@ -0,0 +1,58 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001899 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001920 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001976 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "uses language"@en ; + "x uses_language y iff x is an instance of an Information Bearing Entity and y is an instance of a Language such that the literal value of x is a string that is encoded according to the syntax of y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001175 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001977.ttl b/src/cco-iris/ont00001977.ttl new file mode 100644 index 00000000..eed1f183 --- /dev/null +++ b/src/cco-iris/ont00001977.ttl @@ -0,0 +1,77 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001794 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001939 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001943 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001977 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:label "has affiliate"@en ; + "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001978.ttl b/src/cco-iris/ont00001978.ttl new file mode 100644 index 00000000..03b8b3d4 --- /dev/null +++ b/src/cco-iris/ont00001978.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000056 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001922 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001978 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:label "receives"@en ; + "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001979.ttl b/src/cco-iris/ont00001979.ttl new file mode 100644 index 00000000..dc6dcd2d --- /dev/null +++ b/src/cco-iris/ont00001979.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001781 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001979 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is step-sister of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001996 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001980.ttl b/src/cco-iris/ont00001980.ttl new file mode 100644 index 00000000..4f23ebe1 --- /dev/null +++ b/src/cco-iris/ont00001980.ttl @@ -0,0 +1,71 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001808 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001884 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001980 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + rdfs:label "describes condition"@en ; + "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001982 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000127 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001981.ttl b/src/cco-iris/ont00001981.ttl new file mode 100644 index 00000000..cd49a922 --- /dev/null +++ b/src/cco-iris/ont00001981.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001812 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001850 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001981 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has grandson"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001982.ttl b/src/cco-iris/ont00001982.ttl new file mode 100644 index 00000000..90453e6c --- /dev/null +++ b/src/cco-iris/ont00001982.ttl @@ -0,0 +1,77 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#example + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000178 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001808 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001917 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001966 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001980 + rdf:type owl:ObjectProperty ; + owl:propertyChainAxiom ( + + ) . + + +### https://www.commoncoreontologies.org/ont00001982 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."@en ; + rdfs:label "describes"@en ; + "x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized."@en ; + "the content of a newspaper article describes some current event" , + "the content of a visitor's log describes some facility visit" , + "the content of an accident report describes some accident" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000853 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001983.ttl b/src/cco-iris/ont00001983.ttl new file mode 100644 index 00000000..9f430bd8 --- /dev/null +++ b/src/cco-iris/ont00001983.ttl @@ -0,0 +1,69 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001965 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001966 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001983 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:label "is a ratio measurement of"@en ; + "x is_a_ratio_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001022 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00001163 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001984.ttl b/src/cco-iris/ont00001984.ttl new file mode 100644 index 00000000..94e4ea74 --- /dev/null +++ b/src/cco-iris/ont00001984.ttl @@ -0,0 +1,78 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/created + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#editorialNote + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001866 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001984 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + rdfs:label "has interest in"@en ; + "A relation between an entity and some process where the entity has an interest in that process."@en ; + "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the entity, or historically of evolutionary benefit to the entity's ancestors, or facilitates a process the entity has an interest in for the prior two reasons. The process an entity has an interest could in many or all ways be harmful to the entity."@en ; + "has interest in"@en ; + "There are four conditions in which an entity has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001985.ttl b/src/cco-iris/ont00001985.ttl new file mode 100644 index 00000000..b5971c53 --- /dev/null +++ b/src/cco-iris/ont00001985.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001946 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001985 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is father of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001995 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001986.ttl b/src/cco-iris/ont00001986.ttl new file mode 100644 index 00000000..b16eca2c --- /dev/null +++ b/src/cco-iris/ont00001986.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000057 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001816 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001986 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has output"@en ; + "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ; + "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001987.ttl b/src/cco-iris/ont00001987.ttl new file mode 100644 index 00000000..3e66a3d3 --- /dev/null +++ b/src/cco-iris/ont00001987.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001858 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001987 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has daughter"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00001995 + rdf:type owl:ObjectProperty . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001988.ttl b/src/cco-iris/ont00001988.ttl new file mode 100644 index 00000000..a296ca10 --- /dev/null +++ b/src/cco-iris/ont00001988.ttl @@ -0,0 +1,49 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001785 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001926 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001929 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001988 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is uncle of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001989.ttl b/src/cco-iris/ont00001989.ttl new file mode 100644 index 00000000..5d2d208e --- /dev/null +++ b/src/cco-iris/ont00001989.ttl @@ -0,0 +1,64 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001827 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001855 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001989 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has nontangential part"@en ; + "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ; + "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000141 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001990.ttl b/src/cco-iris/ont00001990.ttl new file mode 100644 index 00000000..d2dff588 --- /dev/null +++ b/src/cco-iris/ont00001990.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001754 + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001893 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001990 + rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "instant is before"@en ; + "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; + "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en ; + "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000148 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001991.ttl b/src/cco-iris/ont00001991.ttl new file mode 100644 index 00000000..4cbf3a98 --- /dev/null +++ b/src/cco-iris/ont00001991.ttl @@ -0,0 +1,50 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001861 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001991 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is made of"@en ; + "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ; + "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000030 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001992.ttl b/src/cco-iris/ont00001992.ttl new file mode 100644 index 00000000..d4a8473b --- /dev/null +++ b/src/cco-iris/ont00001992.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001846 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001992 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has organizational context"@en ; + "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001180 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001993.ttl b/src/cco-iris/ont00001993.ttl new file mode 100644 index 00000000..c2d2dcc8 --- /dev/null +++ b/src/cco-iris/ont00001993.ttl @@ -0,0 +1,53 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000056 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001844 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001993 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:label "sends"@en ; + "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001017 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001994.ttl b/src/cco-iris/ont00001994.ttl new file mode 100644 index 00000000..58b2b093 --- /dev/null +++ b/src/cco-iris/ont00001994.ttl @@ -0,0 +1,39 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001788 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001955 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001994 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "is paternal aunt of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001995.ttl b/src/cco-iris/ont00001995.ttl new file mode 100644 index 00000000..f3cddd0d --- /dev/null +++ b/src/cco-iris/ont00001995.ttl @@ -0,0 +1,74 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001786 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001839 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001842 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001953 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001985 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001987 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001995 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is parent of"@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00001262 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001996.ttl b/src/cco-iris/ont00001996.ttl new file mode 100644 index 00000000..bbe4b74b --- /dev/null +++ b/src/cco-iris/ont00001996.ttl @@ -0,0 +1,60 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001781 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001865 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001872 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001890 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001979 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001996 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:label "is step-sibling of"@en ; + "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001997.ttl b/src/cco-iris/ont00001997.ttl new file mode 100644 index 00000000..6e7b4591 --- /dev/null +++ b/src/cco-iris/ont00001997.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000084 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001900 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### https://www.commoncoreontologies.org/ont00001912 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001997 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is reference system of"@en ; + "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000253 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000398 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001998.ttl b/src/cco-iris/ont00001998.ttl new file mode 100644 index 00000000..b7b56db6 --- /dev/null +++ b/src/cco-iris/ont00001998.ttl @@ -0,0 +1,63 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://www.commoncoreontologies.org/ont00001910 + rdf:type owl:ObjectProperty ; + owl:inverseOf . + + +### https://www.commoncoreontologies.org/ont00001920 + rdf:type owl:ObjectProperty . + + +### https://www.commoncoreontologies.org/ont00001998 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is permitted by"@en ; + "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ; + "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . + + +################################################################# +# Classes +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001324 + rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/ont00001999.ttl b/src/cco-iris/ont00001999.ttl new file mode 100644 index 00000000..955c639c --- /dev/null +++ b/src/cco-iris/ont00001999.ttl @@ -0,0 +1,71 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2004/02/skos/core#definition + rdf:type owl:AnnotationProperty . + + +### https://www.commoncoreontologies.org/ont00001760 + rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://purl.obolibrary.org/obo/BFO_0000196 + rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://www.commoncoreontologies.org/ont00000311 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://www.commoncoreontologies.org/ont00000323 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00000348 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### https://www.commoncoreontologies.org/ont00000995 + rdf:type owl:Class . + + +### https://www.commoncoreontologies.org/ont00001999 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment """Although its basic function remains the same, a Filter can be used in 2 different ways: +(1) to allow only the desired entities to pass through (e.g. removing dirt from engine oil); or +(2) to allow everything except the desired entities to pass through (e.g. panning for gold)."""@en ; + rdfs:label "Filter Function"@en ; + "An Artifact Function that is realized in a process where entities of a specific type or which have specified properties enter it or pass through it."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi diff --git a/src/cco-iris/readme.md b/src/cco-iris/readme.md new file mode 100644 index 00000000..038d718d --- /dev/null +++ b/src/cco-iris/readme.md @@ -0,0 +1 @@ +testing diff --git a/src/ttl/InformationContentOntology/index.html b/src/ttl/InformationContentOntology/index.html deleted file mode 100644 index 3e8e1cc3..00000000 --- a/src/ttl/InformationContentOntology/index.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - - From 2e06c402ec05f79743db5c3f1adc9df21bd38485 Mon Sep 17 00:00:00 2001 From: John Beverley Date: Tue, 2 Jun 2026 12:04:03 -0400 Subject: [PATCH 6/8] added documentation about nsof brief (#877) --- .../briefs/NSOF CCO Modernization Brief.pdf | Bin 0 -> 2730634 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 documentation/briefs/NSOF CCO Modernization Brief.pdf diff --git a/documentation/briefs/NSOF CCO Modernization Brief.pdf b/documentation/briefs/NSOF CCO Modernization Brief.pdf new file mode 100644 index 0000000000000000000000000000000000000000..02329e3042929132e85c1a4d6503efde9aae98ee GIT binary patch literal 2730634 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

      xkH)$j7pCdLCPn&Oj0N0X|BMU*4^t#b9A$8|TS? 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

      g%VjHHzM;|o`P*(~O=Njn!`Y~2K%ssV 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 z�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
      rmdw2BWx(j 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

      {rR`6BXByARD~orV2rnSW2rO3pmi3P+y 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 )(p1`Z4Vna*&v~dU@$O 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

      F2BgK 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�j;IB1s|G&|7hRCkdODixy1fK9wQ}`&U$WA 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%0AaeNP%?h;sAc!CY^XdHfYsy&> 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 z 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

      DxM4KfgC-pYsU+8*|;`{0#*}s~zyeX{%S&_|s`! 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�VuZBA~Z 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


      &7Fb(trV33NJKr$d4f7Pq0Tp|4K3%Ul|B>wc2 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 z%0AY-$>uu{FUiXI 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%0D*u{~UEEIg7c*okFYNyY=_dNd<$Th~0f9lnm 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≫73WKh8fKeEY~MTHOJ> z$(eIFmasGYV(q=D`je@M{?wuJ7q{K>;>QEu*Kd+6cqdoWf1ZiR?bzhqj>xszBs^WN zTb6OK+GsomX?-ADRX4H;Aaw?=Xy4x$n5d3p6XkY&_4I5@ul|!kZhP>fgLuK6=9AKQ zt$M~zW?KnXEk_5vv#nu3vH397|E+)SS4?5I-61B6-$TXY;Z@wQIZMy`xb8NYZV?v<$yqSF^*d!#|%I{T2> z)X3Bkxo19hIa;?wD0rK%vd{1719)GTNjB@b`}T$jXE~_!>Zoyyz_(#%k_iqs^-$e2 z#qj0kay_@ovD?ShmQW|V#7+|8i|r=^oom^|1RE=yg%VXNMkeR?YK$hU(YuMUK8o|L zZVmS<+D#Ya))!y1g3;jKNGv!Cu$|=HdKyl$cbzg9iMtOr;^aD|xbolR0uw(que?y(7} z{9eb4(E7bpOkm?|%ESEP+_z-979u;-oAT;>6!1!|49iW2a|mT<(lv_C&$&Tkth0D zCz>yTROGQSQ&i^mK-2JqL924fnp1W(g<$ZO70cmqtGdA|lbL_D_|wNF8kLD*f=MQi z2F%TD-D7=)@m;SGTCB%4Qo0-_eC_%uQ}B|J>Sm57W|cX^}AUa`#E1YyiRl9H!TG z-^X8lANHR)o5Evb_M9rq$BU$)h6uY1pD?Raso;-77oWfwE63k>rA~f_KQq^wS-|(? z+KcnJ2sn=m=^Mo-ET+(#2tGsg=f1mMeTvnNKq@97(&ywxVfQ8S#m!{>=^;1N3Seh0 zDvCr3=3aGc@ak$ZTU?eo-=W-M^{4XZf z9ZosO%W;-7W6f*6?U3dLXI5Bl??a)gtWoh^f`xsINJg@L6lgMhh}o*9Dx@KSCfCZ=DHI4_zm zzOGILKn9o@ndyO}{PP=?SwO7xj4YZ&m*{LJ@cCimPr6K=*fK~0f28d!bPWJGaGXCL$1EM&MQC8~_K8nVkbt+0Tc(e^{?y zL9tAipjbc|D+@iaWMFzmFf$Pw2Qxhz@Bu{6&JLjv0*?77g}<8f5?^^fI}Uo#{}i$_ zvC#u)#DCNHAEx*#3Xka$h4;5pgg~tQVTu=UGsp$JM4fb4GaEez0QUlrZRejrz%p`xeqKf}1WM-j8o?J37l=82Z~74xOspLA0OlOT1O}84 zfmuQH0L|w6CkT~*Bmc*62VY>iehQ^OhdY?*ziYW5*!-mBHyHv9{snCCz3GQ7Sb-D) zBs&ntMULQL2Fwovas(Sahz-IP;PXZNN#$Qm>;ew)-@XFDz4^l;|H_^LU$SQaM`mKB z2Ow{Nb8!GUo*fLP2TfY*@zN#!p%L+~Zb;ye+ z2>+;L20R`NyqbcU17gDhUnZ}M$tmjSnj0`E=ve^(4*@G%3+<)n{!SEv zWe#bFs{^>Q&Hk=e2p}|MuUFTN83O4FDf{b60BD~7*S7yA{r|7Tzeqy>svt*l#TG0; zA@XxN`Hd}Du4JCyi9);wjj4IioSo!A$1}ac6tr~ObV2uU;y&Q3~a;zMUR=01*oKc-fmbgkl&XP z_}eLdXAu8vNY;y{A5#P|0y=={(X+A>aWHex1G@nWP+ou`ZF(h<{9fS&whmI^Pjmb` zg%|kfzntMki2!NT%c=p`1iTA9x^7tKO=Gf5EB;}?24*?_APZHpaKJm zG!Q$89;leu&)t)WgPsx6Jueuwf9WmX!P*eEylDCn59j4BfSLu?kOQcQm{}Rm9}z)d zR^TIqzg&Q@|5oKMg%RuJ9{OivGXGekYC!&EWTL-#_G0G%GAZ!X!UmZ) zS^hD_pDp?Q@*N0EURE=IUNngND*g}w-#NFCs{WxNs1yCIOJ4r8@fWlE)g>?Y{J--P zV8i(9bi#UWc*u3TX!;R!OiWDlfWd%!bPKRD+FI~a25E(ybb z=P6g7vwpkr{K~3jy=2t_GXyi8mnf`E^Z?$Thz&^70Br)y3c1li@KXOYy>cb^*6?=$!2T<1>wD7=EsR7Qz>mo1za9g>TLUSZnGq;x zA$B?Ti%Ui?)8x<7zv_$ZSL*DaWq=#AOzYpVz z+p=G5t$!zaaU072M8DrK^()JV1)ypDj^)F8^<@j~no`C1)e#dYjA!X_QSHyfuz5X+ zJfaf#nLwzm@8}bJ$r?NFyp1G&EB0+OSK2OW|7)G5u(+DO4)03COI_FJ)Y!rGC#Kd( zVteQh`msY1fz^#%@aX+G~ z?%~~0Mt5V9c|R~n`DAdcO61^S^_y9>w+osr3_A<27y0$zU1sy{@ROw!9QH;nKDfgx zi3RP(E|T)H^kdh25l4r24@OnhA)cd%;S5-23U7xB&HLJf>a`9evo{)&LjrR$E7*8v z#ii2C^G)6ru!P;i^^5$iO%}vt?;B0kiQY$*)p#P@D8c3+fFUT64QWTF(h08)PsngG zj7MD1%@^R}{L(s9o|9(k$+5#LU{+Y>KMH<}VN5C`NdSfNku2o35b>AdkDr7*jf{AN z65QL-Wqq{MzohBPvWZ9d8f`>7rC=W>^k7@`L?hJI$mxs-2vngpH;3?&KekviG410n z8`pf3X4zlvq~62j;e=rU;#0848ux&e2)zlry#)qEI&x9qfI+Ek%2tJZJqK9cWZ1H$ z{d!b52XxBHFAWx;RoHGAw|R%S#^MPXSm3(Ra*b0uwRl`##=RTDAAT+A4HLOnH?26y z7L|@fgpvu;N%Y63A<1#_?H+{h%md#@Dp;qPa$Q4L%~8}*(k8fOg|s(FawFyDV>W+L zds-_&_CQxvOh4i$hHUy@Zp%ako{XxVNj@gO$rrkHOH@!AHHNo0PrK<$^o)kR61ICO zRP8l4u17DC-oJ^6G;7w7gk5~v(McbQH5)ODCNaQ%E6C{PmZ&uilI61iQF9{#-y+mZ zA5mXXTC^~B`%x<#@=)EdMVxQ2UQY3;yxh$CQ!yVZ0$o9!N`C*FKkT$14a^p>j-f2 zjPe+qg`0^p2=#faQ|5CvEy151hwGuL&&5cC>jPI$of7~BQxfpFI-Vrxt{0L+QZ=_! zi(fc(-~%7GI2Bq_uW%gtS^jNfYx%%{_Z?Q4>=?8gnZ8ST`EOSbbedU{${X*+BGYi5@XCGrf#^|K(EUDRI z)S*=1lTS53(6@Mmm*w}?741Pu~IU7hJ}+^JjDdk4>-JECw-OGEkrO z;1al$I>Ojw=rqd?wm`KMkmTHa(zVNFtD39*7=;1GhYp3*FM}96O|~s}>j__jQLBgK zFj<%rjtmoQEW3wEHF2OU36+x=MOqfBkKh|wa~M&K#Zy=0d7mYpLLEwq>AqPq559d5 zvTOVqUCr$}r|PM|{LfcY=+t`?pc!kV$@O z>VTdvg*Ol9L(d5J|E7pe^YlfeON3E^6vAgVxJWNdVp;Nt8rU8M%y~34s=)0MW$_HI zvPaz+uw?V(LOktlun}`Qo<8KM{_!|is3pCEv=(cU6rEy@T(&saI({}HnA%v`Wf4YT zzYMO7dr_1qa0`^(dfj-!h;5GyJwbDUPi|mx@kKZ|3Y=-UuGp=6zRhmtdOjVPpsgubDd8qd|9W6n$R(e=pAMs)Q)1;^mWsn zG2hM(E*60o9@mQCrBSXK_VT%SWSQgnFygfsJc)VMA~+T2*QcMUL zbq_ux1#D1Eql7mGvOtA5Ar7XbI8qka^7XJqD*7=RM~)Z_%^e{|dLlEBkmWt|=jbZu zvW}`JK%LMSfWti)rhJc$w2u@(B`fpA9NqxbbNgc_Z8BWotD(TB9KzeEcVQoFc&aEp zcutf_l4?`BTB0{i9M?<#Ac!n_96q4qj-S_E4AHILND_`$qi=KvfqvXe^`|`$Vt8S3 z^XUk-+saN!*z{_w@Z!xyxpGaSxBEC5MG2sEJ@ulJJ+y@@J6}flJeOS;^*|&tgcfqb zPVyvklZYoVNUdd*{yEmuPhCl1{2~3MuSjr=N?iqj=L| zJ-b6dvJL&d)vJ{wUHh0{D#gH8RYgbHK!K#(6Pi`;8*OJ9)FG3-*|}gRB_Lr*5YHW zFh3#3XnQ1WmZNf?KQ{sj+D?7PXPsE3TjO={&2c63!LU>qxUCzi$>lu~pLn0&*n;n8m@=zX{Sg1^K&M0YpmrvG)dyJ<0qK&qviMXq+>0y^VBC(J-b{FdHdRt~HQ%6=dfD^+mLPv&K6Q|FbC8%h$s0}^!i;2Sr~)*5LoS%P8o2SA$7D{i zjF_3M%xGC!L@-uSUp*Z*xybSe(bz+ToII+8BbjdL!>b8ht4|N~`W)(yYlgk2!6md2 z497G{mHA9i{|gU}FiuNedb76x>Iq_A2YVU2A*xOrL~#cVIbESB}B zd;L&&St3G|k!u#*=veD@Bx|3Ii%gSbF7Cj zPND_8d5*|Im3co9i3mY{R6Cn!S*FyHNPKopE>VrwU+aq`c}^opqy;(tre)$({voLH6D(*bKo4jo8~PxNtS+ly>Y3MPlT zYu(9O)-YxCWk85|gf?0Bu*$V2I9oDBGNM2LOGW5iDlveCJ(06{`Dn%M?Gm$`W`?iB_Y z^UyL9bE`3Tb2AZ1?!HS7GM~$QkcD@!F1xh1F7Rll{&2c_v*Bc(>001kQ*cLQOqd6) zXhii*cNM7wL;d(ghDk0B>De%o&Q2`vUiU_~uRF*7Mvv+bx2zh+=p8Zj(uwQK3^h*e|bV2C|xWyfU0KtJvAtuEFh zJVZ9TJy;jKhPb+0$M5rL1Pwv`I_RmWbkQYCdY=qkyQeGOnq+O*+&X+&EA%usAGJt- zKR(tVEUTL!lei8(BMo&PYZN({JLdILnM$$*Qvrv3z$dS@z*qwrtr%`t@3*Q{SoP}# zUDu;5x9J;Nc9b7+bDixaTCnz*2oO^X(a4J3z?8qAq~I^Wl*agqHLmQQuQ4pb=;O~) zd#k48PX%?sCi=d{>2l${G3n%{DWwUhm`&HJND_t zPT1gOMW6$dcCq`_(uG0~`lF;lTWUR%$_fG4YU)Ke*mYfQ>&?2;l^=`fvguWq-KuoS zvhzA`Xcr^|)yv-+#PU&Wtp-OFLXP;M067aKLMUuH}tY_%mS9A z*JeXf-|XbMPjKF$p)IO4H zW=?S(o)A`e;XM)1s5LYH_8OwiO>Qf?PW(b!tToGTUq917Qc#T;-`!QT)XPp5lI_^# zd&BrOTvMUP^17zVt!=w!SWlNY_${BN2vELAI-}2S3Ft}W)KEd+R`Q3%>SRuN&Apys z0`+lp)pw*yaVd0!Lufw;p#lHB^KERz)q8JQvd z)h4gu)`M3%kp%?}GG-jtpD!8H+H2l3k9{8)nsJx^4(}&JN9AlNaAXo2X~ahH$iLHK z=C#xrv!M`tS4L~}O^oAdZE6xlZd1qPD&8$ZYx0##10BJAw{i&vh$aBpT1zln8UJnsGTlHiblD>gxshiaB-D+^6_avF}0ClL4IV>bl+1N z^}~MXN$)OBZgnRk;<2YY-?H=c5pObXqkEE*V|F+r_D_y?Fsgl-IT8Od^E##nTd107 z{k1DsVGQ16F@J~cfrc%OuT<-@$G%4=;{oa;jGhfE=OUjkG%8T@$QZ+)av21-8i%X| zZ8?;r_m-b2w;q((aLsyK@EQ_ zkQykx*TRMPqHlJoCTt9ur%fdWT$ijx$7T#4q_2EGY-9HUU&K*%Absu|sU1yS7z{-hAqZmzqFpICTd&>hE&*l;cB)!-jOu^RkLN;kCKRWU6Eble4FSN7g& z5M5`!s<@tPxm<{iKe?9~d+-$zozA@^g4Cdt-r-K>G~KYwNuJ%;u1it1=0yCE9Dvfb`)(6Z@Bp82tVu|Rkv~B@e{oh zs$9d{{rT4bWMSWaq%-E)2LzW{E_G9h`)t(37Gx8M?-gTA24546EPvDA`@ z=_{r?d_s5}Iza3B6*>f(zZFpsBW9-vEfe4RU?*Y><5u&AqA1{l^JpE=n9=b)^_{c>l?6<>pj|hc}9i3Z|umZkBgiP>+g- z-1V|(?5b=;l@z)Oj&mwHfYZr7fNPdCe9|u^cC+sAMGT(Kva=;zPU~Vu5|#NK>5~kb zCEp#LE#ihZP9JiH#p6qCXV}6M$V42@0`AE-29M4wW|yK&R@|ZJ>uy#j8t`JH!yJi( zH!VY%99+?!4?*4zoq3Nw0XUr%RUQk!MvF8vHxCx~7~&3X+EL|vA6uG#v;RT9jeU|D z9ouJg%*+Ie&xdbh1CC%TP^Dx=kEf;RxGi0|C4%+U`%aa0ZcCF^PZ`V%ArKeg)%)rj zR^%<6``tji+U+dzHL~$ph5q%BH?$XC*2#gy(>B5`Gd5`29ub=s-^&bobu7w9{#pUG z41UEtcAKA$XIq{wRSI#kLRKS5O4bOR30o=DNpsVRI0@H+{uLmUQ<^pm>jcl)z6-=N zI7AAX`YZbi+lpXg8NoaJz1-*bEKDmuQ%cCv8YWW89HF%@iDF_5w(~eD1c#L=_TIj5 zUl70M`nmf`jMNFTfX5VfO}$=?nMf8PuAtlJuYbu~N*#$@>VUc_dC*mCUld>+SH z^vw{?kw*=VdTIjq21#gMWO1vz9Qv=OcyJ=f-?!`AJk(dWPsA`S>yU|iZ98gF$ELo= zd~ZK4B0_mm~pE~DcJ4;=>U8v$@_+~LS zp+VjOr6E&Nu%&?Wwo%t$WF{?tZsM)fV9T5m6ZWrhQL>vw_%{eYn>{aZ?G>Wai9LFz z*h?n&p4&9vIV>?Be#LZ(UCu22RRw=h73{qU`Fx5O_eP!!t!URXv|_$afVZG_2J>5- zePt>hhLNbY$pdz@AWMdxa*urOP*W?r-9185*w7JgxAl&->+^$GWn81f={^E0U@Ir(7>h)Q*;m@ zVO1C~`F(4f1iE8@x>+Rjy|LREF(b*Or{VN&#VaEEiL;RA-2=s4?U%jf9zm~P6CQK2 zp6{GW^J_UV%GPZqFzwpefjI9@0&sTSgpep+{M5g``r|T=&}NuQS1fj8asdrzJz+9% zrj+nKjKRH=DIoPo?7NemTj%s4T_E%nG)e2U;5R3K+1IgrC#(H~jl&O47Me=8L!W_| zm2#6#=i4W5;j29=SG)hbp7@gcqnE*X;(GK_KtW~@r;zLN(x;Ru z`To4ab4#n#e!S5Ead+J98Q=84Zl^-c6*(a;&BVr8?fsTn{LwRL1V_@5f2G^7U);g| zzcVDrW8kYNQ&(6CKc9|W5#_kJS@ExW<+!-U^iuS9Cyg8z*V;jx?0;{%_&R`a0nRf4 z&FANtU}oU`CYMYfj{g9bqtOUCgVgzMGg z%yaPM|949L>j5Rl#m$zN#`<{){zduyAP073~s8`*)sU{>HS1o8>^!hf0I_cumd(fAL31Bh%O*nr!dLBKRP0KOZ5 zZvg`|F-Q~vi17;b<7cP18g~FM3DP1z3;!BQfH))+^^fBJ4E`6N`?ua9F7f`o>wmv1 z{NHoHm52g?E>Xq54C5DBz*B#Ak)LPyi|iG5`mO90`r~h9FHvY0Z5n z7k-R@lL8bp06PX^g@Ct!&QbXP-(-Jr70@NT>K7~i%VL7AkOqF9@V|;f2Ff4AA+LM> zy{j-?VXyt%_0=V1y5N=lom(+offE0=-zx~#-^yNrOa4~&5@YvgS7Ew%%LHTs{oeM& zRe-|coaG9HAuH?8bpwd$3UlYT9?A6mu6~F#_PyL-2n{o7r^9?w*M_Y0GkH`1g3NH88ZlS{lOR4&R+=r#r!T)6$&3Qf<$uRv z1cCoUxe5rMCy=XJ|4AwU4gRIAXIqyI9esL}NzYpeWCIw&O#DCc?ev!Qd zCjVLX3i9*kAz$s68RGu&-|rH@)64&BxnKJI4N~@(6=c3rVcU&dBcz3G|P9Eh~Sdovjm0{5vZz-#{xKpc3V1?AP zoV*_sQ)gJ3)X&5xMYSRuP75i3H%}t#oT-4H)f+x*7~jegkZ)Nmw80oPIwCa^Gddx= zd*7C3qCugFW#(qJdbRjbrjpCOvDs^62sOc73UY&0s5ixqf9v(W6I|qRI>MCL;8Pzt_(~%S(ijsN}JQSS`>bI2-THC`nD@ei| zThTIq_L2^#D(2OYzS;^OOH%C71G=1SX&E}dT4NN8jG<^=|}XxVUiC8qL_bk}TMoO7j?gz546xafh<6 z`l^E%PoYNcxKOdVe!~4E zDW&FjtRe#hP>(FJZkfRiP8qYUu4IMV;1;=NA~BeCn|J$ZxrPS;Cz@f@8n5yiBRGr{ z68oF&voZ0_Rs7Su*TuC-1dE~32wyEb^fc*$pzAkHg(hbjHBUkuYRbnfXJMu`?^8XG z(HP4ggL0@lihWh_RU4Uov_Wu54s23jh4g`}a_`N79u)J&gor|yzOn)nZi*9@cJ>WrX6Zjm_sGJL&n_D@oEnlsy;hMO zc^8*@eO!k)`A`Z8i$XC#DkZcT*_kr0okWmfOz@*yE;JPnQZ9XreK0aUv9=71_qD~8 zW`w)C40Wz=jT6_?azym+BA}!8$@`D5#p7G7u-A1hV`WBAJ&UhXk6wa{cw;H4BAmW>xG zx+sR$3Z-mUwN*qvO8Cq??I6*U%Y;_YrS-!nNPvl5eOyVVJGGL!GbtH=+DSETj3ss8 zey>n^H2S849XVs|mwKyGXLZ4P^>&uw|<=>-M6s@*IrF)!%+e+rEaw<&DkJI3CydiK&O1c zpOqHa&P+;)n)68IS!j;${KQT_A9SxpIcZa;v|%+z5Vdz>S)~+CR8Xjf}&$y z?jCO~m>IeF1cZVuj-<*XHEjmRE$L6Pt$uNIQ>?~U~g#L+G zUEUlDE+yM6;Uv}^-W!`$FBTm?9j;#uBYh&{6>?8iz(o#%c7R6^&P?kzDmR^YPfOd2CIfoHxhUYrp)EPebVyQbWI%=(Y-ON&6U<1Xq? z*)v->mSGO0>510{xE8pw;8xAp!HK+ql{HR0Wb}3MXiFVkNcDI?)#WFX^lSzmqa|{^ z8b_563W`Oa?X8YDx#xn9uV}(E&zT7u$JqILf4P~ZSDmBA;j+ENGatMZL8D6_B%Pj- zV(-w6qU}KYd3Wm|*EFhru;R&nfFj!(*1psw=ChAKC(u$L^|mwO+GbutNhluIs4=n> zm|vjU=A)K^zUB*}+X-Jnku;N*{PZ6rEg1&Kzr#q3T`3R>VVEYmhlCU{*47m3_1I72 zdas={%i>fzB28<>s1#yM8e)WN!36WRI>xcLi!8sWL@c2-e>DOfduGx+Nn)|_fNnIp zP?CsDVf>-0SBwH z)Q;N2X!I8z^NU&#uohHh=Dm^pHtZFV+RN8jf z@#e&!UM0MWp4~v91o|txwU{6&KGAC3z4p^`#lnZ5w&+-S#s>Rsr~E1SUlw(*;E!>A z6g?O=eg~t2qmYC@4ib7y(TVj0vodzYGFFjiG12}Bi^xD{wp(NYtf&vPMN3pum?@zmd+^ zOJr-vWzDFheIN(+I=g-=7jcHMLJ({mz7(s@$Nr685k2!KQGn@R6)i#eE4uq=9F$U& zz~MX=>s?Ruy~kX45-aP|G)D5cbCQ;;nYgZBVLE(5*`O=jEJA78d4hEhs&PqH!k6Dm z)f4(w-a|jT0Z$eb##)~oDir_07@P8?{7ljv)pS|m2Sf?jcSmj-J;3p|U*-(E)b&RFxugW-((? zSr3i1RoWHeeir!QiXph`LLVt_hQMk(_{eKIFia_sO-4M1nE$Y@wqmc(kbiA}1wl$d z%hPzeCDMo6d9(Y&f8F zXN8gzuM(deYf-0M9rRMYDY^Gu>#BH_4@2A0rm%g=H1YGuaKw`|lYj~;v_ch)Pelf< zbpgeUIx&DJK1X*n+U+rBP)Rq{{#!IUyUZ6-vslA*y4*}&VXQ@Xey<|v)mVK(V@p?b zJVka?)B1~Wm=u$kBh|2qGP?GPZatUVDIHVeFXY3pDSg_XLmeFfGQ$ugBA3$%*DgT& z;2Vh&z7n3@#K?QtmBbKcv(Rv|&}%jIZDZMr5I7{RW@|h?Mv<{{JO0x8sPXh*bBg!m zu$RHziu0Pw*GJB>cVHW;Q1BjbL}vBykhvbpZ!XxI zNr?9)qMt3;ZW7xBhC5W>Ehfr6*$I~zOt$fP{>jn={*c5PZw|988+q1AA6$p*h4d8V z;H3@bsLzC@1Q*#Y|CcI885^7!zRwo8=i@>&WHDFkj$Al9M6+4eceg( zk6vK(%AVU(&$#7}!Q)ThSCYrszbt%H*suAfi%eNoALS@ZH#!zM5;|AK{cjKKr&7tt zDhFkQKkv~Z0_l>aG!f0G=7c#TzDCdE z{#)(2g!q`a|3}$ZfLD=hTayr165_7J-JQ6*yN3{W7vk;;aV0|B-Ho`rySv+e!rb@X z49w-9`NE+)mEF6mPw!n-=d9IhgW;ZNW>t=mYSnw`PatOr=mPg-r?D%{7w*fjBo`CG zRh`JeV_g>;BdF63=Q0y86`&y4(eS?)H3D)8CYZx=2^I;^b z20`C=501rqe7>aF)5W>g25!0?k3rzE#}U9l=on9;X@0(uer{}Ht(tD^ORlNDSB1N# zpDi+t&9PE{t!Tp@bUT0Ca^KDHJ#mOZW@=<`UbHrCI{_qoAZsB>_oL@Hb#i^e=+Mbk zA;5iE%XHb-TK&(C7b+T>rC-}y?z;NxuVU7wO)g*iV(43*hvQs5t(T>ZuBaJ$e0opk z@Wt_>^gN=+gZ@eF13=W+HB@s8d$D)hr4NZS<@83)#G_S4@1)N@ZabCw?qPj2jm}@q z*W;U5OL^qnBjU^;FZevTeK#je+!k+_JS+U92D*Kw69=zmLMk}hW~P&A^BR?1W0$eI zJ32*3k2xJ$D;FcyJCP3bBV{Qqa&C?N`D^+em#OI)p8bY4yU|W2(VBTVlfega;s=I! z2dcVd@nDMiSw+1dDa5&Bt)TSM#bUohaN_nRN9zVEWZ&!-v7q!sr=mz6kuQczZg(hY zriZE?O&{09aDvu{)0RBeLG&PrF1QRt?O_|+qniULqxMh1slA=Sj$AtdzuI?fIjHN3 zE_c+$iDEzb5Bj|k`f}u;&i1h5iuQ48yy<2jfZk&YjfuFB!FqN>`;^T~|pHE0!~jM{J>n zed63MTB6)8;oh@YE^ve@;nLiVv02;1dmB#eUq`auFx!8{Z2BXTleyX*catCXQSe1BU>W?qnlUL zgOKrJ)=j<)fPsK!fFa=fSKJij`6R$d0Iw28LsPfgEq7TzO*@_saIFP!t;H`leS;H| z2JwgUS!P; zbr)I9sMng+)UF&GVVMU7Qw=!GT{0V4dgQG5kH<`OC~!CQ39EnKbTw=1>uSYhMRjqD z-_M0`-()vB))h$NhZn`xCLOlWDz(dMyteAz9_bkCoyeHm72Yn>=8=AHal)m8gj%!^ znnfcU)o%86d6JMcPgq981ghfp;2myd?4Z1H8}~exyvW{-i?f3~h+2V&4BF_+d(o5d zy&?&fa*_NPYv=}v-BU?)?LR||rxw25u#?4QY}s2Z^aB-V;ZC$K^&PMnwI9xFYyc!V z@;&4a=fcLm=VuYDYv~LnaMIv+r02_@1h=s+U;=p%^ff&mE1n+)le9fAd7L)dxLuD< z`;6&7J)c}HcBrJm0F;&8=ggCh0J6r?G`4$LfzN_W~_esf4ly=8kzGpP5lL$vfer)pmlq6!mi6OC;!R zX+WOF)y96oB@Scv@97?&9eyNEQI5{<#A!E%vqPPod&9GRb#%_B5WnaJ%S19A+VYN;0d%%wT1{VxX))9u5lk-8f zKr)W>HIg%Q1N_(1UI%t<4&}@9VyerL&!m9tpEC#wKoTmnHh50hJ4Z2rSHy#HSAI=9P0>brX{4gUXf!HrQbs^Qk7EOzd4=em==P z9t(#`J)6)rTY3xBUJDoVgiTbjhG~3tz#%b4t`A3#U zhzy=i9&BuaHrlZyT?3};j2_Ie&-^LE?S>;Lv%Fsk^-~`t4(2!PetN3&Un;?QYkPBM(+WstH-geq` zVcxa^T!3vY^DtKMupCKR0IFLmoK<+d`H=PK_kLEVU2B9P*~FFY{`CNU!xo%2z#_m+ zp2M{dd^^r8RU9zPY$e*hj0O&Xb%9oW>L78bvHT7(z=(^Z!MSbh(v12vR5}AN9C#1c zXxwnZt(=!L^jtP=LuI(GZYoKmbF@XZg~vGxgl6P(ETntAGy-Tv(t<_WPIa0){^uyo zf$D5)wX=Ip(%gyrvRls}GpO@5xJyqbJ%^8;mOO4w&xZkDTOJHupDkP)9*=Qb?r$pH zFR%7_-0xQ(wU^z`0~|e_uDfWSHs`-OO5-khxZN4u-#s<}D(!GvczWDl9~OQ+Y;e?W zc|KX)-H&*_D=#L@L34CG-nve?&iqBo(iCn8#id0TP=J$5Jn>4s9s7M|?+;f=Q|bLaHi zQddZ8;@bMfcojZ;aUtSIBOR!hy|qj$TR_tJw%55UwTnU(Gpz<3iNnY7IH-#eu!S<( zZs;jVd`9wGL^9gVft&5Xv%Z!Ce}Y9CPBVxQp^9-SP3Y*A<5Ibz zOg{vAXbsEl_d5At4{!z?$5ZMEQpH8j^?Ydv7%Y zd@s2^b55@sVZHnvx+3L2y;c+1>$AoF!}A5e^I@4UsC!WVNf*E~pbMpNEw8wU>>o6Q zt)_bZ_Fp!tRCNsjMQ+W5ZWKkKRI4I}J&2rqJu9{dm53{WYM9?&Mp1TkZ+rR`^$e~}62v??wxIQ8jCEJ_U zaVFS6Jc1~@ZQf0M%el7@2imn+zmx60l#uksoVKa6ekA?48+cVVFL&lf#xNWQ!K_6Y zm0hco0{Dyu8Pa*xAkXJ*a4lEwAy8o_a6e=IF{*X}F_i*=2rU8QCM&xSaFXjXOBjp_ zTE61Vz_^Ye`gN^zv9c$p6%gd5`mQ6Bg!IGMGu((shk^-cp??x~1y z?-bDn01GFvp6U3Q7#rgj!20whmwet-uSo4)WX=;Je|=d+&X5B20Qx7SnyKf^Ch~ym z@d}~xZ^@2;!qESm4%!z zUoqo9+Wv!y17vO(0i+2!0HXn*?fDlJm+2=g^dCr|(=q*@5ZNCv`ahr+Facoe|Ay%P zf;BSzL3m~1ItfI{O8E|o4928jjqt& zng5izfA;=!OtAb576Z#q_xZPe{{@TTilD{{f!ufL3Re-o^%Kj~5aIjH{D z{J&4_e`o#|?X2I^L0Eq?xBMJhY`>Ap`^EO3i`fC@;r~u3{>AUV82Z`%#n8|86Fu{{ z(aiR%oFzc!_kX9+f6j$t`)SSg|2gZg(aiRLq+<1#!5j}T{<8px(SS-bf0;zselv>w z63lEr%{c#`=w$oNvon7aooxR~1D>Atr&=0+?#xfYK~MV|t-W7t|Bu`EOUC|c`{$wH zube4*7DfP3%Es32g^KvHYi4I?LnCCSYiB56sBdXtNF!lr@xjg*P}qin^{om5THtHU`%V64(7-J16-l8Fd~&NrlH+4H_J4AYh;TY3|$uL zVBd7F&6T3Q@uTcBm}N8!`ca`MzkMDY5_XPCJ`M{y;yaaKM0GdJte>GrAghhNN!rj{ zO5`%9o_;T2Tr6;#TaV$Jj)9R76KxsR*n8u>0-1#K zHvfi+4SqqtBcvQDDn=x*}X_3tmvOpPP*hFffXV}(6ve8{4nZ(MU1^dOY1PzKW zR0RTbt>MA#j_!NDi6oQ*_Yhni2=P$_sf zWI0NV>r2q;G&MHfLslB^K|w7TKWo{EP}nFALTMtDSug&X8@~WSaFAcYUUY8EmAu66 zX~;E!JS&(t=F3XuTT8<6+aZM#iKs{V=l9FR30y3}Bvm$nXQqU~WxRp5Y~_<~cp}@R z_67+dAGmhbHD*8|{6KCx%YFCCD^XUXNUNJjO1E%SwN1*)%?Eg&6tdB|*c4W!1Idda z{5i=qf%!j`O5hM(Wvz)Lea?3lE1-m~Q|R*}ldF$yZHc~)Z7P{FGLAB?dO@Zic zkQG6;=he-ZVvsGe(AW!P&aiPgOJ5@*u?sVeMn4pRk48W3${OTmvIC{%zgO6v>y_a8 z5Fgz572Y>$`%;d$QpTC7&k^xm4&de?=leLhMjn$QS|p*;)AhN~=RI`i5k&i#>eP{O z(yDG!`N=_DDUbjqXVLUnpV7U`N7(g|GT18RH6Joauq4xyd$rllsVv(x(M>!-zD%zk z6S-5jhLf#PTvRc2f!k#tRCMvh$33zJGbV-NUEsL5kS3ni*;tr8^a7m-G&JCsZ-m*z zfp3^>H3{sZ-K_@emg775wX}%C;}ynj#M!G08W!;=28(Kpze~9|`ypP4@CoUWhVO2EIVD&p&`n=ig@*l7 zGTx14(MFT;q#vUhB01HOtY|ZM_J9?AR;v?n_QR^PhRF;2Qd-trW&NNx!E_YMkuZif zuyLXwA&y8=9too*B^O9!%_)p|msW(!ex0z;@^ZD2W>cgbh;Lc!z9w z@{FNlC=a}b>znWT-k~aCTrVWcltQvb8Ni#uNPb6UlkAU%Do?nMnzTaOIpB%4vD%64 zJxIDJeHbvtn-Rk$)rq%Yh~a-+g=bj~*RZ!;UUc(3??_;wVQpF5xDC+uU|)25wt7A< z4B%+hKoC!%ZP^Dn~?J4OQYr~t(XmJSt-Ezrj|4)wEZ_nDZw2cP(vZbm=#GTtD0;-g7lsS2qYVsT10 zSt4nnlwlZ{5W{V^(4W(tl`(=sM4cVafiQZlJ~~H8?f(3< zxbKJ3i>@$~g8~8P>3qGleLp@Jat;4{+TK*x^0-^X@!bDt=jmbVd3Q6Ka=cJ<-%@jo zBXzWSSctp4kmlL!`Z(O+xzu#C*Rqs+Bz0W_|8@Fk^7d%e?s|oL;b~1Pb)lg_dHeo; zyfEPTN%}fDwt^ok*A4%?8XUx}nen-@@}v-!grcRxY8C4HskP`Bj=VG%Kl9t5l zBvMiFYW^2J133=^9e|pFfGBfJaH9c-Z?svp`JCvOVm06`%O(SyoRBbWP^5yU4qdC9 zjlKYIRBNAu%uHP4mxJ+-N;*F0hD3I3-n1$CiK7Knvv8}WiKFB^7^ujEYRGR#ZMAMx ziSMEhM@sV&ulijfUFZ-r531%2&t&0!E2R>C(0Q3wN2S~RP*mya7Q;ceEigz4(8nNcT96qT7gGA*%;J7K%D)MbPXj}g_8ul^c}*%iNz8?O$EpJfK9;%*FLnx1x(j|UbkY}L>XOpCj32}nNlLe{H2=t z%oGDC`F1&xYmq~ooA03rH7@hKH%FmA`9kpGylGV-626)6l!;Fb0U!?m>IS7GVjbi( zH;k$uLM&c7Z-h2)OWJkq`yM1xP;50R}E^JU3?u1o~p6&2H&n`qa4((`*n)XCVSih*n{jgr6c+i zW3IGY+$@WSiqI2aYhp3EA1;-LLqeOzR$anR@a!qO*Kg)Wcy?J_6-A!}OI-f2V1GdJ%^6$=l*)?h{<$`}{%!0U_jyqjF$+TFXaAVeL96zUKVgzz>&PJh%9sS7aPL8!i&@el9 zp^frv=w{p_>95B_+W|?(L&wsd4Uc`gD68}H_v0xK2X;FprZj5xTlgXpG8A~;RFn0@ zjC-YAdmg@dkLn79LW_U`v(hSZ&ELk23Y9x>qH<{13!{41Pg*$2sL-7s?|y$5wfqzFopxT_@eusiB+HvLp5>;e zi&yVGJY6oWI_|lpu6>MfMzj~3JRKeHo(`$>1GF1!vk)zCmr{-|Zl6{cTP%VizqX_u zd%8JuKRcaw-A)eUijX>=pC0aBw90WWJRDw4KHjd~N?YzOhXCXY7n^xn>YV6kY5e+Y ze6oj^7M49)i>q*#xMZmBb6Rf4Z(mQ}tsPCyGkiQ5KTO%VldYW~T7Gy~CA{R7`f8o* z2y}0VRsWr|XB;#Ju8o7k-d=ely&i7>2uBjG0J?r7{qB8CvI4GCbk^Q$5gR4FIogMHwZijN4sXom6U94L*jOZp?;93kPsO+$aQdf@9wpRLo zq7QG4u%aDmjfkX$YlB|wA#?f|ZjR-HIu~Jk!WUruMr(&vsvWvWc-1f0#a4ca9n=gR{MeSb?3N3~=UGWP1zfq#XhfYQAzh?A3Q+%Tc z+n*q)5SK;+kvA9VMkg?-S?9LPCzyD?p7#XdxBl%3!e_m-dE{gA6t3=QpS63&ts8gy zyXDjLB>9a!a5G3Rp9K$A_lF**SVLG)#CQ51@WxuuoJ_naB-AFcV1=m!__bcKBMi`v zA#G(#^rp~N%D8{157(sw&Y)dS#=85E%o&Rt)gB5?l}iSW61^!5Q`!I(9G4tk3~P~o z(@g-)AZ$0LQX0QK7=DGfLQZL4Xx}{)BNiZMT?x=> ztB@6Z%=$vRw-uZ>6@u}YiNhSanQ2XUmEP;q-Kj!zfVJASrzl$#KVkB*qr&AISar6) zm`QrJia2iz{E5}2o}aQ@5>b`l7;P%!sz`8pcCToGk=$jp|4nv~#F!MvN5n{s%nm^c z60WUiqd*yDrOk5kIK}*L;jv86eFX|iIW`l=RoA_c83G-F%#?B=-^2_R$xShh%o{>I z#N)ot?HY8sTR?EBrCkZA;-}sFRcsVXU<8Dat1=%V)`V=)sGMNH-x=1nYRhgUSOMi^ zf{~sAn+X=lAT0^%YErLiOdttL_oE!z2Vb#n(nG`s)8?t>IPeHM@*o`&RJzK%n`|*5 zRG!2=#W}?;!?wnzYci=(tqLfvXFx4$DsWMpEM)hRnUpOwQBtfZ_@a0yT-g0wAf`w} zTA(n=oxxlr%~fHdQTW)tCF!F!-fdoB&|tQaYh|&QCF!F)KC(Q)61BVNiAtHttU!0%tl(q+DX7c3a)&bO{2YN<>$sE)5&R(A8e5q;aA%=Us$&6x0aYm)-MH_xharhilfx}=(Jy?3U zS6}X-kN|MT$F*EZ5fB@BbDri(7?4^Mga!5`9PM7yfIk2s)}eg6p>rB%tL#y2bNR&v{opI<2hpBISpvZ+B~b@h1ML7TFGLnOtgdac z)qeK;ZUj#}BB6xNB)HYnmyG}ms1BXD1Fcc}O3AGWQ){|^+6r;Qgj>r&(``JdS!yM~ zo_3!XWC=+DmL%{M|F;__I0P@xf#{pS&%SI9p|1ow-_QfUfeeq-2?l{C%KNec0og0^ zUdWq}h?NhRe$0?Xk~^J=WWbH+6Od|xvh6XHMCJk!v3yV*DuaOur6~r0sQm8cB zt21f@;C3+aK2eUa>@1`+Ao4~?{IM6!8(}u$xU-PKfXEjS8W{-8XMZ$;9+ckWmY5dv z9h=>;wdM5__TeIs=Z3#PxrTMyxWLP;WEP~GqFx4Q2=&?0dW zz2sLCuX%s$0u=}LD_D)ljPnJAJZ>2}oO9PYH_SB_nk@}8mDGMg6&l=6*oxynpGtKG zA8M2}TFRuSA^1G)G9XTmMeT1@tKPPn3mjnkd^CQ0LI-rUF>vM-)`aVVG`-4N*byZY zkQD;g^Nb}mKG^Z`TwscGl5rSf@GZ-EY#(PHT?E$vKZx!6!-6ZfqYcMFh{Fu@L21gA zu5Cew(r{gq_0gN;`@^lHsycmB3zskIfz-?!fl*s>qw7tu(vC2kngJ~;WjKDi7RRS9 zd*h1Vx2K*wo*SOQ7bS77|CVP#Px~7f^OrA<|G7W}ppwa-zhwR`YC})^L-XP9;ijMa z0MHZquQ=8(wmjhfE3D~Q4oOLe+Qa=MnUN582)5*)vgiuu|0UnsfI{|hA-`hTJ1LQnq_f#4r-dFbi?uk7BByZDce`9Ba3 zphxjTJ?Mpi^YX*`1H58jdXbKJfd>I)I$t!b0Fm{wWdamu1Qap@)Tsgxk^tM^yTUYI2;Km4-(z~o+h{`nk$65W7mc>mMO|JlAMsW1Uh*q7g5)Hi-y34m4dvVA$v zOFI)FqhGdwYX!700(!szAe;Q~007Eg`ubAa`9IhDmlUP{KR^?31O7XjM$byi#{3^> z4IolS$I3$gS8(mX#Z^ONvgz2esOfruc9?76E!b9@Kf2B*bfZtYIy%h92_V2;?}35% zaEQ?Omqy>haz~?Of|!BJW#GRO#b$}>Z6&uQb^`kZssZlX*10pYwhwh zi#~5%;Cc>#K3dovyq%GC9*)Gnf@D>|(~Q`~O^ey7Bk}j7d%jC1$dSGUH%lU@NubUS zhPFku(jwW?PJ31rTaNpZV=6+PaozE{wbvPn6C@q@6PrH(oAO7`7zP3-KjNhhy_FXg z)AE63jFS;lr0gIKg1R5)S8l0q(pLqqJ#F?XOm29e84Nw))z!1~#NzgmY&+H{cwOC0 zGC{{HX~tSaD09;Cc`{00QU2uy+G0)%?R znHclO-YwSFYwfNJtd)3R$OOK%!uUy#Or5nXx?uxwJa%-YR!;d%<=|&X73m5Wt>k8? zvCGyplpm-{y^=H%l~wT6Ew;52wcVbFpQmazuUjDZt*CEVhv2gNBbmpoN%dXve4S~K z+k)0)ktJKdBwBxDoibRvqoYBBr^hHW{x>(n04k z#EUV#4xyo;TkiI+wZGk_HFO$Ra>^+o!Xbmd7W4ysdT7*0VymF zWp#x1_;4-2UX{5xdc!neB8D~e z8tL{Aev72Qj-{BXm}efgDC7@?qTO|_DKC68W1fmMkN819} z{_F!{aJ{eGQ>beUBR1#?!jx;0WWl%2W&^$D> zQEvyu9U_@M1BlW^ir181-&?Af%ge{HX}SG7IL*a{HVLK~mb#pSi3xniwVSi%LQ}4> ziWXdLHIK!EC8V61M)2ZbEFDPXeART#OwMVc zDBQ_`G^bsqa%+M=pe%V!fn84obGO9=a`-+)-G#n2O5Ce|QV7|xxOJ1%ZG&7&+_->j z(xuCo)J#$F%#o7n8_YopcL|ylz=#_0CXcp?sJA9^=kwl*6_2>wq-9bIA3WJ3=^d5q zZCNF2=0gNY=zu=TmwtuJTYJ&AEiQy2j>Psrf=5hjUzcg4(h@6m^BDBtCMq9mPpXEc zT9r&gMLCmV{PvxbV~heha}T%4;VgGThGyx>QDpG5z<^&Me>TlR@ZKj-^L* z^Nk$xyT=G8C8#GgcDX6j+0)`-=c8quOCDevCnso?qVT3#GI27|SJ2ieS)I2}1XWk(2l=n&kPT9D+IB`6H)ip) z!ABr$m=Yu#h^W_$RJ$prHRzf+^$|(fyNCKv=jQqBwu}{MSXhGz?6H5Wj!jWb%-JQ8 zpD<()5n|9_U_9K&n^)A&04wmbM?1|WIOH?Y$i5RSP|qgQ``&C{?D&padc-jmA9aPEcU(w z?UZBk0ETTq;R{F2DGuNDIF_yp_--XV-bw>p$Mt3aXQHHLHAIOIS(}j{@CTBO{T@==PyZ6inuCjM;eO;3v3Mi@@tk zn&2P@hX?^>xo*oVbsEbdDp$?z^O=NJG)rbZ^9G<=(UwlBdeGYrqK8Nq#u_f8ql|Jz zQ=RnUg?~0C7|97IM!=)bkTO#1i(rnWEM>6 z`nZcMiANY%Pz~R^8Ul_}o9`DE59%6Fk8-`f*qxCb2ul!#6RNQK536NlMRtb zEsS`f@zLffdM%Yw*jy0Ja@8+Qh6LJ$H?xbq&N>}E4yB*>e<+>|%rJc{J}!}RjPsqXF(0crNiJ#;;d7l46-tES!+XQn=qGN4u)d#$TId4`@nVsNTFcF=Vn^&-;z+zBg zVaAX7LUA*p&>N{SgZM-ZF$Sj5W}?xjM6=06n9&A|qEqjJ2t~)DJKtFd+)=M#cg_c* zBJjL#{B(n})&P-zxE^SUA5PdDT8nB;vgXhU)M?Qv)d|<>&;NCan=) zv{*X2Nwl0n)Pbl^AlghUx{OFQji^IZPZH5KIx(7vNiW^uMAEw&~lHm+~UT3N|j`2$LZ z`3vM<$@$}o%L~7eSCA`q6<&}Ri51D^Batf!Dy9QR)6$t&7By5;(Q!bTn=S@PH~67v zYBiI$K~@n(&4HOyn7rM5VxEX77U*1#7unTVbo7pFxGQ7iwM-xcMM_k#YsCkJ{4k;) zhf_O_KN<#pbZ`t__)J4{ABXgDzwrsCwzpnhY`RFSrKJe7VqDHa?fYC`pA_p7vyB1k z+o$iY+zq|UMNMM`y7G=x9_7crP$u{LV9^&ylX=!V9dOc~MR93)@!PVyWy>2*U@2YG zygvPzDC?Bid7nkZ8F+)LI(*Q9qwPCgcCED`4Gq&F^w8a+mj=Qac6cs| zc}sT7R7DFq@c70HZh;N96^9i{yW2rKYMBeV#qU`%%#6YD?KK{&6-hj-AnTOr2}c%d zdx{m|L4f+Is?%E!VY$FBP9i9?;?&VRx@I<1T&)x3YF9i~8b}}q>M#TzIk+FL@if3o z+AvRW++MW=@U-GWzIk1Sz;YUGA}3uPHNJ7b5wL;vNF3AE`8fcvI)lg51E0mUUL2bX zbcAqphb_e-OuaIX-(5OdU_0el_qv2d@cf_Tb=xcWyH?DYK|)+VndKHO~h(US4w z@w74RF~`q(xzXr`7Dn8cH4)u-R%*kKKD) zl2%YyUj?jK)Pf(=tUls}KjSy1eR^w!nCgAp0ewQSRMIZJvb+ksHxzI}_ki#u5!)H~ zVDgS?1EXF?|{s#T$uTaV2#9^Z*7+(n%MI6W6FO*#1 zn<6}7QoHX}?@%6@9%1>>U}L@;&{}l&Akn`bFlxM}W1;)-dHVCS(bi}N>5PyA?tRM) z$;|jc|H1wN_yOnk%3d8xamxNmZY|*gOYJriyP$u2VXgFO;2KqzuvikkFuD>X>v+kU z+w&TMm;;D~UNag}}NsKDcn4e$Y6zCZXJuL(6t`G}$Le+>>5SrZ3OjKJm4yRXPzaMnMf@@pbg`)6t zgP~UR8wL{34)cyqf6`^_@=)idUdiT1J>z_@^91Y(v}Wyw0v-~EqaWV0qq{n6VRSW2 z0PYFQ!Vz-Z_;HorCKTEWl**`1<(q@*M!b67RO zeY*X(N=J$mWoi|m`X-E}<|lHDR=eHCI%#wmrTlJ39ZrmDSia`-fqZ>V?n`6QB1}QC ze*8)ys(qx1(Os2%y=T#S;zWB2wv_4^c6kKmjcJ~v%4$k=nOR~7_%(8T4o_~CbNK_I zidMm!MX=gQo=-!!`kQPS$Ylk^T9Ipg(}^Eytw#uG=B3Z!G8u;>P3U5Fc=e)OXzrP^ zq&`gSo4YOwofSl(g@s>q>8>Xpo~7SL@QCx{F{4tzMe`ESvI3etsXGEQF0Y>Ua;q=u zwnKUbC<+T)4=*%pG>)w%?eMuu?sZs1!asaHqMb9uaYV$<&mxUYVAY84jOjp6m z?cOM60Hd(2B z1gVv@eL018rs2#;W0{?6l#RGfNtZ*MV<_Fz8)*dJt*U1$tijKSP1fdpcP8iP;ICtf zi}~TwJst>enr^?kZt-%~JDtTK=HS4k$rM}ln!1!zT-8B+y4AX=d8u@;D$K$)-@`xo zZPih+PQuLOEYo6_Jt!E>AS}T?wWt|(BO~csUs-=DlTe{elC2!Z&euK<#9AiUX&n|J zMVr9-<%Sn;ls8(Uc%bDR^+Kp+RVf9LKoQ8)mZkQ{YaUCdt?N7?hoYP*+kC2%!oUGHWCl1M{XtTAFq}d-ct&mb}Ln zEJvt`dXFajyyU$byI(#xmt(-F%;%V>xE_>U%&AIWM#ETI30p~JV_bbv8tjW4OwL<4 zAGWN=FDKs(tC}#iA5P*>8=B=3&U?te&SslI_!nD45GlsxE;YGGikFNo(#tma3^^!X z+$ejF_LYC9fr$@jq`3G--t?~M1`bnO7FCL28-2|rb4|r>s7QK{TtoG2nBCThGME0I z0sGxD&*leKcOPxny`d%W8Y8rDR^U{O8sou2>hn$Et$1{-yM|)*+nXy&tlgD|#SKus_Nb{q6RT{u+Nk9Yc`TzzvH+WakN!wOC^++%wf4Lz zdHWM(-N3X%8qKZRjVGH*ZTI`Z51|TT~#Ykr3=)Xphh_wGgZ1>to^A*PMim)Q0g(QY_aj#-Bx z-dJ85&_ zz$ZB)3Ar^2>^7IOelt=DV*eql6p}gQ;qz<``!Ots!RIfxu?^slChsSJ;8vu-24Dyu zk<%KTzlecDeCQo-1)Ae=51VSfg`drbjd{0$F=l!qoUO~C-;S+qN>I@(C#SEsK_TSaeLxsj` z1z+&ec@HB2^6vGxm%xg~N=obICnfT|PVasoDU)$@9bm6RV~p)#Lj8oJ2z@sREj76W zj}Yj9&Z~3dy;I}lh|`^A&n<15fS_6@-lGrIAeDVB~w`pSuITCw1 zOk|gWz}W)KEfDctLDEuLmt;-c&Q*BYTWd$G-Dt*O-$Th=8FHSyk#%Dp#f2nIatX5? zWWT7-t?|n95*w;ivQ%P@RjMuSO3faG)zq@mU_{Qh=InzX<9@*mWgnMEOJNs`@i|C< z2`MvSQVQ#i{8(b?-uji?TE*^i6r-puQt7xHLbWR=2MXUfA{%wWC{w|`l~#ML+n0zkfT*4Sjx-7`%wS~GS7)jc ztAR*5+2eI2wY)rog0m2F3$w9jJLF+#Fw8Ph|Hw4$%~X8%%y|Yl#q7PXbUdh(_EK7W z38?XQYkd3xC=)F_Z?iYJ;)R_4psQU>ID+1Ke7LA-_cx75RGq`(OP?Y{BRA?v<(-+( z2ckf;C7?u4$o%9OQDdcp8WplwK~xQtL0?w~QV|KiDt9Frm{AGu%K9c<1)VBYV)Cfm z)eyeKJhHM(Fcms$t3V|&KQ#T8hn{T?x8by|NZMQrq0G8o4g2d<#sZqCLF`l-_ua|W zcvVrue%D&AgXfmW^91}+L>#lF$3eF+nRvy%6H9+VtlJ5DEdN%!vk~H^43w~deSMrU zqY%tel;wV!LqcRUVpjh>W!ZcD>^E7)%qT~W=xhl?N-zpphJFdi0$!9JV`d(8iAds0 zLWJzO*cY|>Q@pawl9@(@Rubu)^vMLCHG}4u$$(GEi$<|9I-`dt+c8f}SP+D9%7&_@ z)^YsIcg4QzP@8Mz1axe5y&^{VbwqV!yH;OP3%+CLHR@_|vd*Y8*z9YXT2^8`bdNlI zmN(Ty_S2$^j?yw9Ta<12n(qteT2y17pcGPM(MnychTsW1#jXjYtt~J+)ox;fK(+^IKFQR2Ch`HcdR};Uy-S9YhQ0V z_{H)jc#vD$TFb-wqpI?)V}Yy!mm{5-s}J(IEuL9CKGqeesjM#nihdH&c$CpAmVn%WVX z^vcwW@DCBtD59Cvk8E6B#(S93!%*A4{lJ7EVAdHcJWn@cc=eUiBO*5u#M>w_M+$)A zLt5BEH2z~_>tfuyuVcIa+1Mjov-f)d_4q zBI_TX@OTuKjMIQnU|PDBe%4sVpExznn~Pz)QM0Re}h1O?&=6My^X^e;W9t8w@LW-X?vw_8&W`w0tE+17t_RR zHLzdf=vQ{@?U|U68(U~8jZ981hSBLi%O@m68TLbEo@qC=@^hwvLA`^{g+>H5^UCJm z5qmxMjx(P^G%iZ1bHj%9x=e$s7IqRS&AN|;s77COQFXyIrfZYrdzav-9^RzE zC>c>x{u#OUDVs9BxN0#yG2nAlBdN2|MfXJ$mZ4FzXyIa^U0|cDpR#_}Njndc1&3Pv zzCEqluz>Dk8FqkDLRZKawTCH6Pdo9B(b3Xr1%M14j7d&>+-6vR&gqUT0_ryYMt}uC z=>^eT%e5aPBqx)xhT8aeeeRlPgYtX+sp4IsvT$XtKSv?+Vu>OIda_tPu_DTKhJ>g8 zY_|Ny%mkMH`#z-%19+=0890`}S#r&isCw*gP*8;TisZtp9!);u`wLPiq*Q(O>`cUU zr2gYZsP#6YIG@uYjj2u1a9E}-CBA$e>=}eS|8|?KYCRw^Q2UhODRkdlY0x(+NJ3Q- zB%~@P7b=3HzntR}ML=-MdRbxncJ>pJLb&=y*g_8!?o zv@acSM$HzhE=A}5V#k*G-yFE_J9+79YkKi*%}?Gg#fy!|q3xU!;_!-S)u|1dG~Q{q zdGsSGRF7J11by$q6u=O3Okx6e#xC%5!k<#40H3(z%4v>}=x z><$ORV)*UwN8yFA(hw$L$xKYZfnW&_dl3Gg&&tF;$Dx@O?j1@8V!{|bCfpTalS;CU@lYC!lG;Eg_MN=q(!Gg5Q zS&AJbCB`4JSqcq(UP+@RKWCD?ofL;;>1lGOQccEkdp>z}Po6G~$;%9AGkBw=SSxg@ z{l@e*MTJr4V7%70Q-wO7)32?%cTagPpN9K9tulp^!fOmGa_pH~m)+xTF3qbvoIUVM ztCn{eOcu#mIXeO`ke}>v1PwVHrLInk*%TZN4dI?=CCcJ@^h5bj0nO-(f@uQD6Rv~x z;tkEWlY<3knts^yGyaouwIbS3L5Z;mDw~^{NQJ+^z#F3#Mx*p6@3l?DjD^>e>zk;$ zi8NILF%(oNYfJX4YWF);9B#A#W(c8ihuq=PhrcJxCrXejn5NqjeEAv)_QtdsZKbk@|p8RM4xEL*BB!(SV$t+}?ZoG9wd zx!&?+nOg~7Sfy2Er1Cyrn!}(qJH@tuc8#r~%3vCQcKq9OCAz&oez#edVM;ZsmFC=S|MF~E zYD2hrVW_F9`@x~^NRczeq+)DVug1=18S__`x3=whX~X<4=RZ93CGTsGc1p3}u7!`t z1I#G!kOeJbiA878TMRwA9(|8Np*|X539B?7b!e15mLEfp+Zl9Vu)yKvQdLp-O#ot4ib6n9W-XTg`=qtty3LBGhUQg<2Jw`leP+ z-DoZhiEO}K;Z0+hYXRd1Rbw?|XZC0JyH&wpaFTAA$L5K#m}B^A|Ty^3UKJ7QCW7#v;F zcESyl@(BhDxNW2$9p|CRN^29^=%8$;XtsmN@KQeLkDos;$Dg>rp0kCPqD#rM>LqjL zitLhE`+<)sIX)Is#$v>{xWoIBdPQ2ZvFkTz?yJ-zS5vh_3%oA zo~BU2ZPzK)I-P#)SrUA<)Re9T*_vJm3$L7Vjwmzn}ommaFL;r`3ZvkuLJkyVhMLmucQ*3M-2yN`m7q_nKfLR45 zLPwuKuZ3`g>eWK@#qrx?z8hspnMMe zD^?ahoV`)Lfk5G`aQ)gfL>G{zg6KCS>8pYY9QEZq+$}?wZRKr{%FER9S_M9qwH4?x zTQ*jh030=RJVcnHRuW`m3*YIzUbWD>r16=yFUAQvo?}BIn#9T$;pSq zKpRXw^4O<86J87Pp{lLv;Q4l6;!~f>n-B{apear?>YJv(SK5KGS4)!$9PnL~0+9<7 zo7^yw&TS7#b)HMp?cJ%mT&u*BJdXd7o<27|uP{coJi6I%W7yhxygc4Kkmim(^ghya z%Qyc*g{cHqhaD-bG4l)b=K@a!NS^1erQ3Wkm2tNFtm4~T1 zyO8W|FnZ-HM~kmHw0qeuQRVbL9BaWiG*mKED`ORz1cqkYRG_Du$Qqov5 z6a_5VJ{BlO*N+KLTZv@xZ&46sbKNbCO6VdJo=>-q za_ESV9#tyo?uD2KIN{ZNi$($7FMN38;4G?&*REef$`Yi-FtFiPHX|z|Rq6vT=5qep zH5B3*_)t}+D$UFCYEbI}X(C-MqKFg2U2d8AX!Q~fBRK{bSvaH_4^smWcZQ*CL=g>P zdMn=8fWxOIHLn)AYEj z!6o3}y$Z#}lRc+)#3l}9Kk@4acaM;)U=`y^;6HE=*b=m;Atj&zKBCh)%z?h!R{pg3 z>dL#rtsJDwIA9=MGLR2DRZl+Dof^9^u~5HOS99WnW3K}26EJ3dH*ZqgC_Q!p^cNJn zOS|Ae2G);lcYh0ffLXx@-*k?V3QP;MOW?kOpVMTVnd!{Q44HYT4XYFC#_MM4$hwCD z$4gw1-28eOE0SxLzy}3&V63f;EEjhbx3eT(S^`4_esFq7)R-0OCaH}F!^pb|hTXnPt!~n2fJQUaRR1k_b^{!1HP$rKgf}$} zb?-VcJ$XAE{%23j9qdL~uXA#8%8#U%&e55fDeve(xc$#V|22i8;iT}P90tM-nCIkJ zSgy*9vGVohk2fo2Hdd)_Fd$?ZO^ylqH>BtzWjS^Yi7fCCyp_=nf?W90l`~^V@z+%; zS`rZpJ1|Nb;6WL&ni^#^X4D%hx_?EbM2OW6ydOV9T8*Kq%wnW91YH$jyiDV2!x9E3 z(pdu4rv^fq@P<9Uhu{7BrQBgH4nnMj(*%tnbAV5l_un~A;AZW!|HG%|EUIRbpu0$g zBq(jt{Abq#61Rqadf)an$&Om5q%aUT?bo)|H2vkNKOMOkKB~*?2`UgZp#X>Tl0uhh z)R`$gK`Uqu*GQh%L$ngdr9fA0jDbPUlIE}e(+NUtb{g&ipjfvzD_RfR4ML)9)N%}K zVGnQkd5v1H*EFm-N&vIy_|8FsXLz!cqLq?8Du$fk=OnoDU@L1X^tl; zg^E<7%B$7RDMQnq5slaBJ?XvZCB5F>#`ONVafTfq<#`rnBNUcw$8;}xGLH=i17ibk z43GoQgRfyMjK(7{Hy^&>jpgg* zWfXTXK5rzd)woJ~TQjO{Kk>Adp)YVJjXO#hw z#x=B0l$5j>ZaI7JNK&C!5d_20T}OhOGAfgvq6}(E;idrrla@}wIyr^W8ej3(GZYXN z1*z6!B?+DLQ>GuJ6C0SeZc0)qgJJrE?GHQ&HmKF4l3q(GVRi*H2^@}ZI|PcO1H1er z3|7|YJA7`B2_57aPN*M)QM{P+8~A%UJxS|)8&oDHoL+fzlTN9`37)p7HAVm!Ky!$} zZM*sJ)Yqt5Y#958LN`Bb-e?&f);=Oq45p$o4v&;7)q6_e`eL|PS0_=gtHw4-W1X9b zPA-*b$U1yM!dAmf6NIf$$ZBewHF(XOZM0ztY%hpeVL`}V&f@Q8LH4aT`amBl_9L*^ zBYr19DkG;Q*;a8&KaNn)znm}S7jiht6K>K7bWejVFeoz;V<`PW}7L$wp4lL&?csF4=lp>>Z4WlOah-64hkXtB^^F zjEiM8dw0+&@2FEZ+jLw@FF5Sb2K~QSYVXle3V7;}N=cALrOL_!)q8R7TQ2h2Mu%5K>gwx2hiH=Q^C z!or-loVT90owuKNoOhmgop-ZWcfWbtn|rSA{mH(o`>#&EGsXUJ?$tY9IsC&TZ|;0^ z7yXj$iv5c7itCE|)meJsz)R9ghL?;lnO=nN`;wI{7z?I?xzlpSb&rRhH_n^p&GVLd z>%48=KJS=!&b#K_^PYLHikng`-TY)>!aFtT@~Wqf0`cRk6ph~OTw!u}>SUq2dunut zG&;J&d~|B+_g=H)^_q_!J34i2hThxO=*3Ymx&(e(&{GgHp8S`S#L2m1V2)DHac>_5M^V%s!#MN^{;ePsr~&FS zb(JFDrNDW}>ySm^np~D;gF;!jUcUBzWoucMKC5i{21*FmVRXNb8gd9I4U02`^ldPwJ-e+nCMhc4Pj>*ZddZX})L~or`1c-r~gypm7%q!JCUN(zW=1Zgr ztAnX#R{ko>Us!ooR#(zikgEEfav+tYWbYh&fR){W8!N1*(s_{4fINE`Sva%9b5Q-) ze@wH1`>X8;_<|5{5Of7oFt@TA+!s&)3BH3K@zW4-m&c$~X>j+9O~CyL;ODh=9_Sl09S`iO*#4Qk% ziUj!|oYu(pIar}DWoq{5I8q7lhf6Gz*%oiU=YWyv5WJ>cU?&nwgqpz*sVX}|*odc%YOB9PTrvg{A4o<7KNe<1*>*1A!&7TlBlR7D|dc6_C z(oR9a)(pGNd!Gl}d+j%_NHz7^=O)ZS@M!kVuBetXLp;*k- zJ^D0d#OA=c!kkqQ4o8G7g*ytAqZI4wDKXQvRvZ$^u8wtG z#V*1r3TuU~55@oLqTaS%i~O#O*egDE=u09Y2}Ut15^51!i**rV7swaXVoz^>K~$@M z-&K&hx(Zv06QynWVqpnv_~y_yICF|@4dQ!FIB{yQ67Uz{)GVq!I4G)%42~Us;P8dR zM9o~>IcMH7*FQ10*9>v(CC({=jJO0Rfcx z(k-GyKU-cs7?%&m<6^#Y5IymhBM45f>&toJdICM?ukYpM+5u-<<;lgW1q{v@xhuK~ zn$XwmEI3#$>jKFtGD@Hy4geYh$e`6&K~#Anl{8l48flVxRE~9WA%PD}jDS(DL%hGD zX3DNPPhhoGD!($4Vsb#YO4JnO7JJsHY*umHB%_cXdkNn`!qBFbK&9`66V&qZzZfK7 zG!^(H$w5pE$-Dv(1bOK2U!J_{&YfT6V7(_;oaO>|b0QgVJ$YdtrPSlVrlsARoj61U zKuwF@h=qJ*tqcLc{jc8mpXS?lAAVxZ-BO#{py1Rk1WkiBC9R?Dw9-ubwCxXWwt7~+ z;MW{$NQKx&^4OoAoIg_f%*y>9U)SA(;}*T7W^igF(BLd-6cuI)H>WRn)1dQ5x7Qj) zpH_kNpRG5qQ-7smm=$ZrHWxBm^}8I8Ne=~|l)e=Fdhk{92iz+vek;D!{B|>88)Jyr zn1+jIr?Yr+K~RFr2xNH{-hi_N!QmDJhvg0`()F)Z`WrfkPKjiKgu@_U?g}+Qs5MXn zJhTjFtHLrGjEbU&a!?)E8uy;~?kjg*1&NV^D<@aJvZbdfyq=pnU1xUb@vjV@@nqr* zPIAhK*3sfPn3;TTMnMsb|0nq8kKeWRk-6mK_dNaGmG@RA6|CA!ww@ZSJJN?gys>`M z%by(bEA2g=la6G<64~|Vmj)Jetout}MRPrlVdS%v1KWhXRv6w?0tR0V;gQT@WAmE& zQra`do;NR=pD|xHUp4>Q{6{l`nSuFbQEX<5ph)29Vr#LP&2Jglf=l&{MABCqCk)YG zpsTgLljtn~fEf%?`}4RCQ)3(8#MG$gWsk}4p2g;Rqlkj40;9dXU4`Ua-DqL13(dRD z5MIf66d~8;YvtuiD=8WKm`y}9-a@ZP@i;h(Fl?d%#f%wQF<-2S>^odf#Wl}5Q*pVb#O8e3Wj7n!A;~(*J}Vnsil!GuKi!X zu-WWM9FOG|Chjsg3@YVHC>T~-2k(B|-DEbYHC9q15V&2<=_H-iZsJwWCSV4+-)QY_ zMvY>5BSugcDHk>lb9Hy&M+PqtHoAPcBBX5-28ecFyT84rJK*|)f{YZajfKi-vNMTh zHd}UwAi)6;-V;>IMk`Jx!p61TbmLufr(XN>-RG22*s_@QH`khIV3is|uGmgRi&gN1 z#pwQoDp=Y=Be9sUc)snKwl~@ctW9W} zft#1xs5X@5yCJ2Xy_SigdVk}1CT6O3nJQVoqIAT{Xwi9ViHl6nH*!zc zW^28=u;awpeQUQLNvJ52!bjt3XYZa|>ePnL@XGm54KBYE-emXXA z+xkLFOG-NsYdtiytrU+qHu@y5T0v?QiW6Ev!FT(}?;Lon7%Lwj2)$OPR$vsbEZ6v~C3{n@D^Y6pZ7D&<^L0B`)G-Lf z@!*4Jw~Q(6OCV7Q59okSr^K6!ZN(fbO#FHRS8MfFQeP9PYiOcU(RKZ87@&xbvKCPr zI~d0F*j6xHP?y`<`a4p~!RSc1W4RxR>V3gr-?Sd+m%z14;n9IU&7I34x zva$#95u;2D09$`Ce<>UdvPI{F*X z*rL*qOq7=Z0A$E%$+1eo^le+1h5$+_MA&wRks=K0+s=Q-@#%~RPcr281bLjHXq@Mq zPi=EWhRn)3l`}0+eF`eBAyLnf;{u!jK<9nMq(!G90uQk&k|G1covSM%nL42R6*iyHvJKy0pTVOfKEuS@c68+iIZr@9**VY51KNyppo`!k3&wn$E#SkH2} zTcr>bI0xaj)?;q<2KC)NKl<^#!R)S>VfW%_`4i9+-Jx_TtRNS;}t=TO+opJ?z+*rF+b4OJm+K z-%x4aIhwFw&Ffn3F_DFA(XuH^SXwMCS&PNg)-uvEk}g~BvD{-jZZfqjEZzLfv!;b} zuBDr&3%kq5kGX8ej~_0lrE)oa|H8sylTI?3bVrUI+g=`r`^HVJCSB{y&^c*n=p5KL zb%68@U`mxY-nnsb)6i~3P-n8((kmT_2S35sRKudnZfa$a2kbb>58|_YBr8frf%p00p%>2xS8FIr6m{|gE!yE_(jS|ZZEwqBM&4SMowpyExKRgRR)c2C zl?5xZ!6sAPBm3i)m*oa!g}=&O#mZV1V?{l#SZ&ykS#8e#-H%8Fky}uqxFGX)Kha+K z7r9>`*HAR&s-`f5k@?7Q1F^a6lE$igqk2kO=Cd-!f(*CHoQ;+BmV~S& zS>^I`OeS25FlQggfmi%!m{2u^8lT4kG zGpJRP(q8|a8($jxzcBm?dL17y>#_vQ_`sv2d5XlfN=HN&m~VM-XAJ(0DoUZz@d^V) z0JfHL+FTi!6KGk3 zytaX6^o+jJ8LgrZiHYHiw+1<#KH|C%cgh;+Duscd(`%jJ%{;GJb9~(Z1Pm+%jILU9 zn8w}vZ8o-^qB%~aB=w%;Ah|^%G(1_OuTkRUYn%`lT}h1^s5U!m*Poj6a5NxDl2Iqd z6)X-8?eCf1q;@9Eod7H;6@YBFF;_;Zj8^0~QaGh%aT4GZr@(=VY2e`7!YbJHNIa|< z>E`@4We+#ARX-a*BTJFNKJo zYvek)I~p$W)SZprLm!xH1V#)7YHOa>gvLVCp^G6h6tZVeF{o(pLbt0s-d*S>yO(gT zU{Tr22}Y&BTJr>%O7oe%g3%o66#C2=q=H1vL#dy30%s?3E)$(Q1R*j&0+JkfA@xS; zW{QZV22%5Ilgy_;Y6<+Y;B!R^kqZ%GAo5HEACJsL&PNs_mm}1M$UNLbXd0^gic(b}NZe zHp_kV2?~(SKx8Dz3EN-k5LQqTL`45!Z*JM*jXXZPXTsjrt!VoX!Yw5dn{{fK zmoyvHDVN&hdoVwAeBe+mfg807*0J(x<^h}3;AsjpYG2YYJXKuNHn_fTxXazKCP>?M z)&$PhJ8B$;T$Ir{8H>`82{lg{Y%RBc_KBm;u#=AcL07DG$0JRyNb+zLj%)blA4m^X zi#1|B*gqC}N!z3PpIHc)=^7`oUlBf+LYwMt2`B=tVE1t?(^7UR2rQ^bb)*TJ^93kH zEEqh%NcruXc)tOuBWUXL&8|ES0H|EPKnr?9B- z;k9yk_J;T|??I;gk=?LrD*TvLUzP!@1blU!3Na$EMz!_og`HQLYipZM|M0}q=hE>| zr%`LO1-3nO=};zUjwo_K!4bS>=chM!Ha?bWd*ahWlc~mBs!*qwzHr}{UsiDrb}jm3 zqMN@Zw^B{m5H^YZxv)z(0DiU~s3$eQGSI|mdPkN`S5BNbah$BRwc{vuccpBdK53HHj$1$5Bzq6nsI8DnhvFP6HN91EjU$7SIf%~aZk_T6#b!+&bh%Y^Z-?*PgJPP`g{Vd z9;hHilcrFOREw4mFzvf{cHFfe2ZTc$v&vly^{XD5j`3c_lx}3K{SAC7Xd>fIgH@dV8#v0eYO#j*v>*(lckILI>0BGDA zszUm-EAGL)KreACJF7B)N(7KB07YB%X8XLu(s3%@*R*tRsAHf7UvK+jr%E4~#~q1@ zrp^gRbR^MW+x6e>n~L?9CuKXn6EyD%_m}CbYNOl0;bbXbkvBX^!fYNrH zKS%Mv=-CB_QjWg$@zK43zDAGRk};Va-ZnD;@&{O10FX7X<1)vhZWd}xLyLQlWF&}T zww#)5v630aOY;`B#Iq)Yz<%?Jti8l(a!K?Dev)%{grj4=#(s;qEEuAT53ad2YcMdf zlafdPh;~}cD4#wuzgu>5fU;>HLlXqVAQroElbF%6x=Cy=b{}>#-y9S^y8o*Jj8Ic8 zSXa5>^t0+^6<5FRJLzzULt=TVyi$IoOgvHs)m8Lq>NS_(>ewNv~}t>BAn++9Lb3^Z^=e)xty z7b$7ELQULA(j9g@Ufbc3Yn9naY2ze%f$iG$(rqa65~+8V(=`#Scx+pz=r(53?RrGI zSdwphlOd7U3RTt|lHKG#o)5MEetaA02giE%EU&`79``Oz;F-fJC8tvHraSMH1=Pxm%#6yyFvl#yIT5m z1aW9|9^Q?sy0XRfYQ1``66-5Gn(Zhr-R4+oc;2g;3F($%x`t}mN{p}MlHHmU(L%hO ztOWT={iq#QSn(v4p=zz#)NH24*Vc>(ajq+cL`@>20`I&pZeyGbav9)?~l$r zgm2hos1LpQ&f!Co$)0|KCcHbGCg2oA@4;u<_Ylvf21nZJ2byO8aIRORoe|!Uv&pGg zI3pe-;W#J7I&AtUO zzcCk^id~LDhgWr4O-fUPA2T?eUTaIC$>X8CUKE+F=o%{M8Y=T)LqT|;NxOzGTnPj1 zD~v8$JGy8(kTa%Ttn1eimbr4pYSFXGGRx@~Ojn#r+)@UFD5hF97pUm)0osDDlU9s{ zbgWqfBvJ41vt!+DVv^! z=2L=y5dd?4=FXJ6b7RQ2b#CMnp9w?-&*J{)zB)7j?h~L9%~-rzku*a_uubrE{&nvT z@3MErz4vD;Z?C+&Ot<*Y_I|$ihrI;v7qi?B!>Dnb*Bh{X3T+#|D9E@FTnBJA=R+g8K4fk1whx_zq zHyZX9^@jF?jOk_OfYETm^A@f>kO`2%%Yg<_4ydrEv-o2Q0yEfQP;v z3pFB~aO_V~{Vu^I29p4evV|7^DbeHu#8hwn&hOhCj?pKVlpX;1l-K&|r*S~qnN_DMAT@uVq?*_h6V;C4m-bUJ;^33EvtZvr5nT zM?8lcQmTeQ#TErl(kZoEed?r7RH<#O_vhs!phC)46U|Kip=dsNz3}7(^!eBWJ^5Iv)I4g$1 zP*_WN^5J#g+34B)+3B+@XUVghA1YXVyQ91FyQg=r>?U__&e;pr&3WrQeXy{62pmEm z<`&nz>-hRSD`H^i!W>wh1NpgE=Cse814DD#XMX4W<`n%1jqC2@vxwb_pq!P|`$p;d z-B+v4yOQQ5N~Y@XQ2BMY4ivb0OXLP=hP|(3tIe8kai?_L_4Tft-oLt0o2{Y2T23c^ zR^Nnth;C6mdg_J1Lsif~95q!cA~-cLv>RCHZIEFNXb?=+NYHIii{S`$q*O>%y7~Dl zoQ(*mwF@gbfZlCU&}dDz*4#@4yntSj;CX$l<&Xj37 zU>=JOOb@zb_gvx83+=}zEV4vG-fXatEN2&uv`gUZv%oP_O4jG{?$dYdFZLN^hPMi| zgxFO$3$tiuA+VP2AEmw+h;~nS3>3$)^48y@b(*H$27iQmU9Ob}SY57xzt` zZ1gO8FX2Ky)=2N;I=DzI1rx1fL)qL29PKU?OK|u6%+9%4Z-b8$Jg}bGkI4rStd2i8 ziZ+d7h$-;%g`I`D$`*jTH@yYTwIw!NQCb^E~>V!A1~iRUGmT;X`P1 zy`m*X$o%K#4{p}{-eF|^*L0~AM76(G360mU>&9QpF#in_&wR_&x4VYFyIQ5jpy#St zXEN4~_feU(vLaL&WJN$tzY7%#dU=ql&KKY`0qP-XMCKlQ;l72a3~654UOy8*XR8%bjg!>H%)-5X}~-rES0& z9Pc=u#}Pu$F%N04qJ)o3KTc!}1WU1kWnf|Gj$E!$6fJU;fMyE=HEU54#D>H%!C_aR zbmF^PFIq*0W(C=x7;#RZ%?hM(l3}FiT=?F**H|3DUKT7FfX#03}(>7GsJ=e_g*?;Zo|UsQym0BruuMOYRV_%RpDeB?e7<+aJa=!D7DYt?+Yx%c7RbnDZ__o#%3+Q=@oWx(9Y8-CF!}5|nWe z6Nh3i>BAN$_|>Aj zdrQP6(Te0kl7}X9V2_1bx;&hf=)Ew_lf2t@_D0cU5I9l_a5K$T1GI{~$#3O{ci8x# zeK-;sYfu60jisEUTkqKIMgt?syqTj&6T_egx_I*)dY`p6;-J~<)>(Ywz&WVnnbyD|rpP@b(Ig@=YODfr< zm~=yN5@4ON&Uk*zGngkcok-}Gz#8gs*(}e=`(@$-@;B5UsxTlA$j`}tr~W}D|5koo z{RjCi^<9~KLH!@{_f^;=H>q7JWK=~Skw;Y`AfJ(6mw%=bUNxf5%Ab-6cAvbiKC8k^ zXO}7yLM*&E)dX@)Q%Ll_uZ~!ZVtHMVnK+H^q1G2G)zLz!k3TmFWE1%kpfL;!13K?S zLS@sTqaosS=v?TD(5oThN(h8Pr%b?f32Z%g0VTyC_uNq(3b2)LaTeGJ1~O3$c(EMz z2zE~U8{`yr8v6wX(chfL;EJxJ1hMaeJ&3-FSVea)Z7gYZ@{PN1Y@F1pW821t4vViq znk#BmdP{jj=Kvyoof=QC64kXLIDm@auFlS5s%%kJxdwPHqLLSsHn7UeK}ptCIB&Ta zl)Y-TZ>9XLB&}8bv~Ak|Ek&@}T%rbVS@albBb$=^_15;fKyI-i%bI|P0^G8t$!?MiGZ9}{_WX)wQZ|XMEAV7(2});4=YE=G`W$?qn-(vIL=-rwG>RhOQ_U zPryjZRbWxaiUPm-j`^1+CveV35sNLgc_jiO$VGG@7jgXt5}CewTccLT=%MwxiZHEJ zY2sSFfEbc-y>DPaQ@dEYrj+0h(U98q^)-w~GA$vkgk&On?2fJu7C>Mni}V0R*GY^m zVUFT}H(Om!hnEs;BH=$ZT)LO=4ht0iud$V~!<}$vNi&k@P^@09D95)xyq>o6oQ-5< z*^tg1J9!bf0e~z+p*r;DJH!}FVSBLuogePqff03qMzYy!ai!98q$i0}-bGKj*?4jX zpFBLBUCAEJp3V~4Y_6Hg@wu4QTNi-6ewv`z={X$3CKky8F|U`63dWjPoSmPD_>A3i zkmybTC;0Kav2EM7ZQHgz^Tso8Y}>YN+qP}%=C^ydb+vU{b(Kz4(CJS8Nve|0_v7?U z!S`sV$;E2ag)R8U>PPd5nqAKZwmx|ye!J6;ffUT_7>%t4zYO>)KZWuy#!)xt;+>_) zQoeJSpm1OrKn#0t*74IONSJ}gVIXFD93GKL39%PPG7yxJ0WmRt$}0o8>eoxdamM8KT1Sm zV(Lr*5(jVVqgOUEM2L0Uz}B2Xk<3PsTQUw4Mjm*msL`LL7COc&WMasB>_c)WL9p-R zW4qm)K3Hqy$D<8RPpuEaFS!$13cBacR4)eKvJ@1rA>O(k0TSH{pQ@Xt?-j5xvB4Ej z-HEPbGTJR~`X3Z8xfZ!Ze61B;;r;lnvuLsp@U-k}Ts;nP)H=d#MQGFv`|_~!y_AtY zvP?d={byUVc=VDBplf@t%<$K-?-r8G#LfBoM%t`++_=&S#NNhU>ZeCI*gEHmFWHZT z=afsn+MmU5Ev~6`oae3QnDrjJpPpyFRf`UvL0?|Mo(f^0IKe~pL+wMwLp-7zkyNrq zp7-rD1bW1>KStUO7t=^{f3CMnG5SRz8kRgG$g?iW@qfyB7w2~toF-{CE?vvG(zy2; zwK8SBl2Vn2rcnKn?dHzrix8!~sI)#%i#t6}vwD*;b6Ki~7dGMpN`3xNIUW+U+VEFC zEoC#QhR0rAfvM&yFS8yez;Kx&r$%8(vmfZ0!?nmcnF7Fum}i=6lT&3LGYL)M#T;Qc z4*Lxd;{#GSfpyTP2uiuq+C=;{;I;jj_v(tGwq;#|hKC2Cf9Nz;iX`^>{Lu3KH};$R zhXVh#J3=hTf-a1)Hrm0qL-NBVZFsR;A^7wa)Zyk)9p7)fS0x8q95LKSN-3TL74vcq{)VV5{5J^h=*+JtFtk1IHnZd8B6IERhn!V5;!(S%HS4(?lnUK#m1f`9tQeyr^j!C4x** zLy9u#iJBHys>#ais(iuYvX@{2u;incpk$-0U5>g+GdWqcC2lj)H1Mz|(D8zFO%d2$ z3WYV&H1lpF{r86N65LypX13%)LbXR0F{sn1*Z)#f<5^xFlTvY0lS(64l&>iQl7~sa zl(suX=;WJ!mnl)Z7i4acBtBaEkq?9FNrCC=F)7*0bq^z;_mw1}z4ZM}9#{ z1jz!QBpzqfZ3!*AT%n(nmCuJo3GukfWEx@?!$oB3dmbT|5!q}D){9P$?q|IVa`nJ5 z>Q&jJeghF9=VRJNCL2$k0v3zU`wf<+^KO>4QV{~wD z5QlCa?FH$wls&;JWRjdd(p&%X^pyu`$CjWCbyiS`c#V^nb$x!5+y8n(S)~FEHYRyx zIpj&N1}B?*p@2rv>7rI3`<$vJ1=ys`T90B!ZFpSiXl?&`|1)eqGy?80Jj`%dx01?} zF)`HBFXN=x^dp2!e|r(rYDjD2Wq@^IuWkShPLD&nG4fi2Lwa~ZD!ssl^m9aTL_#&T z%1TU*J_=8D`tZ~4-J!>~tWJUB@Ao7I=t5EAns-6j)JjMT58bfcRD(5zz$nk54Cqy`2M!6$yrLy)1;E9QZg--qzJ zTevadTnJ!3aYLka{=5}WjrXdN3#2KVK0dHVuHJY16+uIW5;$pVZ!G1GWbeOEmbGe3X?(ENj(a#VyBp%aNQnr04i zK(2z0_r_Bj=?9ebw79%1^Tm{)YzsTNu$po1|5HCI3GF@T*+OGlh;1UwS&w44g?+`S zg!(Y)?x5J14_3nMUO0JJ5~+`)EhmAZSM&L*V>Xp2VHhi=ES;=FVudz4*YdH5eJ0b? z`r^gWUx-cFpCq*L9tcUP`gZJ0l~mVTY}3aZ*RoL#u(EJj!%od#M!ITL2yjfF+uZUU z>(I=Jzj5Jqp?nfPH-yZVwJ6RFm~@2fEJL|N=t329qwH|4s;C&onG0YIz}04P(WxTm z$=_gAVQ!LAG~IYhV`{O*3#JBCwsV0mmko`zt8>5Or-2!)Qki3^TBqM%j{!0!4?`z* z_cc7XZtWS{f>UpjVWtcS1j!_b78AdXeb}qfI{)g@8=Gi$Aj&xT6R^VivOK?hn%)4N@Y-HK{-EAz?X-0R5>H`8ke4>&LUP2=*fd(u1MYWX}o=g#epul0-m zGwF6^n4@m)k>HHvLE}NgL-?D8GtswpTEo}YYwkHe(BX4fr2X&Bdl#C!|IO`3OnaNB z)|c4l306B0SKx>co)t99-x7|U&xB>T;GU&r^t5Pcv5SqEk;GPpJ*mGOS!d`ot>5mS zcdrL`BL{rfv!6%s+JpR0u01Awl%}u6W3>gmEp^|u zyb@sZ)cC}4i#!&w4BXeuY3&0%*|SEi(F4`Igm8hT|E=;awyYOG!(!%3o_Z<$MctaK zo83;AYAySP?;gX+`joNTMf@Xno9L;|P2O6H8tw~~ttxgYe#`4s7W-$rCVgQ9G)39# zU8#>L*lS^+&E#o&QfJp^a%mDTAgm%y&;KRiGt5z;wkkWv16q4ueH^9l(D#krKJC!y z2rIzGrP3SB9oCgHU@ZESZ!9x~sBh5Y&1V<*Qtl0@?@(^-@QxxLk9-Hsy5hhjVI*+& zM}q#s7u@^LyDy~aS7`5yJgZM%FOwM_A<5BC7-9HtDFOJ)>B=clB z1(m?`^rV3aR6Pv3YRp$dRGV1(#M-*U1#2usNvJpvv85|C>LRrBO%Vg zmQ&tIC-@{ctCVQi#C{V|mm(E|#6#<*`BZ<+=Iv4Z&C{g%C_Jg?s4YCZ>V>PqWF}Ll zm@=zkm1xoo&hoRDG{Tiw_5%{$g|}Sr2|lDM9C$unvhbX$D9;s9Av)7o%1fDEjdnPh zTPnEV>?}K~Ze=N^lQ=f&25xqrB$=XpypE;D&vrfd@FV8En8uOlV18*)!E+cc99T}Zc_uD?CG}|s&;v`|$p5%F^g?>zHgFQ4@k?WIMX2ZH%8pw(<3-&8dPST|B04iM9lC9c`CLXgK#9lv9g+WR+#F`6OEb4|=a52(RY|_RRet7TocrJiKSO>b(bpl0`rJ!=A+QXcz9Xh!p+ZYvnNtelCSVp+k@>Blzz?6wx!6X9R+v=)M*Rl zzF8JsxhpBhb;@C9obwVSpX$u|RHd4N@BmPObwQ9Xle;BmBKDXj$&&UpU8yzm$~@@? zuCgxJNYQ$`2(C_)+_ic6=dDAOCFRQLR7`D4INI<|&*+C;WKFwx>xkIpVSjM*-2D2- z=4WfVWa9K6=5%?`VNDs*Bj&CO678_7<>?%)MeW~|RBnMBh%O_`=DPlOe0Ohud+m53?7%t7F%716w^rWF~fpNofd1M*va3O0NJ1vge2vK?vj4ocXWHT^=W`HbGea(M6l6h)Q5#UQMppR=pA>9xIIy;~k3FK- z^mK{8QclNt)Mhd}wW{DgjNCS(t2zowkRAq;@txMD(+r(_s{Y}eYVzE6_q@ui_7m159xDADFZ)FS)9Py?;mGl-wn8IoGn_7qS8y&vyDxy zeOB?hYbTcmzL)zN$F8nBeArzLrH*2_ygzQRzFBwJRLz5OnwKT^58BKWM>3!8POTvw zdjh%hpKeM=jL#6FWGpuaFD2fz*r!(Ru1M`ZLoR20YSI0kvJNKiW_T@g>Qb&Ap5wpD zzly&?e3p2#j7)4o?ex^vW_Fv8a^g4Qcw*O;4%=G_BdW>wpGTrYI6s- z2?!6?Mp7#XYrKb55sFv97VLuvoL<~pSVcU4&01E?wwPD2l%jasP^G=JxgidAzx!O> zc>P>*INhveJ54)fKUA^_pc54OqeTV1lgeFR`Rd%U3btZ+ZlpN7J(g=%&&e&QCSX~?^}x<)@eGNoYa zcSq>mu)99h)vT3$qZNd@5gxT~Y%!Z!7sommETvPyyt&d_|JWv(;b5PY@>?Jv&WfV$ zNq^X%j23AhQ;UldQ}h({a!yz7zEl3N8=*^b3e;K1129`@dhxl* zr{e35Wf|8tr9ws~C;~fKT0zj@($kPTNM#kCE>lsO(`nDe*?+T}8OJOw_>H^1=lVZ6 zVWMvRT)35V!HeV&CP2eX086CIXfC-ZxjkO9G^fqtAQGxfNHV}vd{8Xo1ycHtrnBGl zm~US%M;FB3*@twr6twq8Cr8KbJZl`DJ5TTyO%pFyWyXGz6zVrJn;0~5UOiOPn?VDEv3mkotwM(`fg@9o~flXJb zswSu|1vYJKpjEf(x#ib%0WWaWC?>Lwq>?n!PFod0Ren?BRHnBNS}iG)sS3;M57`Ae z!D=C=?Nyb*tTIs$AqB=&*5)uWw`R3944l|C>lp)Ey~CUw;5jA&+MzK(k|s7l*6#7i z?2PmXaKN{W__94%Yl*0HhpsTrWzEb+0*>*Q<_NFyX8x#hQ3Wgorc`RA8GNp09_QwB zN6uv)BQO&=p4_E#QBi6ZZb2VSY1x6aDELcWKz1xbgEX%P!m%;$u%E|n)6mqKtD4#v zH2~MTs$SPhjhI^}%K=0fR)EJQz84ya!gVfcP&_r(G=if{GoIY{j=Q#2w(`TXY#;v_ zn!1einI<3F>Y0@=*})wf=cYX^NaU?vic(ul$D)#| zi5X+T&@KmDMk*Xe6rIM@kIVH5!=blu1q-VX_oSf_^d}Jk04oCp7EuHES_c*kb4G}i zvR?;QL!b|EdQ7l;agKbcrQM^9FGuXqHse6gDFtU@3^+SOEU`bbZ}MAHZqtcP@{p=s zUZYwKY~p8R?!X{zN_6)-gbj6`cnSJ4XJ8I+V`UcGaBW;g75pnFD)k%PNn}PQI_Xpt z$3-SuEobKj#KlJx(abU0QS;**Fr?nrN&JuICuOf_&H+A0^1~tB0o0VOgA3?ob@R#} zhsK^o1wY)MKWRZ1#T?E#h{%oBbsf}f*WJb@x24`^Uwm(L%*(p39EWCt0iGoltw?lM zeOr1>T&hvj8hOz&BeMynYU+8M|KoKi>IHd>MgqJ@PoK`-n5ZL;C_qsjLBK%G9p&$k zwMa(*3I&{sdSHQ!Z&ll$~c zA_9BrO|*(3UeR7z5`iKF!gfN^L1Xrjk%4*S|4NiZtw_hkOKACYdr2ckGmhzn@(7yW~^cfrAb5ICx+KMB1g5fBOow#&|f3lt=obTT5I zO*&kV$FtSeu5<(}m~4?qFb?J1L2wWDN!q_3;oJg2VBe-xjF2EKxL$;GuTDM&_WJ$K z{7$`8%x|B+lngK&{D|c?T7CxO4jDEVH;nxCde$87(H1r;+uzW%R18YQ#`&*FDH&>b z{Ol>?9du@oN_Jillo!~{eFgQ;nh|`>v-+T%*Z?8|Z4A(m;J%hZf7d3H81z$+#Kgjl zR&>iak(j1Q>p+I6I7#fl{j9LbOmW;DiQ7x+P!-S8ezHRAXl!dWS)>|o*HC@Em~JlA z?s_eyu?BKci=I*0yo!TL2&Do6Wk`v|DDPmN!DriNH+7F*$_}kB4BMxa?W>FJE7|64 z*XFIM?JKSAtE+8m43_RF4Bc+XiPM-jqTLD7n>%lG%RTD$AeOuT%DtuT*aP>(0{5PP zpM%ZqC8Bc2D(+|f7{>5;$TI!`^?-m7O?j4*X%k44GEJEcB^0X3VnDPt^gE+vVEEcY zMvPG>l=L#|ni0f-dKr&#LS_@eyc6Sp>!bka$$%jyeg+WwuNb!O*uClS*rhg>u&~69AWlV+#Cb)m=63aT z=C}lCV;@NlBLRSYBacRPdYDir~g zk*a&tDtD^hN1$0WnW;QVF_j}86#C%zz{T@eEiwhZ)06V?BiY;HAH3Kr;ZJaa7hstY zf}RM0Zn8aJ?8lDz`TA4JB&zgrzk~FchtkR-Z-GYd^wPxMo-0-{sWg$(EJ~&Z&zr@D z=7dw0bEHBbJQ)bto^g#3NvSG~e&b7nB>~iSc6Z`a3D^sq<^<+`F%xqZXRG1R`eGBA zgb;ILIE$iF1MgAK5#rD*VqQ*OV*VD~pxch=c2gSN7W=9Go6oTWE5_w0wSwJ??+K4oxyyemXqO5} z9Ug()>4H5ZMuQ#aP?>R9gs4!igf*GruKG@91s-W7LsmVzvBNH6(Rlo_MeM|~1Dg?x z3U&;&4r^*X88pMPOPumn{y2DnUDm@@h=WbK6j&b$CCnoK+YO!FXhf^4RfOz)Dd^hm z$M)Y+(%<4nw-fGqMViN3LwtktL(FXfyj70?@|&ADb$MjH^ah_iuY zOb<4b*eC1^m>PWcs`m`bA61C4n``!qKMvUMPJx3j`Y-ew8Tp?#j7Oluocxs8AJLlp zoC3YPAK(%XJfDBOB6_)WeF??2z}&COqid^BCmQ~0`%A5O;J32B;j-Z|d-%M8zL0-^ z=b)i|9AAAzo=QTKVwYEhs5PntD;36rg6s^JfhkL0klM!5mu!qb=U~36}wyYymZG z;(ul4cC>qfMgLp$pM-Q{|4w?S*==> zl3nK9Ibx0!0oqXQD63m(ZmgMsDtBJpKW#{kblosDBUp#tXx&&h{R8fFf8lR{aXp~# z5wQEoZlPYO|04Wg_eAdiw0B4CjG*1++@ifo^&@~X#Ix`FWlC%Bq9O-iH^+h&LOJ5C z311U*j0PIx$-gN$Vs3`Vkdv4cU@KE5iJBCQqb?M6ENsRHqz#S{0-H2EtC6M&5)a-(>+DEkgN%hhnFcF5Zv zSt*9GnD7Yyo%v3ISf*MZYMi%|pW;WW!5_z!%83Y)$$co)819L%6VO8nmp{c0!~KYJ z%FF{3S*!l*qJ3}}x_bH?hH&7Byk#j{EoGo4jDLPl04ZrYSeAH&MKQ{7G}=oO29!@Q*p6~$iWNf!d$N%Wao7Z1Vn!ts#ZcD% z_qgHYg|m4=WxiK^K7WSdRyCJ;_Br`oN!z|MP;iNLnkTd#bwk=!@x07&mqi5L$3v0w zPvT?cJ$sTE$(&cDqas3e!>k<9m3WJI$?zZ z2GtU-g~WA<7kSytO}l%tAvgz7Bt`2| zTuBQauuS@>^ok!cYAg@ks+Ey8TIJh`VWYj~8RKKpnAn{fPx-INx zyOjS^DFE`gRx+uVN<6zAdb{#H`WJZls#oe!3R^XC(0*_C(I{}C(b89PVY`34RvM*)9Z?E3ms`&m$tTSJz8~I zZCXuQU0MxV9a=T0&;fI{wO9`zHGNi(>950q9s6!Hm1SLC6U|rFxs+U7Hb>*ZsKCu& z<>j6WmBo$B7yadpy|lhiOBsEU?&flfhoReOV0*yP}>p z^gL*Gll>XuqYe-*iYOVQvo|?J4zaUV8VsGl=6UwkrJ5p`&`ou4u}%kS|38)F5!Bl3 zckT+YoRc^+zZ_U3VvMT`D=T2!dz9q(GGu!n1B&F-9{GJ@ga%X9Q2zrX_Anhcu2W&CxHPZ?q zc`AA~M0gj;?PC=yil-?QY!MCRWtbRsX=H;sg_1EwuAf-U1QSKh#&zL>VN&UFsqDf< zOI}$PG7~7;tzxMk+>#1cs)j!bEF>jMyhhnv$p&L9Woa4AWty4<=I;JO+zN`R#RneY z%Zil22wIl$PpK#L#|uXF7njXoN$Ex^l1Zv!NZ~_4sL+_QoJ3Vj^pY&U$g~DZFibTv zE?1735=->UW}R)rc(D=*26LF?Sxh)`c$By3jM?RGk&TGluH}zX9jTLm#M!gV2P@91 zZ})rERA+tSn&{>Se4vgl)BWKHtj}q zZ!=jlv`u%!PEs{>S33||WvQlssxuCiZp@0C2aZnJ__fqsq37>a8vp=?F^Duul>B+-xc{COg^2U26xgKC{E$qb3IMw!%FRCx4M zItiHZ^X{XLVC5B^zW#tL`M<&QTS%7N(h6Qyba=U48O5^cLtz5+KV% zV5ACpQcsmy%2f(xBWM~*7G0`nXg5vhEY|ssP-p;E#d3a$Q_=VLN*3Ktx&1O z?)?Jf!tA&SaDU(k(^s>Sv#n*Mlult%Pg$;)oMMhf(A|gi>{}}6QZHPF9V02Kd%48; zI*45*>(Px)+#v&d5oF)BKJ5<)AK()p=B{GCL@p*<d%fUTmuh5QX?gZ-#e0ogoQcAF-aI= z+2ata%1%EVF~ZHsx&)XNm%6RJp6|ZzcTcKFU<8mdH1944>QFTwon7DrYyQTT3ADvtxf)nyWAZS0{~oJ=LOoG|UY$7hAp3y6NE%_3QB7*I z++JjgYMFuRVKN(sB=oSa9z~lJAw|fa65TxY_0Mus?|DVpYAp**KvXgG(Ahq9D3RVltb$yzmE#2-Xq zH7}OUR+e`9D?>nY96NF9&0#t|b##3{?%3WrLFJrw(!Fu(@QYxPn+RzOc?wAkM1mFP zNeSzpISI!P?38<`K7=249>1j1F;_|)EFM}>vRJWXuv8A~iBBD-E3#zLH}o*uxUOee z*cHxMSQt2t;}z68@>Zv3j5IlkwbHx!ANXLWQc3u;P~g{Fzk7i`qmgfPS2Y_K&{338 z6)04Z{N}9t6j45Id~Rh94?18<7?_MgLUDuchC>L!bb6Z= zPamYKUA|PNzs$b(A10#E+37Jp9}mX`GgyTapv&!=e*gtD7>u*32;Gd~+5Vf+d+1$V zB3V$D1(thg=j?=usbXAh3`pz4R+oh5m+pi6ST{w3meXW{R;?j;<_X)?;BE}xv*ByD{cSzf;Q>ul#8at)tDuDH5 z>3%`QdbTlHvzB;ZuK^z;JI5+}v(~Drn|6~rgRo-?TQYZPieO%Z6hkH|FEvX0DQSj! zE-=DrP9^@)EJ4NjOpqcHFURJXqTtuHPMLp2tNtf3%b1W@Fql#*zNj`;6Lm_BL<Ps&Lr8_9(#yNyLIYg5A2OCRZW_- z_eZ`6&_6ob7j)|;iZO$PfhOe`a*$N?;cC7u2T>BVYn9zyR3DSJn=NBcJ~@+ii|8oI zE1c8IO0sl-q+k`xB%q7NqMGxZ0J=eL`!N!whMU88g)z}WjFOb4`qD$J8g#{_N=#>W z^N!!*e7;?M#EbcIc$#!pm>@&HVog!t0k^$=8s*9ayj)8l9{AzBH*}y|woD9`%qbRX zQEw4mDbp&yn5S8wS*e<>TC5UuvuH7Iv23wuxd2MXIYoFR=ZwS^65B5~`k;YJECg@H z6X$W?sr%5qNj1$6^U*abg8iP!%)65hNb7TH&y$@uO+EvsinCE9{8krXqnz= z*8d2=k+!fnl3|-dOxZJ;c&}8=vPZ|`_12f_y%{3CNhaX()mP1Ni^d0odZ!x{|i9@lWb)xhD+-DntM8T5SXE>Q&k0O?q{sCwMK zDw67q=al>_)R6k2yTs1)9v+FfF6 zJkZ=7*%zUh1~`m~c>qn}Lm%hDZGP6wtL%9;A5;%7Dn;j$nu2C?{&0VoQ(|`yQ_i={ z#?IWha>3-$)vb|~v=!)6+}Fpul1-yk=nKH$u0y}O?xa7H4D98R6?Wo+_C8hJ`E2c8MgsgKv0Xj*tQeHarXUUkkiW1zB0+tVA?ZCVct)m$Fv~>|>;a#5 zBx=NkAP3@+j4rP$nhM}rKo3Vf<<4J<`Qj>bAV0r?EFqtHa9u;Kb}-%Ou-QU7N3MuS zX|{+~OiZ>yBvO<~Y!xqsG(|cM9L-#rTvO?+9{=T0C2H$aDRGpwG+v%GrX6r!JWMD> z2^=S!uXrOL0cov3pFPfT!i1HaEO%7ZuPG}tbgXRZV7TqgQBIsFfwpkUNRJ_U)0mlV zF_kZ9Rouq@^hq40SRnUMilWJ*|Kc9vNIy{cwk`or=9;_9-K}Z= zSuoFWOQ_X%`5SLuAEr(xZ+3X3lhyTZU9FQ=sYaQxGx|scx@vbR$i!S)c~;0A*zBLq z7X+&5bm^M$OgN60SNiR;w$|lpM#p9HX50Yvy?Xj(^3*EIBvAjMr}}SRY^6XKaT4EM1Etk z^aGgxQ75@lx-5*mqk7IQ+h(Ov*fgVPjWo_KsbxQ(y`{eRgak!(!6e<>y>iX)=dytm zR<}_POaKAVV;FBkPNZLceE?WlM{L+%Usxj5rFYWAgmO;z3uX;_p31>$yLNJjQ9b-4 zIUyNRYMh5%Nn#9bUQ8}^P*UH#TVGl8yiY8<`p5|HwWaE(Nm}g5XE6H*6{9wDwUNt< z`Cw=Ay6XDc-1f&bW5;Nk4qd=U)gBWDGaxh$_MC+_O`n$PT9@OzX2I^eW-9F${e$&K z%UUkjwRij1B89ol(#rbtkYM(~i)+lTDHh)gL;xL%I9|_jI2Up9&mteSjsRxVEqvtz z)AngAa9e6~f;W;^kh|ZKz)M3iAKRS;qom<0+W*o?|NNhVoTk2Sj*3o7!Y$r*Js z0w_Lj^3?LGs%d7qTQA~eF<|`y<1)xw@~`M$xnV97d^|>_mLNUY9=zdGdpmR(y0QM& zTL?fQkQREnN{H6l=kRUeyScEew6Qbr`fCzny<;1 zf6E5m$4^qcWchy1_po%Wy0AgG$F`2oXES>^Hhksdi8AeO1RaipGit)LW}652G-0cQ zp$9u|*Nt~+mpi4J`p zhTOs^`lBZab3kH{=~(ALb^K}Uqx^@X`|J9(4Z3Sr#o*4t(ga*%FW?^CpmDLZ(Mv{L z4kp>Trlat%an)tTASNEN+c7B7goE=D~MF{7jU+Z4I ztpzTY+c4P7V%Rx1p@?M`IFk+7b%M_HQJJ5yhUN0d^uJuH`l2sxg$XCw+OZCz)QyZT zzQ2Ux2WKYbeI}$<3|>c5AD?j=(0 zI=>37Zt@h61ES^<4ru>Co;O)B>6;!G-%|Qw`SSg+|4{!h{t)RJodEJV7gmgdLzFkU z*o;-RHYp)D!7k^tTU3BmhVt(T3So2R7b#}d7rd9-h=Kl$uL1yt!=%bDk}NF(nPQ{# zkc0&G8R=9Rs;OPf#t}hrliYJRf!eq&1}-f$XDO2$4kXrrBun1z6x}D!$yeK`qySb0 zcu%=}ORoo0s?apd1yfdwhV66z>Al60mm0xfQKYH{KUh*0Q5ccB!~NT*H2-8Vlo2NB zmqNQ#pIDA|xnRlyQCF!YrtWQvY%U>6H!8l3jWCZ8dy?wxUu+5X}5m}}>c#-AwtMJ8kkMSx(leCE7?9ux7ac}qM` zM&n%daf^Glg}b&}l#wJ$rSJU=_kceHSED!K6FV>8GqYAC^kH--ZLK6oVU`KjJH-&|}!=K;Qgub4D@~^4e?6VYh9ACiv!Z z5VHh`LcWnbUYYLjsnh^Bk4}&Z<-@kvO9if})tkHGWYN^u6`|4e8d@aJFb5vHQ&a&N+g7Jvh+{nyYgH|;*TG?7JD@(k`2xRT_~kW)ditbg_`{!lh_ ze4w|HvEUW*nF9+GBtQ2a2@V4)K)Qe(0cwsZ z5E7N&O3zFU3j@Q}(x`m~^^aFiU;MEN8Vh(zb2B&-e3HQC&^v$6``vio7;z~Zgv?>_ z$($_-5*e5b_`=@~Oc$yXYj)Ou8ekpKd>A$oMvujN>Xv5U1qNx+eubWs8k6BC){dH; z8yP;bJKt{VCI1G`r{^WE<;`!VCHhVzx*YEuos-_#^t6b;(A*ry8TE|8Qv6=xwo}Uf z{KfJ<|Ck3eK2LYe50eo|O_^a=1k)TqIQ<-M|)~0<7j=jW%d#*#oMx z!nlk%sm-QBRk;)@f0lBZdjGGugsmLJ4;`rCT0HL(_yQ%@qHSe92=D`{86nXOOIESWdU#~6Wg5BV@ zxZ6{`0?&!eq8J35z#LTk+&4v~clm;rpN;7zYlPK)UF7`7162qrqHgXSAGWvE(+lm@oG&nR*m#D7!# zGCLrwHU8xN^8mam1EEhj1XmLLw|izsZ42!b>N&&{5!eeX1VdWC!5TP(GtvRgz6}=K z9cQMFGm{aFh^6BNpBOVYa(E1Y5)87;1msvCs~c}N z-C^D5MQG5Aq*`M2>Obv==5nIn?+~r_umOqvE--f@P(e#6%OHtFNsIdCwd8vh#^&;* zs(#@{0G)qUvt5ywELqBp!;fP1labqm^p(n#eqRysTQ(Oc7GDxi>UU@Y_r+*(J*d{p zHARMf#|@(o_nm`A_L|#RwZb#)w`0D**A!r^-;KS;%Eg;kl$LCXj$CU@9Br%nHQjQG z<+~p4MFZO$@0zX~&Nk@~DT}1}MJ2e~^(u(FZ0o;t5YxQ-@Lc87!w4}JQuB6sj_@$b z%&VH^_%F@1_fmvPAh(_`+b?dLKH_oehu5*s*1{?^wq6wPf5KGfKKDbH5n0u+fUG|O z3pTYmDM8o=s)!n~_c2M@-!8J5PJKV&gx*YAPY-`_yrwuej+^L+_U z61S{m`N$vDX?GvaAirn$@99-hsctKy0b0JuSKp*;H{?mAXF>=qKC z5W$c(yX8wzZ1Tbob2FGgcmDx`$)5C(W^Nrh>|++x4KumzBM#^yORq9x{epV#1v9yc zPiks8m9k;@7&#DwZLq{C9@Fgq#n?H-i~>Yg`2DtR+qP}nwr$(CZQHi(_uIDn+C`Ht znl_ou>}GN^lbe}yzQZy2HeOU|G)z3AKVFk5IigMpl4>d~f#iRnuaXP`0uEv+y2n{* zps+l=8AW=1r~#hFf{vcss8s#KeA1;g4~uv6Y{k)-(^3XI3xirE%weh3b9y2@Y_y9F zxhluIkih(I=9H_YNpvQqznon>p<4b-n(Hk7$L)Na&!)GXEMCg?hHN5?xib#N*k1DR z!=Z+SZ7;`B*i{CXw%b`PYFu~y(9ZACjFcmdQu+I7K%5=GgwN?7=E;;gSQwv`L-%P> zl{O-lWYp3OX^n(8#eL>g_pjRkU+|tyeu6oq2|A(%SZ85QTxXFvv*mQOhr~m5g6U7j z>B6!FZsCoK{TVeU0R^CiBI&XuT5XX0mg1`C2#d~JdSjh^w}8QGVL~-I&+-E!;>JNu zr*2^*Yq&D0GmvSEVkx8A{^u=E|{EoL;;l87GlWza7E_qNeDsBR8JX)({SeM+fM&z zNN~V@dDCXj&oHqtepZ{#8&IpHGJ#h@Sk!&2wb;;K-|3C*Y$#1?+19eEqMn%XXUD+Z zaIOt)JG%&%Na{;#CQZ#eOJCUI1nfz_Aq$U5)(heV7yHw-7Nf3?a6#g+FL7&}W?mfV zo3VYj1WXK%AQ0*<&y26i-MlLZHMbR18Dat;Ugj&$>nJ|$}tEKbmS$n4o{*{z}7uqRwGO5NO zebVu)d21!f#=ZoK+e9IaumBlI-NDP&15W!lsopG zxF%A@uP5M@>!%;r30V42G~hw)C7A26Pbh3($>e3zxp|HJp~jYdJ~<>%XNLCrS8hm{ zrpx6D8T3UP&VIX!5ALpvQiZAxZ z$45vJ%y4rn9_1s`eS0%zt?KgT=+=(wvh5xlX~L2b&DRQ&H{02bt`5KbF`2cX4i4HH zY@7^!c0Y^*dK+x%TxeL&Wx2L-C|Tjcid8LV&Rm^t5o!Fz7>5uL^B)&iN?!p93IcmI z7=an#sfbd=2GHYY@icobatW@C#RPE-EitA2$m^cDtAeSf z5QWPM@LZgb8>XpsWYHc+B6q|A#G}ziIJ;my<*!-+4c$4l8Amg=PTSn(x=cu>kDMP_ zg;|g&ks%3#!uz{}N+G|x?q&HRkaei@1%Twpy0?3}X|5Kbni>QZgI#Wu>UrhqZX@jl zliFqG(ItpwlMz{rbpOumMEU~FeEyYfKt$u1@=;V}CIB22ZN6f6CFtv+-t)P1FwdNZ z(UQV|r)Ob_{94mf$a|*$S)xthNaY#^4^5YrHtTHs&l^qcR!y}CGggRg;-8oJ{<9!p z8%98*t)dknH@j`xkKU!M?SDk__Xoe(%x&D=+E=IqpFXesNoN+5-y=V0yPtdsR`BlL z4~x{1Kq`d*0|uIC(QmXp!PkRZB4|Z^Tq;vYLim`#f5ux{x7hIk9V0<+MQ?>+VTQDr z_k(-XusOBKlVNLCvEPN502XNd1J1J#P%l-&5Ojavma6g4+0rv>*f&R5YN^_y_d);x z%}DpvRG!3dMbtUdJxa=lw+_P4#{0@UfrQZzr+Y;UqpcOqzY0N??IodzjUi~1Q?@E( z5h-hk0XS4nZnPAEuIg?Oc4?2uR+x>ebBotK*EUj5K*|RlE z7t$(8Kk-ftTsWyZQNOd2NpC6vv$NUp&@EEhH=~Cu6k!Y|D`)5p z%jrML>aAH|xo10`tBc-1>eI?N+L+C(Q6USEISww7C2Uh$ zTP};%s)ezt5Eaz%&h-2F=|z!f1~TH6O#1_n!*B zL;iGV+O%=ZJHOFY_ez@4j@Pl~X@|RX&e^qq8tk6vnIK33i6J4p({jHlNCR4;q~(Qg z>843@qPw_`7cPo7*B1Wn9o5k1=Ln1-CJOK6HCh9ZdHQE~2cGkhdxQ6uB<$>#q<8>KYs@=R-l(m)uu0*4~@3O55= z1HHrH=q3S7Oc%?;Eto)Tn#hW%F7_`GWIdKr{0j%U7>PMWp|&P9e;Ob}< zl>~}ToPkHuhhm6;P);0zmj{@_MXA)^^-LOvHKQyMLQ3tVUGR=>CXg!dQ!6_eES4NO z`WHAlP;)niPoy|jV-}CR5I&+(z7YO*o4QG$=+V(5opl#CouHYW$KUl^x6Ef%cJCu~ z8i@wD02@=AU!(~Yd0;YZB0Zj|W<_E*c3wwSu&6}M!K(`oaTaISsrhZ61gc@+;b8AN z_tSYLuQazDzkfZqWU?K1=y>FxwH`yCN-t$zvl?F*E%LlXIj?jD_)K|kI(MpV#JXm_ z6}!50NX;V}<7pSKb$>If$0FDR)AIAX!6E3(Phyw+Z@@PD{p7{9?$e@TN?~5H_E3#!M$rAB(hyg0j zg4(nz)_=6N)w}=9c$+Pa7BUV2{w|-Vj3`zB3k#zhyxaotd(4y=Xyu>5vH5*(>?n0* zatM8!eQ=S{eo-WblfC$mSkIxw!JsZ&X=UYU_52f;emtedQpM`IbE3w?_KYU|H$2+` z7rW4ifN=xA{$LgATQ)j}cn;_&9 z)v%M86sSU2YuQv}NAoD}>ZMXQafs59p)Er)$d-Ae1vVDwaAU)~G?$~CUn)Vcrqpl00L$;}gCAH$rnfA2rnIrOYp`Jl0 z7GPQ4(Ky03@>G=fYf}@pH^P#jtj4?5krT+WEX?mx$yL>3nVG#Id9rw%S9B%4 zvz*y8K&+atJxjJ@Sc)xTu!Qd7NXayR}nT3qh7EhaZ z3)|)W)p9)8?ezpp$fb#AM=T6FvGYno$r`jkVcf~~Up7`0p(Nez^#njDvC3w_L@PZ0J>BDk>W zTmV@Dz2>*H=BfJtNUo3x@IQx3ga7GQ$A`Aqje9KmT!8k?^B^j#7B$3ePE_93AS~eU z1k7NF+bo4Qp)0;g59A`gif;49pH_QK6@H}_qZy47>`I2yfMf-fcI{u(l@T*Z1LPX= z#zs?6>Jw}l>d8F=G>$ZBCeyN!=-35JGJ^+M`T^98$|YVyD-sPaduRDM+1qz^Dvj#Y z&2h7wGdKWC*8}yz4aSRR{a}4>jYjxC&*}F3@L6jt+~SrBc6-Pp)v(Y=$r8@GDu7^I z$UM6)_iF1v>O73lk4r{5*ZndFLA3*|0RlN)G&iwr1~M}u7_Y2} zjidzvESUvA#^X9*7Z)$8Vc7+WMQYa8PZu(!iofyedwk1wn2TYUJu5QENffM8HMC$6 z!am0HHE&*u12D{vsRYNygb}3sH+!ODMDSwjt0{mwXxBBc1~EdONUds1=62C+Cs=MQ zxE5bdMWqT9^AN_r;=jVblD{(Fd$(ktdUyd02ic5G1!}&|MgAd;qhgTbs^14d;{=T$ zZEXxeiy}J15F{F~F9A|#`Opm|aN=r;B@`*AymTn3$jdsiu2iy;8gd{CZ`Zk_{%VU8 zgWo~`8)x%I(lgIc{ir<+F%NXlE6`lgh(?n>y2eJ#VC<1~v1)+uF?=gZuWh(I)W7 zGsWiUREii3DU)w0gNsReb|0(~nJ7|GOM;=Jint>{41(}?0&e#7;UGbmf8`TO=aHrV zDydVpz|L~72-LYXz^u$7q^B4**@;Z zZ{%{kRZ1V%Mz5_G89uAa4`r}$79JOGbF15&kVFYEhjb?Kb+tCAIImNWg?dN|WnBML zH1Y9a#Dx`t!TvlzD$x@q67JKgpv0AES`}8Tv~ML=>U?e|%)EMjb2gDAgFR^}lm!%2 zYQooVv`iHI!i)y*jF&~qRwFGhuQtQN;#Krin$)IPN0BvHyM(0<*Ml$LJ?_!_Zb`8w zCg@21sW&j%(boItW*uC&_Da73*0V=DppQKWadEC7r%$+m2&P~xpZ*iN!BkCobpUdf zBZ*~Vx13KK6S!dv;HxY-YvQ5{JW06fT+-OVgOdLhd6`I>M$mAwn3#0^3>e>IZqi%Z zNV?knE|s*U=QpZ_U18yX6f7a~V~43*{AdH766H^bT?LRQzS*WTM$12iON{rRKERt@vZ;(+%) zxLT^Q2uq3OqyDOwu9XtwpPqR5&x z@zVC9GB%cN>+(6F*Vbq2xAW8atz|o}=W1ZIWvB5?+W4%f_2)4i2nAC_{HO&ohJbaw zO8O8y&bv(zDIC|MM=+`WyA4GXi0SLMsG9|C?5_*^bB`}%3=w0yWC=veHx!DdMW0NG z#IX#`-&;!N*!KQI${K|&Kkb5)7e9H6lG3U2z6=%flJ9Owr8@&#{tQSMeOX_>kkD_I zzM6UT#6|Ba!67FWzS?=)@d+Lu(~sx?!^JuhKDQ8bzL0~S5XfjUNJRu?EA)J z2B&(RDG@5>*!A{@H<05GZL^TjwNph(8|5vye=GA5E*Zh$MsvH{E`H%tDMKvN6O&_0a#d{WWsWLit)JJ<$RK)53CB#7o+S%|lt$ zlXhHketcenw4~G^Mdm6)D}$Srm-W%e-9;@oNhOt}v@}MV7CZhJ_VZk&$HU}hFUrf> zL8-?9L+9!4>S5vu5o_xz%gf%=%m~p}$Jxu=#m(YnZ{q4}%hBpnl6j3a$wQSSW(IeY zrK=gLb7V}dl7&|-wPuG?M}hathD*K}B26fD_sei*brMe@EV>zgc){gqnt)XQJv0_q zK2|5d`cpSHb?WzKz872cc;^Ii<5!OMg8#z(f^ubXrEx`3jPt@-{gNHxmZMt72;x=O z|I6qIpWEbLJ@}ZS%T%u-3c7qrZa1YFGFECZ6)rh5ggfbjs^6zV47v4bfOqWKA`Y}| znUD#o5;v@G74_jt<}uciw$fwq#skwQS6&q1bAR|FqsX{Bc zNAYY4*_M((J#_kcm%h2upk0&eg?-vx#yJ9G&QFbRlNV(h|TBz1^>lc z*{kz?F{z{W7rjiSCR3H=vHoLQ3(+FThipHmj90N1@8~z0a)t4?jLMrf&ZG5#`Iw8Q ze38B2;m!ScBl(A_5?OUc;rBQP5by6nqvvU(auHW;T{d4?t9N?cNe{IOw>NU$+vX)Im4ELB z2mki;k>Kgw^1;l6(mVdExV!R13=O=1_(AqGtboWHjTey+CCXz@zYrBcrf5DgDrlt< z_`LUl*L^sfwc#2-16C_Z-JFxNli_hYvkDZbjvDaD&}d{;a}F5cJnhjziQCXWO~G8;X&OJl;5_McIFphC zeOi1OTpWAHEOwd^9(oiDjvmEYsDq&;QOq!(Djo-&lTpS{&GeL0ZSyUgjivPuW!tqs zX3$a79d=9`;${n((v;DH6|hssw#HIVZy#vaVl99&ZM>oK76H;(RNE(Ru@Cch~>cueGwbh|q`e6HpAe9Qi)4a>TIMc$DeSM zSM{v>iM_&3L-cDO?fbAO>VGkp)4+4Ku*Yx7|9fipUFBzicJgE4`Gl5FRM(*EHN$6v zbp8FmFpk*&6ZrFgqkWi|*#0NV$0Sk4Hi#ZRd?LcaUEhd2iARBnXD}2 zj`njDxBzMGkzGLV+!eerI;76lDf?<#)r%$jFD-ap4dB)}lU7e!%i)LNG}%)=87hd! zEOPVgSp$Qd3>>xaMyH}}U)D*>(wB1g3}`z439=|Gr09}(eGIQqyol{FHCJZ}SpLck zuby$4sxLF@l#v>)2;pRct1!hvLb>ok_8Gr$XSy>t38L^3ViMFIl1+keV6uH7j6(F$ zkvOu?1iBwtZ!WzCwWPQ8I0XlO39^;a->GE766Fq*C_0XaEj@?Zs*rX0tHCgYpX|QD zJ3j+RPJxD!i=8~VH_$hZ4p%kZYL}Q1gTdGjU02N7M^n&4m7fp5PUbFy|E)R<|F7yW zvNJQ#|2KGvnSqI!`F~dH$`i_6`MBlm9FZ39tG+Z%>D+6@lvS1q#+3z>Jw2{%tVJluI(Hbe?AE^-b7KrDq}=(-`(K|L zrhh@N&a(?r9DBqP36Ja#f!S(%?gqX?@dKz?w#jqe^Fl=3E(u@py566*m#fG(G-Z6oToKgpXohMf0>0%9a$T56K-kppQ;28u0_YDRC zCkVz3rVUO3*DA}~3ay9!86>ez{|NpCM+Bj24&Ts6LLNT^%SXPf5~g}Po5RoIWo${G zIlcv{c>_ncrxsAwCz*XT>;clq82N@ixyO_7q2LBQZ$BAJbh%htcuqn8u|m7)$!rs( zYy&o+vg5vwKURb%Um;KhL_b-|-ZWy_#C3p#NWekDNk+4CIW;~# zIeRaJpPr^Cuda+u2{Gs2c+O&Jd1<;bm%Bvow)+JV1BFIotJ&zR;WYKIiemHI#?|p^ z2NR2*?e*}h&w>kjmm7=#1jZ>2LT4-pkvxd~R83Q#)iq+`I#T8;Cj;>KbRG}Dfv%xE zppAVU9?Q9Yw(RAn*~{&FzFrcx3-P1T{6Lnbh)4^8f_iic0@U%7eN{aToyW#AlXT(A zp_G_}h;)GCnzdpW%QPVxq+7P~FB+cw4x1!i>9WGgO{Du8VfV74?zO4442X-<_Fr^s zdwtbSl@np@%Ng^Uni(a#(@fs9vLRE-B~!!|We}rZY}M*vr>U#e7l*xQ(MTn# zRRX8n9)_ZtKp~2z8rLB-ND6L6nM=R;Vwe9_>@c8sf z?ku=_CDG{B8FD&?kBo3OMnYko!*l(0zrb2XcEf;B5uk*dEDx#lkrbddOK&wTEn26gc?p4x%A zKO$Eczt3u3oTXmF&hJe6Dy86SDG+0ID?}R`3Dwl4K#S7In2M?hHfZlotzwwmK8;k1 z{?tLErrzZyqJK1QT$$c+uvPMruo417W*S%h42pu*#%TL> z?*v7DxIay65>ehh^A%Y$t<`2B5VZC&Y~x^!1u0x|4nds<#mwx+4g^K)z6=P_kY{po z8wUls;HvHDf9j8&E%TR+k^IBVFf&8HthDNFEuJkefgusOglQ5wesTtS#~=@*BQnfc zpCDRDRf{5VRI^aOFjH&qY9pp#MKAV?$IWp_GR-}su;1<|`>WiFvk9FOaY1FPcxDRu zn2%*M133T~;>koEG$$Ca&hRXb#9waPhcr34)2ikWNv&~;O@I-pofuGg6qi6LBpU9d z|JCjgap>KAx7@25+8&vW@<9vhI5j7H2eBS|MjWRTZROITi?4zgmWOA5V6VWWu>Ubl zR?eZZPi?Q1E`}V1r^VM6=x;{5O*qGe4HZv0AbRjv^EmcCd=Ge3n~kb9Cvp5)^cZl- z?eBW%in-PGe4XqXByXVX6ndYvBiN3r&z}^RbO=$@u0vh}>;{9U71r{Ss9;QMmxarT z&F;1Tn6vP*=4;Oj`W}1L zTc4XyxgUE{9)hn(R%_G5!Un>AlQ~xzK3ur3qn!>;&aWK=0W3=`}beM=Bf*{Y3ihKsAbviQc zeKfYpXewjb(^%a55W-%dv>Yxds)3kIRLHCxcJa#D(cv{SC#zLoWYZo?ZKTK`e@~Qk zRT`@2maYm5je`>l9Sfy{hPoc|83Gy-8v3%Qij6}wFgAj$wN`V~?8^3n7qm30av;iS zN$5ew00iwudLXrozeivL6t`RFUlYq^c!)@rYm(S>VFZ%o@5nEH4PXVKj~^ z(l#0$c8c!M;jDCO&cOV6hhOjH>4zTYLtOV|L`6y$V z17lKFfmm!a_Y-OR&oF1Z6?Kd5lk_GruzLP|t($ zV=eH2ru$H)Wa)*fcG#6USDxQ#auSKoE7gKo+{v@BqiB=#Nm-~x?!sj&;hhQgKySW) za87T!KvYlQm(mvrvmam}1d2K<4aZ?i;X=kMgPV(+*svA+6-=|SQBNZYXdSa!1T%PH zJhggtm7=98tJH3D`TU``H=0_b)h4pgTBFsv?=7s=+Az{+0A=8_z_|g5Q0uxw-m+F3 zMGnTG+s`g;h!cArt1JiOXmh!WemhG()N*~MX9;&OqvUjmbsr9y&T`iW1_v|?jO$;~ zRyQzQrle>1o0D{&o}zz3c=jVm?*qSotnPAAr~T_9X+P8r_H#iDI|XIWbOOZ79wM42 zh(OW5t&f0BU`ZZ^Vh{VtsLzBQCg_d}I^gf)_171fVv5jl;j(u46mQHGbUHXG-N|{W z(2VWt9l-LZ8{toegI;gx@LpAR&W#!}L@dA$h^}0jbq zF(%{Szahd?g!=Z^-B)$YyR-NgAc|$NvX4o-tplnEFN{f9fQqTlOWof?JF*y=TpI>6 zAC|oZ%VmJJ9ax3uZ`aQwzGvW$K1HP78<*_`I3;z5*$sj>Shw#+51>SxK#asjLBdj; zz?>j-MC+Is9d9;)?vdav&P$p%?|xAx&>2`;l6BtmgzOU?yJ&Vsrj62;^$CLaH|XnI zuwM(NqaweibnN5>Rx5s{*^J>hK;z)|~SXWHxjoTvO^+oB+K+)}&ww)0bM%+te% z4#e8f%R|t1J4dp5;dZhPxA{_b`#6xVnXjd-{iOl#JI*B}`V%nmdi+|@hU6UrUC2=A1PQSqIEpwo;y#uI}Z)V;4K@nwR7dIJ|_O)ykNkuuKq{i0F z$Vh>_?@dusTwQOWCtFqb@?}k((4^fd_mhSJkfjq~GC3^|W_;QRaL-OL(6hp<@3OHZ zpzMkEcGb3s>|a0|@soCLTv(zW1Mujy2@`RGSFufYHaDP>?O*7P$ghnOh!JDchM3eN z)36zXSs_N(Q*tIrAPqN}UWrB5kukN|bOiNQ&j%XhvFwV|;SfRY^!PLZZUv~nE+!4D z`sQFMAp9jP`uGKsFM2c0p*2l4cItigkgIr~wI7K>6HSSJxnFq`f{r^Xb{Y;EIvaCS zwW$y$e7RmMMfJt?y?2j-z4ApWDk0GDX)K=@sgeBQU#H@`>Xe||)hJ>=NTc{rm$2o8 zYA8~AyXw0k+_JMojFWu~cI0t$SR}v2XP7wGu>fQ7LrD|GWPQfJg%k$JUX__rIpabI4naA3Y8k^vpN}lc; zkQ4+*Gv^B@CgcC>ohKCo8CDpyv>`+gv}lWo2a%YTs4HZ*YHvaZODg6+|7 zf7)Zir2Ikp{8a#|E)}k;*kq8VSLdKgZo0+LCRiV$%ag%Ik z7fW=vx!{Ao5Ou){#h(?Wbm2cF_$El!WK+ot0NED|kWmK4^O&0cnyl%7`cA4k|e#a9- z&V6%j@1d~9~R&I5)G*O%}fOBTJ+ggf?=uJ}h=Fh5lHkxh|JUE_@S4BYV(#U66 zj-8kWjbkIb(l@%y^1RM}NOH!`;M{C!&3F0gE#GJPcN>kD<~H%BC1)2cfLm1mu5c=3 zG2Rxfysms4yr+yx%5~PTimjz<(;FSWo~Aw1jx!pM&N*1Cs=Cb4l2=;iwyRAc$qd}| z^SKhcwxY}qnI8;D!0gZv7p>fpn_7x$88B%2JD$8UbLC1CN4QJUF>$CAia!JnkG=(c z4eB6yC8r@eMlx=pjHwH6wTRltwv@S8_?pfs>Zv2y)zen(cCV#swvjI@(GZi7nln*C z+Il@4?(ah3`O;+9#j*iIpe4H1@W+P?)4fc>kkEUQOMnAmH zc;ULr+ww@sS$8WxM*h2e8{p8-ZXAv7K|d*)#$ayE+-l@B?LJV>T6jWmEnQH%Fo&X- zW<)Ch5oQnNaCJ#vI;q~xA!`-mXJUz8_hz-yX_Fe#!sDjCvm#a5iZ;C{O-XUGm=V;} z<=6BZ@Y<(tx|xcmU2pX;d1Iz#o#Xu(aLonPb3Z;;I&mBSea3ZYuz&=-T!#Ee-toDO z9?oT*?ws@jQD3hm?EnX7>+6{cXcoX*sE`oaP$=Q~CL`Ht0?Sgl$$KBel^f3&fx?aTIg z3YIRlX+hwD>tolGI0dE5=#mt$~)zM+)iSMU?No% zq6wI#KqfsM=fmmn-sqiybIvZR6To8(cgzLx*sTl4B?h3_K2HC8nFG?KXc4lOgt}}z zGI9$c|GH*|`6u2!`wbNKm zCW+>W3mGV5@9h9ahF&iAMiUoIpICNVY;HqwlZ>&5N{hQBO)s2`uQxiaY{F-;EiplI zQ~_7t#O^=96YLtlcNsVdRWq;FItw1w4;>Q?6*0u$*otp|LMQqDDF{9_*$-H?#3pP- zZV?`|f>8^d*q=l~iiSO7#rO_+CK}?x97KJDUzQq>FqLdzkEg0@kZ9s&B=z#BNkgA7EHIU^pbz(& zDh`N+5-PimIz|g+=B1QrIISGrVGNUW7c;C+Ag>>k2mPGQCL0WrB#ADR-o8SpgbgV_ z9$rkxG#Ae!oUbSFyVFJRraRBN(g%3Xyyy=Hq-Qe?W|~bM zOj|UJRvk54KKN7T5>t+)#P2L*#-aDMYdP7Xk{t6$0L717v>%@lDw+1f7yqIzYiQ!x z$xGcUif5A4Bzl(gEV>b=5R<6!@0-oq6H5>6H|l^IvKJOVm*B`@NgYxxaW3{wP+H(k zPShUhHzrP#fu+Yrw;32Ov*N}&vY$v&(fQHGnkn=~x6)#_<1z?nVQqAKIC0`i;8{v1 zpF1#!p|*H3w2G-jdWbJKnd>X-&(YNqzmL1JhFx-e9B1J?I={3RkBrgn@GL8J@XXw_ zJQPZrSo1Vp|KwqRI6CZne7+KQO0s}m4@igQBa}-XRgfQGoHlV=$#zSL|9%uG`aLw_ z(`7vU_?>%s*e`YUWoq>)4M$U(!4O~yq;Sv0C92cAWL%CerGm9lnC7w31ONjBYVKfh zEs1Mpa*Xp%-wO_sD^Q70d`^4TpyfThgExG}l`E6nc)rTAo$@+Lkm4t~dWgr4^Cfz` zqm1yH{=<*><)dWucN-MK2q8xEs6QdVaFfxhHR^}lr#xpA>JD8QO*e>jAWg~%q`^%O ziUdJ&ak(j&N;1rfUdFXk{W@HZR>rQdah>cfF~9$4?dil{OW1>XqU~_E+C68BiusP- zG+yL88hiPT>x{liPAx$R0LfaXn<}W# zb0|w7LrE{_DXy-ms;%OZ2TV;wED!xioMdyhJGyS&NDS(_+`Ics5)fYQ< z>@7ooMfEFkuTHO`z8Qg3i-y(jj$yFCuIbYb{W3(*(PC~in$4%d>=Jp`m@wpZMh%!c zM6yn%Ac@n2=$IajRP8cuGyG#Jwl;u>w{R#l8|k_ruIMv9SsoYFfpkPi#QRqm=9u$tk%i(IotGf*9peko2bTO6tg9i<%yMOB1@dFr!H8xx7|j(2lE; zv`O?+2Fl)1W!Gk-O&c==oKeJVWEi@_O&pdk=@BaPX?=aj>-&+!3VG?hjbizKQ<$;y zmEO(3dZq1}69}_cww03%HIte2>t++GHts}kxedpn&0E${8u4j(946qck7Je7e|B8b zBH8&OSVR~=GAU9C)K}UWZ46n)NX9ZmaKEa|BJ{HHq`38&LMC1tktjvB*VYr2cj3Bw zt!LGZDq4GW4&9X2tCx^h?#q@aK(sPdjR()h!1D^c;>l!qfjoW}4JH!P>#q4xYj{O^ zKc9OF^1RMM;!T|WBEo`@Ohn2vbKYZ>z*N*JRxx&uWM;}9h}mGDiWzS>zHz6o)A-EJ zpd8A_UY!v))Fs27B?_!_x9@VM7oxzX)ErE@izd_zuEr^}HL?o! z8?EmWtErb(VoeoKp+W4LsThHzNdJE>Fqr$=|@kV1~;*?}!V{^xih z*@}&-f_#EZHEomu$P&ZqKseY{WPr0RfWF7snm4L~pS_GoI7lVUUHX zU{GVrSVb_dtcBJLW7M5T_a%%|M~|{iFfvF{YLRR{*DWetr|Vo-{}Kl+RNrZQdv^2} zO)_K(rPzopoOEle8!uWuM?Tu^z$(p%l?W|BY_JQk<=&~NUsNPIwWp@gU3l8L)>AE5 zJB>SrL8b9W*$x2V$TxhVO!esdk06>FNJUDg9Z@RSIFMDOX*gXLTX+=t&dx59A3` zkaQvjgh>+Aga|97rK>Y02$4*)SzqJC`kv_3u+Vx6qVzkrL;Ek5Bzh^}(Mi&B^H)$M ztKfzmy-|Cfl2``;clb!}sbkD+*-<<4!xxKUUpLKi(lf>80Hbh>U^BNj_b2k+=l0m| zttH5P-g6*EoOZq67V?n8oWi${XjNI2t8v9;+?X#PV`82sINk%^+pIbM!CFLWVx&g4CxI^W0O2~cB(S8oO;*Fp_&wFdoaNSIxIz_WOSm%z1tj$*`6uNk zOOOdbl$M%Yy)ehXW&X4j;>znOJm#maB=2ZnNUftTFUZwjVZnXozFxA5vYJ+lzp)4^ zh-))DjG!|=$9YgC9f|!sJXBvjEIw;xL5p?}@)D6ysV^}%u@(hM(acR!Qq9d$e-25p zSPi*qlyX>LK%CP|q1jM5n-chy@dChWhDb_xy24j3v)Xy@{Pe9l$uC#i)*hTJ-=6I* z(y=PPTCck&&1-FJ$#3KtHxUz*ue7l~X<}k}devBI<*U}(R3BSfrD<{0miQ!h`?|gt zrkxcil3GbNl5OFndF%<23=u1zI~}^ume8%Q zwMe1WwOXtM$}S~YpdcL}ZZYQ6sg;^uyq_SptT=_GK5}8MoodvCREUP9b$9L0zL#M7 zq%2n=^hhT1N+fDi5=xx(XPRkFo2&>|x|bP~kVtVtt;xFTdHZGrq0qmEV_Vm_q(3KR;9FUZC6kyq6e<||3D%jx%lMIc@yhWyHmrunluz3aLyc0QgA!%oB(m#cSvT?v;sYn53!(yQ6i8rVYJ#7_hf8>6 zHHQ()cp@&cS}o-k)5vrNW8K);dUoRP{o+k9&pBCh6UB%&=KXH%zJB-S#lI%MJ2ly! z-Io-IKxUdb&zMeF!~oC@s~Y^Kc4{Cii5gur4eKGf8!k2>Q|nw5Gom`vh0@UYwfHg(DS)*tt;%=asLO$?pgAcq9puKWVb=~A7ZVWnqkRqgIDu_4o0{#Y*pS96b_; zou2;LkG>KoU8r2QjxE-7b=z<;+9mfQ`c}YzTBb~=of}ECbig1Ff}0yvS7_jh`$16{z;OH z|G_q!6ags)4VYxjgZd8uH9*S0Wf0M}ro@cfxVAu`e8sAQ>U-*L{$Qf*(4r+r9zWLn z-SM^p4@GA;;y9S?>R$KbLo4NiMDXS8KM!w=(KHPMA|Q(t>rDLS$&vIOU_rv@oScjz59Uo zC0Ol3(0=u*Vp3h`nH$=VSMdFVJJbWX`Vcg3Dtut^)QZgThN)GV;o+@Sci(--)Sf+$ zlva7FrXrcr(nr#ntuYB*J>GtO4{X1jhD0&x@`i+ ziU}1y_^!(6TnUSZkg0O*m^^MkklhwT4-)X(YSRQlnn6LO#TB$0l}}t2Yb}_wt(NFw zx#|ZoB07aZUOx>3$dYV~Ms*W0jXKTsf*6_cQ6VZ<{etlr&zMS9*$e=&u`1Vdy7qeVTnoOCbTK4faXhrF#kZ z*OQ#ie1xZ1h7kk*QN5GmjATLWx+;P$n%O$OUbF(DXz{%z>>4HAQDh|m30R(ozEwN> z1vx+&uu1G#N@1DK-!!Rxzv*4RbNQ#suPi5*FSmPwAQ&94QU%ooUFHQlj;oUhQjK4y zZblcz+4iZf8Sp_W)Ia6viT0#=R`!rRJ?l!Qyk3uI8#6jxmsvMtID{QaF<^`V%z503 zO^ILS%AZ#Msv?(nAWzC@5IKj9E?w4iJJfE3w*k~&w*)dK5=ke)LT zg|}D8 z5=dx%P7u91qx0QnN1cv$>md(hEt@L~Sib-MMT50nMu%WB8OpX0{2j$^hX_BDg|4In zyvP)v5lpaTDB)I*&c*-(=QUO}WUmzaVUiN8O#1*$*&^A45b-2s0;V2TM=j7T%bqn@ zOoBx(GCIO!K+OtlWcG8~M0v1oY-g$(BN&ow>Z()=)ljJGxO`52O@3b{WwnX>1GJLb zMHCh3977d{5{X_6Bd0tBfVAQJDF>mGbgjBc-Ca6LH>$Kn+m^N6)OMteYC8{xu^#bj zt>ux^u`gZKR1Sn>w227~&*U19DBWsRlfKq_%&Srm$ikoMyb_fII!w-%NLoaCh*nfV zzDWtQJe3gWf|l10o?d<6&Cb0m>INd2x(7O46}J?-Xx_+Fp9(G8kZ}bWk}9<|70Emh z=wSWQwmWZq?dpr6+VgMU|F`dbO#bl50ta>ENVq=x^Y?DO@LWTQMeruuH=ay#s5#+4 z20`SVq6HHNY(i@H-hkC-_vviwURber`gzcEU1uFy<UVBsr3EtOQ(B(o8Mq%!`#_mzviOo1C?2b?*wZlt4xGEdr zX@=zK)g~k5<(h|9)ZPuqVBBky0ICF#Xy|A|U!9GhDE7vihI@A4xY80UlwcAjSl5?P zyZwBs~(|%sp)XxV1bSz z34vh+9Izz8vAlo_;bl*KZ-G;+!GO>-@r&_ROhg zDmU(JEi}+(qojvmT&5*G&FIVwsW38$kxtvo`3y{l|IdM{Yj)f zbd)AU`XGIbCRWm8^iGBfdUh0(kzqvh|fp%Y!!ihcu#hmhaEpPVf<$El)X33*Pn zGy=&&&*cE*7buA{Az#>Pd!!7I&>FDLkxby*0t*%cZv6>dj*M9JG>=mxF1VBm=R6}Z z6n3QU`LpEVa6bOob(?N(>t0b(ZMHY24SGq>(hiyy4KQ+fN@uRTBinL%z&+OBVg-O3 z^c+i|y<-@d9k}{;JPFrj5wFL?obFk-F4;7vP@1=^G zhm>ittE<~1Mn&8RnPF7CPdp~RBGMQliap)=l`&OCM7TJ)wYeO*8jGOG1yqI*5flgUISh*cPcG?M7_>NY9`Q(w1mGweX!72Jq@)56+Xj*iXR`W5Ezuj;F{|2V8H_irW%9J>_hrEM^bWiMe5kZ<2T&+ zJ23Slr^Jg8e;8RE36F3}& zT-h?sMKpG-wL~LYe#)mOZB1cPx~7SQ67ib6W5L7`Q*gL+u^j)>mQ7|XHj6~qP|B!E z5>+|(3wU4x5dhQOS!v*L1~FH_IDPj5Acc=Cb5izNuD7oU(85awo0b@O$1SZV zTj#fy*eIRkDWaJ|=qlNJvhL*t3T@O`7}BgC0PLARHT}RVp8dnJN#Jm_nugiG(vQPBG7S!zb@I+zoVTic=9ZybY0)nR3M!O{xLF(%$HfV8i?~&stQp%dwr%X; z31fO}+rkAz93y^5d+(*q`)w z_?P)N`fu_d@w0w^D!np&FnuLWrqUzn@$~cQPtu>J=`>`FDI;q#Vbj}h(i1)GJ1ovd zGPbHq$%uG0Gwwh#3Z&?E5qVMOD^qd~SJsJhl};lo8j)|jq|J#Kc3gmGI~o|-n>zvc z{tS8n&7WZv6`CjqCdU6I$w}sV@J%L@n>mAV4J32EZ04G3+H1MS1f-*|>PZl>1zLpT;fb0Hc)&C#9!Vy*_IuTjU6MuwBc_QxTc;aFGYU_on? z7A-tg3S5)-E}|GtOxg@dUNVS|dAD`PaKclrM)j~HumBi}YHndbMeRM*TP-E9I1xq3 z#zKx@SX0c1KNMe3?lEw-@$Bo3EU!0^v5m!khRVL-Z7*JEvv34UbAe~x1FM0d#c4Dd zSxOIcHAzrBH+=O#_HRIXU(}mQ@10kC%*NmZE>Milgj42%?uzKc*(WdD*6GrjB}i;w zS|Uh2#~Ub<6r6ms=!KttYrr=dq_a=$eP(=Vu?>Ju{M_d7#eZghHnPoIgwsZb(g_rS z>X~!)XVkAK8ruP|RKw@u9~a?R>piCX%sX3m_TJG)f6)3_>;G#dI+%{uds+!+D|lA| zy%K1Z7-q*nt2{8!`lkUfAc1w&n)-33!moyrw~7@wHVl|SY7pS9+^BjzdU4$fbrpJ1 zw~m#i))unSuI#Es^oMH<9kw%r_FYw|Hbhg6y^Skj0ez?O(?(i^PjGbQ`Np^46{_*e z$$`a_!-ofV-Hc6NKmE!im_+nCiTHI=M1u^ME}N3#B`w|AuK8}`SC?{G@M~?fHj|%j z!Y0O{PiCNVj%TD$-UFcz;?Pqht1SVGNl4Q=@^}o1BpPha)t5Y?wn&IDBTW%$!5|0l z(7lZ80=an|+nkI7p;`oJLZnvJ<3#RO7kI3_K;X=!ewP1*J9XWWFMSDEx?xs@Rkq6< zEEidvaXAYHiYitmEGAr>XZJI9Sk`HpjQHM;ng(NT=EhTzp`_bM@C+b*BP$pRh`b=K zIk2|Nz?pzE(pV_z1OmqeS_;49~ZKl&G5|DEh#L-WOZ*}CCy$-9N$s^4VR z8z6b64WfZH(4@i;kWV{Z*$elVzVY^vqD^G+yOr{qgqzv^QtbK`x8(hg>~q<(r6HCx z(?pQMSqk889Rq#SuwYNaxA%d9A9~FOmjNkk!?Ryd|3&Gr0<0RlE9E~Ido6}zHGnB( zOYkElpk&JjkVFxO3y&A#gY#8cCPYsLSOH62)>Yx6C*)J(iL3BI8_F zAlE%c@*{{f5Xb`{TtFhFn;5R#`po_7AHVL6XZn+c!K%8*MAvV3?|J9m2fOfdi_cE? zM2nT_*T#lUjjfEumfrp(e*5~PFYSmH&0D*%ec;Becb;0(JUG9tK|S^JtRZsay}!J1 z-=1|xm)2#z`*zR3&mY~^2xBrh`vuua8L?sPjq{jp_S2MPb0ptaKJw!ZN1;}ajkaH{~ZEs2!vD)AqE;R5+!TWh*l3tjW%0-eGE+mjTUV$daj5n z8tpUgL9-XVMqvD3;5gQgmEta}0(bp;Y-s5W?o3%ThdT~o{n7qZ|LK16oqpiy@9oF? zbC?x@R#B50%}CottNImO;cIM2le!RK!!qG~gE^*Y2y^|)5SqZ!F6X9@5vfJulcrZm z@-?brGvu@^)Q$<|0tfvN!Fo`g<5Fd2%G+IHw6>jSQJ;8e-LGD%PM1q0$ry~@>Yn}W zT@Akbi?`bVgm1K-V(nXND3&JmlCEs9^7M6l6zuXaJcNCuHSiEcUL{BX36A>1;U_Lx z+_4=Hu{cFPg`10=5cM6W~!oz66~)Nq#pH;fvCU z$bcF%lVXOLZOmiL8_Y+{ADI7UI1WaY)_S8-fJuSW=sTsLuryjaSo(13>!nmFijoE5 z*V?QtwCZqX_;MyUvYyej2U~J3YP2Vp_vUBnVCqChCAHaMEg|OTp$Qa9j3qBPgo1uF zu9-vaXy{IhDUH#ZZC3EB$6tB@D1+B;I{9L?-&FGYD$X8{+Bj!*82}z;#b189tvCLB z_VYtCU~eM2>G|r`)#dK#!&~-#(G%OezLxx8(X;!Wd-aa&m(LH<6j%9pn9w<84hU8Q z2YCxvFfr29;CKZT9C{wC{>Kr%wWbZ=KYrx4rKbm`Pj0$!EPHV{0j*Rz`wyxJ;>Lb# z1NNUOmoFIH5sS;QSUeby`R2_hd`r}1(zOs%dr&}gIbvVy;? z0A&VTN?ACp1+*L*$kYv)r~8nCoI)b<98JuHTmVnDh9+30`3y}(B0)a$KG!bMMPa)n6>xJ?Y@5FC$}m2TVnj~6Cl7G7Wk z4p2n%6RT!cne^@JetA=Uv6-i74#)RB4Gg6g=rn7xCnT?Av+=x1qYwnibNHjcq_5rD z(AqV>o2V}M{-SP}Zx_veLfj5xvkCj)-zAd?A^7bzak-`@Zi@po4r)wNoNV|L8Uu7T zxGUZXT?*l$kaJo9!j=YNcLk`};^b;fafyr>$TIL%87Q6d`4o-?|A6nAI*c91Uc`va zXly%XmA4sy;rqtgp4yjdFV>Q^wMy*!n6=ls(z?@n%t}SAz&Zntzjz;Xh))zkiHu*( z&F(;RFYI5oUDf&q$N|P7!9&N~yepCkb3(8=HwKGl567>CXl`)TH@DlzmT&F=t^YO$ zoV7XXxoix>H59xy*h#op5+^vC^E|R?;(@BFpC7v?z4-@^?cLttfgz7mq`(Qduwnfj zJ$n`=liBZ7FD_Mnb$)$k4f*qCUQLQ5KD~42lBSxP(ShskS#rYiVJSK+L5Bf!=tYNabXcgvJJc2ww@tNb1FDu?O)NbH!1Ae) zk-jyysp2V25tT7zr*cd=t-Pars<0jLWaT(Y|AS zr~Am2eW0&z?V7n}biUIAALRlO8fgxLVlbtmpa1#q@)u$qCf3!}7I;~Mnz=1vTBnZ)5&1F4+}vV~zl1b!W}C@s z;lp15TmNIcu~js3gj+AMI>>OKSy@)c$!>Y!fr$jpk^tD_D-=n0V6ygs8_IcDecYuJ zW}f6o5;U$ps8p`<*f~;^$?FfhO<~1E0FnR%PV;1{kd(#ZCCYOG#~4G)Lk=rhTy*up zz=l1YKDWUJk)|6KU53VKo1UZOX8*c@Ydyg?#;DU!*k7TZMlt*&!T-%T2#S!iW7N)FxSA#i@(UE211KSG=V@Q z@-sp?Th)R@72Zw}PLV0%D_mxhCxEy2TU{s4_7IT5O6Jgw6ntNCSu_2l0&b0x3?Kxt zcI^8@_cd*ro&Xy-B(!|j^hA<1}iL5DmWzXQe)hAC=3k$^z3zYk- z^#xXg5pq!q_{H#iW#h&EjThS1Y|YfkzOi|o2NnSPZ;#BkiNL@y9K}K=Is4`8N7QW; zgLPrwNo^EDcQ@iK>GTe}TejQXO|`YV0&Y1Fa0hDBb~n`&o~MS@DBjUwQdzuZu!(DF z>UD!-Zs2xfY``7}1(pWB4p6m$if6HEYjw0bRZWgn-&c)SzddCK_H?iQkp7sS(9eKJ z&!GPlOB?w`Q$yod^HW2a@uW61giLc;qk`X<70TllBB8ax@`+Dtg60% z9~S|T3Ink#vn@)IBZW{W$oh{fY>x+)W7cFF&mg@Kd zoLl8`>zX?`0<_*xBLmtlFD|xb|8{G2p`H`;+ZJZuE-G5%BN_556B-Kv1TFGFFbd{S zclPMyOFy=lp4mSA1KJC?v{B(nmg5QwgQZ!KkUQ2ibJT!X{L;uN&X z7qdTMyyPsTKtDK-Jv@8o8RgVT&&=$dse=d?@# zUUhJA8GdT;BzJW1X%5{_Do-CxOn`}r@|z!2_JBR##`YiFk4N{X_V0ubj_tp)pI*6t z3_f@VKBV>|XzFVX^?B-}^{w?w>c{GL)*q}tUH?k`JM~xU1q?pL#d=Ub1Ey2KNO@!V z=JMHc^1gCVUViGNqJWYPu)f3Cuk?@fZ|;A&|6)Jg4{_GncSb%P!AH=C>nvwed@p~H zC-~1m1o_K1hRl*ldon*MYep}OPoNt#N6PKaM6PrR1$mu#IUnxm{6GBa8>hWHE`-Bq zXJ*lc(b3JvPo7-g)|U1uzJSsZ@Ew2p_=%@O>9)3x(TRyxv`v$}V7RcC72&ZCo!AR= z7uCur0h5K2@7ZgjR&F9qnj2$A^&9Q*MiO{1j*5gWQI$YNBN59hXIhTQca|cAR`Rv2 z26J?m);`w=w2qRk5r@t%p#ad_AF1lvXCnVM;Q8(YPBTOvE#e{V1B^hxgL(Bs0*0nc zjeWNZ;HwxNNwZAj!%nUsY)led`O;Ps`#rA|@-MTnIOEYbdJ>h@!<<<(7)Y_CR$8<^ z(&shl%PnR=@vL!sYiXJlS(Cdf=#V>{CPpd|oEw-0HX~l|@hsYE76_tX3Cj|oR9Lih zp&Q`sKFLYc=?$b_6qiU(ecu`&sV(GAF`Nq zB*C(@zyeJSCs{@?PF3ywJFe?*^H|BT2p_%<0fQ8|e zgpag2zGQAIrG}QSwN<~qmc7x4rzSJA+P0YrO;sKza%D7zT0Bf{Wb>ME0G+u8y7IsJ zsqyMY2&iJVyt_ldk#DPtIoKpK0mhdvxp|e&g!<~5Oy>>BQRlLK%O@Q+#v#lr^jbs% zCCEjQxW#tF=sftWmBb}w1EXU=^$!lyeu6RDX}v}F;M;9BgOd^jns=UMX0h*1%XX4r zm^)fn9Rc+I-Ji@4OI@r;aRiOSye{YfFbX=o%!=Of=H>pP&!oV`zj;NLv*;~6z;!Im zK=uQCTA5(E$Fg6H2Ot^>^<>|eS3v8{I-LpfBLTWA4P+~;bC?0SDqQnASg@o}&!GQb zrg`=cL={nqHDmpNO5O9SA3R`v*oMEUf7SA8=bQcHiH;X7=Q@c;J09&nVIv;ZKWck8 zN_1K~JMO9^e%v~4sx6i38Cj5szsUUm?-J1#nA9fZ*V9FBPn>sX;@1}{nl zO@e!E1>;@4xAbr+URnxCA--7mRCU`D$5ThEKdHuz5D(zhGvE&??#ErAYxV6ikRub9 z$5H*iBwp5bVWAB_+TfwKi)}oU$@3 z!@8o-?aOPt!%laBp5dG?4k_Ig*1bo!+QdRbkt_#AqUiQ&SA~6bs-h%RZ7qZr_s+gY zyh<&=YOpr!tyIac>wvM*PbBKsrZ&jiv$U2^u4z4Y@Kv07QfrS1w=7 ziyt7{6E!-6Ua>voO5nlCC~c*D2IYDf7Dn`086YVE!)zi9h?QfBqfjDC1RG0~tFpWd z9X!M56gu$8;qSq{AKb}k@#B*XB*_rGu}fnGZtr~_gRbha+lRh0x-ROvt}5rcYnww$ zdhghL{pqJ~+i(;9PQ{_$j>qjdDex+d7j$i1y>)f)cRidD;ChB-XeT{EX*>2VOpJUp z;p^lqLG{Xgoo_vx-}2lKAAT{2j{V@;heQ>T#3EP=_Lh|BHi36l?`YmJ696YMY@CdZ z*G^-kM4lxH4;h0u2$Hk~jF?W;d2}(Iq@#4mFel$r1N9ybx^ba-EP(zrSxa$=$w<)H z472YM40yi2OE!ixE#G2Je%R=cc$DxDUAh=16W5bBQj=m35Jq zTtIRicRl1HT%V=O>w`!k&^|>Z@0J%uwo-*pE4%-Ts2h#6-o-pn*sm57gE%s60LFfW z5K^jpC9kxYUBFbWlvk9MVQ9j-dT?W1j00fc-fL4`ZM`(8J<;PE?CG95Ttxh)iT)AwOUx`PH=r+<=*mQDr%G^+5 z4VP6BL>Y0RCTJAmut1r$EF$0}lM=67QD4S9-`r&lsV9$<-E9CY^wg?7e(=}E?pv{8X zPI49%#edVgx|Z^r)f~qXCIJvQ!MX`tG_oeuZcyrXT08HIS5>)9 zUT4tYC8+gN&q)}8saGx$XNUyWiw$G@ur+DhcSfGv{_8g4;kE}xzB@$FV_%s(vFj_l zNs0&9?#Wl~YJRZ!d(A|1vs8Dka;XxpT=egDj^7K>&XSE7LTE>~!2gW@HUE456P}9k z17n^#uqaOudQ?hn8PhR)M~{sDXp|Tole9rgXg8LK@!7uV`L3=R>a1tcgL^#VN3b+V zr?3547G$AsTY^Yw0lY6+&-E?!;eAKn(13FqpwT3bW+|{l0V*o%4p9?yr6{-Tipvmo zmt=@C^wyrKuGg;dG}U@q zp73A0wY`IO)W<69q9tVHbmQOt(#r-uXd@^cXN-zsB|g&A^H3JlS&SxQ152(erZ=4! z862+-9Fh!p=h%%ccOL)py~jWO<@(H_geOy@;z)IG^I$LB$F8+ch`&<_Y%lhb6nuHZ zo4z;ui6?ze_P^{SCiczk!_Th=t<$OTM0~noJi%+H^)Ep$zp!>eG7h>Y`>^R<@MoCnbnxG2QN$LW1 ziDEHIq+;-)lN3e046ehb#g7zvVOn9Wu3SVev)m?1HD@kgEnF7!SUz788W0F3mBN}_ zK5jr*7e=;ZdFL{6n-*~!=8ZGE<$HB%aYT7{DoPMS5l+LJNwxL$=Q zWe}2mRWK7&g?8`tIJrozK^>>TCZh%1Se4FvqI#j^m4Ja zPr>Vy3lp#mc2)|#>UzED=WT>)+VegPg8#~CO+zL;dCCN|CUDNQWcrI~%|x1*hFl%; z+%?`@HT?Zt4bLqAqhvTkoFx{C3&bS?CUocMB^syE80BUy=0<<2KBcX6L;o@3oIj^p zQsJrt^*3TEQP#(kQYxE5Qh8EL#ZsqJL@L!TU15~MP?$faM8)MImMNAg%Ej4Ph_-E) zi%6A<6+f?`CCbxgWZ-Nv5OkSkRoal{Vzg`}FfoSfd{0AFb#rrdb$lymr>ce=Dn>=3 zwA3yIjRX~F-QrMx-Q}bN%0NzfcpXktVe)@^V@bEWDZc8fFc4x#4Gv;vD%iMsVf9>f zg`#BqGsN7^>DW>VZaSH@FM(Y zQmf-yx7&@Mb1%97;$DMqctA82OgPde7EEVNi>3>vOC|<0iKdu|Fqs*J zZkj{oCqixLf|h-Ii&|tTj$i^we@~5uBVX}1#Dg_%bK@ub^Wp8?*Kf1cJ_f3X8`XLm z0Ka!o6al&Vjn&(|XP+KPOVun3zi?u0m3WIvW4D5k6kFd9_GP=f3;XvO_wV1=-rYUn zuQB@lHQoO98nUT+|Gq4-yE<2m^uE_LZO(0zCBnONd1TXL{LuyQo}@dJ1G!sx-L&x~ zD;CeS$t5Sr-b5SsSM5*i@7hmx@AnhM_8M)2yJ4t-XjlM$kYMb|?o&-VCxerjNzye5 zCKo_N>bz^~gImA1^`)(gTdBFN=e90wCAQu{VMoQIo};m&($VZu`se}QaB&`@%Q1LLfFJ5h;%Zhxt_M}lJ zwUjB2C?9GFv=NPlfYMS=_{;3W2D$<;h@FpoV_ca~Ca-HrmSHh{j=XKQl$qPg#l-l- zfRZ6mt5SPvl36ifc@%^E+7j6@iL;t*W*nVs47j(0RK&8~4dk8y5PX&2%&J}0f?BV_ zsc#+X=%=)vHqXH3`l>3DBdzZJ37u(B?QF6eNYLZful`Y_d4Zs*T_VS>yJ17v?+M;kQ|&=fZ51)WIa z1cmdAnkLi?d{16qvmxSgGd$_^&bAq?+ju=skt&9#A?RXhhQnD3=X4uy+w7>i?WoVd z^RyYDd1M&BwgTRw>akkvS;_bz`4Nd%5I{`;Y#O{o1D(u>e%|KE*^z0fZTzX|=_sx> zxD9AOzbA1F!?K)Or4n8N?_oTABxRW4=22#WyJq|Zb^!B>{(}FspOpMr{{*~w)=!E4 z7`$`FPjZ+aB;mhxet)#CJi7r^C@w>^oL{+k`EpuRE*JCpGEP>4=q#2uG$xgZDKh1C zll?1%#k5>K!b?016k!uiUwkqOH#DcZSztL8GkNSw?tPv!YwcCv`|!_yK2+(}n&GjlT3e-AViY?LOp@-^+E+VY zJwn*M1G8lQV0|tjAF%e^I(}4xy+LI`*e{49h(2w@akbZ2HKzH?^AJ2O8zb72U0 zhL(o#!Vnlj&nDSpGnU~)^DvZtS#tmtA|}`ZJI9`6PqPfl-aTv#KKKlKhGjS{3o__O zKO0p#<+H`|K9*asavfRD2@zLWp0)t-tKx0#%hnA1A^!D$$vr?NaYrHVil9>2nvHF; zz|E|{8@U-+ngRsD3vE%xYrupCZ9RCEC;s3tt&tOWEl_gH5*az*Wl*O?xnuxZVuj;m zxbhmA16qmRCMY_CWAb}+)88|Q- z2zuh~0$wSQl%RE1oqxLx23F3iOKyUwYqm1DGhpu+8C~DE;odFR{ISMFXrW;VS{l9q z$FM4uHgFsSqW!~}jP>CoFUBn#N%A6ML2DVf$tV@YYC3MXz3=AY`WB~U^~`lJOsQ!V zE3g2XDMdl6tXx|mF`^%vz?P-Z%l4Q1-n75jM?Ti~r2WZ0;)MM~-(z;-P2s0C_{8Mg zB>qAFNBub64=e~BH}+eu>5WWB$LpJ>6XW&RbbfqfTFQ-Gqn`F?prz`E^w3iEK+p8< z+3PyudeB9>6YRSGgMG0u|s2)ls$~hE~$$@-%_~ zDp{87$f9s}P`kP^08w`!;kS7+HVA`7M_*qc74Q*2C8lqwcLz2fu7qCQG$GQ4JHFW4 zN;8i73bQC{QWA-6opWjAt0^{?;f)N~_v?P64fjBQVhvZp(AChUcM4TTPwfDR8awo? zsx~FCqeq^7knW1CH>lNWJByRPZ@@{Y&B*Sa3P*%eyDUO4?}d;Qtf zzi$4~k-`7i+jeID#UG<@VqN)f_)TuYny_B%CsNYyOgeFAbGo%HL`&=S(;fpfN()Gy zvH%OSe$QU_5%;_9-?{(hrWiMHGt!t}s8{-MNix@jkW*4)M&-*+=Wybg$Z&dI={Uhyse+!-{(~^Y5+Ez9(m+fN8XwlyTPEvbzC%S*HXL29=IK6G@ z@6XJvd?auTZ&c~@`bWUC;JR%V6=P7l>Kf_@I%B-9x#|4(Z~gi1dX~<%t-e`pBxxPz zz;Qs{q*1Lt8XodAJbmK3KdnLQvVP?Myex}-TXMa=4!qX@ukZHZ$@By1*V9Bt zZJOvFs?NDBITwm{ez)euq1T7-p*{6Hr^SXa=trQhVtU4!naUf(!<~);WV#bWYvb>n zUnBu}2L#Cdli5b_FOBCKml_FoW2Q0RIN3PcIM?|5My4@Zsv?p|9r8ucU||eKS#N)(lT@Be17TjZ?{k9AMBr*6xvZBVV2nwWYw)O)LJU^pxGb8N zS(qYC3so93^#3+`^@DZYBzc_C!IVObo|w%2%YjeNY?|t;RI{1~G9nYXY2@TU%ck%3 zcM=0t@2vj&CXXZ7e#4!|^dU88H9{}Wp~5uBL#V=26z8Bgd(%HZd?RDdjQ?ccGymmx z3c8j3R{iTgy>0x+*j(;`9Wq;M1%HCriLJ+;l;ZYiJ<%OL8w9~%SUc?z;T|y#8Q}p( zJ*QY$3TMNF81{tmuY?~96^Cs?;Gi@==JVt(c;K%NlT!jbs(vyxB-gTqCu!EX&Sxa|RmI^R0k}V9(Wuw^ zBF#oerMO+|6r4df1>G|%{B4>ZuM Mr(C>o2HPMzva{_NxM9-H;vF?R65& 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­z9|ded({y7c2Ez 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 M^G2~)`giUB7eI}9=l}o! literal 0 HcmV?d00001 From 2c80216889f7b34ceeb73f74747eacd25eab1448 Mon Sep 17 00:00:00 2001 From: John Beverley Date: Tue, 2 Jun 2026 13:29:49 -0400 Subject: [PATCH 7/8] Added modernization nsof brief (#878) * added documentation about nsof brief * added documentation and sparql --- .../sparql/no_parenthetical_labels.sparql | 28 + .../sparql/no_reflexive_subclassOf.sparql | 31 + no_multiple_parents.sparql | 43 + owl_classes_not_rdf_classes.sparql | 30 + src/cco-extensions/README.md | 4 +- .../candidates/MilitaryRanksOntology.owl | 63977 ++++++++++++++++ src/cco-extensions/candidates/README.md | 5 + 7 files changed, 64117 insertions(+), 1 deletion(-) create mode 100644 .github/deployment/sparql/no_parenthetical_labels.sparql create mode 100644 .github/deployment/sparql/no_reflexive_subclassOf.sparql create mode 100644 no_multiple_parents.sparql create mode 100644 owl_classes_not_rdf_classes.sparql create mode 100644 src/cco-extensions/candidates/MilitaryRanksOntology.owl create mode 100644 src/cco-extensions/candidates/README.md diff --git a/.github/deployment/sparql/no_parenthetical_labels.sparql b/.github/deployment/sparql/no_parenthetical_labels.sparql new file mode 100644 index 00000000..a6211634 --- /dev/null +++ b/.github/deployment/sparql/no_parenthetical_labels.sparql @@ -0,0 +1,28 @@ +# Title: +# No Parenthetical Labels +# Constraint Description: +# No label shall include a parenthetical, such as "tank (vehicle)" +# Severity: +# Error + +PREFIX rdf: +PREFIX rdfs: +PREFIX owl: + +SELECT ?class ?label ?warningMessage +WHERE { + ?class a owl:Class ; + rdfs:label ?label . + + FILTER (!ISBLANK(?class)) . + FILTER (REGEX(STR(?label), "\\([^\\)]*\\)")) . + + BIND ( + CONCAT( + "Warning: Class ", + STR(?label), + " has a parenthetical qualifier in its label." + ) + AS ?warningMessage + ) +} \ No newline at end of file diff --git a/.github/deployment/sparql/no_reflexive_subclassOf.sparql b/.github/deployment/sparql/no_reflexive_subclassOf.sparql new file mode 100644 index 00000000..a18aac6e --- /dev/null +++ b/.github/deployment/sparql/no_reflexive_subclassOf.sparql @@ -0,0 +1,31 @@ +# Title: +# No Reflexive SubclassOf +# Constraint Description: +# No class should be asserted as a subclass of itself. +# Severity: +# Error + +PREFIX rdfs: +PREFIX owl: + +SELECT ?class ?warningMessage +WHERE { + ?class a owl:Class . + + FILTER (!ISBLANK(?class)) . + + ?class rdfs:subClassOf ?class . + + OPTIONAL { + ?class rdfs:label ?label . + } + + BIND( + CONCAT( + "Warning: Class ", + COALESCE(STR(?label), STR(?class)), + " is explicitly asserted as a subclass of itself" + ) + AS ?warningMessage + ) +} \ No newline at end of file diff --git a/no_multiple_parents.sparql b/no_multiple_parents.sparql new file mode 100644 index 00000000..918c0501 --- /dev/null +++ b/no_multiple_parents.sparql @@ -0,0 +1,43 @@ +# Title: +# No multiple inheritance +# Constraint Description: +# Classes have at most one immediate asserted parent. +# Severity: +# Error + +PREFIX rdf: +PREFIX rdfs: +PREFIX owl: + +SELECT ?class ?label + (COUNT(DISTINCT ?parent) AS ?parentCount) + (GROUP_CONCAT(DISTINCT STR(?parentLabel); separator=" | ") AS ?parentLabels) + ?warningMessage +WHERE { + ?class a owl:Class ; + rdfs:label ?label ; + rdfs:subClassOf ?parent . + + FILTER (!ISBLANK(?class)) . + FILTER (!ISBLANK(?parent)) . + FILTER (?parent != owl:Thing) . + FILTER (?parent != owl:Nothing) . + FILTER (?parent != ?class) . + + ?parent a owl:Class . + + OPTIONAL { + ?parent rdfs:label ?parentLabel . + } + + BIND ( + CONCAT( + "Warning: Class ", + STR(?label), + " has too many direct asserted superclass parents." + ) + AS ?warningMessage + ) +} +GROUP BY ?class ?label ?warningMessage +HAVING (COUNT(DISTINCT ?parent) > 2) \ No newline at end of file diff --git a/owl_classes_not_rdf_classes.sparql b/owl_classes_not_rdf_classes.sparql new file mode 100644 index 00000000..3557596a --- /dev/null +++ b/owl_classes_not_rdf_classes.sparql @@ -0,0 +1,30 @@ +# Title: +# No rdfs:Class only owl:Class +# Constraint Description: +# Classes must be declared using owl:Class rather than rdfs:Class +# Severity: +# Error + +PREFIX rdf: +PREFIX rdfs: +PREFIX owl: + +SELECT ?class ?label ?warningMessage +WHERE { + ?class a rdfs:Class . + + FILTER (!ISBLANK(?class)) . + + OPTIONAL { + ?class rdfs:label ?label . + } + + BIND ( + CONCAT( + "Warning: Entity ", + COALESCE(STR(?label), STR(?class)), + " is declared as rdfs:Class. Use owl:Class instead." + ) + AS ?warningMessage + ) +} \ No newline at end of file diff --git a/src/cco-extensions/README.md b/src/cco-extensions/README.md index 5bc5033c..08c1bacd 100644 --- a/src/cco-extensions/README.md +++ b/src/cco-extensions/README.md @@ -4,4 +4,6 @@ This directory contains extensions of CCO. ## The Contents of this Repository -* **Modal Relations Ontology** - The file contains modal counterparts to the object and data properties contained in CCO files and the bfo-core file. \ No newline at end of file +* **Modal Relations Ontology** - The file contains modal counterparts to the object and data properties contained in CCO files and the bfo-core file. +* **Barcode Ontology** - This ontology is designed to represent barcode information content entities. +* **Familial Relations Ontology** - This ontology is designed to represent familial relationships. \ No newline at end of file diff --git a/src/cco-extensions/candidates/MilitaryRanksOntology.owl b/src/cco-extensions/candidates/MilitaryRanksOntology.owl new file mode 100644 index 00000000..46f53492 --- /dev/null +++ b/src/cco-extensions/candidates/MilitaryRanksOntology.owl @@ -0,0 +1,63977 @@ + + + + It is well understood by the curator of this ontology that naval forces, including the U.S. Navy and British Royal Navy, use the term 'rate' rather than 'rank' for all sailors below the commissioned officers in the chain of command. + +That said, the entities referred to as 'rates' do not differ, ontologically, in kind from ranks. The enlisted rates of sailors in the Navy determine the order of precedence of those sailors within the Navy, and so they are properly classified as ranks. + +Similar points apply to the classification of Chief Petty Officer and Petty Officer rates under the class 'Non-Commissioned Officer Rank'. For instance, the British Navy does not refer to its Petty Officers and Chief Petty Officers as non-commissioned officers. But ontologically speaking, they fit the definition of non-commissioned officer, and so that is why they are so classified. + Barry Smith + Shane Babcock + The Military Ranks Ontology is an ontology of military ranks and the authority roles, duties and responsibilities associated with those ranks. It also covers related entities: information content entities such as promotion recommended lists, commissions, and eligibility requirements for advancement in rank; classes representing the promotion process. It is an extension of the Common Core Ontologies and the Joint Doctrine Ontology. + Various term labels make use of official abbreviations used within U.S. Armed Forces regulations. This was necessary to avoid overly lengthy labels in various cases. + +USAR = United States Army Reserve +RA = United States Regular Army +ARNG = Army National Guard + +REGEAF = (US) Regular Air Force +AFR = Air Force Reserve +ANG = Air National Guard + + + + + + + + + + + + + Relates an entity in the ontology to the name of the variable that is used to represent it in the code that generates the BFO OWL file from the lispy specification. + Really of interest to developers only + BFO OWL specification label + + + + + + + + + Relates an entity in the ontology to the term that is used to represent it in the the CLIF specification of BFO2 + Person:Alan Ruttenberg + Really of interest to developers only + BFO CLIF specification label + + + + + + + + + editor preferred term + + The concise, meaningful, and human-friendly name for a class or property preferred by the ontology developers. (US-English) + PERSON:Daniel Schober + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + editor preferred term + + + + + + + + example + example of usage + + A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold. + PERSON:Daniel Schober + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + example of usage + + + + + + + + has curation status + PERSON:Alan Ruttenberg + PERSON:Bill Bug + PERSON:Melanie Courtot + OBI_0000281 + has curation status + + + + + + + + definition + + The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions. + The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions. + 2012-04-05: +Barry Smith + +The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions' is terrible. + +Can you fix to something like: + +A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property. + +Alan Ruttenberg + +Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. + +On the specifics of the proposed definition: + +We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. + +Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. + +We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with. + PERSON:Daniel Schober + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + definition + definition + textual definition + + + + + + + + editor note + + An administrative note intended for its editor. It may not be included in the publication version of the ontology, so it should contain nothing necessary for end users to understand the ontology. + PERSON:Daniel Schober + GROUP:OBI:<http://purl.obfoundry.org/obo/obi> + GROUP:OBI:<http://purl.obofoundry.org/obo/obi> + + editor note + + + + + + + + term editor + + Name of editor entering the term in the file. The term editor is a point of contact for information regarding the term. The term editor may be, but is not always, the author of the definition, which may have been worked upon by several people + 20110707, MC: label update to term editor and definition modified accordingly. See https://github.com/information-artifact-ontology/IAO/issues/115. + PERSON:Daniel Schober + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + term editor + + + + + + + + alternative term + + An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent) + PERSON:Daniel Schober + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + alternative term + + + + + + + + definition source + + Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007 + formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007 + PERSON:Daniel Schober + Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w + Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + definition source + + + + + + + + curator note + + An administrative note of use for a curator but of no use for a user + PERSON:Alan Ruttenberg + + curator note + + + + + + + + imported from + + For external terms/classes, the ontology from which the term was imported + PERSON:Alan Ruttenberg + PERSON:Melanie Courtot + GROUP:OBI:<http://purl.obolibrary.org/obo/obi> + + imported from + + + + + + + + elucidation + person:Alan Ruttenberg + Person:Barry Smith + Primitive terms in a highest-level ontology such as BFO are terms which are so basic to our understanding of reality that there is no way of defining them in a non-circular fashion. For these, therefore, we can provide only elucidations, supplemented by examples and by axioms + + elucidation + + + + + + + + has associated axiom(nl) + Person:Alan Ruttenberg + Person:Alan Ruttenberg + An axiom associated with a term expressed using natural language + + has associated axiom(nl) + + + + + + + + has associated axiom(fol) + Person:Alan Ruttenberg + Person:Alan Ruttenberg + An axiom expressed in first order logic using CLIF syntax + + has associated axiom(fol) + + + + + + + + has axiom id + Person:Alan Ruttenberg + Person:Alan Ruttenberg + A URI that is intended to be unique label for an axiom used for tracking change to the ontology. For an axiom expressed in different languages, each expression is given the same URI + + has axiom label + + + + + + + + An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context. + temporal interpretation + https://github.com/oborel/obo-relations/wiki/ROAndTime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology + SI unit label + + + + + + + + + An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology + SI unit symbol + + + + + + + + + An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + acronym + + + + + + + + + A term or phrase that may be used in place of the stated rdfs:label to denote the entity in question. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + alternative label + + + + + + + + The name and description of the license under which the .owl file is released. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + code license + + + + + + + + The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + content license + + + + + + + + An assertion of copyright + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + copyright + + + + + + + + A natural language explication of the meaning of the term. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + definition + + + + + + + + A citation of where all or some of the information used to create the term's Definition was acquired from. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + definition source + + + + + + + + A name or other identifier that is used to designate an individual. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + designator annotation + + + + + + + + An Acronym that is used by a Doctrinal Source to denote the entity. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + doctrinal acronym + + + + + + + + + A Definition that is taken directly from a Doctrinal Source. + There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + doctrinal definition + + + + + + + + + An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity. + When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + doctrinal label + + + + + + + + + A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + doctrinal source + + + + + + + + + A clarification or further explanation of a term beyond what is included in the Definition or which is used when the term is primitive such that no non-circular definition can be given for it. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + elucidation + + + + + + + + A phrase, sentence or set of terms intended to convey the conventional usage of the term. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + example of usage + + + + + + + + A relation between an information content entity and a widely used measurement unit of the token used to express it. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + has token unit + + + + + + + + The text of an HTTP request that can be sent to a SPARQL Protocol service. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + http query string + + + + + + + + A interval measurement value of an instance of a quality, realizable or process profile + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + interval measurement annotation + + + + + + + + + An annotation property that links a class, property, or named individual to the URI of the ontology where it is located. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + is curated in ontology + + + + + + + + A relation between an information content entity and a widely used token used to express it. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + is tokenized by + + + + + + + + A measurement value of an instance of a quality, reazlizable or process profile + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + measurement annotation + + + + + + + + A nominal measurement value of an instance of a quality, realizable or process profile + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + nominal measurement annotation + + + + + + + + + An ordinal measurement value of an instance of a quality, realizable or process profile + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + ordinal measurement annotation + + + + + + + + + The text of a query that is associated with a class + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + query text + + + + + + + + A ratio measurement value of an instance of a quality, realizable or process profile + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + ratio measurement annotation + + + + + + + + + The name of the Term Editor who added the term to the ontology. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + term creator + + + + + + + + + The name of a person who contributed to the development or enhancement of the term. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + term editor + + + + + + + + + + + + + + + + + + + + label + + + + + + + + + + + + + + rank group + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + is part of + my brain is part of my body (continuant parthood, two material entities) + my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity) + this day is part of this year (occurrent parthood) + a core relation that holds between a part and its whole + Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other. + Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime + Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.) + +A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'. + part_of + + + + + + + + + + + + + part of + + + http://www.obofoundry.org/ro/#OBO_REL:part_of + + + + + + + + + + has part + my body has part my brain (continuant parthood, two material entities) + my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity) + this year has part this day (occurrent parthood) + a core relation that holds between a whole and its part + Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part. + Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime + Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.) + +A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'. + has_part + + + + + has part + + + + + + + + + + + + + realized in + this disease is realized in this disease course + this fragility is realized in this shattering + this investigator role is realized in this investigation + is realized by + realized_in + [copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003]) + Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process + + realized in + + + + + + + + + + + + realizes + this disease course realizes this disease + this investigation realizes this investigator role + this shattering realizes this fragility + to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003]) + Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process + + realizes + + + + + + + + + + + occurs in + b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t + b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s� where & b spatially_projects_onto s at t& c is occupies_spatial_region s� at t& s is a proper_continuant_part_of s� at t + occurs_in + unfolds in + unfolds_in + + + + Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant + + occurs in + + + + + + + + site of + [copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t + [copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s� where & b spatially_projects_onto s at t& c is occupies_spatial_region s� at t& s is a proper_continuant_part_of s� at t + Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant + + contains process + + + + + + + + + has measurement unit label + + + + + + + + + + metadata complete + Relates a process to a time-measurement-datum that represents the duration of the process + Alan Ruttenberg + is duration of + + + + + + + + + inheres in + this fragility inheres in this vase + this red color inheres in this apple + a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence + A dependent inheres in its bearer at all times for which the dependent exists. + inheres_in + + inheres in + + + + + + + + + bearer of + this apple is bearer of this red color + this vase is bearer of this fragility + a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence + A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist. + bearer_of + is bearer of + + bearer of + + + + + + + + + + + + + participates in + this blood clot participates in this blood coagulation + this input material (or this output material) participates in this process + this investigator participates in this investigation + a relation between a continuant and a process, in which the continuant is somehow involved in the process + participates_in + participates in + + + + + + + + + + + + has participant + this blood coagulation has participant this blood clot + this investigation has participant this investigator + this process has participant this input material (or this output material) + a relation between a process and a continuant, in which the continuant is somehow involved in the process + Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time. + has_participant + http://www.obofoundry.org/ro/#OBO_REL:has_participant + has participant + + + + + + + + + + + + + A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant). + An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process). + A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants. + is concretized as + + + + + + + + + + + + A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant). + An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process). + A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant. + concretizes + + + + + + + + + + + this catalysis function is a function of this enzyme + a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence + A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists. + function_of + is function of + function of + + + + + + + + + + this red color is a quality of this apple + a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence + A quality inheres in its bearer at all times for which the quality exists. + is quality of + quality_of + quality of + + + + + + + + + + this investigator role is a role of this person + a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence + A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists. + is role of + role_of + role of + + + + + + + + + + + this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function) + a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence + A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists. + has_function + has function + + + + + + + + + + this apple has quality this red color + a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence + A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist. + has_quality + has quality + + + + + + + + + + + this person has role this investigator role (more colloquially: this person has this role of investigator) + a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence + A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists. + has_role + has role + + + + + + + + + + + + a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence + has disposition + + + + + + + + + inverse of has disposition + + disposition of + + + + + + + + + the surface of my skin is a 2D boundary of my body + a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity + A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts. + Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape. + 2D_boundary_of + boundary of + is 2D boundary of + is boundary of + + 2D boundary of + + + + + + + + + + my body has 2D boundary the surface of my skin + a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity + A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts. + Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape. + David Osumi-Sutherland + has boundary + has_2D_boundary + + has 2D boundary + + + + + + + + + + An organism that is a member of a population of organisms + is member of is a mereological relation between a item and a collection. + is member of + member part of + SIO + + member of + + + + + + + + + + has member is a mereological relation between a collection and an item. + SIO + + has member + + + + + + + + + + + Genetic information generically depend on molecules of DNA. + The novel *War and Peace* generically depends on this copy of the novel. + The pattern shared by chess boards generically depends on any chess board. + The score of a symphony g-depends on a copy of the score. + This pdf file generically depends on this server. + A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically deendent continuant which concretizes *b* at *t*. + [072-ISO] + g-depends on + generically depends on + + + + + + + + + + Molecules of DNA are carriers of genetic information. + This copy of *War and Peace* is carrier of the novel written by Tolstoy. + This hard drive is carrier of these data items. + *b* is carrier of *c* at time *t* if and only if *c* *g-depends on* *b* at *t* + [072-ISO] + is carrier of + + + + + + + + + + x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + agent in + + + + + + + + + + + + + + + + + + x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + aggregate bearer of + + + + + + + + + + + + x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + aggregate has capability + + + + + + + + + + + + x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + aggregate has disposition + + + + + + + + + + + x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + aggregate has quality + + + + + + + + + + + x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + aggregate has role + + + + + + + + + + + + x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + capability of + + + + + + + + + + + x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + capability of aggregate + + + + + + + + + + + x caused_by y iff x and y are instances of occurrents, and x is a consequence of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + caused by + + + + + + + + + + + + An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology + connected with + + + + + + + + + + + + + An instance of Geopolitical Entity gpe1 delimits some Organization o1 iff gpe1 is the area within which o1 can legally operate. + http://en.wikipedia.org/wiki/Delimitation + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + delimits + + + + + + + + + + + x described_by y iff y is an instance of Information Content Entity, and x is an instance of Entity, such that y is about the characteristics by which y can be recognized or visualized. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + described by + + + + + + + + + + x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized. + the content of a newspaper article describes some current event + the content of a visitor's log describes some facility visit + the content of an accident report describes some accident + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities. + describes + + + + + + + + + + + + x designated_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that given some context, y uniquely distinguishes x from other entities. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + designated by + + + + + + + + + + + x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities. + a URL designates the location of a Web Page on the internet + a person's name designates that person + a vehicle identification number designates some vehicle + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + designates + + + + + + + + + + + x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, such that x disposition_of_aggregate y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + disposition of aggregate + + + + + + + + + + + + + + + + + + + + + + + + + + + x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + has affiliate + + + + + + + + + x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + has agent + + + + + + + + + + + x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + has capability + + + + + + + + + + + + y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the begining of y is a necessary condition for the start of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + has input + + + + + + + + + + + + A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + has inside interval + + + + + + + + + + An instance of an Object Aggregate 'has member of located in' an instance of some material entity if and only if every member of that Aggregate is located in the same instance of that material entity. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + has member of located in + + + + + + + + + + If p is a process and c is a continuant, then p has object c if and only if the c is part of the projected state that the agent intends to achieve by performing p. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + has object + + + + + + + + + + + x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + has organizational context + + + + + + + + + + + + y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y. + https://en.wikipedia.org/wiki/IPO_model + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + has output + + + + + + + + + + + + x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + has process part + + + + + + + + + + + + + + y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology + has spatial part + + + + + + + + + + + For all x,y,t: x has subordinate role y at t iff: x is an instance of bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + has subordinate role + + + + + + + + + + + + An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. + http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + has subsidiary + + + + + + + + + + + + + + + + + x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + inheres in aggregate + + + + + + + + + + + + A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + interval contained by + + + + + + + + + + + A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + interval contains + + + + + + + + + + + + + + + + + A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + interval during + + + + + + + + + + + + A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + interval finished by + + + + + + + + + + + A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + interval finishes + + + + + + + + + + + + A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + interval started by + + + + + + + + + + + A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + interval starts + + + + + + + + + + + + x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z. + is a measurement of + + + + + + + + + + + A primitive relationship between an Information Content Entity and some Entity. + http://purl.obolibrary.org/obo/IAO_0000136 + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + is about + + + + + + + + + + + + + + + + + + + + + + + + + + x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + is affiliated with + + + + + + + + + + x is_cause_of y iff x and y are instances of occurrents, and y is a consequence of x. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + is cause of + + + + + + + + + + + + An instance of Organization o1 is_delimited_by some Geopolitical Entity gpe1 iff gpe1 is the area within which o1 can legally operate. + http://en.wikipedia.org/wiki/Delimitation + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + is delimited by + + + + + + + + + + + x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the begining of y is a necessary condition for the start of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + is input of + + + + + + + + + + + y is_measured_by x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + is measured by + + + + + + + + + If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + is object of + + + + + + + + + + x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + is organizational context of + + + + + + + + + + + x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + is output of + + + + + + + + + + + x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + is part of process + + + + + + + + + + + + + + y is_permitted_by x at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + is permitted by + + + + + + + + + + + + + + y is_prohibited_by y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + is prohibited by + + + + + + + + + + + + + + y is_required_by x at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + is required by + + + + + + + + + + + + + + + + + + + x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + is site of + + + + + + + + + A primitive relationship between an instance of an Entity and an instance of an Information Content Entity. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + is subject of + + + + + + + + + + For all x,y,t: y is subordinate role to x at t iff: x is an instance of bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + is subordinate role to + + + + + + + + + + + An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. + http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html) + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + is subsidiary of + + + + + + + + + + + + A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2. + http://en.wiktionary.org/wiki/supervise) + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + is supervised by + + + + + + + + + + + x is_temporal_region_of y iff y is an instance of a process or process boundary and x is an instance of a temporal region, such that the duration of x temporally projects on y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + is temporal region of + + + + + + + + + + + + + + + + + + x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + occurs at + + + + + + + + + + x occurs_on y iff x is an instance of a process or process boundary and y is an instance of a temporal region, such that the duration of x temporally projects on y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + occurs on + + + + + + + + + + + + + x permits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + permits + + + + + + + + + + + x prescribed_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y serves as a rule or guide for x if x is an Occurrent, or y serves as a model for x if x is a Continuant. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + prescribed by + + + + + + + + + + x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant. + a blueprint serves as a model of some Artifact or Facility + a professional code of conduct serves as a set of rules to be followed while acting in a role within that profession + an Operations Plan serves as a guide for the tasks that need to be performed to achieve the Objectives of the Operation + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + prescribes + + + + + + + + + + + + + x prohibits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + prohibits + + + + + + + + + + + x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, such that x disposition_of_aggregate y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + quality of aggregate + + + + + + + + + + + + x represented_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y presents the characteristics by which x can be recognized or visualized, and there exists a one-to-one correspondence between the components of x and y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + represented by + + + + + + + + + + + x represents y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x presents the characteristics by which y can be recognized or visualized, and there exists a one-to-one correspondence between the components of x and y. + The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + represents + + + + + + + + + + + + + x requires y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + requires + + + + + + + + + + + x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, such that x disposition_of_aggregate y. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology + role of aggregate + + + + + + + + + + + + + + + + + A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2. + http://en.wiktionary.org/wiki/supervise + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + supervises + + + + + + + + + + + y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y. + uses measurement unit + + + + + + + + This relation will eventually should be placed under 'is subject of', but need further guidance from CCO. + +It is not descriptive. But it is not designative, because when x designates y, x uniquely distinguishes y from other entities. But the same NATO code is used for different ranks. + has NATO Rank Scale Code + + + + + + + + + has U.S. uniformed services pay grade + + + + + + + + + + + has military rank + + + + + + + + + + + is superordinate to + For all x,y,t: x has subordinate person y at t iff: x is an instance of Person at time t, and y is an instance of Person at time t, and x is the bearer of some bfo:BFO_0000023 (Role) z at time t such that z has subordinate role some bfo:BFO_0000023 (Role) u at time t, and y is the bearer of u at time t. + Person x has subordinate-person Person y at t means: x and y at t have roles z and u, respectively, and z has subordinate role u. + has subordinate-person + + + + + + + + + + + For all x,y,t: x has subordinate military rank y at t iff: x is an instance of Military Rank at time t, and y is an instance of Military Rank at time t, and x describes some bfo:BFO_0000023 (Role) z at time t such that z has subordinate role some bfo:BFO_0000023 (Role) u at time t, and y describes u at time t. + Shane Babcock + Military Rank x has subordinate military rank Military Rank y means: x and y describe roles z and u, respectively, and z has subordinate role u. + The 'has subordinate rank' is not equivalent to the broader relation of being higher in rank. The 'has subordinate rank' relation does not hold between each succession of rank. For instance, cases where rank 1 is directly above rank 2 in a particular armed force, but there is no relation of authority. Where we have two non-commanding ranks where one is higher only because it has greater responsibilities. For instance, the low level Air Force ranks of Airman Basic, Airman, and Airman First Class. + has subordinate military rank + + + + + + + + I say 'participant in y' because in some cases, the agent is only a patient (rather than causually active) in y. For instance, a student is agent in the Acts by which she earns the A grade, but only the teacher is an agent in the act of giving the student the A grade. + x is a requirement condition for y at t iff x is an instance of Action Regulation at time t, y is an instance of Act at a later time u, and there is some z such that z is an instance of Act at t, and x prescribes that some agent must be agent in z in order for that agent to be particant in y at u. + The New York State driver's license requirement (x) is a requirement condition for me to drive unattended (y). x requires me to take a road test and obtain my driver's license (z) before I can drive unnattended. + is a requirement condition for + + + + + + + + + + + For example, it is said that a full admiral in the navy is equivalent in rank to a full general in the army. + +Need to flesh out the exact way in which ranks across separate forces are equivalent in authority. They have similar level of authority and responsibility, but obviously not the same exact responsibilities (given that they command different types of military forces). + has equal rank to + Could define along the lines of rank1 is equivalent in rank to rank 2 if: + +rank1 has same level of authority/responsibility as rank2 + +But this requires cashing out and classifying the notion of 'level of authority' (which I also think may need to be added to the definition of 'military rank'). + is equivalent in rank to + + + + + + + + + + + + x is higher military rank than y iff the authority or responsibilities described by x are greater than the authority or responsibilities described by y. + I don't think that standing in this relation implies in all cases a subordination relation (e.g. ranks with a non-command role) + Talk about precedence. + is higher military rank than + + + + + + + + + + + x is lower military rank than y iff the authority or responsibilities described by x are lesser than the authority or responsibilities described by y. + is lower military rank than + + + + + + + + + + + + x is military rank directly above y iff the authority or responsibilities described by x are the next highest in the chain of command after the authority or responsibilities described by y. + Responsibilities increase with each successive rank. So a general ranks directly above a lieutenant general because after the lieutenant general, the general has the next highest level of responsibility in the chain of command. + This relation holds between two ranks within the same military service (e.g. between 'Air Force General Rank' and 'Air Force Lieutenant General Rank'.) + +But we also need to be able to say that an Army General is one rank higher than the ranks of an Air Force Lieutenant General, Marine Corps Lieutenant General, Space Force Lieutenant General, as well as Navy Vice Admiral. Which is why I created the parent class 'is one rank higher than'. Saying that a rank is directly above another seems to imply (to me at least) a closer relationship, such as that between ranks within the same service. That said, I am willing to be convinced otherwise, in which case we would obsolete 'is one rank higher than' and only use 'is military rank directly above'. + is military rank directly above + + + + + + + + + + + x is military rank directly below y iff the authority or responsibilities described by y are the next highest in the chain of command after the authority or responsibilities described by x. + Responsibilities increase with each successive rank. So a lieutenant general ranks directly below a general because after the lieutenant general, the general has the next highest level of responsibility in the chain of command. + is military rank directly below + + + + + + + + + + + is military rank of + + + + + + + + + + + + This class was introduced so that we can assert axioms such as: + +Air Force Lieutenant General Rank isSubClassof: + +'is one rank higher' than SOME 'Marine Corps Major General Rank' + +'is one rank higher' than SOME 'Army Major General Rank' + +Given the transitivity of the parent class 'is higher military rank than', a DL query of, for example: + +'is higher military rank than' SOME 'Army Major General Rank' + +will return as results not only all of the Army ranks that are higher than 'Army Major General', but also all of the ranks within the other services that outrank 'Army Major General'. + +Technically, axioms involving 'is military rank directly above' could be used to achieve the same purpose, but I thought that relation should be distinguished from this one. See comment on that class. + is one military rank higher than + + + + + + + + + + + Where x is a Military Rank within military service branch t, y is a Military Rank within another military service branch u, z is some Military Rank within u which is equivalent in rank to x, and w is some Military Rank within t which is equivalent in rank to y: + +x is one rank below y iff: + +i) z is one rank below y. +and: +ii) x is one rank below w. + +Take for instance, the rank of Specialist (x) within the U.S. Army (t) and its equivalent rank of Senior Airman (z) within the Air Force (u). Senior Airman (z) is one rank below the rank of Staff Sergeant (y) within the Air Force. But the rank of U.S. Army Specialist (x) is not one rank below the Air Force Staff Sergeant Rank (y) because U.S. Army Specialist is not one rank below U.S. Army Sergeant (w) which is the equivalent of Air Force Staff Sergeant. + +--------------- + +Or: + +Where x is a Military Rank within military service branch t, y is a Military Rank within another military service branch u, z is some Military Rank within u which is equivalent in rank to x, and w is some Military Rank within t which is equivalent in rank to y: + +x is one rank below y iff: + +i) x is one rank below w +and: +ii) there is no intermediary rank between z and y within u. + +Let y be the rank of Army Sergeant within the Army (u), which is equivalent in rank to the Staff Sergeant rank (w) within the Air Force (t). The Air Force Senior Airman rank (x) is equivalent in rank to the Army Specialist rank (z), and the Senior Airman rank (x) is one rank below the Staff Sergeant Rank (w). But Senior Airman (x) is not one rank below Army Sergeant (y) because within the Army (u) there is an intermediary rank, Army Corporal, between Army Specialist (z) and Army Sergeant (y). Thus, Senior Airman is two ranks below Army Sergeant as it is equivalent to a rank two ranks below Army Sergeant. + +By contrast, consider the rank of Navy Seaman (x), and let y be the rank of Marine Corps Corporal within the Marine Corps (u), which is equivalent to the rank of Petty Officer Third Class (w) within the the Navy (t). The Navy Seaman Rank (x) is equivalent in rank to the Marine Corps Lance Corporal Rank (z), and the Navy Seaman Rank is one rank below Petty Officer Third Class (w). Furthermore, there is no intermediary rank between M.C. Lance Corporal (z) and M.C. Corporal (y) within the Marine Corps (u). And so Navy Seaman is one rank below M.C. Corporal because its Marine Corps equivalent is one rank below M.C. Corporal. + +The above principle has the complementary principle: + +Let y be the rank of Army Corporal within the Army (u), which is equivalent in rank to the Marine Corps Corporal rank (w) within the Marine Corps (t). The rank of Marine Corps Lance Corporal (x) is equivalent in rank to the Private First Class Rank (z) within the Army, and Marine Corps Lance Corporal (x) is one rank below the rank of Marine Corps Corporal (w). But Marine Corps Lance Corporal is not one rank below the Army Corporal rank (y). And this is because there is an intermediary rank, namely Army Specialist, between Army Private First Class (z) and Army Corporal (y). Thus, Marine Corps Lance Corporal is two ranks below Army Corporal (it being one rank below Army Specialist, which is one rank below Army Corporal). + +This principle is also applicable to the ranks of Navy and Coast Guard Seaman, which are also equivalent to Army Private First Class. These ranks are both one rank below the Navy and Coast Guard Petty Officer Third Class Ranks, the latter of which are both equivalents of the Army Corporal Rank. But the Navy and Coast Guard Seaman Ranks are two ranks below Army Corporal rank for the same reasons as above. + +------------- + +Where x is a Military Rank within military service branch t, + y is a Military Rank within another military service branch u, + z is some Military Rank within u which is equivalent in rank to x, + w is some Military Rank within t which is equivalent in rank to y, z is one rank below y, + and there is no Military Rank within t which is equivalent in rank to y: + +x is one rank below y iff: + +There is no rank v within t, such that v is a higher rank than x and v is a lower rank lower than y. + +Thus consider the Air Force Airman First Class Rank (x) within the Air Force (t), and the rank of Marine Corps Corporal (y) in the Marine Corps (u). There is no military rank within the Air Force that is equivalent in rank to the Marine Corps Corporal Rank. The Lance Corporal Rank (z) is the military rank within the Marine Corps (u) which is equivalent in rank to the Airman First Class rank (x), and the Lance Corporal Rank (z) is one rank below the Marine Corps Corporal Rank (y). But the Airman First Class rank is not one rank lower than the Marine Corps Corporal rank because there is a rank v, namely the Air Force Senior Airman Rank that is one rank higher than Airman First Class and one rank lower than Marine Corps Corporal. And for that reason, although its Marine Corps equivalent, the Lance Corporal rank, is one rank lower than the Marine Corps Corporal rank, the Airman First Class is TWO ranks lower than Marine Corps Corporal rank. + +Consider by contrast the rank of Senior Airman (x) within the Air Force (t) and its relation to the rank of Army Corporol (y) within the Army (u). There is no military rank within the Air Force which is equivalent in rank to the Army Corporal rank. Within the Army (u) the rank of Army Specialist (z) is equivalent in rank to the Senior Airman Rank (x), and Army Specialist (z) is one rank below the rank of Army Corporal (y). But there is no rank v within the Air Force that is higher than Senior Airman and lower than Army Corporal. And so Senior Airman is one rank below that of Army Corporal. + is one military rank lower than + + + + + + + + + + + For all x,y,t: y is person subordinate to x at t iff: x is an instance of Person at time t, and y is an instance of Person at time t, and y is the bearer of some bfo:BFO_0000023 (Role) z at time t such that z is subordinate role to some bfo:BFO_0000023 (Role) u at time t, and x is the bearer of u at time t. + Person x is person subordinate to Person y at t means: x and y at t have roles z and u, respectively, and z is subordinate role to u. + is person subordinate to + + + + + + + + + + For all x,y,t: x is military rank subordinate to y at t iff: x is an instance of Military Rank at time t, and y is an instance of Military Rank at time t, and x describes some bfo:BFO_0000023 (Role) z at time t such that z is subordinate role to some bfo:BFO_0000023 (Role) u at time t, and y describes u at time t. + Military Rank x is military rank subordinate to Military Rank y means: x and y describe roles z and u, respectively, and z is subordinate role to u. + is military rank subordinate to + + + + + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + has integer value + + + + + + + + + + + + + + Act of U.S. Military Service wherein some Person serves as a member of the U.S. Air Force. + Act of U.S. Air Force Service + + + + + + + + + Act of U.S. Military Service wherein some Person serves as a member of the U.S. Coast Guard. + Act of U.S. Coast Guard Service + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-10 pay grade, at the U.S. Navy Admiral Rank. + Act of U.S. Navy Service at Pay Grade O-10 + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-8 pay grade, at the U.S. Navy Rear Admiral Rank. + Act of U.S. Navy Service at Pay Grade O-8 + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-9 pay grade, at the U.S. Navy Vice Admiral Rank. + Act of U.S. Navy Service at Pay Grade O-9 + + + + + + + + + Act of U.S. Military Service wherein some Person serves as a member of the U.S. Space Force. + Act of U.S. Space Force Service + + + + + + + + + entity + Entity + Julius Caesar + Verdi’s Requiem + the Second World War + your body mass index + BFO 2 Reference: In all areas of empirical inquiry we encounter general terms of two sorts. First are general terms which refer to universals or types:animaltuberculosissurgical procedurediseaseSecond, are general terms used to refer to groups of entities which instantiate a given universal but do not correspond to the extension of any subuniversal of that universal because there is nothing intrinsic to the entities in question by virtue of which they – and only they – are counted as belonging to the given group. Examples are: animal purchased by the Emperortuberculosis diagnosed on a Wednesdaysurgical procedure performed on a patient from Stockholmperson identified as candidate for clinical trial #2056-555person who is signatory of Form 656-PPVpainting by Leonardo da VinciSuch terms, which represent what are called ‘specializations’ in [81 + Entity doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example Werner Ceusters 'portions of reality' include 4 sorts, entities (as BFO construes them), universals, configurations, and relations. It is an open question as to whether entities as construed in BFO will at some point also include these other portions of reality. See, for example, 'How to track absolutely everything' at http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf + An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001]) + + entity + + + + + Entity doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example Werner Ceusters 'portions of reality' include 4 sorts, entities (as BFO construes them), universals, configurations, and relations. It is an open question as to whether entities as construed in BFO will at some point also include these other portions of reality. See, for example, 'How to track absolutely everything' at http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf + + per discussion with Barry Smith + + + + + + An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001]) + + + + + + + + + + + + + + + + + continuant + Continuant + An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts. + BFO 2 Reference: Continuant entities are entities which can be sliced to yield parts only along the spatial dimension, yielding for example the parts of your table which we call its legs, its top, its nails. ‘My desk stretches from the window to the door. It has spatial parts, and can be sliced (in space) in two. With respect to time, however, a thing is a continuant.’ [60, p. 240 + Continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example, in an expansion involving bringing in some of Ceuster's other portions of reality, questions are raised as to whether universals are continuants + A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity. (axiom label in BFO2 Reference: [008-002]) + if b is a continuant and if, for some t, c has_continuant_part b at t, then c is a continuant. (axiom label in BFO2 Reference: [126-001]) + if b is a continuant and if, for some t, cis continuant_part of b at t, then c is a continuant. (axiom label in BFO2 Reference: [009-002]) + if b is a material entity, then there is some temporal interval (referred to below as a one-dimensional temporal region) during which b exists. (axiom label in BFO2 Reference: [011-002]) + (forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] + (forall (x y) (if (and (Continuant x) (exists (t) (hasContinuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [126-001] + (forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] + (forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] + + continuant + + + + + Continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example, in an expansion involving bringing in some of Ceuster's other portions of reality, questions are raised as to whether universals are continuants + + + + + + A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity. (axiom label in BFO2 Reference: [008-002]) + + + + + + if b is a continuant and if, for some t, c has_continuant_part b at t, then c is a continuant. (axiom label in BFO2 Reference: [126-001]) + + + + + + if b is a continuant and if, for some t, cis continuant_part of b at t, then c is a continuant. (axiom label in BFO2 Reference: [009-002]) + + + + + + if b is a material entity, then there is some temporal interval (referred to below as a one-dimensional temporal region) during which b exists. (axiom label in BFO2 Reference: [011-002]) + + + + + + (forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] + + + + + + (forall (x y) (if (and (Continuant x) (exists (t) (hasContinuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [126-001] + + + + + + (forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] + + + + + + (forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] + + + + + + + + + + + + + + + + occurrent + Occurrent + An entity that has temporal parts and that happens, unfolds or develops through time. + BFO 2 Reference: every occurrent that is not a temporal or spatiotemporal region is s-dependent on some independent continuant that is not a spatial region + BFO 2 Reference: s-dependence obtains between every process and its participants in the sense that, as a matter of necessity, this process could not have existed unless these or those participants existed also. A process may have a succession of participants at different phases of its unfolding. Thus there may be different players on the field at different times during the course of a football game; but the process which is the entire game s-depends_on all of these players nonetheless. Some temporal parts of this process will s-depend_on on only some of the players. + Occurrent doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the sum of a process and the process boundary of another process. + Simons uses different terminology for relations of occurrents to regions: Denote the spatio-temporal location of a given occurrent e by 'spn[e]' and call this region its span. We may say an occurrent is at its span, in any larger region, and covers any smaller region. Now suppose we have fixed a frame of reference so that we can speak not merely of spatio-temporal but also of spatial regions (places) and temporal regions (times). The spread of an occurrent, (relative to a frame of reference) is the space it exactly occupies, and its spell is likewise the time it exactly occupies. We write 'spr[e]' and `spl[e]' respectively for the spread and spell of e, omitting mention of the frame. + An occurrent is an entity that unfolds itself in time or it is the instantaneous boundary of such an entity (for example a beginning or an ending) or it is a temporal or spatiotemporal region which such an entity occupies_temporal_region or occupies_spatiotemporal_region. (axiom label in BFO2 Reference: [077-002]) + Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001]) + b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001]) + (forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] + (forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] + + occurrent + + + + + Occurrent doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the sum of a process and the process boundary of another process. + + per discussion with Barry Smith + + + + + Simons uses different terminology for relations of occurrents to regions: Denote the spatio-temporal location of a given occurrent e by 'spn[e]' and call this region its span. We may say an occurrent is at its span, in any larger region, and covers any smaller region. Now suppose we have fixed a frame of reference so that we can speak not merely of spatio-temporal but also of spatial regions (places) and temporal regions (times). The spread of an occurrent, (relative to a frame of reference) is the space it exactly occupies, and its spell is likewise the time it exactly occupies. We write 'spr[e]' and `spl[e]' respectively for the spread and spell of e, omitting mention of the frame. + + + + + + An occurrent is an entity that unfolds itself in time or it is the instantaneous boundary of such an entity (for example a beginning or an ending) or it is a temporal or spatiotemporal region which such an entity occupies_temporal_region or occupies_spatiotemporal_region. (axiom label in BFO2 Reference: [077-002]) + + + + + + Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001]) + + + + + + b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001]) + + + + + + (forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] + + + + + + (forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] + + + + + + + + + + + + ic + IndependentContinuant + a chair + a heart + a leg + a molecule + a spatial region + an atom + an orchestra. + an organism + the bottom right portion of a human torso + the interior of your mouth + A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything. + b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002]) + For any independent continuant b and any time t there is some spatial region r such that b is located_in r at t. (axiom label in BFO2 Reference: [134-001]) + For every independent continuant b and time t during the region of time spanned by its life, there are entities which s-depends_on b during t. (axiom label in BFO2 Reference: [018-002]) + (forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] + (forall (x t) (if (and (IndependentContinuant x) (existsAt x t)) (exists (y) (and (Entity y) (specificallyDependsOnAt y x t))))) // axiom label in BFO2 CLIF: [018-002] + (iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] + + independent continuant + + + + + b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002]) + + + + + + For any independent continuant b and any time t there is some spatial region r such that b is located_in r at t. (axiom label in BFO2 Reference: [134-001]) + + + + + + For every independent continuant b and time t during the region of time spanned by its life, there are entities which s-depends_on b during t. (axiom label in BFO2 Reference: [018-002]) + + + + + + (forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] + + + + + + (forall (x t) (if (and (IndependentContinuant x) (existsAt x t)) (exists (y) (and (Entity y) (specificallyDependsOnAt y x t))))) // axiom label in BFO2 CLIF: [018-002] + + + + + + (iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] + + + + + + + + + + + + s-region + SpatialRegion + BFO 2 Reference: Spatial regions do not participate in processes. + Spatial region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the union of a spatial point and a spatial line that doesn't overlap the point, or two spatial lines that intersect at a single point. In both cases the resultant spatial region is neither 0-dimensional, 1-dimensional, 2-dimensional, or 3-dimensional. + A spatial region is a continuant entity that is a continuant_part_of spaceR as defined relative to some frame R. (axiom label in BFO2 Reference: [035-001]) + All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001]) + (forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] + (forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] + + spatial region + + + + + Spatial region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the union of a spatial point and a spatial line that doesn't overlap the point, or two spatial lines that intersect at a single point. In both cases the resultant spatial region is neither 0-dimensional, 1-dimensional, 2-dimensional, or 3-dimensional. + + per discussion with Barry Smith + + + + + A spatial region is a continuant entity that is a continuant_part_of spaceR as defined relative to some frame R. (axiom label in BFO2 Reference: [035-001]) + + + + + + All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001]) + + + + + + (forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] + + + + + + (forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] + + + + + + + + + + + + + t-region + TemporalRegion + Temporal region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the mereological sum of a temporal instant and a temporal interval that doesn't overlap the instant. In this case the resultant temporal region is neither 0-dimensional nor 1-dimensional + A temporal region is an occurrent entity that is part of time as defined relative to some reference frame. (axiom label in BFO2 Reference: [100-001]) + All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001]) + Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002]) + (forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] + (forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] + (forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] + + temporal region + + + + + Temporal region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the mereological sum of a temporal instant and a temporal interval that doesn't overlap the instant. In this case the resultant temporal region is neither 0-dimensional nor 1-dimensional + + per discussion with Barry Smith + + + + + A temporal region is an occurrent entity that is part of time as defined relative to some reference frame. (axiom label in BFO2 Reference: [100-001]) + + + + + + All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001]) + + + + + + Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002]) + + + + + + (forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] + + + + + + (forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] + + + + + + (forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] + + + + + + + + + + + 2d-s-region + TwoDimensionalSpatialRegion + an infinitely thin plane in space. + the surface of a sphere-shaped part of space + A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001]) + (forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] + + two-dimensional spatial region + + + + + A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001]) + + + + + + (forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] + + + + + + + + + + st-region + SpatiotemporalRegion + the spatiotemporal region occupied by a human life + the spatiotemporal region occupied by a process of cellular meiosis. + the spatiotemporal region occupied by the development of a cancer tumor + A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001]) + All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001]) + Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001]) + Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001]) + Every spatiotemporal region occupies_spatiotemporal_region itself. + Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002]) + (forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] + (forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] + (forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] + (forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] + (forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] + + spatiotemporal region + + + + + A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001]) + + + + + + All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001]) + + + + + + Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001]) + + + + + + Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001]) + + + + + + Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002]) + + + + + + (forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] + + + + + + (forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] + + + + + + (forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] + + + + + + (forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] + + + + + + (forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] + + + + + + + + + + process + Process + a process of cell-division, \ a beating of the heart + a process of meiosis + a process of sleeping + the course of a disease + the flight of a bird + the life of an organism + your process of aging. + An occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. + p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003]) + BFO 2 Reference: The realm of occurrents is less pervasively marked by the presence of natural units than is the case in the realm of independent continuants. Thus there is here no counterpart of ‘object’. In BFO 1.0 ‘process’ served as such a counterpart. In BFO 2.0 ‘process’ is, rather, the occurrent counterpart of ‘material entity’. Those natural – as contrasted with engineered, which here means: deliberately executed – units which do exist in the realm of occurrents are typically either parasitic on the existence of natural units on the continuant side, or they are fiat in nature. Thus we can count lives; we can count football games; we can count chemical reactions performed in experiments or in chemical manufacturing. We cannot count the processes taking place, for instance, in an episode of insect mating behavior.Even where natural units are identifiable, for example cycles in a cyclical process such as the beating of a heart or an organism’s sleep/wake cycle, the processes in question form a sequence with no discontinuities (temporal gaps) of the sort that we find for instance where billiard balls or zebrafish or planets are separated by clear spatial gaps. Lives of organisms are process units, but they too unfold in a continuous series from other, prior processes such as fertilization, and they unfold in turn in continuous series of post-life processes such as post-mortem decay. Clear examples of boundaries of processes are almost always of the fiat sort (midnight, a time of death as declared in an operating theater or on a death certificate, the initiation of a state of war) + (iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] + + process + + + + + p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003]) + + + + + + (iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] + + + + + + + + + + + disposition + Disposition + an atom of element X has the disposition to decay to an atom of element Y + certain people have a predisposition to colon cancer + children are innately disposed to categorize objects in certain ways. + the cell wall is disposed to filter chemicals in endocytosis and exocytosis + BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type. + b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002]) + If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002]) + (forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] + (forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] + + disposition + + + + + b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002]) + + + + + + If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002]) + + + + + + (forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] + + + + + + (forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] + + + + + + + + + + + realizable + RealizableEntity + the disposition of this piece of metal to conduct electricity. + the disposition of your blood to coagulate + the function of your reproductive organs + the role of being a doctor + the role of this boundary to delineate where Utah and Colorado meet + A specifically dependent continuant that inheres in continuant entities and are not exhibited in full at every time in which it inheres in an entity or group of entities. The exhibition or actualization of a realizable entity is a particular manifestation, functioning or process that occurs under certain circumstances. + To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002]) + All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002]) + (forall (x t) (if (RealizableEntity x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (bearerOfAt y x t))))) // axiom label in BFO2 CLIF: [060-002] + (forall (x) (if (RealizableEntity x) (and (SpecificallyDependentContinuant x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (inheresIn x y)))))) // axiom label in BFO2 CLIF: [058-002] + + realizable entity + + + + + (forall (x) (if (RealizableEntity x) (and (SpecificallyDependentContinuant x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (inheresIn x y)))))) // axiom label in BFO2 CLIF: [058-002] + + + + + + To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002]) + + + + + + All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002]) + + + + + + (forall (x t) (if (RealizableEntity x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (bearerOfAt y x t))))) // axiom label in BFO2 CLIF: [060-002] + + + + + + + + + + + 0d-s-region + ZeroDimensionalSpatialRegion + A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001]) + (forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] + + zero-dimensional spatial region + + + + + A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001]) + + + + + + (forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] + + + + + + + + + + quality + Quality + the ambient temperature of this portion of air + the color of a tomato + the length of the circumference of your waist + the mass of this piece of gold. + the shape of your nose + the shape of your nostril + a quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized. (axiom label in BFO2 Reference: [055-001]) + If an entity is a quality at any time that it exists, then it is a quality at every time that it exists. (axiom label in BFO2 Reference: [105-001]) + (forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] + (forall (x) (if (exists (t) (and (existsAt x t) (Quality x))) (forall (t_1) (if (existsAt x t_1) (Quality x))))) // axiom label in BFO2 CLIF: [105-001] + + quality + + + + + a quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized. (axiom label in BFO2 Reference: [055-001]) + + + + + + If an entity is a quality at any time that it exists, then it is a quality at every time that it exists. (axiom label in BFO2 Reference: [105-001]) + + + + + + (forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] + + + + + + (forall (x) (if (exists (t) (and (existsAt x t) (Quality x))) (forall (t_1) (if (existsAt x t_1) (Quality x))))) // axiom label in BFO2 CLIF: [105-001] + + + + + + + + + + + sdc + SpecificallyDependentContinuant + Reciprocal specifically dependent continuants: the function of this key to open this lock and the mutually dependent disposition of this lock: to be opened by this key + of one-sided specifically dependent continuants: the mass of this tomato + of relational dependent continuants (multiple bearers): John’s love for Mary, the ownership relation between John and this statue, the relation of authority between John and his subordinates. + the disposition of this fish to decay + the function of this heart: to pump blood + the mutual dependence of proton donors and acceptors in chemical reactions [79 + the mutual dependence of the role predator and the role prey as played by two organisms in a given interaction + the pink color of a medium rare piece of grilled filet mignon at its center + the role of being a doctor + the shape of this hole. + the smell of this portion of mozzarella + A continuant that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same. + b is a relational specifically dependent continuant = Def. b is a specifically dependent continuant and there are n &gt; 1 independent continuants c1, … cn which are not spatial regions are such that for all 1 i &lt; j n, ci and cj share no common parts, are such that for each 1 i n, b s-depends_on ci at every time t during the course of b’s existence (axiom label in BFO2 Reference: [131-004]) + b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003]) + Specifically dependent continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. We're not sure what else will develop here, but for example there are questions such as what are promises, obligation, etc. + (iff (SpecificallyDependentContinuant a) (and (Continuant a) (forall (t) (if (existsAt a t) (exists (b) (and (IndependentContinuant b) (not (SpatialRegion b)) (specificallyDependsOnAt a b t))))))) // axiom label in BFO2 CLIF: [050-003] + + specifically dependent continuant + + + + + b is a relational specifically dependent continuant = Def. b is a specifically dependent continuant and there are n &gt; 1 independent continuants c1, … cn which are not spatial regions are such that for all 1 i &lt; j n, ci and cj share no common parts, are such that for each 1 i n, b s-depends_on ci at every time t during the course of b’s existence (axiom label in BFO2 Reference: [131-004]) + + + + + + b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003]) + + + + + + Specifically dependent continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. We're not sure what else will develop here, but for example there are questions such as what are promises, obligation, etc. + + per discussion with Barry Smith + + + + + (iff (SpecificallyDependentContinuant a) (and (Continuant a) (forall (t) (if (existsAt a t) (exists (b) (and (IndependentContinuant b) (not (SpatialRegion b)) (specificallyDependsOnAt a b t))))))) // axiom label in BFO2 CLIF: [050-003] + + + + + + + + + + role + Role + John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married. + the priest role + the role of a boundary to demarcate two neighboring administrative territories + the role of a building in serving as a military target + the role of a stone in marking a property boundary + the role of subject in a clinical trial + the student role + A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts. + BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals – professor, sergeant, nurse – only during certain phases in their lives. + b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001]) + (forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] + + role + + + + + b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001]) + + + + + + (forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] + + + + + + + + + + fiat-object-part + FiatObjectPart + or with divisions drawn by cognitive subjects for practical reasons, such as the division of a cake (before slicing) into (what will become) slices (and thus member parts of an object aggregate). However, this does not mean that fiat object parts are dependent for their existence on divisions or delineations effected by cognitive subjects. If, for example, it is correct to conceive geological layers of the Earth as fiat object parts of the Earth, then even though these layers were first delineated in recent times, still existed long before such delineation and what holds of these layers (for example that the oldest layers are also the lowest layers) did not begin to hold because of our acts of delineation.Treatment of material entity in BFOExamples viewed by some as problematic cases for the trichotomy of fiat object part, object, and object aggregate include: a mussel on (and attached to) a rock, a slime mold, a pizza, a cloud, a galaxy, a railway train with engine and multiple carriages, a clonal stand of quaking aspen, a bacterial community (biofilm), a broken femur. Note that, as Aristotle already clearly recognized, such problematic cases – which lie at or near the penumbra of instances defined by the categories in question – need not invalidate these categories. The existence of grey objects does not prove that there are not objects which are black and objects which are white; the existence of mules does not prove that there are not objects which are donkeys and objects which are horses. It does, however, show that the examples in question need to be addressed carefully in order to show how they can be fitted into the proposed scheme, for example by recognizing additional subdivisions [29 + the FMA:regional parts of an intact human body. + the Western hemisphere of the Earth + the division of the brain into regions + the division of the planet into hemispheres + the dorsal and ventral surfaces of the body + the upper and lower lobes of the left lung + BFO 2 Reference: Most examples of fiat object parts are associated with theoretically drawn divisions + b is a fiat object part = Def. b is a material entity which is such that for all times t, if b exists at t then there is some object c such that b proper continuant_part of c at t and c is demarcated from the remainder of c by a two-dimensional continuant fiat boundary. (axiom label in BFO2 Reference: [027-004]) + (forall (x) (if (FiatObjectPart x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y) (and (Object y) (properContinuantPartOfAt x y t)))))))) // axiom label in BFO2 CLIF: [027-004] + + fiat object part + + + + + b is a fiat object part = Def. b is a material entity which is such that for all times t, if b exists at t then there is some object c such that b proper continuant_part of c at t and c is demarcated from the remainder of c by a two-dimensional continuant fiat boundary. (axiom label in BFO2 Reference: [027-004]) + + + + + + (forall (x) (if (FiatObjectPart x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y) (and (Object y) (properContinuantPartOfAt x y t)))))))) // axiom label in BFO2 CLIF: [027-004] + + + + + + + + + + + 1d-s-region + OneDimensionalSpatialRegion + an edge of a cube-shaped portion of space. + A one-dimensional spatial region is a line or aggregate of lines stretching from one point in space to another. (axiom label in BFO2 Reference: [038-001]) + (forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] + + one-dimensional spatial region + + + + + A one-dimensional spatial region is a line or aggregate of lines stretching from one point in space to another. (axiom label in BFO2 Reference: [038-001]) + + + + + + (forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] + + + + + + + + + + object-aggregate + ObjectAggregate + a collection of cells in a blood biobank. + a swarm of bees is an aggregate of members who are linked together through natural bonds + a symphony orchestra + an organization is an aggregate whose member parts have roles of specific types (for example in a jazz band, a chess club, a football team) + defined by fiat: the aggregate of members of an organization + defined through physical attachment: the aggregate of atoms in a lump of granite + defined through physical containment: the aggregate of molecules of carbon dioxide in a sealed container + defined via attributive delimitations such as: the patients in this hospital + the aggregate of bearings in a constant velocity axle joint + the aggregate of blood cells in your body + the nitrogen atoms in the atmosphere + the restaurants in Palo Alto + your collection of Meissen ceramic plates. + An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects + BFO 2 Reference: object aggregates may gain and lose parts while remaining numerically identical (one and the same individual) over time. This holds both for aggregates whose membership is determined naturally (the aggregate of cells in your body) and aggregates determined by fiat (a baseball team, a congressional committee). + ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158. + b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004]) + (forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] + + object aggregate + + + + + An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects + + + + + + An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects + + + + + + ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158. + + + + + + b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004]) + + + + + + (forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] + + + + + + + + + + 3d-s-region + ThreeDimensionalSpatialRegion + a cube-shaped region of space + a sphere-shaped region of space, + A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001]) + (forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] + + three-dimensional spatial region + + + + + A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001]) + + + + + + (forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] + + + + + + + + + + site + Site + Manhattan Canyon) + a hole in the interior of a portion of cheese + a rabbit hole + an air traffic control region defined in the airspace above an airport + the Grand Canyon + the Piazza San Marco + the cockpit of an aircraft + the hold of a ship + the interior of a kangaroo pouch + the interior of the trunk of your car + the interior of your bedroom + the interior of your office + the interior of your refrigerator + the lumen of your gut + your left nostril (a fiat part – the opening – of your left nasal cavity) + b is a site means: b is a three-dimensional immaterial entity that is (partially or wholly) bounded by a material entity or it is a three-dimensional immaterial part thereof. (axiom label in BFO2 Reference: [034-002]) + (forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] + + site + + + + + b is a site means: b is a three-dimensional immaterial entity that is (partially or wholly) bounded by a material entity or it is a three-dimensional immaterial part thereof. (axiom label in BFO2 Reference: [034-002]) + + + + + + (forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] + + + + + + + + + + object + Object + atom + cell + cells and organisms + engineered artifacts + grain of sand + molecule + organelle + organism + planet + solid portions of matter + star + BFO 2 Reference: BFO rests on the presupposition that at multiple micro-, meso- and macroscopic scales reality exhibits certain stable, spatially separated or separable material units, combined or combinable into aggregates of various sorts (for example organisms into what are called ‘populations’). Such units play a central role in almost all domains of natural science from particle physics to cosmology. Many scientific laws govern the units in question, employing general terms (such as ‘molecule’ or ‘planet’) referring to the types and subtypes of units, and also to the types and subtypes of the processes through which such units develop and interact. The division of reality into such natural units is at the heart of biological science, as also is the fact that these units may form higher-level units (as cells form multicellular organisms) and that they may also form aggregates of units, for example as cells form portions of tissue and organs form families, herds, breeds, species, and so on. At the same time, the division of certain portions of reality into engineered units (manufactured artifacts) is the basis of modern industrial technology, which rests on the distributed mass production of engineered parts through division of labor and on their assembly into larger, compound units such as cars and laptops. The division of portions of reality into units is one starting point for the phenomenon of counting. + BFO 2 Reference: Each object is such that there are entities of which we can assert unproblematically that they lie in its interior, and other entities of which we can assert unproblematically that they lie in its exterior. This may not be so for entities lying at or near the boundary between the interior and exterior. This means that two objects – for example the two cells depicted in Figure 3 – may be such that there are material entities crossing their boundaries which belong determinately to neither cell. Something similar obtains in certain cases of conjoined twins (see below). + BFO 2 Reference: To say that b is causally unified means: b is a material entity which is such that its material parts are tied together in such a way that, in environments typical for entities of the type in question,if c, a continuant part of b that is in the interior of b at t, is larger than a certain threshold size (which will be determined differently from case to case, depending on factors such as porosity of external cover) and is moved in space to be at t at a location on the exterior of the spatial region that had been occupied by b at t, then either b’s other parts will be moved in coordinated fashion or b will be damaged (be affected, for example, by breakage or tearing) in the interval between t and t.causal changes in one part of b can have consequences for other parts of b without the mediation of any entity that lies on the exterior of b. Material entities with no proper material parts would satisfy these conditions trivially. Candidate examples of types of causal unity for material entities of more complex sorts are as follows (this is not intended to be an exhaustive list):CU1: Causal unity via physical coveringHere the parts in the interior of the unified entity are combined together causally through a common membrane or other physical covering\. The latter points outwards toward and may serve a protective function in relation to what lies on the exterior of the entity [13, 47 + BFO 2 Reference: an object is a maximal causally unified material entity + BFO 2 Reference: ‘objects’ are sometimes referred to as ‘grains’ [74 + b is an object means: b is a material entity which manifests causal unity of one or other of the types CUn listed above & is of a type (a material universal) instances of which are maximal relative to this criterion of causal unity. (axiom label in BFO2 Reference: [024-001]) + + object + + + + + b is an object means: b is a material entity which manifests causal unity of one or other of the types CUn listed above & is of a type (a material universal) instances of which are maximal relative to this criterion of causal unity. (axiom label in BFO2 Reference: [024-001]) + + + + + + + + + + gdc + GenericallyDependentContinuant + The entries in your database are patterns instantiated as quality instances in your hard drive. The database itself is an aggregate of such patterns. When you create the database you create a particular instance of the generically dependent continuant type database. Each entry in the database is an instance of the generically dependent continuant type IAO: information content entity. + the pdf file on your laptop, the pdf file that is a copy thereof on my laptop + the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule. + A continuant that is dependent on one or other independent continuant bearers. For every instance of A requires some instance of (an independent continuant type) B but which instance of B serves can change from time to time. + Continuant that is dependent on one or other independent continuant bearers. For every instance of A requires some instance of (an independent continuant type) B but which instance of B serves can change from time to time. + b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001]) + (iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] + + generically dependent continuant + + + + + b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001]) + + + + + + (iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] + + + + + + + + + + function + Function + the function of a hammer to drive in nails + the function of a heart pacemaker to regulate the beating of a heart through electricity + the function of amylase in saliva to break down starch into sugar + BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc. + A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001]) + (forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] + + function + + + + + A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001]) + + + + + + (forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] + + + + + + + + + + p-boundary + ProcessBoundary + the boundary between the 2nd and 3rd year of your life. + p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001]) + Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002]) + (forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] + (iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] + + process boundary + + + + + p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001]) + + + + + + Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002]) + + + + + + (forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] + + + + + + (iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] + + + + + + + + + + + 1d-t-region + OneDimensionalTemporalRegion + the temporal region during which a process occurs. + BFO 2 Reference: A temporal interval is a special kind of one-dimensional temporal region, namely one that is self-connected (is without gaps or breaks). + A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001]) + (forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] + + one-dimensional temporal region + + + + + A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001]) + + + + + + (forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] + + + + + + + + + + + material + MaterialEntity + a flame + a forest fire + a human being + a hurricane + a photon + a puff of smoke + a sea wave + a tornado + an aggregate of human beings. + an energy wave + an epidemic + the undetached arm of a human being + An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time. + BFO 2 Reference: Material entities (continuants) can preserve their identity even while gaining and losing material parts. Continuants are contrasted with occurrents, which unfold themselves in successive temporal parts or phases [60 + BFO 2 Reference: Object, Fiat Object Part and Object Aggregate are not intended to be exhaustive of Material Entity. Users are invited to propose new subcategories of Material Entity. + BFO 2 Reference: ‘Matter’ is intended to encompass both mass and energy (we will address the ontological treatment of portions of energy in a later version of BFO). A portion of matter is anything that includes elementary particles among its proper or improper parts: quarks and leptons, including electrons, as the smallest particles thus far discovered; baryons (including protons and neutrons) at a higher level of granularity; atoms and molecules at still higher levels, forming the cells, organs, organisms and other material entities studied by biologists, the portions of rock studied by geologists, the fossils studied by paleontologists, and so on.Material entities are three-dimensional entities (entities extended in three spatial dimensions), as contrasted with the processes in which they participate, which are four-dimensional entities (entities extended also along the dimension of time).According to the FMA, material entities may have immaterial entities as parts – including the entities identified below as sites; for example the interior (or ‘lumen’) of your small intestine is a part of your body. BFO 2.0 embodies a decision to follow the FMA here. + A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002]) + Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002]) + every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002]) + (forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] + (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] + (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] + + material entity + + + + + A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002]) + + + + + + Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002]) + + + + + + every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002]) + + + + + + (forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] + + + + + + (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] + + + + + + (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] + + + + + + + + + + cf-boundary + ContinuantFiatBoundary + b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001]) + BFO 2 Reference: In BFO 1.1 the assumption was made that the external surface of a material entity such as a cell could be treated as if it were a boundary in the mathematical sense. The new document propounds the view that when we talk about external surfaces of material objects in this way then we are talking about something fiat. To be dealt with in a future version: fiat boundaries at different levels of granularity.More generally, the focus in discussion of boundaries in BFO 2.0 is now on fiat boundaries, which means: boundaries for which there is no assumption that they coincide with physical discontinuities. The ontology of boundaries becomes more closely allied with the ontology of regions. + BFO 2 Reference: a continuant fiat boundary is a boundary of some material entity (for example: the plane separating the Northern and Southern hemispheres; the North Pole), or it is a boundary of some immaterial entity (for example of some portion of airspace). Three basic kinds of continuant fiat boundary can be distinguished (together with various combination kinds [29 + Continuant fiat boundary doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the mereological sum of two-dimensional continuant fiat boundary and a one dimensional continuant fiat boundary that doesn't overlap it. The situation is analogous to temporal and spatial regions. + Every continuant fiat boundary is located at some spatial region at every time at which it exists + (iff (ContinuantFiatBoundary a) (and (ImmaterialEntity a) (exists (b) (and (or (ZeroDimensionalSpatialRegion b) (OneDimensionalSpatialRegion b) (TwoDimensionalSpatialRegion b)) (forall (t) (locatedInAt a b t)))) (not (exists (c t) (and (SpatialRegion c) (continuantPartOfAt c a t)))))) // axiom label in BFO2 CLIF: [029-001] + + continuant fiat boundary + + + + + b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001]) + + + + + + Continuant fiat boundary doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the mereological sum of two-dimensional continuant fiat boundary and a one dimensional continuant fiat boundary that doesn't overlap it. The situation is analogous to temporal and spatial regions. + + + + + + (iff (ContinuantFiatBoundary a) (and (ImmaterialEntity a) (exists (b) (and (or (ZeroDimensionalSpatialRegion b) (OneDimensionalSpatialRegion b) (TwoDimensionalSpatialRegion b)) (forall (t) (locatedInAt a b t)))) (not (exists (c t) (and (SpatialRegion c) (continuantPartOfAt c a t)))))) // axiom label in BFO2 CLIF: [029-001] + + + + + + + + + + immaterial + ImmaterialEntity + BFO 2 Reference: Immaterial entities are divided into two subgroups:boundaries and sites, which bound, or are demarcated in relation, to material entities, and which can thus change location, shape and size and as their material hosts move or change shape or size (for example: your nasal passage; the hold of a ship; the boundary of Wales (which moves with the rotation of the Earth) [38, 7, 10 + + immaterial entity + + + + + + + + + + + 1d-cf-boundary + OneDimensionalContinuantFiatBoundary + The Equator + all geopolitical boundaries + all lines of latitude and longitude + the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin. + the median sulcus of your tongue + a one-dimensional continuant fiat boundary is a continuous fiat line whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [032-001]) + (iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] + + one-dimensional continuant fiat boundary + + + + + a one-dimensional continuant fiat boundary is a continuous fiat line whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [032-001]) + + + + + + (iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] + + + + + + + + + + + process-profile + ProcessProfile + On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels + One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance. + The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on. + b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002]) + b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005]) + (forall (x y) (if (processProfileOf x y) (and (properContinuantPartOf x y) (exists (z t) (and (properOccurrentPartOf z y) (TemporalRegion t) (occupiesSpatioTemporalRegion x t) (occupiesSpatioTemporalRegion y t) (occupiesSpatioTemporalRegion z t) (not (exists (w) (and (occurrentPartOf w x) (occurrentPartOf w z))))))))) // axiom label in BFO2 CLIF: [094-005] + (iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] + + process profile + + + + + b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002]) + + + + + + b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005]) + + + + + + (forall (x y) (if (processProfileOf x y) (and (properContinuantPartOf x y) (exists (z t) (and (properOccurrentPartOf z y) (TemporalRegion t) (occupiesSpatioTemporalRegion x t) (occupiesSpatioTemporalRegion y t) (occupiesSpatioTemporalRegion z t) (not (exists (w) (and (occurrentPartOf w x) (occurrentPartOf w z))))))))) // axiom label in BFO2 CLIF: [094-005] + + + + + + (iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] + + + + + + + + + + 2d-cf-boundary + TwoDimensionalContinuantFiatBoundary + a two-dimensional continuant fiat boundary (surface) is a self-connected fiat surface whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [033-001]) + (iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] + + two-dimensional continuant fiat boundary + + + + + a two-dimensional continuant fiat boundary (surface) is a self-connected fiat surface whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [033-001]) + + + + + + (iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] + + + + + + + + + + 0d-cf-boundary + ZeroDimensionalContinuantFiatBoundary + the geographic North Pole + the point of origin of some spatial coordinate system. + the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet + zero dimension continuant fiat boundaries are not spatial points. Considering the example 'the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet' : There are many frames in which that point is zooming through many points in space. Whereas, no matter what the frame, the quadripoint is always in the same relation to the boundaries of Colorado, Utah, New Mexico, and Arizona. + a zero-dimensional continuant fiat boundary is a fiat point whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [031-001]) + (iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] + + zero-dimensional continuant fiat boundary + + + + + zero dimension continuant fiat boundaries are not spatial points. Considering the example 'the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet' : There are many frames in which that point is zooming through many points in space. Whereas, no matter what the frame, the quadripoint is always in the same relation to the boundaries of Colorado, Utah, New Mexico, and Arizona. + + requested by Melanie Courtot + + + + + + a zero-dimensional continuant fiat boundary is a fiat point whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [031-001]) + + + + + + (iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] + + + + + + + + + + 0d-t-region + ZeroDimensionalTemporalRegion + a temporal region that is occupied by a process boundary + right now + the moment at which a child is born + the moment at which a finger is detached in an industrial accident + the moment of death. + temporal instant. + A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001]) + (forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] + + zero-dimensional temporal region + + + + + A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001]) + + + + + + (forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] + + + + + + + + + + history + History + A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by a material entity or site, including processes on the surface of the entity or within the cavities to which it serves as host. (axiom label in BFO2 Reference: [138-001]) + + history + + + + + A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by a material entity or site, including processes on the surface of the entity or within the cavities to which it serves as host. (axiom label in BFO2 Reference: [138-001]) + + + + + + + + + + Bangladesh Navy Able Seaman Rank + + + + + + + + + Bangladesh Navy Acting Sub-lieutenant Rank + + + + + + + + + Bangladesh Navy Admiral Rank + + + + + + + + + Bangladesh Navy Captain Rank + + + + + + + + + Bangladesh Navy Chief Petty Officer Rank + + + + + + + + + Bangladesh Navy Commander Rank + + + + + + + + + https://en.wikipedia.org/wiki/Military_ranks_of_Bangladesh#Commissioned_officers + Bangladesh Navy Commissioned Officer Rank + + + + + + + + + Bangladesh Navy Commodore Rank + + + + + + + + + Bangladesh Navy Flag Officer Rank + + + + + + + + + Bangladesh Navy Junior Commissioned Officer Rank + + + + + + + + + Bangladesh Navy Junior Enlisted Rank + + + + + + + + + Bangladesh Navy Junior Officer Rank + + + + + + + + + Bangladesh Navy Leading Seaman Rank + + + + + + + + + Bangladesh Navy Lieutenant Commander Rank + + + + + + + + + Bangladesh Navy Lieutenant Rank + + + + + + + + + Bangladesh Navy Master Chief Petty Officer Rank + + + + + + + + + Bangladesh Navy Non-Commissioned Officer Rank + + + + + + + + + Bangladesh Navy Ordinary Seaman Rank + + + + + + + + + Bangladesh Navy Petty Officer Rank + + + + + + + + + Bangladesh Navy Rear Admiral Rank + + + + + + + + + Bangladesh Navy Senior Chief Petty Officer Rank + + + + + + + + + Bangladesh Navy Senior Officer Rank + + + + + + + + + Bangladesh Navy Sub-lieutenant Rank + + + + + + + + + Bangladesh Navy Vice Admiral Rank + + + + + + + + + Chinese officers are graded within two parallel systems. Both according to rank (Western style) and the job or Grade system. + +Ranky system has only been consistently used since 1988. + +Up until recently (2021) the Grade system took preference. There are both promotions in rank and promotions in grade. + +Note that 'grade' doesn't mean here the same as it means in the U.S. military, clearly. + +Info from: https://www.youtube.com/watch?v=6vRLXC-hhXo&list=WL&index=11 + Chinese Army Commissioned Officer Rank + + + + + + + + + Chinese Army Company Grade Commissioned Officer Rank + + + + + + + + + Chinese Army Field Grade Commissioned Officer Rank + + + + + + + + + Chinese Army General Officer Rank + + + + + + + + + Chinese Army Senior Colonel Rank + There are only 3 general officers in the Chinese Army, and 4 Field grade ranks, which is different than most militaries. So this rank is technically mapped to the Brigadier General Rank in the U.S. Army, but it is not a general officer rank. + +Chinese: Da xiao + Chinese Army Great Field Officer Rank + + + + + + + + + They are typically technical specialists, or administrators. + +Have taken over many jobs given to officers in the past, serving as technicians in units. + +Intermediate NCOs have obtained a senior technical degree, which can be obtained in an army NCO school. + +From: https://www.youtube.com/watch?v=6vRLXC-hhXo&list=WL&index=11 + Chinese Army Intermediate Non-Commissioned Officer Rank + + + + + + + + + Chinese Army 2nd Lieutenant Rank + Equivalent to the rank of 2nd Lieutenant in U.S. Army. + +Chinese: Shao wei + Chinese Army Junior Company Officer Rank + + + + + + + + + Rank is only given after completing boot camp, so should perhaps make this a variant rank. + Will not normally need to know about the details of higher ranks. See this video: https://www.youtube.com/watch?v=6vRLXC-hhXo&list=WL&index=11 + +Suggests that the chain of command is not that important for the junior soldiers in the Chinese Army. In contrast with the expectation of Western armies that the junior enlisted know the chain of command--and in the case of the U.S., the NCO support channel) + Chinese Army Junior Enlisted Rank + + + + + + + + + Chinese Army Major Rank + Equivalent to the rank of Major in U.S. Army. + +Chinese: Shao xiao + Chinese Army Junior Field Officer Rank + + + + + + + + + Chinese Army Major General Rank + Chinese: Shao jiang + Chinese Army Junior General Rank + + + + + + + + + They fill junior leadership roles, but this is a relatively new phenomenon in Chinese military. Prior to the late 1990's, 2nd year conscripts typically filled small unit leadership roles instead. + +By regulation junior NCOs need at least a high school equivalent education. + +Information taken from: https://www.youtube.com/watch?v=6vRLXC-hhXo&list=WL&index=11 + Chinese Army Junior Non-Commissioned Officer Rank + + + + + + + + + Chinese Army Corporal Rank + Chinese: Xia shi + Lowest Junior NCO rank. Sometimes translated as corporal (reflecting more common term for lowest NCO). + +Usually hold junior leadership roles such as deputy squad commander, or the driver on infantry fighting vehicles. + +Eligible for promotion to sergeant after 3 years. + +https://www.youtube.com/watch?v=6vRLXC-hhXo&list=WL&index=11 + Chinese Army Junior Sergeant Rank + + + + + + + + + Chinese: Yi ji jun shi zhang + Chinese Army Master Sergeant 1st Class Rank + + + + + + + + + Chinese: Er ji jun shi zhang + Chinese Army Master Sergeant 2nd Class Rank + + + + + + + + + Chinese: San ji jun shi zhang + Chinese Army Master Sergeant 3rd Class Rank + + + + + + + + + Chinese: Si ji jun shi zhang + Chinese Army Master Sergeant 4th Class Rank + + + + + + + + + Chinese Army First Lieutenant Rank + Equivalent to the rank of 1st Lieutenant in U.S. Army. + +Chinese: Zhong wei + Chinese Army Middle Company Officer Rank + + + + + + + + + Chinese Army Lieutenant Colonel Rank + Equivalent to the rank of Lieutenant Colonel in U.S. Army. + +Chinese: Zhong xiao + Chinese Army Middle Field Officer Rank + + + + + + + + + Chinese Army Lieutenant General Rank + Chinese: Zhong jiang + Chinese Army Middle General Rank + + + + + + + + + Chinese Army Non-Commissioned Officer Rank + + + + + + + + + Typically held during first year of service as a conscript. + +Chinese: Lie bing + Chinese Army Private Rank + + + + + + + + + Chinese Army Captain Rank + Equivalent to the rank of Captain in U.S. Army. + +Chinese: Shang wei + Chinese Army Senior Company Officer Rank + + + + + + + + + Chinese Army Colonel Rank + Equivalent to the rank of Colonel in U.S. Army. + +Chinese: Shang xiao + Chinese Army Senior Field Officer Rank + + + + + + + + + Chinese Army General Rank + Chinese: Shang jiang + Chinese Army Senior General Rank + + + + + + + + + They are typically technical specialists, or administrators. + +Senior NCOs have obtained a Bachelors degree (likely must be obtained through civilian institutions unlike technical degree obtained by intermediate NCOs in army NCO schools). + +Have taken over many jobs given to officers in the past, serving as technicians in units. + +From: https://www.youtube.com/watch?v=6vRLXC-hhXo&list=WL&index=11 + +{he mentions squad leaders being elevated to chief NCO roles in their units...Later he makes clear that Sergeants have the role of squad leader.} + Chinese Army Senior Non-Commissioned Officer Rank + + + + + + + + + Chinese Army Private First Class Rank + Typically in their 2nd year as a conscript soldier. + +If they qualify they can volunteer to become Junior NCOs in their second term of service (first term being those served as junior enlisted soldier). + +Chinese: Shang deng bing + Chinese Army Senior Private Rank + + + + + + + + + Chinese: Shang shi + Typically the chief NCO within an infantry company. + Chinese Army Senior Sergeant Rank + + + + + + + + + Chinese: Zhong shi + Usually fills squad leader billets, as usual for this sort of rank. + Chinese Army Sergeant Rank + + + + + + + + + + + + + + + Used in calvary and armour units. + +Equivalent to 'Lance Naik' rank used in infantry and other arms units. + +https://en.wikipedia.org/wiki/Army_ranks_and_insignia_of_India#Non_commissioned_officers + Indian Army Acting Lance Daffadar Rank + + + + + + + + + Indian Army Brigadier Rank + + + + + + + + + Indian Army Captain Rank + + + + + + + + + Indian Army Colonel Rank + + + + + + + + + Indian Army Commissioned Officer Rank + + + + + + + + + + + + + + + Used in calvary and armour units. + +Equivalent to 'Havildar' rank used in infantry and other arms units. + +https://en.wikipedia.org/wiki/Army_ranks_and_insignia_of_India#Non_commissioned_officers + Indian Army Daffadar Rank + + + + + + + + + Indian Army Field Marshal Rank + + + + + + + + + Indian Army General Rank + + + + + + + + + + + + + + + Indian Army Sergeant Rank + Used in infantry and other arms units. + +Equivalent to 'Daffadar' rank used in calvary and armour units. + +https://en.wikipedia.org/wiki/Army_ranks_and_insignia_of_India#Non_commissioned_officers + Indian Army Havildar Rank + + + + + + + + + "Junior commissioned officers are promoted from non-commissioned officers and are broadly equivalent to warrant officers in Western armies. Senior non-commissioned officers are promoted to JCO rank on the basis of merit and seniority, restricted by the number of vacancies. In between the Commissioned Officer and the NCOs lies the Junior Commissioned Officers. They are treated with great respect as they have a minimum of 28 yrs and over service and are referred to as Sahab by all ranks." + +https://en.wikipedia.org/wiki/Army_ranks_and_insignia_of_India#Junior_commissioned_officers + Indian Army Junior Commissioned Officer Rank + + + + + + + + + Indian Army Junior Enlisted Rank + + + + + + + + + + + + + + + Used in calvary and armour units. + +Equivalent to 'Naik' rank used in infantry and other arms units. + +https://en.wikipedia.org/wiki/Army_ranks_and_insignia_of_India#Non_commissioned_officers + Indian Army Lance Daffadar Rank + + + + + + + + + + + + + + + Used in infantry and other arms units. + +Equivalent to 'Acting Lance Daffadar' rank used in calvary and armour units. +https://en.wikipedia.org/wiki/Army_ranks_and_insignia_of_India#Non_commissioned_officers + Indian Army Lance Naik Rank + + + + + + + + + Indian Army Lieutenant Colonel Rank + + + + + + + + + Indian Army Lieutenant General Rank + + + + + + + + + Indian Army Lieutenant Rank + + + + + + + + + Indian Army Major General Rank + + + + + + + + + Indian Army Major Rank + + + + + + + + + + + + + + + Indian Army Naib Risaldar Rank + + + + + + + + + + + + + + + lowest JCO + Indian Army Naib Subedar Rank + + + + + + + + + + + + + + + Equivalent to 'Corporal' in other rank systems. + Used in infantry and other arms units. + +Equivalent to 'Lance Daffadar' rank used in calvary and armour units. + +https://en.wikipedia.org/wiki/Army_ranks_and_insignia_of_India#Non_commissioned_officers + Indian Army Naik Rank + + + + + + + + + Indian Army Non-Commissioned Officer Rank + + + + + + + + + + + + + + + Indian Army Risaldar Major Rank + + + + + + + + + + + + + + + Indian Army Risaldar Rank + + + + + + + + + + + + + + + Used in infantry and other arms units. + +Equivalent to 'Sowar' rank used in calvary and armour units. + +https://en.wikipedia.org/wiki/Army_ranks_and_insignia_of_India#Soldiers + Indian Army Sepoy Rank + + + + + + + + + + + + + + + Used in calvary and armour units. + +Equivalent to 'Sepoy' rank used in infantry and other arms units. + +https://en.wikipedia.org/wiki/Army_ranks_and_insignia_of_India#Soldiers + Indian Army Sowar Rank + + + + + + + + + + + + + + + highest JCO + Indian Army Subedar Major Rank + + + + + + + + + + + + + + + 2nd highest JCO + Indian Army Subedar Rank + + + + + + + + + Indian Navy Admiral Rank + + + + + + + + + Indian Navy Admiral of the Fleet Rank + + + + + + + + + Indian Navy Captain Rank + + + + + + + + + Indian Navy Commander Rank + + + + + + + + + https://en.wikipedia.org/wiki/Naval_ranks_and_insignia_of_India + Indian Navy Commissioned Officer Rank + + + + + + + + + Indian Navy Commodore Rank + + + + + + + + + Indian Navy Flag Officer Rank + + + + + + + + + Indian Navy Junior Commissioned Officer Rank + + + + + + + + + Indian Navy Junior Enlisted Rank + + + + + + + + + Indian Navy Junior Officer Rank + + + + + + + + + Wiki says this is not an NCO, but need to make sure. + Indian Navy Leading Seaman Rank + + + + + + + + + Indian Navy Lieutenant Commander Rank + + + + + + + + + Indian Navy Lieutenant Rank + + + + + + + + + Indian Navy Master Chief Petty Officer 1st Class Rank + + + + + + + + + Indian Navy Master Chief Petty Officer 2nd Class Rank + + + + + + + + + Indian Navy Master Chief Petty Officer Rank + + + + + + + + + Indian Navy Midshipman Rank + + + + + + + + + Indian Navy Non-Commissioned Officer Rank + + + + + + + + + Indian Navy Ordinary Seaman Rank + + + + + + + + + Indian Navy Petty Officer Rank + + + + + + + + + Indian Navy Rear Admiral Rank + + + + + + + + + Indian Navy Senior Officer Rank + + + + + + + + + Indian Navy Sub-lieutenant Rank + + + + + + + + + Historically, this type of rank derives from the 'Viceroy's Commissioned Officer Rank' used in the British Indian Army. https://en.wikipedia.org/wiki/Viceroy%27s_commissioned_officer + +Junior Commissioned Officers are in a class between enlisted and full commissioned officers. In that respect, they are roughly equivalent to the Warrant Officers of the U.S. Armed Forces. https://en.wikipedia.org/wiki/Junior_commissioned_officer + Junior Commissioned Officer Rank + + + + + + + + + 'Guardian' is the general term for members of the Space Force (such as Soldier in the Army). + Time in Grade Requirement for Promotion in Military Rank that requires some U.S. Space Force Guardian to complete some temporal interval of work within their current U.S. Department of Defense Pay Grade in order to be promoted to the next higher grade of U.S. Space Force Rank. + Time in Grade Requirement for Promotion in U.S. Space Force Rank + + + + + + + + + Time in Grade Requirement for Promotion in U.S. Space Force Rank that requires a U.S. Space Force Specialist 1 to have served a minimum of 6 months at their current rank in the E-1 pay grade, in order to be automatically promoted to the U.S. Space Force Specialist 2 Rank. + https://www.military.com/space-force/enlisted-ranks.html + +Note: Definition source requires review. Need to find official documentation. + +TIG requirements were the same as that for promotion to the equivalent Air Force rank. + Time in Grade Requirement for Promotion to U.S. Space Force Specialist 2 Rank + + + + + + + + + Time in Grade Requirement for Promotion in U.S. Space Force Rank that requires a U.S. Space Force Specialist 2 to have served a minimum of 10 months at their current rank in the E-2 pay grade, in order to be {automatically?} promoted to the U.S. Space Force Specialist 3 Rank. + https://www.military.com/space-force/enlisted-ranks.html + +Note: Definition source requires review. Need to find official documentation. + +TIG requirements were the same as that for promotion to the equivalent Air Force rank. + Time in Grade Requirement for Promotion to U.S. Space Force Specialist 3 Rank + + + + + + + + + Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Space Force Specialist 3 to have completed either: i) a minimum of 28 months in the E-3 Pay Grade, or; ii) a minimum of 36 months time in service and a minimum of 20 months in the E-3 Pay Grade, whichever occurs first, in order to be eligible for promotion to the U.S. Sapce Force Specialist 4 Rank. + https://www.military.com/space-force/enlisted-ranks.html + +Note: Definition source requires review. Need to find official documentation. + +TIG requirements were the same as that for promotion to the equivalent Air Force rank. + Time in Grade Requirement for Promotion to U.S. Space Force Specialist 4 Rank + + + + + + + + + + + + + + + + + + + U.S. Air Force Non-Commissioned Officer Rank Insignia that bears some U.S. Air Force Chief Master Sergeant Rank. + U.S. Air Force Chief Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Air Force Non-Commissioned Officer Rank Insignia that bears some Chief Master Sergeant of the Air Force Rank. + U.S. Air Force Chief Master Sergeant of the Air Force Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Air Force Non-Commissioned Officer Rank Insignia that bears some U.S. Air Force Command Chief Master Sergeant Rank. + U.S. Air Force Command Chief Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + Commissioned Officer Rank Insignia that bears some U.S. Air Force Commissioned Officer Rank. + U.S. Air Force Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + Commissioned Officer Rank Insignia Quality Pattern, inhering in some U.S. Air Force Commissioned Officer Rank Insignia, that concretizes some U.S. Air Force Commissioned Officer Rank. + U.S. Air Force Commissioned Officer Rank Insignia Quality Pattern + + + + + + + + + + + + + + + + + + + U.S. Air Force Non-Commissioned Officer Rank Insignia that bears some U.S. Air Force Master Sergeant Rank. + U.S. Air Force Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + Non-Commissioned Officer Rank Insignia that bears some U.S. Air Force Non-Commissioned Officer Rank. + U.S. Air Force Non-Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Air Force Non-Commissioned Officer Rank Insignia that bears some U.S. Air Force Senior Master Sergeant Rank. + U.S. Air Force Senior Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Air Force Non-Commissioned Officer Rank Insignia that bears some U.S. Air Force Staff Sergeant Rank. + U.S. Air Force Staff Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Air Force Non-Commissioned Officer Rank Insignia that bears some U.S. Air Force Technical Sergeant Rank. + U.S. Air Force Technical Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Army Non-Commissioned Officer Rank Insignia that bears some U.S. Army Command Sergeant Major Rank. + U.S. Army Command Sergeant Major Rank Insignia + + + + + + + + + + + + + + + + + + + Commissioned Officer Rank Insignia that bears some U.S. Army Commissioned Officer Rank. + U.S. Army Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + Commissioned Officer Rank Insignia Quality Pattern, inhering in some U.S. Army Commissioned Officer Rank Insignia, that concretizes some U.S. Army Commissioned Officer Rank. + U.S. Army Commissioned Officer Rank Insignia Quality Pattern + + + + + + + + + + + + + + + + + + + U.S. Army Non-Commissioned Officer Rank Insignia that bears some U.S. Army Corporal Rank. + U.S. Army Corporal Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Army Non-Commissioned Officer Rank Insignia that bears some U.S. Army First Sergeant Rank. + U.S. Army First Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + Junior Enlisted Rank Insignia that bears some U.S. Army Junior Enlisted Rank. + The U.S. Army Private (E-1) wears no rank insignia. + U.S. Army Junior Enlisted Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Army Non-Commissioned Officer Rank Insignia that bears some U.S. Army Master Sergeant Rank. + U.S. Army Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + Non-Commissioned Officer Rank Insignia that bears some U.S. Army Non-Commissioned Officer Rank. + U.S. Army Non-Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Army Non-Commissioned Officer Rank Insignia that bears some U.S. Army Sergeant First Class Rank. + U.S. Army Sergeant First Class Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Army Non-Commissioned Officer Rank Insignia that bears some U.S. Army Sergeant Major Rank. + U.S. Army Sergeant Major Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Army Non-Commissioned Officer Rank Insignia that bears some Sergeant Major of the Army Rank. + U.S. Army Sergeant Major of the Army Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Army Non-Commissioned Officer Rank Insignia that bears some U.S. Army Sergeant Rank. + U.S. Army Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Army Junior Enlisted Rank Insignia that bears some U.S. Army Specialist Rank. + U.S. Army Specialist Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Army Non-Commissioned Officer Rank Insignia that bears some U.S. Army Staff Sergeant Rank. + U.S. Army Staff Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Chief Petty Officer Rank. + U.S. Coast Guard Chief Petty Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Command Master Chief Petty Officer Rank. + U.S. Coast Guard Command Master Chief Petty Officer Rank Insignia + + + + + + + + + + + + + + + + + + + Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Commissioned Officer Rank. + U.S. Coast Guard Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Master Chief Petty Officer Rank. + U.S. Coast Guard Master Chief Petty Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Rank Insignia that bears some Master Chief Petty Officer of the Coast Guard Rank. + U.S. Coast Guard Master Chief Petty Officer of the Coast Guard Rank Insignia + + + + + + + + + + + + + + + + + + + Non-Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Non-Commissioned Officer Rank. + U.S. Coast Guard Non-Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Petty Officer First Class Rank. + U.S. Coast Guard Petty Officer First Class Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Petty Officer Second Class Rank. + U.S. Coast Guard Petty Officer Second Class Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Petty Officer Third Class Rank. + U.S. Coast Guard Petty Officer Third Class Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Senior Chief Petty Officer Rank. + U.S. Coast Guard Senior Chief Petty Officer Rank Insignia + + + + + + + + + + + + + + + + + + + Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Commissioned Officer Rank. + U.S. Marine Corps Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Corporal Rank. + U.S. Marine Corps Corporal Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank Insignia that bears some U.S. Marine Corps First Sergeant Rank. + U.S. Marine Corps First Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Gunnery Sergeant Rank. + U.S. Marine Corps Gunnery Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + Junior Enlisted Rank Insignia that bears some U.S. Marine Corps Junior Enlisted Rank. + The U.S. Marine Corps Private (E-1) wears no rank insignia. + U.S. Marine Corps Junior Enlisted Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Master Gunnery Sergeant Rank. + U.S. Marine Corps Master Gunnery Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Master Sergeant Rank. + U.S. Marine Corps Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + Non-Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Non-Commissioned Officer Rank. + U.S. Marine Corps Non-Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Sergeant Major Rank. + U.S. Marine Corps Sergeant Major Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank Insignia that bears some Sergeant Major of the Marine Corps Rank. + U.S. Marine Corps Sergeant Major of the Marine Corps Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Sergeant Rank. + U.S. Marine Corps Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Staff Sergeant Rank. + U.S. Marine Corps Staff Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Seaman Apprentice Rank Insignia that bears the U.S. Navy Seaman Apprentice Rank and which indicates that its wearer belongs to the Navy's aviation community. + A black square-shaped insignia with two diagonal green stripes. [See: https://en.wikipedia.org/wiki/Seaman_apprentice] + U.S. Navy Airman Apprentice Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Seaman Rank Insignia that bears the U.S. Navy Seaman Rank and which indicates that its wearer belongs to the Navy's aviation community. + A black square-shaped insignia with three diagonal green stripes. See: https://en.wikipedia.org/wiki/Seaman_(rank)#United_States + U.S. Navy Airman Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Non-Commissioned Officer Rank Insignia that bears some U.S. Navy Chief Petty Officer Rank. + U.S. Navy Chief Petty Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Non-Commissioned Officer Rank Insignia that bears some U.S. Navy Command Master Chief Petty Officer Rank. + There are variations on this rank insignia. Need to check whether these are insignia representing a particular Command Master Chief Petty Officer role, as opposed to a separate rank. + +See: https://www.defense.gov/Resources/Insignia/ + U.S. Navy Command Master Chief Petty Officer Rank Insignia + + + + + + + + + + + + + + + + + + + Commissioned Officer Rank Insignia that bears some U.S. Navy Commissioned Officer Rank. + U.S. Navy Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Seaman Apprentice Rank Insignia that bears the U.S. Navy Seaman Apprentice Rank and which indicates that its wearer belongs to the Navy's Seabees (construction) community. + A black square-shaped insignia with two diagonal light blue stripes. [See: https://en.wikipedia.org/wiki/Seaman_apprentice] + U.S. Navy Constructionman Apprentice Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Seaman Rank Insignia that bears the U.S. Navy Seaman Rank and which indicates that its wearer belongs to the Navy's Seabees (construction) community. + A black square-shaped insignia with three diagonal light blue stripes. See: https://en.wikipedia.org/wiki/Seaman_(rank)#United_States + U.S. Navy Constructionman Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Seaman Apprentice Rank Insignia that bears the U.S. Navy Seaman Apprentice Rank and which indicates that its wearer belongs to the Navy's engineering and hull community. + A black square-shaped insignia with two diagonal red stripes. [See: https://en.wikipedia.org/wiki/Seaman_apprentice] + U.S. Navy Fireman Apprentice Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Seaman Rank Insignia that bears the U.S. Navy Seaman Rank and which indicates that its wearer belongs to the Navy's engineering and hull community. + A black square-shaped insignia with three diagonal red stripes. See: https://en.wikipedia.org/wiki/Seaman_(rank)#United_States + U.S. Navy Fireman Rank Insignia + + + + + + + + + not sure about this one + U.S. Navy Hospitalman Apprentice Rank Insignia + + + + + + + + + U.S. Navy Hospitalman Rank Insignia + + + + + + + + + + + + + + + + + + + E-1 U.S. Navy Seaman Recruits wear no rank insignia. + +Some of the subclasses of this class will require review. + +Sailors holding the Seaman Apprentice (E-2) and Seaman (E-3) wear slightly different rank insignia depending upon the rating (or job) community to which they belong. These communities include: + +the deck and administration community, +engineering and hull community (firemen), +hospital corpsmen community, +aviation community (airmen), +Seabees community (constructionmen). + +The same basic stripe pattern is used. The difference lies in the color of the stripes. + Junior Enlisted Rank Insignia that bears some U.S. Navy Junior Enlisted Rank + U.S. Navy Junior Enlisted Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Non-Commissioned Officer Rank Insignia that bears some U.S. Navy Master Chief Petty Officer Rank. + There are variations on this rank insignia. Need to check whether these are insignia representing a particular Master Chief Petty Officer role, as opposed to a separate rank. + +See: https://www.defense.gov/Resources/Insignia/ + U.S. Navy Master Chief Petty Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Non-Commissioned Officer Rank Insignia that bears some Master Chief Petty Officer of the Navy Rank. + U.S. Navy Master Chief Petty Officer of the Navy Rank Insignia + + + + + + + + + + + + + + + + + + + Non-Commissioned Officer Rank Insignia that bears some U.S. Navy Non-Commissioned Officer Rank + U.S. Navy Non-Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Non-Commissioned Officer Rank Insignia that bears some U.S. Navy Petty Officer First Class Rank. + U.S. Navy Petty Officer First Class Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Non-Commissioned Officer Rank Insignia that bears some U.S. Navy Petty Officer Second Class Rank. + U.S. Navy Petty Officer Second Class Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Non-Commissioned Officer Rank Insignia that bears some U.S. Navy Petty Officer Third Class Rank. + U.S. Navy Petty Officer Third Class Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Seaman Apprentice Rank Insignia that bears the U.S. Navy Seaman Apprentice Rank and which indicates that its wearer belongs to the Navy's general deck and administrative community. + A black square-shaped insignia with two diagonal white stripes. [See: https://en.wikipedia.org/wiki/Seaman_apprentice] + U.S. Navy Seaman Apprentice Deck and Administrative Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Junior Enlisted Rank Insignia that bears some U.S. Navy Seaman Apprentice Rank. + U.S. Navy Seaman Apprentice Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Seaman Rank Insignia that bears the U.S. Navy Seaman Rank and which indicates that its wearer belongs to the Navy's general deck and administrative community. + A black square-shaped insignia with three diagonal white stripes. See: https://en.wikipedia.org/wiki/Seaman_(rank)#United_States + U.S. Navy Seaman Deck and Administrative Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Junior Enlisted Rank Insignia that bears some U.S. Navy Seaman Rank. + U.S. Navy Seaman Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Navy Non-Commissioned Officer Rank Insignia that bears some U.S. Navy Senior Chief Petty Officer Rank. + U.S. Navy Senior Chief Petty Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Non-Commissioned Officer Rank Insignia that bears some U.S. Space Force Chief Master Sergeant Rank. + U.S. Space Force Chief Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Non-Commissioned Officer Rank Insignia that bears some Chief Master Sergeant of the Space Force Rank. + U.S. Space Force Chief Master Sergeant of the Space Force Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Non-Commissioned Officer Rank Insignia that bears some U.S. Space Force Command Chief Master Sergeant Rank. + U.S. Space Force Command Chief Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + Commissioned Officer Rank Insignia that bears some U.S. Space Force Commissioned Officer Rank. + U.S. Space Force Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + Junior Enlisted Rank Insignia that bears some U.S. Space Force Junior Enlisted Rank. + The U.S. Space Force is unique amongst the services in assigning a rank insignia for its E-1 grade junior enlisted personnel. + U.S. Space Force Junior Enlisted Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Non-Commissioned Officer Rank Insignia that bears some U.S. Space Force Master Sergeant Rank. + U.S. Space Force Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + Non-Commissioned Officer Rank Insignia that bears some U.S. Space Force Non-Commissioned Officer Rank. + U.S. Space Force Non-Commissioned Officer Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Non-Commissioned Officer Rank Insignia that bears some U.S. Space Force Senior Master Sergeant Rank. + U.S. Space Force Senior Master Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Non-Commissioned Officer Rank Insignia that bears some U.S. Space Force Sergeant Rank. + U.S. Space Force Sergeant Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Junior Enlisted Rank Insignia that bears some U.S. Space Force Specialist 1 Rank. + U.S. Space Force Specialist 1 Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Junior Enlisted Rank Insignia that bears some U.S. Space Force Specialist 2 Rank. + U.S. Space Force Specialist 2 Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Junior Enlisted Rank Insignia that bears some U.S. Space Force Specialist 3 Rank. + U.S. Space Force Specialist 3 Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Junior Enlisted Rank Insignia that bears some U.S. Space Force Specialist 4 Rank. + U.S. Space Force Specialist 4 Rank Insignia + + + + + + + + + + + + + + + + + + + U.S. Space Force Non-Commissioned Officer Rank Insignia that bears some U.S. Space Force Technical Sergeant Rank. + U.S. Space Force Technical Sergeant Rank Insignia + + + + + + + + + 2 years in O-1. Based on AFI 36-2504 + Time in Grade Requirement for Promotion to U.S. Air Force Captain Rank (AFR) + + + + + + + + + TIG is 5yrs. Note that this is 3 years longer than in the US AFR and the REGAF. + Time in Grade Requirement for Promotion to U.S. Air Force Captain Rank (ANG) + + + + + + + + + TIG is 3 yrs at O-5 (the same as in REGAF): AFI 36-2504 + Time in Grade Requirement for Promotion to U.S. Air Force Colonel Rank (AFR) + + + + + + + + + TIG is 3 yrs at O-5 (the same as in REGAF): AFI 36-2504 + Time in Grade Requirement for Promotion to U.S. Air Force Colonel Rank (ANG) + + + + + + + + + TIG at O-1 is 2 years. Note that this is longer than the 18 months required by US Code 619. + +Based on AFI 36-2501 (link broken). + +See https://www.rand.org/paf/projects/dopma-ropma/promotion-and-appointments/promotion-timing-zones-and-opportunity.html + Time in Grade Requirement for Promotion to U.S. Air Force First Lieutenant (REGAF) + + + + + + + + + 2 years in O-1. Based on AFI 36-2504 + Time in Grade Requirement for Promotion to U.S. Air Force First Lieutenant Rank (AFR) + + + + + + + + + 2 years in O-1. Based on AFI 36-2504 + Time in Grade Requirement for Promotion to U.S. Air Force First Lieutenant Rank (ANG) + + + + + + + + + TIG is 7 years in O-4: AFI 36-2504 + Time in Grade Requirement for Promotion to U.S. Air Force Lieutenant Colonel Rank (AFR) + + + + + + + + + TIG is 7 years in O-4: AFI 36-2504 + Time in Grade Requirement for Promotion to U.S. Air Force Lieutenant Colonel Rank (ANG) + + + + + + + + + TIG is 7 years at O-3, as opposed to 3 years in RA. +Per AFI 36-2504 + Time in Grade Requirement for Promotion to U.S. Air Force Major Rank (AFR) + + + + + + + + + TIG is 7 years at O-3, as opposed to 3 years in RA. +Per AFI 36-2504 + Time in Grade Requirement for Promotion to U.S. Air Force Major Rank (ANG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires a U.S. First Lieutenant serving in the Army National Guard to have served a minimum of 2 years at their current rank in the O-2 pay grade, in order to be eligible for promotion to the U.S. Army Captain Rank. + Time in Grade Requirement for Promotion to U.S. Army Captain Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires a U.S. Army Lieutenant Colonel serving in the Army National Guard to have served a minimum of 3 years at their current rank in the O-5 pay grade, in order to be eligible for promotion to the U.S. Army Colonel Rank. + Time in Grade Requirement for Promotion to U.S. Army Colonel Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires a U.S. Army Second Lieutenant serving in the Army National Guard to have served a minimum of 2 years at their current rank in the O-1 pay grade, in order to be eligible for promotion to the U.S. Army First Lieutenant Rank. + Note that TIG requirement is longer than the 18 months prescribed by 10 U.S. Code 619. + Time in Grade Requirement for Promotion to U.S. Army First Lieutenant Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires a U.S. Army Major serving in the Army National Guard to have served a minimum of 4 years at their current rank in the O-4 pay grade, in order to be eligible for promotion to the U.S. Army Lieutenant Colonel Rank. + Time in Grade Requirement for Promotion to U.S. Army Lieutenant Colonel Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires a U.S. Army Captain serving in the Army National Guard to have served a minimum of 4 years at their current rank in the O-3 pay grade, in order to be eligible for promotion to the U.S. Army Major Rank. + Time in Grade Requirement for Promotion to U.S. Army Major Rank (ARNG) + + + + + + + + + + + + + + + + + + + + + Definition Source: ADDED + Definition: A Person who is the bearer of some command[1]. + Commander_CCO + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) The Office of the Secretary of Defense, the Military Departments, the Chairman of the Joint Chiefs of Staff and the Joint Staff, the combatant commands, the Office of the Inspector General of the Department of Defense, the Department of Defense agencies, Department of Defense field activities, and all other organizational entities in the Department of Defense. + Department of Defense components + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) One of the departments within the Department of Defense created by the National Security Act of 1947, which are the Department of the Army, the Department of the Navy, and the Department of the Air Force. Also called MILDEP. See also Department of the Air Force; Department of the Army; Department of the Navy. + Military Department + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) A branch of the Armed Forces of the United States, established by act of Congress, which are: the Army, Marine Corps, Navy, Air Force, and Coast Guard. + Service + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) A command consisting of the Service component commander and all those Service forces, such as individuals, units, detachments, organizations, and installations under that command, including the support forces that have been assigned to a combatant command or further assigned to a subordinate unified command or joint task force. See also component; functional component command. + Service component command + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) Direction or exercise of authority over subordinate or other organizations in respect to administration and support. Also called ADCON. + administrative control + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) The succession of commanding officers from a superior to a subordinate through which command is exercised. Also called command channel. + chain of command + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) A unified or specified command with a broad continuing mission under a single commander established and so designated by the President, through the Secretary of Defense and with the advice and assistance of the Chairman of the Joint Chiefs of Staff. Also called CCMD. See also specified combatant command; unified command. + combatant command + + + + + + + + + Definition Source: JP 3-0 + Definition: (DOD) A commander of one of the unified or specified combatant commands established by the President. Also called CCDR. See also combatant command; specified combatant command; unified combatant command. + combatant commander + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) The exercise of authority and direction by a properly designated commander over assigned and attached forces in the accomplishment of the mission. Also called C2. + command and control + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) A term used to indicate a delegation of authority by the Secretary of Defense or Deputy Secretary of Defense to a subordinate to act on behalf of the Secretary of Defense. Also called EA. + executive agent + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) A command normally, but not necessarily, composed of forces of two or more Military Departments which may be established across the range of military operations to perform particular operational missions that may be of short duration or may extend over a period of time. See also component; Service component command. + functional component command + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) Authorized training performed by a member of a Reserve Component not on active duty or active duty for training and consisting of regularly scheduled unit training assemblies, additional training assemblies, periods of appropriate duty or equivalent training, and any special additional duties authorized for Reserve Component personnel by the Secretary concerned, and performed by them in connection with the prescribed activities of the organization in which they are assigned with or without pay. Also called IDT. See also active duty for training. + inactive duty training + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) A command, normally composed of forces from a single Military Department, that has a broad, continuing mission, normally functional, and is established and so designated by the President through the Secretary of Defense with the advice and assistance of the Chairman of the Joint Chiefs of Staff. + specified combatant command + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) A command consisting of the commander and all those individuals, units, detachments, organizations, or installations that have been placed under the command by the authority establishing the subordinate command. + subordinate command + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) A command established by commanders of unified commands, when so authorized by the Secretary of Defense through the Chairman of the Joint Chiefs of Staff, to conduct operations on a continuing basis in accordance with the criteria set forth for unified commands. See also area command; functional component command; operational control; subordinate command; unified command. + subordinate unified command + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) See unified command. + unified combatant command + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) A command with a broad continuing mission under a single commander and composed of significant assigned components of two or more Military Departments that is established and so designated by the President, through the Secretary of Defense with the advice and assistance of the Chairman of the Joint Chiefs of Staff. Also called unified combatant command. See also combatant command; subordinate unified command. + unified command + + + + + + + + + Definition Source: JP 3-0 + Definition: (DOD) The operation of all forces under a single responsible commander who has the requisite authority to direct and employ those forces in pursuit of a common purpose. + unity of command + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) Nontransferable command authority, which cannot be delegated, of a combatant commander to perform those functions of command over assigned forces involving organizing and employing commands and forces; assigning tasks; designating objectives; and giving authoritative direction over all aspects of military operations, joint training, and logistics necessary to accomplish the missions assigned to the command. Also called COCOM. See also combatant command; combatant commander; operational control; tactical control. + combatant command (command authority) + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) 1. The authority that a commander in the armed forces lawfully exercises over subordinates by virtue of rank or assignment. + command[1] + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) 2. An order given by a commander; that is, the will of the commander expressed for the purpose of bringing about a particular action. + command[2] + + + + + + + + + DEFINED CLASS + Definition Source: JP 1 + Definition: (DOD) 3. A unit or units, an organization, or an area under the command of one individual. Also called CMD. See also area command; combatant command; combatant command (command authority). + command[3] + + + + + + + + + Definition Source: JP 3-0 + Definition: (DOD) A clear and concise expression of the purpose of the operation and the desired military end state that supports mission command, provides focus to the staff, and helps subordinate and supporting commanders act to achieve the commander’s desired results without further orders, even when the operation does not unfold as planned. See also assessment; end state. + commander's intent + + + + + + + + + Definition Source: JP 1 + Definition: (DOD) 1. Authority that may be less than full command exercised by a commander over part of the activities of subordinate or other organizations. + control[1] + + + + + + + + + A Process in which at least one Agent plays a causative role. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act + + + + + + + + + An Act of Directive Communication performed by providing advice or counsel to another agent. + http://www.dictionary.com/browse/advising + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Advising + + + + + + + + + An Act of Declarative Communication in which rights held by one party (the assignor) are transferred to another party (the assignee) with regard to a particular entity as specified by the details of the assignment, which is often prescribed by a contract. + https://en.wikipedia.org/wiki/Assignment_%28law%29 + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Assignment + + + + + + + + + A Social Act wherein an Agent unites with some other Agent in an Intentional Act, enterprise or business. + http://en.wiktionary.org/wiki/associate + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Association + + + + + + + + + An Act of Commanding that involves the exercise of Authority and direction by a properly designated Military Commander over assigned and attached forces in the accomplishment of a Military Mission. + C2 + (DOD) The exercise of authority and direction by a properly designated commander over assigned and attached forces in the accomplishment of the mission. Also called C2. + command and control + JP 1 + http://www.ontologyrepository.com/CommonCoreOntologies/Domain/MilitaryCommandAndControlOntology + Act of Command and Control + + + + + + + + + An Act of Directive Communication that exercises authoritative control or power over another agent's actions. + http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016) + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Commanding + + + + + + + + + An Act of Communication that commits a speaker to some future action. + Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering + Act of Commissive Communication + + + + + + + + + An Intentional Act in which some Information Content Entity is transferred from some Agent to Another. + http://en.wikipedia.org/wiki/Communication + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Communication + + + + + + + + + An Act of Promising having a lawful object entered into voluntarily by two or more agents with legal capacity, each of whom intends to create one or more legal obligations between them. + http://en.wikipedia.org/wiki/Contract#Formation + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Contract Formation + + + + + + + + + An Act of Communication that changes the reality in accord with the proposition of the declaration. + Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war + Act of Declarative Communication + + + + + + + + + An Act of Communication that is intended to cause the hearer to take a particular action. + Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning + Act of Directive Communication + + + + + + + + + An Act of Training Acquisition performed by an Agent by acquiring knowledge of a curriculum from an Agent or communication medium that realizes a capacity derived from its affiliation with some Educational Organization. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Educational Training Acquisition + + + + + + + + + An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Educational Organization by imparting knowledge of a curriculum to an Agent either directly or indirectly through some communication medium. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Educational Training Instruction + + + + + + + + + An Act of Association wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Employment + + + + + + + + + An Act of Intelligence Gathering involving the obtaining of information that is considered secret or confidential without the permission of the holder of the information. + http://en.wikipedia.org/wiki/Espionage + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Espionage + + + + + + + + + An Intentional Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Government + + + + + + + + + An Intentional Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant. + http://en.wikipedia.org/wiki/Intelligence_(information_gathering) + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Intelligence Gathering + + + + + + + + + An Act of Commissive Communication performed by requesting the presence or participation of the audience, and which may include offering an incentive or inducement. + http://www.merriam-webster.com/dictionary/invite + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Inviting + + + + + + + + + An Intentional Act of employing a Military Force to achieve some desired result. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Military Force + + + + + + + + + An Act of Commanding that places one or more units or personnel in an organization where such placement is relatively permanent, or where such organization controls and administers the units or personnel for the primary function, or greater portion of the functions, of the unit or personnel. + (DOD) 1. To place units or personnel in an organization where such placement is relatively permanent, and/or where such organization controls and administers the units or personnel for the primary function, or greater portion of the functions, of the unit or personnel. + assign_1 + JP 3-0 + http://www.ontologyrepository.com/CommonCoreOntologies/Domain/MilitaryCommandAndControlOntology + Act of Military Personnel Assignment + + + + + + + + + An Act of Commanding that places one or more units or personnel in an organization where such placement is relatively temporary. + (DOD) 1. The placement of units or personnel in an organization where such placement is relatively temporary. + attach_1 + JP 3-0 + http://www.ontologyrepository.com/CommonCoreOntologies/Domain/MilitaryCommandAndControlOntology + Act of Military Personnel Attachment + + + + + + + + + An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription. + http://www.collinsdictionary.com/dictionary/english/military-service + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Military Service + + + + + + + + + An Act of Commanding that details one or more individuals to a specific task, duty, or function that is primary and/or relatively permanent. + (DOD) 2. To detail individuals to specific duties or functions where such duties or functions are primary or relatively permanent. See also attach. + assign_2 + JP 3-0 + http://www.ontologyrepository.com/CommonCoreOntologies/Domain/MilitaryCommandAndControlOntology + Act of Military Task Assignment + + + + + + + + + An Act of Commanding that details one or more individuals to a specific task, duty, or function that is secondary or relatively temporary. + (DOD) 2. The detailing of individuals to specific functions where such functions are secondary or relatively temporary. See also assign. + attach_2 + JP 3-0 + http://www.ontologyrepository.com/CommonCoreOntologies/Domain/MilitaryCommandAndControlOntology + Act of Military Task Attachment + + + + + + + + + An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of Military Operations from an Agent or communication medium that realizes a capacity derived from its affiliation with a Military Organization. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Military Training Acquisition + + + + + + + + + An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Military Organization by imparting knowledge of the tactics, techniques, and/or strategies of Military Operations to an Agent either directly or indirectly through some communication medium. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Military Training Instruction + + + + + + + + + An Act of Commanding in which an Agent is given a Mission to fulfill. + http://www.ontologyrepository.com/CommonCoreOntologies/Domain/MilitaryCommandAndControlOntology + Note: This definition assumes that an Artifact can be an Agent such that, for example, an Unmanned Spacecraft can be assigned a Spacecraft Mission. + Act of Mission Assignment + + + + + + + + + An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred. + http://en.wikipedia.org/wiki/Oath + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Oath Taking + + + + + + + + + An Act of Declarative Communication in which an Agent records some information for official use by another Agent. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Official Documentation + + + + + + + + + An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action. + http://www.merriam-webster.com/dictionary/promise + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Promising + + + + + + + + + An Act of Intelligence Gathering used to determine an Agent's disposition and intention; the composition and capabilities of Equipment and Facilities, and the surrounding landforms and weather conditions. + http://en.wikipedia.org/wiki/Reconnaissance + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Reconnaissance + + + + + + + + + An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tenets and/or practices of a religion from an Agent or communication medium that realizes a capacity derived from its affiliation with a Religious Organization. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Religious Training Acquisition + + + + + + + + + An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Religious Organization by imparting knowledge of the tenets and/or practices of a religion to an Agent either directly or indirectly through some communication medium. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Religious Training Instruction + + + + + + + + + An Act of Directive Communication performed by asking for something. + http://www.merriam-webster.com/dictionary/request + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Requesting + + + + + + + + + An Intentional Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Targeting + + + + + + + + + An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature from an Agent or communication medium that realizes a capacity derived from its affiliation with a Terrorist Organization. + http://wordnetweb.princeton.edu/perl/webwn?s=terrorism + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Terrorist Training Acquisition + + + + + + + + + An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Terrorist Organization by imparting knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature to an Agent either directly or indirectly through some communication medium. + http://wordnetweb.princeton.edu/perl/webwn?s=terrorism + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Terrorist Training Instruction + + + + + + + + + An Intentional Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent. + http://en.wikipedia.org/wiki/Education + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Training + + + + + + + + + An Act of Training performed by an Agent by acquiring knowledge from another Agent. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Training Acquisition + + + + + + + + + An Act of Training performed by an Agent by imparting knowledge to another Agent. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Training Instruction + + + + + + + + + An Act of Training Acquisition performed by an Agent by acquiring skills required for a specific occupation in industry, agriculture or trade from an Agent or communication medium that realizes a capacity derived from its affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider. + http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Vocational Training Acquisition + + + + + + + + + An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider by imparting skills required for a specific occupation in industry, agriculture or trade to an Agent either directly or indirectly through some communication medium. + http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Vocational Training Instruction + + + + + + + + + An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service. + http://www.merriam-webster.com/dictionary/volunteer + entering into military service voluntarily + rendering a service voluntarily + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Volunteering + + + + + + + + + An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation. + http://www.merriam-webster.com/dictionary/warning + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Act of Warning + + + + + + + + + + + + + + + + + + + + Authorization + License + An Action Regulation that permits some Act. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Action Permission + + + + + + + + + + + + + + + + + + + + An Action Regulation that prohibits some Act. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Action Prohibition + + + + + + + + + A Directive Information Content Entity that prescribes an Act as required, prohibited, or permitted, and is the output of an Act which realizes some Authority Role. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Action Regulation + + + + + + + + + + + + + + + + + + + + Duty + Obligation + An Action Regulation that requires some Act. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Action Requirement + + + + + + + + + + + + + + + + + + + + + + + + + A Material Entity that is capable of performing Intentional Acts. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Agent + + + + + + + + + A Realizable Entity that inheres in an Agent to the extent of that Agent's capacity to realize it in Intentional Acts of a certain type. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Agent Capability + + + + + + + + + A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel. + https://en.wikipedia.org/wiki/Aircraft + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Aircraft + + + + + + + + + A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Allegiance Role + + + + + + + + + + + + + + + A Person who is the bearer of some Ally Role. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Allied Person + + + + + + + + + An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Ally Role + + + + + + + + + An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life. + https://en.wikipedia.org/wiki/Animal + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Animal + + + + + + + + + An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors. + https://en.wikipedia.org/wiki/Armed_forces + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Armed Force + + + + + + + + + An Object that was designed by some Agent to realize a certain Function. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Artifact + + + + + + + + + + + + + + + A Function that inheres in some Artifact in virtue of that Artifact being designed to be used in processes that require that Function to be realized. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Artifact Function + + + + + + + + + A Role that is realized by Acts which create, modify, transfer, or eliminate Action Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives. + Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections). + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Authority Role + + + + + + + + + An Act in which an Independent Continuant participates as an Agent in response to external or internal stimuli and following some pattern which is dependent upon some combination of that Independent Continuant's internal state and external conditions. + http://purl.obolibrary.org/obo/GO_0007610 + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Behavior + + + + + + + + + An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization). + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Biographical Life + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A Date Identifier that designates some Day by using a combination of Day, Week, Month, or Year Identifiers formatted according to an implementation of a Calendar System. + January 1, 2018; 1 January 2018; 01/01/18; 01Jan18 + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Calendar Date Identifier + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + Calendar Day + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week. + http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + Calendar Week + + + + + + + + + A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Carrier Air Wing + + + + + + + + + A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Change + + + + + + + + + + + + + + + A Person who is the bearer of some Citizen Role. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Citizen + + + + + + + + + A Role that inheres in a Person who is legally recognized as a member of a particular state, with associated rights and obligations. + http://en.wikitionary.org/wiki/citizen + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Citizen Role + + + + + + + + + + + + + + + + + + + + An Organization that is not commercial or military and is the bearer of a Civilian Role. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Civil Organization + + + + + + + + + A Role that inheres in an Agent or Group of Agents who is not a member of either an Armed Force or police force. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Civilian Role + + + + + + + + + + + + + + + + + + + + An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Commercial Organization + + + + + + + + + A Role that inheres in an Organization by virtue of its establishment as a for-profit business. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Commercial Role + + + + + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + Day Identifier + A Temporal Interval Identifier that designates some Day. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Date Identifier + + + + + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A One-Dimensional Temporal Region that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System. + http://wordnetweb.princeton.edu/perl/webwn?s=day + Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + Day + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A One-Dimensional Temporal Region that is equal to a period of ten consecutive Years. + http://wordnetweb.princeton.edu/perl/webwn?s=decade + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + Decade + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + Descriptive ICE + An Information Content Entity that consists of a set of propositions that describe some Entity. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Descriptive Information Content Entity + + + + + + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + Designative ICE + An Information Content Entity that consists of a set of symbols that denote some Entity. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Designative Information Content Entity + + + + + + + + + + + + + + + Directive ICE + An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Directive Information Content Entity + + + + + + + + + + + + + + + + A Geospatial Region that is a fiat division of a Geopolitical Entity and not a Geopolitical Entity. + Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology + Instances of this class are not proper geopolitical entities, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood. + Division of Geopolitical Entity + + + + + + + + + An Information Bearing Artifact that is designed to bear some specific Information Content Entity in a series of paragraphs of text or diagrams in the form of physical pieces of paper or an electronic word processor file. + https://en.wikipedia.org/wiki/Document + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Document + + + + + + + + + An Information Bearing Entity that is a part of some document into which bearers of prescribed information can be writted or selected. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Document Field + + + + + + + + + An Organization whose purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits. + https://en.wikipedia.org/wiki/Education + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Educational Organization + + + + + + + + + + + + + + + A Person who is the bearer of some Enemy Role. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Enemy + + + + + + + + + An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Enemy Role + + + + + + + + + A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Gain of Dependent Continuant + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A Geospatial Region that delimits the authority of a formally constituted Government to exercise its control within the bounded area. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology + Geopolitical Entity + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies + A Site at or near the surface of the Earth. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology + Geospatial Region + + + + + + + + + + + + + + + An Organization that exercises executive, legislative, or judicial authority over a Geopolitical Entity. + https://en.wikipedia.org/wiki/Government + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Government + + + + + + + + + + + + + + + An Organization that is part of a Government and is responsible for the oversight and administration of specific governmental functions. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Government Agency + + + + + + + + + + + + + + + + + + + + + + + An Object Aggregate that has only Agents as parts. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Group of Agents + + + + + + + + + + + + + + + + + + + + + A Group of Agents that has only Organizations as parts. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Group of Organizations + + + + + + + + + + + + + + + + + + + + + A Group of Agents that has only Persons as parts. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Group of Persons + + + + + + + + + An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Ideology + + + + + + + + + Corporation + An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners. + http://www.dictionary.com/browse/corporation + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Incorporated Organization + + + + + + + + + + + + + + + + + + + + + An Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Information Bearing Artifact + + + + + + + + + + + + + + + IBE + An Object upon which an Information Content Entity generically depends. + http://purl.obolibrary.org/obo/IAO_0000178 + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Information Bearing Entity + + + + + + + + + + + + + + + ICE + A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity. + http://purl.obolibrary.org/obo/IAO_0000030 + Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different carriers of the same information content. It is this content that is generically dependent upon its carrier. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Information Content Entity + + + + + + + + + An Artifact that is designed to have some Information Bearing Artifact as part. + A magnetic hard drive + A notebook + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + An empty notebook, when manufactured, is a medium but not yet a carrier of information content. However, a book, in the sense of a novel or collection of philosophical essays or poems, depends necessarily on it carrying some information content. Thus, there are no empty books. Likewise, there are no empty databases, only portions of digital storage that have not yet been configured to carry some information content according to a database software application. + Information Medium Artifact + + + + + + + + + + + + + + + IQE + A Quality that concretizes some Information Content Entity. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Typically, an IQE will be a complex pattern made up of multiple qualities joined together spatially. + Information Quality Entity + + + + + + + + + An Act in which at least one Agent plays a causative role and which is prescribed by some Directive Information Content Entity held by at least one of the Agents. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Intentional Act + + + + + + + + + A Skill that is realized by an Act which is prescribed by a Language. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Language Skill + + + + + + + + + An Artifact that is designed as a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement. + https://en.wikipedia.org/wiki/Legal_instrument + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Legal Instrument + + + + + + + + + + + + + + + + Measurement ICE + A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Measurement Information Content Entity + + + + + + + + + A Descriptive Information Content Entity that describes a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity. + http://en.wikipedia.org/wiki/Measurement_unit + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Measurement Unit + + + + + + + + + A Measurement Unit used in measurements of temporal regions. + second, minute, hour, day + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology + Measurement Unit of Time + + + + + + + + + Military Command Directive Information Content Entity + Military Order + A Directive Information Content Entity expressed by a commander to a subordinate that realizes the commander's authority and directs the subordinate to act accordingly. + (DOD) 2. An order given by a commander; that is, the will of the commander expressed for the purpose of bringing about a particular action. + command_2 + JP 1 + http://www.ontologyrepository.com/CommonCoreOntologies/Domain/MilitaryCommandAndControlOntology + Military Command Directive + + + + + + + + + An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens. + https://en.wikipedia.org/wiki/Military + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Military Personnel Force + + + + + + + + + + + + + + + A One-Dimensional Temporal Region that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body. + http://wordnetweb.princeton.edu/perl/webwn?s=month + Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + Month + + + + + + + + + An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to perfoming Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Neutral Role + + + + + + + + + A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve. + http://en.wikipedia.org/wiki/Objective_(goal) + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Objective + + + + + + + + + An Object that is an Animal or Plant. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Organism + + + + + + + + + A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules. + http://purl.obolibrary.org/obo/OBI_0000245 + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members. + Organization + + + + + + + + + + + + + + + An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Organization Capability + + + + + + + + + + + + + + + + + + + + + A Person who is affiliated with some Organization by being a member of that Organization. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Organization Member + + + + + + + + + A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Organization Member Role + + + + + + + + + An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces. + https://en.wikipedia.org/wiki/Paramilitary + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Paramilitary Force + + + + + + + + + Human + An Animal that is a member of the species Homo sapiens. + https://en.wikipedia.org/wiki/Human + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Person + + + + + + + + + + + + + + + A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective. + http://en.wikipedia.org/wiki/Plan + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Plan + + + + + + + + + An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Political Orientation + + + + + + + + + A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Process Beginning + + + + + + + + + A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Process Ending + + + + + + + + + + + + + + + A Descriptive Information Content Entity that consists of a set of propositions or the content of an image that represents some Entity. + the content of a court transcript represents a courtroom proceeding + the content of a photograph of the Statue of Liberty represents the Statue of Liberty + the content of a video of a sporting event represents that sporting event + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Representational Information Content Entity + + + + + + + + + + + + + + + An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Skill + + + + + + + + + An Intentional Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons. + http://en.wiktionary.org/wiki/commually + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Social Act + + + + + + + + + A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Social Network + + + + + + + + + A Process in which one or more Independent Continuants endure in an unchanging condition. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Stasis + + + + + + + + + A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Stasis of Generically Dependent Continuant + + + + + + + + + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Stasis of Quality + + + + + + + + + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Stasis of Realizable Entity + + + + + + + + + A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Stasis of Specifically Dependent Continuant + + + + + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + One-Dimensional Temporal Region Identifier + A Temporal Region Identifier that designates some One-Dimensional Temporal Region. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Temporal Interval Identifier + + + + + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A Designative Information Content Entity that designates some Temporal Region. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology + Temporal Region Identifier + + + + + + + + + A Legal Instrument that is designed as evidence of ownership. + https://en.wikipedia.org/wiki/Title_(property) + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Title Document + + + + + + + + + + + + + + + A Person who is the bearer of some Neutral Role. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology + Neutral + + + + + + + + + An Act in which at least one Agent plays a causative role and which is not prescribed by some Objective held by any of the Agents. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Unintentional Act + + + + + + + + + An Artifact that is designed to facilitate the movement of material entities from one location to another by conveying them there. + https://en.wikipedia.org/wiki/Vehicle + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Vehicle + + + + + + + + + A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel. + https://en.wikipedia.org/wiki/Watercraft + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology + Watercraft + + + + + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A One-Dimensional Temporal Region that is equal to seven consecutive Days. + http://wordnetweb.princeton.edu/perl/webwn?s=week + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + Week + + + + + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A One-Dimensional Temporal Region that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System. + http://wordnetweb.princeton.edu/perl/webwn?s=year + Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + Year + + + + + + + + + Note here that 'airman' is used here as a general term for any member of the Air Force, and not for someone holding one of the E-1 to E-4 Airman ranks. All reference to those ranks, or the holder of those ranks, will involved capitalization, as in the labels for the corresponding classes. + A Technical Training Requirement for Promotion in Military Rank that requires some U.S. Air Force airman to have achieved a certain AFSC skill level, as a condition for promotion to some U.S. Air Force Military Rank. + U.S. Air Force Skill Level Requirement for Promotion in Military Rank + + + + + + + + + A U.S. Air Force Skill Level Requirement for Promotion in Military Rank that requires a U.S. Air Force Airman First Class to have achieved a skill level of 3 (Apprentice) in their primary Air Force specialty code as of the promotion eligibility cut off date in order to be promoted to the U.S. Air Force Senior Airman Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Skill Level Requirement for Promotion to U.S. Air Force Senior Airman Rank + + + + + + + + + A U.S. Air Force Skill Level Requirement for Promotion in Military Rank that requires a U.S. Air Force Senior Airman to have achieved a skill level of 5 (Journeyman) in their primary Air Force specialty code as of the promotion eligibility cut off date in order to be promoted to the U.S. Air Force Staff Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Skill Level Requirement for Promotion to U.S. Air Force Staff Sergeant Rank + + + + + + + + + A U.S. Air Force Skill Level Requirement for Promotion in Military Rank that requires a U.S. Air Force Staff Sergeant to have achieved a skill level of 7 (Craftsman) in their primary Air Force specialty code as of the promotion eligibility cut off date in order to be promoted to the U.S. Air Force Technical Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + A U.S. Air Force Staff Sergeant may test and compete for the U.S. Air Force Technical Sergeant Rank if they have a skill level of 5 as of the promotion eligibility cut off date. But they must have a 7 skill level before promotion. + +See AIR FORCE INSTRUCTION 36-2502, Table 2.1., Note 5. + Skill Level Requirement for Promotion to U.S. Air Force Technical Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S Army Physical Fitness Requirement for Promotion in Military Rank that requires some U.S. Army Corporal to have completed an Army Physical Fitness Test with a current passing record APFT score, in accordance with applicable regulations and field manuals, as a condition of promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + APFT Requirement for Promotion Pin-on to U.S. Army Sergeant Rank + + + + + + + + + A U.S Army Physical Fitness Requirement for Promotion in Military Rank that requires some U.S. Army Sergeant to have completed an Army Physical Fitness Test with a current passing record APFT score, in accordance with applicable regulations and field manuals, as a condition of promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + APFT Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank + + + + + + + + + + + + + + + APFT Requirement for Promotion to U.S. Army Brigadier General Rank + + + + + + + + + + + + + + + APFT Requirement for Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Physical Fitness Requirement for Promotion in Military Rank that requires some U.S. Army Corporal to have completed an Army Physical Fitness Test with a current passing record APFT score, in accordance with applicable regulations and field manuals, as a condition of recommendation for promotion to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + APFT Requirement for Recommendation to U.S. Army Sergeant Rank + + + + + + + + + A U.S Army Physical Fitness Requirement for Promotion in Military Rank that requires some U.S. Army Sergeant to have completed an Army Physical Fitness Test with a current passing record APFT score, in accordance with applicable regulations and field manuals, as a condition of recommendation for promotion to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + APFT Requirement for Recommendation to U.S. Army Staff Sergeant Rank + + + + + + + + + A U.S. Army Promotion Approval Authority is any commander holding the U.S. Army Lieutenant Colonel Rank or higher, or who is frocked at the LTC Rank, and is authorized to promote an officer to the LTC rank or temporary CW2 rank. + An Act of Promotion to U.S. Army First Lieutenant Rank in which some U.S. Army Promotion Approval Authority uses an automated promotion system to permanently advance some U.S. Army Second Lieutenant who is under their command to the U.S. Army First Lieutenant Rank. + Army Regulation 600–8–29, Section II, §1-7: + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Army Regulation 600–8–29, Section IV, §3-17: + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Unlike officer promotions to the ranks of CPT - MG, promotions to the rank of 1LT are not centralized, but are rather processed at the unit level by the 2LT's commanding officer. Promotions to the rank of 1LT do not require the convening of centralized promotion selection boards. Promotions are pretty much automatic for all 2LTs if they have performed their duties exceptionally and meet the TIG requirement. + +If the automated system has recommended an officer for promotion, but the promotion approval authority does not consider the officer to be qualified for promotion, then they must flag the officer in the automated system in order to disapprove of promotion and avoid an inadverdent promotion. See AR600-8-29, 3-17d-e. + +If the automated system has not recommended an officer for promotion, then if promotion approval authority considers the officer to be qualified, they must process a DA Form 78 (Recommendation for Promotion to 1LT/CW2). See AR600-8-29, 3-17b. + Act of Automated Promotion to U.S. Army First Lieutenant Rank + + + + + + + + + An Act of Promotion to U.S. Army Private First Class Rank wherein the Human Resources staff of some U.S. Army Battalion, or equivalent echelon, uses an automated personnel system to advance to the U.S. Army Private First Class Rank, on the next automatic promotion date, each U.S. Army Private Second Class within that unit's command who is registered in the system as meeting the promotion eligibility requirements for that rank. + Army Regulation 600–8–19, +Paragraph 1-9c.(1) and Chapter 2 "Decentralized Promotions" + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Act of Automatic Promotion to U.S. Army Private First Class Rank + + + + + + + + + Need some clause about the Flag transaction which blocks the automatic promotion of soldiers who are declined for promotion by the unit commander? + One could argue that the definition should say that the soldiers promoted were approved for promotion by the unit commander. I am not so sure. + +Suppose that there is an HR error, and some soldier who is registered in the system as meeting the TIS and TIG requirements for promotion to the next rank is not listed on the enlisted advancement report. The commander therefore doesn't approve or deny the promotion. In this case, assuming the ommission is undetected, the soldier in question will be automatically promoted. + +Of course, it may be the case that had the commander seen the soldier's name on the list, he may have denied the promotion, assuming he had some reason for thinking the soldier was otherwise unpromotable. But given the automated nature of these promotions, I think it should still be counted as a promotion. In this case, we would just have a promotion that is made in error. Army Regulation 600–8–19 already has rules for correcting erroneous promotions (Ch. 2, Sction IV). + +Or imagine that due to negligence on the part of HR, the appropriate procedures for reviewing the advancement report are not carried out. The system therefore automatically promotes all the soldiers it recognizes as meeting the eligibility requirements. There may be many soldiers that were, for whatever reason, not promotable. But this would just be another case of erroneous promotion. + An Act of Promotion to U.S. Army Private Second Class Rank wherein the Human Resources staff of some U.S. Army Battalion, or equivalent echelon, uses an automated personnel system to advance to the U.S. Army Private Second Class Rank, on the next automatic promotion date, each U.S. Army Private within that unit's command who is registered in the system as meeting the promotion eligibility requirements for that rank. + Army Regulation 600–8–19, +Paragraph 1-9c.(1) and Chapter 2 "Decentralized Promotions" + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + While the Human Resources staff that processes the actual promotion (using the automated system) it is the unit commander who is the promotion authority (see paragraphs 1-8c., 1-10b., and 1-10f.(1) of Army Regulation 600–8–19). While typically any soldier in the grade of E-1, E-2 or E-3 will be automatically promoted to the next rank once they satisfy the time in service and time in grade requirements, the unit commander has the authority to deny automatic promotions. But they also have the authority to promote exceptional soldiers earlier than normal, using certain waiver provisions. + +On the 2nd to 5th day of the month prior to the promotion month, HR generates a unit advancement report, and screens it for any necessary corrections before sending it to the unit commander for review. The commander then selects eligible soldiers from the report for promotion by either annotating 'yes' to select, or 'no' for denial of promotion. Then, in the case of the soldiers denied for promotion by the commander, an HR specialist submits a Flag transaction into the personnel system to block their automatic promotion. [See Army Regulation 600–8–19, paragraphs 2-3d-e. and Table 2-1]. + Act of Automatic Promotion to U.S. Army Private Second Class Rank + + + + + + + + + An Act of Promotion to U.S. Army Specialist Rank wherein the Human Resources staff of some U.S. Army Battalion, or equivalent echelon, uses an automated personnel system to advance to the U.S. Army Specialist Rank, on the next automatic promotion date, each U.S. Army Private First Class within that unit's command who is registered in the system as meeting the promotion eligibility requirements for that rank. + Act of Automatic Promotion to U.S. Army Specialist Rank + + + + + + + + + A Temporary Promotion to U.S. Army Captain Rank, executed during wartime, in which some U.S. Army Lieutenant Colonel appoints a Soldier within their command to a vacant position authorized for the U.S. Army Captain Rank, and advances the Soldier to that rank for the duration of their service in the qualifying position. + Army Regulation 600–8–29, Section II, §1-8(2)(c)(1-4): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Shane Babcock + Act of Battlefield Promotion to U.S. Army Captain Rank + + + + + + + + + A Temporary Promotion to U.S. Army Colonel Rank, executed during wartime, in which some U.S. Army Major General appoints a Soldier within their command to a vacant position authorized for the U.S. Army Colonel Rank, and advances the Soldier to that rank for the duration of their service in the qualifying position. + Army Regulation 600–8–29, Section II, §1-8(2)(c)(1-4): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Battlefield Promotion to U.S. Army Colonel Rank + + + + + + + + + Requires review + A Temporary Promotion to U.S. Army First Lieutenant Rank, executed during wartime, in which some U.S. Army Lieutenant Colonel appoints a Soldier within their command to a vacant position authorized for the U.S. Army First Lieutenant Rank, and advances the Soldier to that rank for the duration of their service in the qualifying position. + Army Regulation 600–8–29, Section II, §1-8(2)(c)(1-4): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Battlefield Promotion to U.S. Army First Lieutenant + + + + + + + + + A Temporary Promotion to U.S. Army Lieutenant Colonel Rank, executed during wartime, in which some U.S. Army Major General appoints a Soldier within their command to a vacant position authorized for the U.S. Army Lieutenant Colonel Rank, and advances the Soldier to that rank for the duration of their service in the qualifying position. + AR600-8-29 "Officer Promotions", §3–23, "Temporary (brevet) promotions" + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Army Regulation 600–8–29, Section II, §1-8(2)(c)(1-4): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Battlefield Promotion to U.S. Army Lieutenant Colonel Rank + + + + + + + + + A Temporary Promotion to U.S. Army Major Rank, executed during wartime, in which some U.S. Army Major General appoints a Soldier within their command to a vacant position authorized for the U.S. Army Major Rank, and advances the Soldier to that rank for the duration of their service in the qualifying position. + Army Regulation 600–8–29, Section II, §1-8(2)(c)(1-4): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Battlefield Promotion to U.S. Army Major Rank + + + + + + + + + In AR600-8-29, at §3-23c(1)(a) it says an officer is eligible for brevet promoton if they "possess the knowledge, skills, behaviors and preferences for assignment to a designated critical position." At §3-23c(1)(c) "To be considered for temporary promotion, eligible officers must be serving in, or on orders to, one of the designated critical positions." + +I am not sure I follow understand the reference to "preferences for assignment". The second quoted sentence implies that 1LTs are only brevet promoted if they are either already serving in a critical position designated for the MAJ rank, or on order to serve in one. Preference and orders seem at odds. + +I know that temporary promotions are terminated once the officer leaves a qualifying position. Does it have something to do with the Army preferring not to brevet promote officers who are ordered to take on a critical position but do not have a preference for it? + A Temporary Promotion to U.S. Army Captain Rank in which some U.S. Army First Lieutenant who: i) is serving in, or on orders to, a designated critical position, authorized for the U.S. Army Captain Rank; and ii) possesses critical skills required for the designated position, is appointed by the President, with the advise and consent of the Senate, to the U.S. Army Captain Rank for the duration of his or her continued service in a designated critical position. + A Temporary Promotion to U.S. Army Captain Rank in which some U.S. Army First Lieutenant who: i) is serving in, or on orders to, a position which the Secretary of the Army has designated as a critical position and as one to be held by a U.S. Army Captain; and ii) possesses a skill which the Secretary of the Army has determined to be in critically short supply and has designated as a requirement for the position, is appointed by the President, with the advise and consent of the Senate, to the U.S. Army Captain Rank for the duration of their continued service in a qualifying position. + 10 USC 605, "Promotion to certain grades for officers with critical skills: colonel, lieutenant colonel, major, captain; captain, commander, lieutenant commander, lieutenant" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section605&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + AR600-8-29 "Officer Promotions", §3–23, "Temporary (brevet) promotions" + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Brevet promotions are part of a system. The Commanding General, Human Resources Command (CG, HRC) issues a message to unit commanders for nominations of crucial positions. They then submit reports containing their nominations to the Secretary of the Army (SECARMY). In these reports, commander provide updated information concerning the knowledge, skills, and behavior required for the position. The Director of Military Personnel and Management (DMPM) then orchestrates an HRC panel to confirm the positions as crucial. Once the SECARMY approves these confirmations, he/she designates the positions as critical on a list published by DMPM on the HRC website. Then U.S. Army First Lieutenants who possess the appropriate skills, and who either serve or will be serving in the designated critical positions, are recommended by unit commanders for brevet promotion. Brevet promotion selection boards are then held, in which the board nominates officers based on the alignment of the officer’s knowledge, skills and behavior with the requirements of the critical position. Those nominated officers who are approved for promotion by the SECARMY are then temporarily appointed by the President, with the advise and consent of the Senate, to the rank of CPT. + +While serving temporarily that the rank of CPT, the officer serves concurrently in their permanent grade. This means brevet-promoted officer can be considered for permanent promotion to the rank of CPT. + +Temporary promotions to CPT are terminated when a modification of an officer's orders render the officer no longer eligible for that rank, on the date the officer leaves the qualifying position. + +[See AR600-8-29 "Officer Promotions", §3–23, "Temporary (brevet) promotions"] + Positions are designated as critical, and are determined to be authorized for the U.S. Army Captain Rank, by the Secretary of the Army. Such position are designated as critical when there is a critical shortage of officers at the rank of Captain who possess the skills required to serve in those positions. Thus, lower ranked officers who possess the required skills are temporarily promoted to the rank of Captain to alleviate the shortage. + Shane Babcock + Act of Brevet Promotion to U.S. Army Captain Rank + + + + + + + + + A Temporary Promotion to U.S. Army Colonel Rank in which some U.S. Army Lieutenant Colonel who: i) is serving in, or on orders to, a designated critical position, authorized for the U.S. Army Colonel Rank; and ii) possesses critical skills required for the designated position, is appointed by the President, with the advise and consent of the Senate, to the U.S. Army Colonel Rank, for the duration of their service in a designated critical position. + A Temporary Promotion to U.S. Army Colonel Rank in which some U.S. Army Lieutenant Colonel who: i) is serving in, or on orders to, a position which the Secretary of the Army has designated as a critical position and as one to be held by a U.S. Army Colonel; and ii) possesses a skill which the Secretary of the Army has determined to be in critically short supply and has designated as a requirement for the position, is appointed by the President, with the advise and consent of the Senate, to the U.S. Army Colonel Rank, but only for the duration of their service in a qualifying position. + 10 USC 605, "Promotion to certain grades for officers with critical skills: colonel, lieutenant colonel, major, captain; captain, commander, lieutenant commander, lieutenant" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section605&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + AR600-8-29 "Officer Promotions", §3–23, "Temporary (brevet) promotions" + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Brevet Promotion to U.S. Army Colonel Rank + + + + + + + + + A Temporary Promotion to U.S. Army Lieutenant Colonel Rank in which some U.S. Army Major who: i) is serving in, or on orders to, a designated critical position, authorized for the U.S. Army Lieutenant Colonel Rank; and ii) possesses critical skills required for the designated position, is appointed by the President, with the advise and consent of the Senate, to the U.S. Army Lieutenant Colonel Rank, for the duration of their service in a designated critical position. + A Temporary Promotion to U.S. Army Lieutenant Colonel Rank in which some U.S. Army Major who: i) is serving in, or on orders to, a position which the Secretary of the Army has designated as a critical position and as one to be held by a U.S. Army Lieutenant Colonel; and ii) possesses a skill which the Secretary of the Army has determined to be in critically short supply and has designated as a requirement for the position, is appointed by the President, with the advise and consent of the Senate, to the U.S. Army Lieutenant Colonel Rank, but only for the duration of their service in a qualifying position. + 10 USC 605, "Promotion to certain grades for officers with critical skills: colonel, lieutenant colonel, major, captain; captain, commander, lieutenant commander, lieutenant" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section605&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + AR600-8-29 "Officer Promotions", §3–23, "Temporary (brevet) promotions" + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Brevet Promotion to U.S. Army Lieutenant Colonel Rank + + + + + + + + + A Temporary Promotion to U.S. Army Major Rank in which some U.S. Army Captain who: i) is serving in, or on orders to, a designated critical position, authorized for the U.S. Army Major Rank; and ii) possesses critical skills required for the designated position, is appointed by the President, with the advise and consent of the Senate, to the U.S. Army Major Rank, for the duration of their service in a designated critical position. + A Temporary Promotion to U.S. Army Major Rank in which some U.S. Army Captain who: i) is serving in, or on orders to, a position which the Secretary of the Army has designated as a critical position and as one to be held by a U.S. Army Major; and ii) possesses a skill which the Secretary of the Army has determined to be in critically short supply and has designated as a requirement for the position, is appointed by the President, with the advise and consent of the Senate, to the U.S. Army Major Rank, but only for the duration of their service in a qualifying position. + 10 USC 605, "Promotion to certain grades for officers with critical skills: colonel, lieutenant colonel, major, captain; captain, commander, lieutenant commander, lieutenant" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section605&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + AR600-8-29 "Officer Promotions", §3–23, "Temporary (brevet) promotions" + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Brevet Promotion to U.S. Army Major Rank + + + + + + + + + An Act of Promotion to U.S. Army Brigadier General Rank in which Human Resources Command publishes a promotion order declaring that some U.S. Army Colonel, who has been approved for advancement to the U.S. Army Brigadier General Rank by the President (or the President's designee) with the advise and consent of the Senate, is advanced to that rank effective on the date announced in the order. + 10 USC, 624: https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section624&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + AR600-8-29, Chapter 3, Managing Promotions: +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Shane Babcock + Act of Centralized Promotion to U.S. Army Brigadier General Rank + + + + + + + + + Part of the U.S. Army's centralized officer promotion process + Promotions to the rank of CPT, unlike the rank of MAJ or above, only require the approval of the President and not the Senate. + Act of Promotion to U.S. Army Captain Rank in which Human Resources Command publishes a promotion order which declares that some U.S. Army First Lieutenant, who has been approved for advancement to the U.S. Army Captain Rank by the President (or the President's designee), is advanced to that rank effective on the date announced in the order. + Army Regulation 600–8–29, Chapter 3, Managing Promotions: +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Section 624, Title 10, United States Code (10 USC 624): + There are two sorts of centralized promotion to the U.S. Army Captain Rank. + +The first uses the same procedure as in other commissioned officer promotions. A promotion selection board (PSB) is convened and the board recommends eligible U.S. Army First Lieutenants for promotion. Once the board's recommendations are approved by the Secretary of the Army (SECARMY) and by the President (or the President's designee) the eligible officers are placed on a Centralized Officer Promotion List, from which they are subsequently promoted according to the needs of the Army. + +The second procedure is slightly different in that promotion selection boards are not convened. From AR600-8-29, 2-13a: "When the needs of the Army require, the SECARMY may recommend the promotion of all 1LTs in the promotion zone who are fully qualified for promotion to CPT using an all-qualified officers list in lieu of convening a PSB." The records of all eligible 1LTs are reviewed by a promotion screening authority, and then the screening authority places the names of officers on a recommended all-fully qualified officers list unless the officer's file contains on or more of the documents listed in AR600-8-29, 2-13a(2)(a-e). The list is then sent to the SECARMY for approval before being transmitted to the President for approval. Once approved by the President, all the 1LTs named on the list may then be promoted from the list. This procedure is used only in cases where the SECARMY has determined that all officers named on the list are needed in the grade of CPT in order to accomplish mission objectives. See 10 USC 624(a)(3)(A-E). + Shane Babcock + Act of Centralized Promotion to U.S. Army Captain Rank + + + + + + + + + Part of the U.S. Army's centralized officer promotion process + An Act of Promotion to U.S. Army Colonel Rank in which Human Resources Command publishes a promotion order which declares that some U.S. Army Lieutenant Colonel, who has been approved for advancement to the U.S. Army Colonel Rank by the President (or the President's designee) with the advise and consent of the Senate, is advanced to that rank effective on the date announced in the order. + 10 USC, 624: https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section624&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Army Regulation 600–8–29, Chapter 3, Managing Promotions: +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Centralized Promotion to U.S. Army Colonel Rank + + + + + + + + + An Act of Promotion to U.S. Army Lieutenant Colonel Rank in which Human Resources Command publishes a promotion order which declares that some U.S. Army Major, who has been approved for advancement to the U.S. Army Lieutenant Colonel Rank by the President (or the President's designee) with the advise and consent of the Senate, is advanced to that rank effective on the date announced in the order. + An Act of Promotion to U.S. Army Lieutenant Colonel Rank in which some U.S. Army Major, who is named on a centralized officer promotion list for the U.S. Army Lieutenant Colonel Rank, is advanced to that rank by Human Resources Command via publication of a Department of the Army promotion order, with the approval of the President and confirmation of the U.S. Senate. + Act of Centralized Promotion to U.S. Army Lieutenant Colonel Rank + + + + + + + + + An Act of Promotion to U.S. Army Major General Rank in which Human Resources Command publishes a promotion order declaring that some U.S. Army Brigadier General, who has been approved for advancement to the U.S. Army Major General Rank by the President (or the President's designee) with the advise and consent of the Senate, is advanced to that rank effective on the date announced in the order. + 10 USC, 624: https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section624&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + AR600-8-29, Chapter 3, Managing Promotions: +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Centralized Promotion to U.S. Army Major General Rank + + + + + + + + + Part of the U.S. Army's centralized officer promotion process. + An Act of Promotion to U.S. Army Major Rank in which Human Resources Command publishes a promotion order which declares that some U.S. Army Captain, who has been approved for advancement to the U.S. Army Major Rank by the President (or the President's designee) with the advise and consent of the Senate, is advanced to that rank effective on the date announced in the order. + 10 USC, 624: https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section624&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + AR600-8-29, Chapter 3, Managing Promotions: +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Centralized Promotion to U.S. Army Major Rank + + + + + + + + + An Act of U.S. Army Commissioned Officer Promotion in which some U.S. Army Commissioned Officer, who holds a rank above the U.S. Army Second Lieutenant Rank but below the U.S. Army Major General Rank, and who has been approved by the President (or the President's designee) for advancement to the next higher U.S. Army Commissioned Officer Rank, is advanced to that rank via publication of a Human Resources Command promotion order, effective the date announced in the order. Promotions to the U.S. Army Major Rank and above are made with the advice and consent of the Senate. + 10 USC, 624: https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section624&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Army Regulation 600–8–29, Chapter 3, Managing Promotions: +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + The act of promotion should be distinguished from the act of promotion pin-on, a ceremonial procedure in which the rank insignia is physically pinned on, typically by another officer who is senior in rank, or by a family member of the officer promoted. This ceremony is sometimes conducted before the effective date announced in the promotion order. + +The effective date of the promotion may often be retroactive to the date the promotion order was published. + +Promotions can be revoked if: + +-The officer declines the promotion prior to the effective date of the promotion order. + +-It is subsequently determined that the officer is not qualified for promotion. + Shane Babcock + DEFINED CLASS + Act of Centralized U.S. Army Commissioned Officer Promotion + + + + + + + + + This is meant to be a defined class. + An Act of U.S. Army Enlisted Promotion in which some Enlisted Soldier is assigned some U.S. Army Military Rank of the grade E-7, E-8, or E-9, after being selected for that rank by centralized promotion selection board conducted at some army personnel headquarters. + Act of Centralized U.S. Army Enlisted Promotion + + + + + + + + + An Act of U.S. Army Warrant Officer Promotion in which some U.S. Army Chief Warrant Officer 2, 3 or 4, who is named in a centralized promotion list for the next highest U.S. Army Warrant Officer Rank, is advanced to that rank by Human Resources Command via publication of a Department of the Army promotion order. + AR600-8-29, Officer Promotions, Chapter 3, Managing Promotions +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + The officer is advanced to the next rank effective on the Active Date of Rank that is prescribed in the promotion order. See AR600-8-29, Officer Promotions, Chapter 3, Managing Promotions, Paragraph 3-3. + Act of Centralized U.S. Warrant Officer Promotion + + + + + + + + + + + + + + + Should be in a higher level ontology. + An Act of Official Documentation in which some head of state, or some other Agent authorized to act in the name of that head of state, appoints another Agent to some high office, and which has as output some Commission. + https://en.wikipedia.org/wiki/Commission_(document) + Act of Commissioning + + + + + + + + + + + + + + + An Act of Commissioning through which some head of state, or some other Agent authorized to act in the name of that head of state, appoints an Agent to some Commissioned Officer Rank, and which has as output some Military Commission. + https://en.wikipedia.org/wiki/Commission_(document) + Act of Military Commissioning + + + + + + + + + I have avoided language like 'soldier fully eligible for promotion' in the definitions for Acts of Promotion. + +Military regulations do prescribe that only fully eligible soldiers are to be promoted. But erroneous promotions -- promotions of soldiers who were in fact not fully qualified -- do happen. Such language would falsely exlclude such instances. + An Act of Promotion in which an Agent, realizing an Authority Role derived from that Agent's position within some Government, Military Department, or Armed Force, advances another Agent, who holds a Military Rank within some Armed Force, to a higher Military Rank. + A Government can be an Agent in act of promotion, for instance in the case of the President approving promotions to the commissioned officer ranks of Major and above, by and with the advice and consent of the Senate. The various civilian led Military Departments serve as Agents in acts of military promotion that are centralized at the headquarters of the respective military departments. But promotions also occur at the unit level, where the promotion authority is a unit commander. + +According to 10 USC 603: Appointments in time of war or national emergency: + +"In time of war, or of national emergency declared by the Congress or the President after November 30, 1980, the President may appoint any qualified person (whether or not already a member of the armed forces) to any officer grade in the Army, Navy, Air Force, Marine Corps, or Space Force, except that appointments under this section may not be made in grades above major general or rear admiral. Appointments under this section shall be made by the President alone, except that an appointment in the grade warrant officer, W–1, shall be made by warrant by the Secretary concerned." + +This provision allows the President to appoint to some grade of military rank a person that is not already a member of an armed force. This is not a counterexample to the definition, for an original appointment in this sense is not a promotion in military rank, just as the assignment of a newly enlisted U.S. army soldier to the rank of Private is not a promotion in rank. Similarly, when an ROTC officer cadet is newly commissioned as an officer in the U.S. Army and assumes the rank of Second Lieutenant, this is not a case of a promotion in Military Rank. It is referred to only as an appointment. [The same applies the appointment of soldiers to the rank of Warrant Officer 1?] + +The exclusion of such cases seem to be accounted for in relevant military regulations. For instance, the AIR FORCE INSTRUCTION 36-2501, 'Officer Promotions and Selective Continuation': explicitly defines 'promotion' in its terms list as "An advancement in grade that is not the result of a new original appointment." (see p. 91) + +This of course raises an issue. Officer cadets have ranks, and are technically, taking on a higher Military Rank. The definition may need refinement so that it does not count this as a case of promotion. + Shane Babcock + Act of Military Rank Promotion + + + + + + + + + 10/14/2021: I am not in love with the current label for this class, but I am unsure what would be better. + +It is a sister class of 'Act of Battlefield Promotion to U.S. Army First Lieutenant Rank'. + +I call it normal because it is part of a normal promotion procedure (recommendation via automated system or processing of DA Form 78), but it is also a decentralized form of promotion, as promotions are made by a commander at the unit level rather than at HQDA. And technically, battlefield promotion is also a decentralized promotion executed by a LTC at the unit level. + A U.S. Army Promotion Approval Authority is any commander holding the U.S. Army Lieutenant Colonel Rank or higher, or who is frocked at the LTC Rank, and is authorized to promote an officer to the LTC rank or temporary CW2 rank. + An Act of Promotion to U.S. Army First Lieutenant Rank in which some U.S. Army Second Lieutenant recommended for promotion to the U.S. Army First Lieutenant Rank, either via the Army's automated promotion system or via Department of the Army Form 78, is advanced to that rank, with the approval of the President, by some local commander of the promotee who is a U.S. Army Promotion Approval Authority. + Army Regulation 600–8–29, Section II, §1-7: + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Army Regulation 600–8–29, Section IV, §3-17: + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Normal Promotion to U.S. Army First Lieutenant Rank + true + + + + + + + + + Should be in a higher ontology. + Since Agents can be either individual person's, or an organization, the Agent in question may be a promotion board. + An Act of Declarative Communication in which an Agent, realizing an Authority Role derived from that Agent's rank or position within some Organization, advances a Person within that Organization, or related Organization, to a higher rank or position. + Act of Promotion + + + + + + + + + Act of Promotion to U.S. Air Force Chief Master Sergeant Rank + + + + + + + + + Act of Promotion to U.S. Air Force Master Sergeant Rank + + + + + + + + + Act of Promotion to U.S. Air Force Senior Master Sergeant Rank + + + + + + + + + An Act of U.S. Army Commissioned Officer Promotion in which some U.S. Army Soldier of a lower rank is assigned the U.S. Army Brigadier General Rank. + Shane Babcock + Act of Promotion to U.S. Army Brigadier General Rank + + + + + + + + + An Act of U.S. Army Commissioned Officer Promotion in which some U.S. Army Soldier of a lower rank is assigned the U.S. Army Captain Rank. + Shane Babcock + Act of Promotion to U.S. Army Captain Rank + + + + + + + + + Commanders in grade of LTC or above, or frocked to LTC, are authorized to promote officers to CW2. +AR600-8-29, 1-7 + +PAM600-3, 5-10b. The officer's local commander is approves promotion to CW2. + Act of Promotion to U.S. Army Chief Warrant Officer 2 Rank + + + + + + + + + An Act of Centralized U.S. Army Warrant Officer Promotion in which some U.S. Army Chief Warrant Officer 2, who is named on a centralized promotion list for the U.S. Army Chief Warrant Officer 3 Rank, is advanced to that rank by Human Resources Command via publication of a Department of the Army promotion order. + AR600-8-29 'Officer Promotions', Chapter 3; especially 3-2f, 3-3b, 3-4c. +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + CWO-2's who are eligible for promotion to the Chief Warrant Officer 3 Rank are considered for promotion at the convening of a Headquarters, Department of the Army centralized selection board. The board then recommends for promotion those officers whom it considers best qualified for promotion. Once the board's report has been reviewed and approved of by the Secretary of the Army, the Secretary places the names of the CWO-2's approved for promotion on a single promotion list in the order of their seniority on the active-duty list. When additional warrant officers are needed to fill vacancies at the Chief Warrant Officer 3 Rank, officers are promoted from the list according to the order they appear on the list. Officers on a given promotion list are only promoted following the promotion of all CWO-2's from the previous promotion list. The effective date of promotion is the effective Active Date of Rank prescribed in the promotion order. + +See 10 USC Chapter 33A and AR600-8-29 'Officer Promotions', Chapter 3, Managing Promotions. + +The promotion ceremony may be conducted before the effective date of promotion, but only under certain conditions. See AR600-8-29, 3-12. + Act of Promotion to U.S. Army Chief Warrant Officer 3 Rank + + + + + + + + + An Act of Centralized U.S. Army Warrant Officer Promotion in which some U.S. Army Chief Warrant Officer 3, who is named on a centralized promotion list for the U.S. Army Chief Warrant Officer 4 Rank, is advanced to that rank by Human Resources Command via publication of a Department of the Army promotion order. + AR600-8-29 'Officer Promotions', Chapter 3; especially 3-2f, 3-3b, 3-4c. +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + CWO-3's who are eligible for promotion to the Chief Warrant Officer 4 Rank are considered for promotion at the convening of a Headquarters, Department of the Army centralized selection board. The board then recommends for promotion those officers whom it considers best qualified for promotion. Once the board's report has been reviewed and approved of by the Secretary of the Army, the Secretary places the names of the CWO-3's approved for promotion on a single promotion list in the order of their seniority on the active-duty list. When additional warrant officers are needed to fill vacancies at the Chief Warrant Officer 4 Rank, officers are promoted from the list according to the order they appear on the list. Officers on a given promotion list are only promoted following the promotion of all CWO-3's from the previous promotion list. The effective date of promotion is the effective Active Date of Rank prescribed in the promotion order. + +See 10 USC Chapter 33A and AR600-8-29 'Officer Promotions', Chapter 3, Managing Promotions. + +The promotion ceremony may be conducted before the effective date of promotion, but only under certain conditions. See AR600-8-29, 3-12. + Act of Promotion to U.S. Army Chief Warrant Officer 4 Rank + + + + + + + + + An Act of Centralized U.S. Army Warrant Officer Promotion in which some U.S. Army Chief Warrant Officer 4, who is named on a centralized promotion list for the U.S. Army Chief Warrant Officer 5 Rank, is advanced to that rank by Human Resources Command via publication of a Department of the Army promotion order. + AR600-8-29 'Officer Promotions', Chapter 3; especially 3-2f, 3-3b, 3-4c. +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + CWO-4's who are eligible for promotion to the Chief Warrant Officer 5 Rank are considered for promotion at the convening of a Headquarters, Department of the Army centralized selection board. The board then recommends for promotion those officers whom it considers best qualified for promotion. Once the board's report has been reviewed and approved of by the Secretary of the Army, the Secretary places the names of the CWO-4's approved for promotion on a single promotion list in the order of their seniority on the active-duty list. When additional warrant officers are needed to fill vacancies at the Chief Warrant Officer 5 Rank, officers are promoted from the list according to the order they appear on the list. Officers on a given promotion list are only promoted following the promotion of all CWO-4's from the previous promotion list. The effective date of promotion is the effective Active Date of Rank prescribed in the promotion order. + +See 10 USC Chapter 33A and AR600-8-29 'Officer Promotions', Chapter 3, Managing Promotions. + +The promotion ceremony may be conducted before the effective date of promotion, but only under certain conditions. See AR600-8-29, 3-12. + Act of Promotion to U.S. Army Chief Warrant Officer 5 Rank + + + + + + + + + An Act of U.S. Army Commissioned Officer Promotion wherein some U.S. Army Soldier of a lower rank is assigned the U.S. Army Colonel Rank. + Shane Babcock + Act of Promotion to U.S. Army Colonel Rank + + + + + + + + + + + + + + + This is isn't correct. See 1-10 AR600-8-19 + An Act of Unit Level U.S. Army Enlisted Promotion in which some U.S. Army unit commander advances some U.S. Army soldier under their command to the U.S. Army Corporal Rank. + Act of Promotion to U.S. Army Corporal Rank + + + + + + + + + An Act of U.S. Army Commissioned Officer Promotion in which some U.S. Army Soldier of a lower rank is assigned the U.S. Army First Lieutenant Rank. + Act of Promotion to U.S. Army First Lieutenant Rank + + + + + + + + + Act of Promotion to U.S. Army First Sergeant Rank + An Act of U.S. Army Enlisted Promotion wherein some authorized promotion authority advances some enlisted soldier to the U.S. Army First Sergeant Rank. + + + + + + + + + The U.S. Army General Rank is not held permanently, as the rank is always tied to a temporary position of office to which it is linked. Thus an officer can only hold the rank while serving in the relevant position (though there are some exceptions). See: + +https://en.wikipedia.org/wiki/General_(United_States) + +U.S. Army Brigadier Generals and Major Generals temporarily serving at the U.S. Army General Rank retain their permanent grade of O-7 and O-9 respectively. Per: 10 USC 601(c)(1). + +Furthermore, an officer who permanently holds the U.S. Army Brigadier General Rank while temporarily serving at the U.S. Army General Rank is to be considered for a permanent promotion to the U.S. Army Major General Rank as if he or she was serving in their current permanent rank. Per: 10 USC 601(c)(2). + An Act of U.S. Army Commissioned Officer Promotion wherein the President, with the advice and confirmation of the U.S. Senate, temporarily assigns some active duty U.S. Army Brigadier General, or U.S. Army Major General, to a position of importance and responsibility which the President has designated must carry the U.S. Army General Rank. + Section 601, Title 10, United States Code (10 USC 601): + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section601&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + +Army Regulation 600–8–29, §1-6(a): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + The carrying of the U.S. Army General Rank is linked to the holding of the position. The officer in question assumes the rank by virtue of being assigned to a position the President has deemed must carry with it that rank. + Act of Promotion to U.S. Army General Rank + + + + + + + + + An Act of U.S. Army Commissioned Officer Promotion wherein some U.S. Army Soldier of a lower rank is assigned the U.S. Army Lieutenant Colonel Rank. + Act of Promotion to U.S. Army Lieutenant Colonel Rank + + + + + + + + + Act of U.S. Army Commissioned Officer Promotion wherein the President, with the advice and confirmaton of the U.S. Senate, temporarily assigns some active duty U.S. Army Brigadier General, or U.S. Army Major General, to a position of importance and responsibility which the President has designated must carry the U.S. Army Lieutenant General Rank. + Section 601, Title 10, United States Code (10 USC 601): + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section601&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + +Army Regulation 600–8–29, §1-6(a): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Act of Promotion to U.S. Army Lieutenant General + + + + + + + + + An Act of U.S. Army Commissioned Officer Promotion in which some U.S. Army Soldier of a lower rank is assigned the U.S. Army Major General Rank. + Act of Promotion to U.S. Army Major General Rank + + + + + + + + + An Act of U.S. Army Commissioned Officer Promotion in which some U.S. Army Soldier of a lower rank is assigned the U.S. Army Major Rank. + Act of Promotion to U.S. Army Major Rank + + + + + + + + + An Act of U.S. Army Enlisted Promotion wherein some authorized promotion authority advances some enlisted soldier to the U.S. Army Master Sergeant Rank. + Act of Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + + + + + + + An Act of Unit Level U.S. Army Enlisted Promotion in which some U.S. Army unit commander advances some Private Second Class under their command to the U.S. Army Private First Class Rank. + Commanders authorized to promote Soldiers to the ranks of PV2, PFC, and SPC, include company, troop, battery, and separate detachment commanders. + +See Paragraph 1-10b (p. 5) +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Act of Promotion to U.S. Army Private First Class Rank + + + + + + + + + + + + + + + An Act of Unit Level U.S. Army Enlisted Promotion in which some U.S. Army unit commander advances some U.S. Army Private under their command to the U.S. Army Private Second Class Rank. + Commanders authorized to promote Soldiers to the ranks of PV2, PFC, and SPC, include company, troop, battery, and separate detachment commanders. + +See Paragraph 1-10b (p. 5) +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Act of Promotion to U.S. Army Private Second Class Rank + + + + + + + + + + + + + + + An Act of Centralized U.S. Army Enlisted Promotion in which some U.S. Army Staff Sergeant, who was selected by a Centralized Promotion Board at Headquarters, Department of the Army for advancement to the U.S. Army Sergeant First Class Rank, is advanced to that rank by the Commanding General, U.S. Army Human Resources Command. + See 4.1a (p. 64): +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Act of Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + + + + + + + An Act of U.S. Army Enlisted Promotion wherein some authorized promotion authority advances some enlisted soldier to the U.S. Army Sergeant Major Rank. + Act of Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + + + + + + + An Act of Semi-Centralized U.S. Army Enlisted Promotion wherein some U.S. Army Corporal, who is named on the monthly U.S. Army Sergeant and Staff Sergeant Promotion Recommended List, and whose promotion points meet or exceed the current promotion cutoff score, is officially selected by Headquarters, Department of the Army to advance to the U.S. Army Sergeant Rank on some effective date. + Army Regulation 600–8–19, §3-22a(2), §3-32a, §3-32d (pp. 56, 62-63): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Act of Promotion to U.S. Army Sergeant Rank + + + + + + + + + + + + + + + An Act of Unit Level U.S. Army Enlisted Promotion in which some U.S. Army unit commander advances some U.S. Army soldier under their command to the U.S. Army Specialist Rank. + Commanders authorized to promote Soldiers to the ranks of PV2, PFC, and SPC, include company, troop, battery, and separate detachment commanders. + +See Paragraph 1-10b (p. 5) +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Act of Promotion to U.S. Army Specialist Rank + + + + + + + + + + + + + + + An Act of Semi-Centralized U.S. Army Enlisted Promotion wherein some U.S. Army Sergeant, who is named on the monthly U.S. Army Sergeant and Staff Sergeant Promotion Recommended List, and whose promotion points meet or exceed the current promotion cutoff score, is officially selected by Headquarters, Department of the Army to advance to the U.S. Army Staff Sergeant Rank on some effective date. + Army Regulation 600–8–19, §3-22a(2), §3-32a, §3-32d (pp. 56, 62-63): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Act of Promotion to U.S. Army Staff Sergeant Rank + + + + + + + + + Act of Promotion to U.S. Marine Corps Private First Class Rank + + + + + + + + + Act of Promotion to U.S. Navy Captain Rank + + + + + + + + + Act of Promotion to U.S. Navy Commander Rank + + + + + + + + + Act of Promotion to U.S. Navy Lieutenant Commander Rank + + + + + + + + + Act of Promotion to U.S. Navy Lieutenant Junior Grade Rank + + + + + + + + + Act of Promotion to U.S. Navy Lieutenant Rank + + + + + + + + + Act of Promotion to U.S. Navy Rear Admiral Lower Half Rank + + + + + + + + + Act of Promotion to U.S. Navy Rear Admiral Rank + + + + + + + + + Act of Semi-Centralized U.S. Army Enlisted Promotion + + + + + + + + + Act of U.S. Air Force Commissioned Officer Promotion + + + + + + + + + Act of U.S. Air Force Enlisted Promotion + + + + + + + + + An Act of Military Rank Promotion in which an Agent holding an Authority Role within either the U.S. Government, the Department of the Air Force, or the U.S. Air Force, realizes that authority by advancing some U.S. Air Force Airman to a Military Rank higher than the Airman's current rank. + Act of U.S. Air Force Promotion + + + + + + + + + 10 USC 618: Actions on reports of selection boards +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section618&f=treesort&num=0&saved=%7CKHRpdGxlOjEwIHNlY3Rpb246NjExIGVkaXRpb246cHJlbGltKSBPUiAoZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjExKQ%3D%3D%7CdHJlZXNvcnQ%3D%7C%7C0%7Cfalse%7Cprelim + +Secretary of the Department concerned reviews the report, then sends it to the Chairman of the Joint Chiefs of Staff for review. And later sends it to the president for approval. Then the secretary places the names of those approved on a promotion list (10 USC 624) + AR 600–8–29, Officer Promotions, 2-11e: + +'The SECARMY has authorized that certain promotion selection boards convened to select officers for advancement to the grades of MAJ, LTC, and COL may recommend that officers of particular merit, from among those officers selected for promotion, be placed higher on the promotion list, and will be sequenced by their board established order of merit, rather than by their prior dates of rank. The remaining selectees on the promotion list will be promoted in order of their seniority on the ADL." + AR600-8-29, Officer Promotions, 3-1e: + +"If more than one promotion list exists for a grade and competitive category, promotions from the most recent list may not begin until promotions from the older list have been completed (except for officers from the older list whose promotion have been delayed." + +3-2f: promotion lists are not promotion orders. "Promotions will only be officially announced by HRC promotion orders." + +3-3a/b: promotion sequence numbers for officers to be promoted are announced in monthly MILPER messages by HRC. Then HRC publishes a consolidation of DA special orders which include grade an effective active date of rank. + Current definitions for acts of promotion to MAJ and above are worded so that the advancement to those ranks are conducted 'with the approval of the President and confirmation of the U.S. Senate.' + +These classes concern specifically the act of promotion. From my understanding, the act of promotion involves the publication of DA promotion order specifying the effective date of promotion, which is the Active Date of Rank prescribed on the order. + +From what I understand, if the Senate confirms the promotion list on which a soldier is named, then that soldier can be promoted. A promotion list is essentially a list of officers that have been recommended for promotion in the report of a promotion selection board, and have subsequently been approved for promotion by the President (or his designee) after consideration the board's report. But the actual promotion from the list doesn't happen until a need for an officer at that rank opens up. [Is this when promotion orders are published? I haven't found anything in the regulation definitively confirming that, so the timing-question is an issue]. + +The Senate confirmation occurs prior to the publication of a promotion order. Senate confirmation then is part of the promotion process which culminates in the act of promotion. + +In defense of my defintions, and their claim that the agent in acts of promotion is Human Resources Command (the organization--remember organizations can be Agents in Acts): + +It should be noted that according to AR600-8-29: + +§1-6(a): promotions are general staff responsibility for the Deputy Chief of Staff (DCS), G-1. + +-The DSC, Gary Brito, is a LtGen in command of the Deputy Chief of Staff G-1 Personnel of the United States Army, an organization that is headquartered at the Pentagon. Human Resources Command, which is stationed at Fort Knox, is a part of the former organization. + +Also according to AR600-8-29: + +§1-4(d)(2): on behalf of the DCS, G-1, the commanding general (CG), HRC conducts and supervises officer promotion functions. +[The DSC has delegated to the CG, HRC control over centralized Army promotions. Similar to how the President delegates his authority to approve the recommendations of promotion selection boards to the Secretary of Defense, who has delegated that authority to the Principal Deputy Under Secretary of Defense for Personnel and Readiness (§2-10a) + +This implies that HRC is an agent in promotions. + HQDA promotion orders for advancement to the U.S. Army Captain Rank or higher are announced by Human Resources Command when additional officers in those ranks are needed within each competitive category, and the order of promotions are made according to the order in which names appear on the promotion list. Officer names are placed on the promotion list in order of seniority or based on particular merit, as determined by the promotion selection board. + +The above is in accordance with Title 10 USC, Subtitle A, Part II, Ch. 36, Subchapter II, §624(a)(1-2) + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section624&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + +See also AR600-8-29, Officer Promotions, 3-1 + I have been trying to square what is said in Title 10 USC, Subtitle A, Part II, Ch. 36, Subchapter II, §624 with what is said in the most relevant Army regulation. In Chapter 3 of AR600-8-29, 'Officer Promotions', everything indicates that officer are promoted to the next rank from promotion lists, at least up until MAJ GEN. A promotion selection board determines which eligible soldiers are best qualified for promotion to the next rank and provides a report of their recommendation to the SECARMY for review. Eventually, this report is sent to the President for approval, or the President's designee (according to §2-10a, the President has delegated this authority to SECDEF, who in turn has designated it to the Principal Deputy Under Secretary of Defense for Personnel and Readiness). This is because in the case of officers, promotion boards are making recommendations to the president. + +Once the President or the president's designee approves the board report, it is compiled into a promotion list by the SECARMY, ordering names of those approved for promotion according to seniority, but also merit as determined by the promotion board. Officers are given a promotion sequence number. And then officers on the list are basically waiting their turn to be promoted. An officer cannot be promoted from the list until there is a need for an officer at the rank (such as a position vacancy that requires or authorizes that rank). + +As far as promotions go, I am not sure exactly where, timing-wise, the Senate confirmation part actually comes in. The Air Force regulation on officer regulations makes clear the Senate role [https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2501/afi36-2501.pdf]. An officer cannot be promoted until the Senate confirms the promotion list that officer is named on. + +What I need to reconcile is this, from 10 USC: "(c) Appointments under this section shall be made by the President, by and with the advice and consent of the Senate". What this is referring to is appointments in the grade of MAJ or above. What does appointment here mean? Often I see that it is different from promotion. It means appointment to an office. It does not seem that it means appointment to a rank. I gather that it just means appointment to a billet or position that is held at that grade. + +On the other hand, AR600-8-29, §2-10b "Promotions to the grade of MAJ and above must be confirmed by the Senate in accordance with 10 USC 624(c)" citing the title 10 clause that appointments are made by the President with the advice and consent of the Senate. But I wonder if this is simply a case of the AR not making the fine-grained distinction between parts of the promotion process --such as promotion board recommendation and Senate confirmation of promotion lists, i.e. the Senate confirming that the soldiers are qualified for promotion--and the act of promotion that follows it, and is authorized by the preceding Senate confirmation of the promotion list. + +Of course, there are also appointments in the sense of appointments to positions within the grade. Is Senate confirmation of such position-appointments something separate? + An Act of U.S. Army Promotion in which an Agent holding an Authority Role within either the U.S. Government, the Department of the Army, or the U.S. Army, realizes that authority by advancing some U.S. Army Commissioned Officer to a higher U.S. Army Commissioned Officer Rank. + The act of promotion should be distinguished from the act of promotion pin-on, a ceremonial procedure in which the rank insignia is physically pinned on, typically by another officer who is senior in rank, or by a family member of the officer promoted. This ceremony is sometimes conducted before the effective date of promotion prescribed on the promotion order. + +The effective date of the promotion may sometimes even be retroactive to the date on which the act of promotion occurred. + Shane Babcock + Act of U.S. Army Commissioned Officer Promotion + + + + + + + + + An Act of Promotion in which an Agent holding an Authority Role in either the U.S. Army or the Department of the Army realizes that authority by advancing the Military Rank of some U.S. Army Enlisted Soldier. + Act of U.S. Army Enlisted Promotion + + + + + + + + + An Act of Military Rank Promotion in which an Agent holding an Authority Role within either the U.S. Government, the Department of the Army, or the U.S. Army, realizes that authority by advancing some U.S. Army Soldier to a Military Rank higher than the Soldier's current rank. + Shane Babcock + Act of U.S. Army Promotion + + + + + + + + + An Act of U.S. Army Service at Pay Grade E-7 wherein some Person serves in the U.S. Army Reserve at the U.S. Army Sergeant First Class Rank. + Act of U.S. Army Reserve Service at Pay Grade E-7 + + + + + + + + + Move to a higher Mid-level ontology extension of the Event Ontology? + An Act of U.S. Military Service wherein some Person serves as a member of the U.S. Army. + Act of U.S. Army Service + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the E-2 pay grade, at the U.S. Army Private Second Class Rank. + Act of U.S. Army Service at Pay Grade E-2 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the E-3 pay grade, at the U.S. Army Private First Class Rank. + Act of U.S. Army Service at Pay Grade E-3 + + + + + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein a Person serves in the E-4 pay grade, either at the U.S. Army Specialist Rank, at the U.S. Army Corporal Rank, or at at each of the ranks during separate temporal intervals. + Suppose a PFC is promoted to SPC and serves in E-4 as a SPC for 6 months, after which he is laterally promoted to CPL and serves in E-4 as a CPL for 8 months before promoting to SGT. + +All of the following are instances of a Act of Service at Pay Grade E-4: + +1) The soldier's 6 months of service as a SPC. + +2) The soldier's 8 months of service as a CPL. + +3) The soldier's 14 months of service which has 1) and 2) as consecutive proper temporal parts. + Act of U.S. Army Service at Pay Grade E-4 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the E-5 pay grade, at the U.S. Army Sergeant Rank. + Act of U.S. Army Service at Pay Grade E-5 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the E-6 pay grade, at the U.S. Army Staff Sergeant Rank. + Act of U.S. Army Service at Pay Grade E-6 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the E-7 pay grade, at the U.S. Army Sergeant First Class Rank. + Act of U.S. Army Service at Pay Grade E-7 + + + + + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein a Person serves in the E-8 pay grade, either at the U.S. Army Master Sergeant Rank, at the U.S. Army First Sergeant Rank, or at at each of the ranks during separate temporal intervals. + Act of U.S. Army Service at Pay Grade E-8 + + + + + + + + + Act of U.S. Army Service at Pay Grade E-9 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the O-1 pay grade, at at the U.S. Army Second Lieutenant Rank. + Act of U.S. Army Service at Pay Grade O-1 + + + + + + + + + + + + + + + + + + + Act of U.S. Army Service at Pay Grade O-10 + An Act of U.S. Army Service wherein some Person serves in the O-9 pay grade, at the U.S. Army General Rank. + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the O-2 pay grade, at the U.S. Army First Lieutenant Rank. + Act of U.S. Army Service at Pay Grade O-2 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the O-3 pay grade, at the U.S. Army Captain Rank. + Act of U.S. Army Service at Pay Grade O-3 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the O-4 pay grade, at the U.S. Army Major Rank. + Act of U.S. Army Service at Pay Grade O-4 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the O-5 pay grade, at the U.S. Army Lieutenant Colonel Rank. + Act of U.S. Army Service at Pay Grade O-5 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the O-6 pay grade, at the U.S. Army Colonel Rank. + Act of U.S. Army Service at Pay Grade O-6 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the O-7 pay grade, at the U.S. Army Brigadier General Rank. + Act of U.S. Army Service at Pay Grade O-7 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the O-8 pay grade, at the U.S. Army Major General Rank. + Act of U.S. Army Service at Pay Grade O-8 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service wherein some Person serves in the O-9 pay grade, at the U.S. Army Lieutenant General Rank. + Act of U.S. Army Service at Pay Grade O-9 + + + + + + + + + Act of U.S. Army Service at Pay Grade W-1 + + + + + + + + + Act of U.S. Army Service at Pay Grade W-2 + + + + + + + + + Act of U.S. Army Service at Pay Grade W-3 + + + + + + + + + Act of U.S. Army Service at Pay Grade W-4 + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service at Pay Grade E-4 , wherein some Person serves at the U.S. Army Corporal Rank. + Act of U.S. Army Service at U.S. Army Corporal Rank + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service at Pay Grade E-8, wherein a Person serves at the U.S. Army First Sergeant Rank. + Act of U.S. Army Service at U.S. Army First Sergeant Rank + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service at Pay Grade E-8, wherein a Person serves at the U.S. Army Master Sergeant Rank. + Act of U.S. Army Service at U.S. Army Master Sergeant Rank + + + + + + + + + + + + + + + + + + + An Act of U.S. Army Service at Pay Grade E-4, wherein some Person serves at the U.S. Army Specialist Rank. + Act of U.S. Army Service at U.S. Army Specialist Rank + + + + + + + + + An Act of U.S. Army Promotion wherein some U.S. Army promotion authority advances some U.S. Army Warrant Officer to the next highest U.S. Army Warrant Officer Rank. + Act of U.S. Army Warrant Officer Promotion + + + + + + + + + Act of U.S. Coast Guard Commissioned Officer Promotion + + + + + + + + + Act of U.S. Coast Guard Promotion + + + + + + + + + An Act of Military Rank Promotion in which an Agent holding an Authority Role within either the U.S. Government, the Department of the Navy, or the U.S. Navy, realizes that authority by advancing some U.S. Marine to a Military Rank higher than the Marine's current rank. + Act of U.S. Marine Corps Promotion + + + + + + + + + An Act of U.S. Military Service wherein some Person serves as a member of the U.S. Marine Corps. + Act of U.S. Marine Corps Service + + + + + + + + + + + + + + + + + + + + An Act of Military Service wherein a Person serves as a member of some branch of the U.S. Armed Forces. + Act of U.S. Military Service + + + + + + + + + An Act of U.S. Military Service which is composed of those Acts of U.S. Military Service a Person is an agent in over the duration of their time at their current Department of Defense Paygrade. + Act of U.S. Military Service at Current Department of Defense Pay Grade + + + + + + + + + An Act of U.S. Navy Promotion in which an Agent holding an Authority Role within either the U.S. Government, the Department of the Navy, or the U.S. Navy, realizes that authority by advancing some U.S. Navy Commissioned Officer to a higher U.S. Navy Commissioned Officer Rank. + Act of U.S. Navy Commissioned Officer Promotion + + + + + + + + + An Act of Military Rank Promotion in which an Agent holding an Authority Role within either the U.S. Government, the Department of the Navy, or the U.S. Navy, realizes that authority by advancing some U.S. Navy Sailor to a Military Rank higher than the Sailor's current rank. + Act of U.S. Navy Promotion + + + + + + + + + Act of U.S. Military Service wherein some Person serves as a member of the U.S. Navy. + Act of U.S. Navy Service + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-1 pay grade, at the U.S. Navy Ensign Rank. + Act of U.S. Navy Service at Pay Grade O-1 + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-2 pay grade, at the U.S. Navy Lieutenant Junior Grade Rank. + Act of U.S. Navy Service at Pay Grade O-2 + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-3 pay grade, at the U.S. Navy Lieutenant Rank. + Act of U.S. Navy Service at Pay Grade O-3 + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-4 pay grade, at the U.S. Navy Lieutenant Commander Rank. + Act of U.S. Navy Service at Pay Grade O-4 + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-5 pay grade, at the U.S. Navy Commander Rank. + Act of U.S. Navy Service at Pay Grade O-5 + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-6 pay grade, at the U.S. Navy Captain Rank. + Act of U.S. Navy Service at Pay Grade O-6 + + + + + + + + + + + + + + + + + + + Act of U.S. Navy Service wherein some Person serves in the O-7 pay grade, at the U.S. Navy Rear Admiral Lower Half Rank. + Act of U.S. Navy Service at Pay Grade O-7 + + + + + + + + + An Act of U.S. Army Service at Pay Grade E-7 wherein some Person serves in the U.S. Regular Army at the U.S. Army Sergeant First Class Rank. + Act of U.S. Regular Army Service at Pay Grade E-7 + + + + + + + + + Act of U.S. Space Force Commissioned Officer Promotion + + + + + + + + + Act of U.S. Space Force Promotion + + + + + + + + + The promotion authority in these cases is the soldier's unit commander. + Act of Decentralized U.S. Army Enlisted Promotion + Act of Unit Level U.S. Army Enlisted Promotion + + + + + + + + + An Act of Promotion to U.S. Army Master Sergeant Rank (USAR) in which some Active Guard Reserve Sergeant First Class, whose name is listed on a Headquarters, Department of the Army centralized promotion recommended list for the U.S. Army Master Sergeant Rank, is advanced to that rank by order of the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 4, Centralized Promotions (Sergeant First Class, Master Sergeant, and Sergeant Major): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Active Guard Reserve Centralized Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant First Class Rank (USAR) in which an Active Guard Reserve Staff Sergeant, whose name is listed on a Headquarters, Department of the Army centralized promotion recommended list for the U.S. Army Master Sergeant Rank, is advanced to that rank by order of the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 4, Centralized Promotions (Sergeant First Class, Master Sergeant, and Sergeant Major): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Active Guard Reserve Centralized Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank (USAR) in which an Active Guard Reserve Regular Army Master Sergeant, or Active Guard Reserve First Sergeant, whose name is listed on a Headquarters, Department of the Army centralized promotion recommended list for the U.S. Army Sergeant Major Rank, is advanced to that rank by order of the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 4, Centralized Promotions (Sergeant First Class, Master Sergeant, and Sergeant Major): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Active Guard Reserve Centralized Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + A Flag Officer Rank signifyng that the holder of the rank has the authority to command a regional fleet (such as the + Admiral Rank + true + + + + + + + + + Admiral Role + true + + + + + + + + + A U.S. Navy Enlisted Leadership Development Course Requirement that requires some U.S. Navy Petty Officer Second Class to have completed an Advanced Leadership Development Course as a condition for advancement to the U.S. Navy Petty Officer First Class Rank. + https://www.mynavyhr.navy.mil/Portals/55/Messages/NAVADMIN/NAV2019/NAV19185.txt?ver=A-pLJ9CU31C0SmXOnra6lw%3D%3D + +https://365chief.com/uploads/3/5/1/6/35163276/layingthekeel.pdf + +Replaces the previous Petty Officer First Class Selectee Leadership Course requirement from: + +BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', paragraph 210c + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Advanced Leader Development Course Requirement + + + + + + + + + Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + A U.S. Army Enlisted Professional Military Education Requirement that requires some U.S. Army enlisted soldier to have graduated the Advanced Leadership Course, as a condition for promotion pin-on to the U.S. Army Staff Sergeant Rank. + U.S. Army Advanced Leadership Course Requirement + + + + + + + + + Air Marshal Rank +Air Chief Marshal Rank +Air Vice Marshal Rank +Air Commodore Rank + DEFINED CLASS + This is the general type of rank under which falls the 1-4 star ranks used in the United Kingdom's Royal Air Force, as well as many other Commonwealth nations. These are the ranks equivalents of the 1-4 star general ranks used in the U.S. Air Force. + Air-Officer Rank + + + + + + + + + Air Chief Marshal Rank + true + + + + + + + + + Air Commodore Rank + true + + + + + + + + + Used in the British Royal Air Force, and other commonwealth nation air forces. + +Subclasses are equivalent in rank to similarly labeled Air Force Aircraftwoman Ranks. + Air Force Aircraftman Rank + true + + + + + + + + + Used in the British Royal Air Force, and other commonwealth nation air forces. + +Subclasses are equivalent in rank to similarly labeled Air Force Aircraftman Ranks. + Air Force Aircraftwoman Rank + true + + + + + + + + + Air Force Brigadier General Rank + true + + + + + + + + + Air Force Brigadier General Role + true + + + + + + + + + Air Force Captain Rank + true + + + + + + + + + Air Force Captain Role + true + + + + + + + + + A U.S. Air Force Senior Non-Commissioned Officer who has some Air Force Chief Master Sergeant Rank and is the bearer of some Air Force Chief Master Sergeant Role. + Air Force Chief Master Sergeant + true + + + + + + + + + Used in various branches of the Philippines armed forces. + Air Force Chief Master Sergeant Rank + true + + + + + + + + + Air Force Chief Master Sergeant Role + true + + + + + + + + + Air Force Colonel Rank + true + + + + + + + + + Air Force Colonel Role + true + + + + + + + + + Air Force First Lieutenant Rank + true + + + + + + + + + Air Force First Lieutenant Role + true + + + + + + + + + Air Force First Sergeant Rank + true + + + + + + + + + Senior NCO + https://en.wikipedia.org/wiki/Flight_sergeant + Air Force Flight Sergeant Rank + true + + + + + + + + + Air Force General Rank + true + + + + + + + + + Air Force command role a member of the Air Force lawfully exercises over subordinates by virtue of holding the General rank, and which is realized in.... + Air Force General Role + true + + + + + + + + + Air Force Leading Aircraftman Rank + true + + + + + + + + + Air Force Leading Aircraftwoman Rank + true + + + + + + + + + Air Force Lieutenant Colonel Rank + true + + + + + + + + + Air Force Lieutenant Colonel Role + true + + + + + + + + + Air Force Lieutenant General Rank + true + + + + + + + + + Air Force Lieutenant General Role + true + + + + + + + + + Air Force Major General Rank + true + + + + + + + + + Air Force Major General Role + true + + + + + + + + + Air Force Major Rank + true + + + + + + + + + Air Force Major Role + true + + + + + + + + + A Master Sergeant who has some Air Force Master Sergeant Rank and is the bearer of some Air Force Master Sergeant Role. + Air Force Master Sergeant + true + + + + + + + + + Air Force Master Sergeant Rank + true + + + + + + + + + Air Force Master Sergeant Role + true + + + + + + + + + Air Force Second Lieutenant Rank + true + + + + + + + + + Air Force Second Lieutenant Role + true + + + + + + + + + Air Force Senior Aircraftman Rank + true + + + + + + + + + Air Force Senior Aircraftman Technician Rank + true + + + + + + + + + Air Force Senior Aircraftwoman Rank + true + + + + + + + + + Air Force Senior Aircraftwoman Technician Rank + true + + + + + + + + + A Senior Master Sergeant who has some Air Force Senior Master Sergeant Rank and is the bearer of some Air Force Senior Master Sergeant Role. + Air Force Senior Master Sergeant + true + + + + + + + + + Senior NCO + Air Force Senior Master Sergeant Rank + true + + + + + + + + + Air Force Senior Master Sergeant Role + true + + + + + + + + + Air Force Sergeant Rank + true + + + + + + + + + A JNCO Staff Sergeant who has some Air Force Staff Sergeant Rank and is the bearer of some Air Force Staff Sergeant Role. + Air Force Staff Sergeant + true + + + + + + + + + Air Force Staff Sergeant Rank + true + + + + + + + + + Air Force Staff Sergeant role + true + + + + + + + + + A Technical Sergeant who has some Air Force Technical Sergeant Rank and is the bearer of some Air Force Technical Sergeant Role. + Air Force Technical Sergeant + true + + + + + + + + + Air Force Technical Sergeant Rank + true + + + + + + + + + Air Force Technical Sergeant role + true + + + + + + + + + Air Force of Zimbabwe Aircraftman Rank + + + + + + + + + Air Force of Zimbabwe Leading Aircraftman Rank + + + + + + + + + below corporal + Air Force of Zimbabwe Senior Aircraftman Rank + + + + + + + + + Air Marshal Rank + true + + + + + + + + + Air Vice Marshal Rank + true + + + + + + + + + A U.S. Air Force Enlisted Professional Military Education Requirement that requires some U.S. Air Force Senior Airman to have completed the U.S. Air Force Airman Leadership School within 179 days, and prior to the promotion increment month, as a condition for promotion to the U.S. Air Force Staff Sergeant Rank. + Table 1.1. https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + "If EPME is not completed by the promotion increment month, the projected promotion will be placed into “withhold” status as referenced in Table 1.3., item 10. (T-1). If EPME is not completed by the end of the promotion cycle the projected promotion will be canceled and not reinstated (except for promotion to SSgt). (T-1). The end of the promotion cycle is defined as the last month promotions will increment for that particular cycle as outlined in the Enlisted Promotion Eligibility Chart available on myPers." + +Table 1.1.https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Exception: "The only exceptions for waivers beyond 179 days is for Airmen on +Temporary Duty (TDYs) or deployments that exceed 179 days, short-tour locations with no EPME available, and those who cannot complete required EPME before promotion due to circumstances beyond their control (e.g., retraining, medical issues, personal hardship, Exceptional Family Member Program). (T1). The squadron commander is the approval or disapproval authority for EPME waivers (cannot be furtherdelegated). Commanders use Attachment 3 to request a promotion waiver for deserving Airmen who meet these scenarios. Route these requests through AFPC/DP2SPP. If approved, AFPC/DP2SPP will update MilPDS and, if required, will grant a retroactive effective date in accordance with paragraph 1.17. (T-1). Commanders may only approve one EPME waiver per Airman; approval authority for subsequent EPME waiver requests are at the discretion of the Directorate of Force Development (AF/A1D)." + +Table 1.1.https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + U.S. Air Force Airman Leadership School Requirement + + + + + + + + + Army Brigadier General Rank + true + + + + + + + + + Army Brigadier General Role + true + + + + + + + + + Army Captain Rank + true + + + + + + + + + Army Captain Role + true + + + + + + + + + Army Colonel Rank + true + + + + + + + + + Army Colonel Role + true + + + + + + + + + Army Colour Sergeant Rank + true + + + + + + + + + Army Commandant Rank + true + + + + + + + + + Army First Lieutenant Role + true + + + + + + + + + Army First Lieutenant Rank + true + + + + + + + + + A First Sergeant who has some Army First Sergeant Rank and is the bearer of some Army First Sergeant Role. + Army First Sergeant + true + + + + + + + + + From wikipedia: "In the United States Air Force and Space Force, first sergeants are special duty temporary ranks[8] and positional billets." Held by warrant officers. + Army First Sergeant Rank + true + + + + + + + + + Army First Sergeant Role + true + + + + + + + + + Army General Rank + true + + + + + + + + + Army General Role + true + + + + + + + + + Army Lieutenant Colonel Rank + true + + + + + + + + + Army Lieutenant Colonel Role + true + + + + + + + + + Army Lieutenant General Rank + true + + + + + + + + + Army Lieutenant General Role + true + + + + + + + + + Army Major General Rank + true + + + + + + + + + Army Major General Role + true + + + + + + + + + Army Major Rank + true + + + + + + + + + Army Major Role + true + + + + + + + + + Army Master Corporal Rank + true + + + + + + + + + A Master Sergeant who has some Army Master Sergeant Rank and is the bearer of some Army Master Sergeant Role. + Army Master Sergeant + true + + + + + + + + + Army Master Sergeant Rank + true + + + + + + + + + Army Master Sergeant Role + true + + + + + + + + + A Private who has some Army Private Rank and is the bearer of some Army Private Role. + Army Private + true + + + + + + + + + A Private Rank held by some enlisted Army soldier. + Army Private Rank + true + + + + + + + + + Army Private Role + true + + + + + + + + + An Act of Promotion to U.S. Army Master Sergeant Rank (USAR) in which a U.S. Army Reserve Element Commander selects an Army Reserve Element Sergeant First Class under their command from the Permanent Promotion Recommended List, and assigns that Soldier to a position vacancy authorized for the U.S. Army Master Sergeant Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Ch. 5 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Particularly: + +Paragraphs 5-2c, 5-2a, 5-5b(3), 5-7g, and 5-16a. + Army Reserve Element Centralized Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant First Class Rank (USAR) in which a U.S. Army Reserve Element Commander selects an Army Reserve Element Staff Sergeant under their command from the Permanent Promotion Recommended List, and assigns that Soldier to a position vacancy authorized for the U.S. Army Sergeant First Class Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Ch. 5 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Particularly: + +Paragraphs 5-2c, 5-2a, 5-5b(3), 5-7g, and 5-16a. + Army Reserve Element Centralized Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank (USAR) in which a U.S. Army Reserve Element Commander selects a Master Sergeant or First Sergeant under their command from the Permanent Promotion Recommended List, and assigns that Soldier to a position vacancy authorized for the U.S. Army Sergeant Major Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Ch. 5 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Particularly: + +Paragraphs 5-2c, 5-2a, 5-5b(3), 5-7g, and 5-16a. + Army Reserve Element Centralized Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + Army Second Lieutenant Rank + true + + + + + + + + + Army Second Lieutenant Role + true + + + + + + + + + A Sergeant who has some Army Sergeant Rank and is the bearer of some Army Sergeant Role. + Army Sergeant + true + + + + + + + + + A Sergeant First Class who has some Army Sergeant First Class Rank and is the bearer of some Army Sergeant First Class Role. + Army Sergeant First Class + true + + + + + + + + + Senior NCO + Army Sergeant First Class Rank + true + + + + + + + + + Army Sergeant First Class Role + true + + + + + + + + + A Sergeant Major who has some Army Sergeant Major Rank and is the bearer of some Army Sergeant Major Role. + Army Sergeant Major + true + + + + + + + + + Army Sergeant Major Rank + true + + + + + + + + + Army Sergeant Major Role + true + + + + + + + + + Junior NCO rank: U.S. Army +Senior NCO rank: the rest (so far) + Army Sergeant Rank + true + + + + + + + + + Army Sergeant role + true + + + + + + + + + A JNCO Staff Sergeant who has some Army Staff Sergeant Rank and is the bearer of some Army Staff Sergeant Role. + Army Staff Sergeant + true + + + + + + + + + Army Staff Sergeant Rank + true + + + + + + + + + Army Staff Sergeant role + true + + + + + + + + + Army Technical Sergeant Rank + true + + + + + + + + + Bangladesh Air Force Air Chief Marshal Rank + General Officer + + + + + + + + + Bangladesh Air Force Air Commodore Rank + General Officer + + + + + + + + + Bangladesh Air Force Air Marshal Rank + General Officer + + + + + + + + + Bangladesh Air Force Air Vice Marshal Rank + General Officer + + + + + + + + + Bangladesh Air Force Aircraftman 1 Rank + + + + + + + + + Bangladesh Air Force Aircraftman 2 Rank + + + + + + + + + Bangladesh Air Force Commissioned Officer Rank + + + + + + + + + "A Cpl is a Non-Commissioned Officer (NCO) . An airman promoted to the rank of Corporal after completion of 07 years of service and having minimum 03 years service as Leading Aircraftman (LAC)." +[https://web.archive.org/web/20200221000201/http://www.joinbangladeshairforce.mil.bd/index.php/main_controll/ranks_structure_baf?1=1&pagemenu=ranks_structure_baf&submenu=2] + Bangladesh Air Force Corporal Rank + + + + + + + + + Bangladesh Air Force Flight Lieutenant Rank + + + + + + + + + Bangladesh Air Force Flying Officer Rank + + + + + + + + + Bangladesh Air Force Group Captain Rank + Field Officer + + + + + + + + + Bangladesh Air Force Junior Commissioned Officer Rank + + + + + + + + + Bangladesh Air Force Junior Enlisted Rank + + + + + + + + + Bangladesh Air Force Leading Aircraftman Rank + + + + + + + + + মাস্টার ওয়ারেন্ট অফিসার + "They are the Junior Commissioned Officers (JCO) of Bangladesh Air Force. A Senior Warrant Officer promoted to the rank of Master Warrant Officer after completion of 25 years of service with minimum 02 years as substantive Senior Warrant Officer." [https://web.archive.org/web/20200221000201/http://www.joinbangladeshairforce.mil.bd/index.php/main_controll/ranks_structure_baf?1=1&pagemenu=ranks_structure_baf&submenu=2] + Bangladesh Air Force Master Warrant Officer Rank + + + + + + + + + Bangladesh Air Force Non-Commissioned Officer Rank + + + + + + + + + Bangladesh Air Force Pilot Officer Rank + + + + + + + + + সিনিয়র ওয়ারেন্ট অফিসার + "It is one of the Junior Commissioned Officer (JCO) of Bangladesh Air Force. A Warrant Officer is promoted to the rank of Senior Warrant Officer after completion of 22 years of service with minimum 02 years as substantive Warrant Officer." [https://web.archive.org/web/20200221000201/http://www.joinbangladeshairforce.mil.bd/index.php/main_controll/ranks_structure_baf?1=1&pagemenu=ranks_structure_baf&submenu=2] + Bangladesh Air Force Senior Warrant Officer Rank + + + + + + + + + "A Sgt is a Non-Commissioned Officer (NCO). A corporal promoted to the rank of Sgt after completion of 12 years of service and having minimum 03 years as substantive corporal." [https://web.archive.org/web/20200221000201/http://www.joinbangladeshairforce.mil.bd/index.php/main_controll/ranks_structure_baf?1=1&pagemenu=ranks_structure_baf&submenu=2] + Bangladesh Air Force Sergeant Rank + + + + + + + + + Bangladesh Air Force Squadron Leader Rank + Field Officer + + + + + + + + + ওয়ারেন্ট অফিসার + "It is the first Junior Commissioned Officers (JCO) rank of Bangladesh Air Force. A Sergeant promoted to the rank of Warrant Officer after completion of 18 years of service with having minimum 03 years as substantive Sergeant." [https://web.archive.org/web/20200221000201/http://www.joinbangladeshairforce.mil.bd/index.php/main_controll/ranks_structure_baf?1=1&pagemenu=ranks_structure_baf&submenu=2] + Bangladesh Air Force Warrant Officer Rank + + + + + + + + + Bangladesh Air Force Wing Commander Rank + Field Officer + + + + + + + + + "A Brigadier General is appointed as a Brigade Commander . Some time he serves as a Director at various directorate of Army Headquarters. He acts as Commandant at most of the training institutions. Some Brigadier Generals are posted to BGB as Sector Commander also." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Brigadier General Rank + + + + + + + + + "A Captain serves as a company second in command or a staff officer in unit and formation level. He holds various appointments like, Grade-3 Staff Officer, Adjutant, Quarter Master etc. Various extra regimental duties starts from this rank. Some Captains hold the appointment of Aid de Corp to senior officers. Some officers are posted to BGB, SSF, RAB as captain also." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Captain Rank + + + + + + + + + Notice that "Officiating Brigade Commander" is a specific sort of role below that of "Brigade Commander" which is held by the next higher rank, the Brigadier General. + "A Colonel is appointed as an Officiating Brigade Commander . Some time he serves as a Colonel Staff at formation level. Some Colonels are posted as a Station Commander. Some Colonels are posted to BGB as Sector Commander and DGFI as Colonel GS." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Colonel Rank + + + + + + + + + Bangladesh Army Commissioned Officer Rank + + + + + + + + + "A Cpl is base of the Non-Commissioned Officer (NCO) ranks. Cpls serve as a Section Commander, the smallest Army units. They are responsible for individual training, personal appearance and cleanliness of Soldiers." https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia + Bangladesh Army Corporal Rank + + + + + + + + + "A four star General is the highest rank in the Bangladesh Army. Chief of Army Staff in Bangladesh Army is a four star General." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army General Rank + + + + + + + + + Bangladesh Army Junior Commissioned Officer Rank + + + + + + + + + Bangladesh Army Junior Enlisted Rank + + + + + + + + + 'Lance Corporal are promoted to this level after one year or earlier by superior officer. Carries out orders issued to them to the best of his/her ability." https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia + Bangladesh Army Lance Corporal Rank + + + + + + + + + "He is the Battalion Commander. Some time he serves as a Grade-1 staff officer at formation level. He holds various appointments like Grade-1 Staff Officer, AA & QMG etc. He acts as Chief Instructor at most of the training institutions. Some officers are posted to BGB, RAB, POLICE, DGFI, SSF, NSI, BTRC as Lieutenant Colonel also." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Lieutenant Colonel Rank + + + + + + + + + "A Lieutenant General is a three star General. Some time he serves as PSO to the Chief of Army Staff or a PSO at Armed Forces Division or Director General at DGFI. He may act as a Commandant at National Defence College too." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Lieutenant General Rank + + + + + + + + + "A Lieutenant assists Company Commander in various unit activities. He serves as the administrative officer or staff officer in an unit." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Lieutenant Rank + + + + + + + + + "A Major General is appointed as a General Officer Commanding at Division Level or ARTDOC. Some time he serves as PSO to the Chief of Army Staff. He serves as a PSO at Armed Forces Division, Director General at DGFI, SSF, BGB, Ansar & VDP and some other organizations. He acts as Commandant at National Defence College, Defence Service Command and Staff College, Military Institute of Science and Technology and VC of Bangladesh University of Professionals etc." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Major General Rank + + + + + + + + + Thus notice that the role of Major (company commander) is pushed up one rank in this army). + "A Major serves as a Company Commander in a unit/ battalion. Some very senior Majors are appointed as Battalion Second in Command. Some are appointed as Officer Commanding of independent companies . He serves as a Grade-2 staff officer at HQ and formation level. He holds various appointments like Grade-2 Staff Officer, Brigade Major, DAA & QMG etc. He acts as Instructor at most of the training institutions. Some officers are posted to BGB, SSF, RAB, POLICE, DGFI, BNCC, NSI, BTRC as major also." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Major Rank + + + + + + + + + "There's only one Master Warrant Officer in a Battalion. Serves as the senior advisor and consultant to the Commanding Officer." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Master Warrant Officer Rank + + + + + + + + + Bangladesh Army Non-Commissioned Officer Rank + + + + + + + + + Bangladesh Army Private Rank + "Lowest rank: a trainee who's starting Basic Training . Primary role is to carry out orders issued to them to the best of his/her ability. Sainik does not have an insignia." https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia + Bangladesh Army Sainik Rank + + + + + + + + + "A Second Lieutenant is the junior most officer in a Battalion. He serves as the administrative officer or staff officer in an unit." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Second Lieutenant Rank + + + + + + + + + "Key appointment and the platoon leader. Generally has 22 to 25 years of Army experience and puts it to use by making quick, accurate decisions in the best interests of the Soldiers." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Senior Warrant Officer Rank + + + + + + + + + "A Sgt commands a section (9 to 10 Soldiers). He holds various important appointments at platoon, company and battalion level. SGTs have greatest impact on Soldiers because Sgts oversee them in their daily tasks. In short, Sgts set an example and the standard for Sainiks to look up to, and live up to. They hold key appointments in the Company and Regiments." https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia + Bangladesh Army Sergeant Rank + + + + + + + + + "Key appointment and the platoon leader. Generally has 15 to 20 years of Army experience and puts it to use by making quick, accurate decisions in the best interests of the Soldiers and the country." [https://joinbangladesharmy.army.mil.bd/home/page/ranks-insignia] + Bangladesh Army Warrant Officer Rank + + + + + + + + + Basic Active Service Date + + + + + + + + + A Date of Initial Entry Into Military Service Identifier that designates the Day on which some Person officially began their military service in the U.S. Army. + Basic Active Service Date Identifier + + + + + + + + + "Beginning July 1, all Soldiers with the rank of specialist who have been recommended for advancement by a promotion board and completed the Basic Leader Course, or BLC, will be laterally promoted to corporal, a junior NCO. + +Soldiers who currently hold the corporal rank must qualify for the promotion board and graduate from BLC to remain corporals, or they will be laterally assigned back to the grade of specialist." [https://www.army.mil/article/247183/soldiers_to_pin_on_corporal_after_blc] + +Previously, completion of the BLC was only required as a condition for promotion to the rank of SGT (from either the rank of SPL or CPL). Previously, one could be promoted to the rank of CPL without having already completed the BLC. This is no longer the case. + +Since 'Basic Leader Course Requirement for Promotion to U.S. Army Corporal' is a type of action requirement for PROMOTION in military rank, this class only covers instances of Action Requirement that apply to U.S. Army soldiers that have not yet attained the rank of CPL and are seeking promotion to that rank. Instances of the BLC requirement that apply to current CPLs who attained that rank prior to July 1st, under the previous regulations, do not fall under this class. + Need to figure out the following: is there a choice between moving from the rank of PFC to either the SPC or CPL rank? If so, then the textual definition should leave open the rank of the person in question. But if the rule is one must go through each, then this should be a requirement applying to a SPC. + The Basic Leader Course was formerly called the Warrior Leader Course and the Primary Leadership Development Course. + A U.S. Army Enlisted Professional Military Education Requirement for Promotion in Military Rank that requires some U.S. Army enlisted soldier to have graduated the Basic Leader Course as a condition for promotion to the U.S. Army Corporal Rank, as they transition into the junior non-comissioned officer ranks. + Basic Leader Course Requirement for Promotion to U.S. Army Corporal Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + A U.S. Army Enlisted Professional Military Education Requirement that requires some U.S. Army enlisted soldier to have graduated the Basic Leader Course as a condition for a promotion pin-on to the U.S. Army Sergeant Rank. + Basic Leader Course Requirement for Promotion Pin-on to U.S. Army Sergeant Rank + + + + + + + + + Brigadier General Rank + true + + + + + + + + + Brigadier General Role + true + + + + + + + + + Used in the British Army and Royal Marines. Historically, this rank descended from the rank of Brigadier-general, though the current incarnation of the rank is a field-officer rank, hence the removal of 'general' from the title. + +https://en.wikipedia.org/wiki/Brigadier_(United_Kingdom) + Brigadier Rank + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Armed Forces Field Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Armed Forces General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Armed Forces Junior Officer Rank + + + + + + + + + Is a separate grade of ranks between the non-commissioned officer ranks and commissioned officer ranks. + +But British Warrant Officers fall under the broad category 'Other Ranks', which is the analogue of the term 'Enlisted Ranks'. + +The British warrant officer ranks have NATO Codes of OR-9 and OR-8. In the U.S. Armed Forces, the equivalent ranks that fall within these NATO grades are non-commissioned officer ranks. + +https://en.wikipedia.org/wiki/Warrant_officer_(United_Kingdom) + An Enlisted Rank within the British Armed Forces that is a military rank junior to the British Armed Forces Commissioned Officer Ranks, and senior to the British Armed Forces Non-Commissioned Officer Ranks, and is held by virtue of a warrant from the British Queen (or King) which is signed by the Secretary of State for Defence. + British Armed Forces Warrant Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Is a NATO equivalent to the U.S. Army Brigadier General Rank. + Used in the British Army and Royal Marines. Historically, this rank descended from the rank of Brigadier-general, though the current incarnation of the rank is a field-officer rank, hence the removal of 'general' from the title. + +https://en.wikipedia.org/wiki/Brigadier_(United_Kingdom) + "Brigadiers can command a brigade or be a director of operational capability groups such as a director of staff." + +[Does this mean that they are also directors of staff at the brigade level? Where colonels serve as staff officers. See comment on BA Colonel Rank] + +Brigade consisting of 3-5 battalions and supporting elements is commanded by a Brigadier. + British Army Brigadier Rank + Field Officer Rank (UK) + + + + + + + + + + + + + + + + + + + + + + + + + + + Note that in the U.S. Army, it is the 1st Lt that (while primarily serving as a platoon commander) may serve as executive officer at the company level). + +XO is comparable to second-in-command. + +Notice that the CPT in the Bangladesh Army also primarily serves as company second-in-command. [Commonwealth derived rank systems: although what is reflected is really the roles associated with the ranks] + British Army Junior Officer Rank that is directly above the British Army Lieutenant Rank and directly below the British Army Major Rank, and which signifies that the rank holder typical serves as second in command of a company. + https://www.army.mod.uk/who-we-are/ + https://www.army.mod.uk/who-we-are/our-people/ranks/ + "They are key players in the planning and decision-making process, with tactical responsibility for operations on the ground as well as equipment maintenance, logistic support and personnel." https://www.army.mod.uk/who-we-are/our-people/ranks/ + British Army Captain Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + "Colonels are not usually field commanders (except in the Royal Army Medical Corps). +Typically they serve as staff officers between field commands at battalion/brigade level. +It is the lowest of the staff ranks and they are the principal advisors to senior officers." + British Army Colonel Rank + Field Officer Rank (UK) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + British Army Colour Sergeant Rank + + + + + + + + + British Army Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Given command of more soldiers and equipment, including tanks and guns. + British Army Junior Non-Commissioned Officer Rank which is directly above the British Army Lance Corporal Rank and directly below the British Army Sergeant Rank, and which signifies that the rank holder serves as the commander of a section composed of two fireteams. + https://www.army.mod.uk/who-we-are/ + https://www.army.mod.uk/who-we-are/our-people/ranks/ + British Army Corporal Rank + + + + + + + + + + + + + + + + + + + + + Highest rank in the British Army. + British Army Field Marshal Rank + General Officer Rank + + + + + + + + + British Army Field Officer Rank + + + + + + + + + British Army General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + "Generals hold the most senior appointments - such as Chief of Defence Staff, Vice Chief of Defence Staff, Chief of the general Staff, Deputy Supreme Allied Commander Europe, and Commander in Chief Land Forces." + British Army General Rank + General Officer Rank + + + + + + + + + British Army Junior Non-Commissioned Officer Rank + + + + + + + + + British Army Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + The following is from: https://www.army.mod.uk/who-we-are/our-people/ranks/ + +Promotion to rank follows after initial trade training, or about 4 years as a private. + +Required to supervise a small team of up to 4 soldiers called a section. + +Also have opportunity to undertake specialist military training. + +[There is an inconsistency here between the overview, and the claim on the British Army's main page that a section is commanded by a corporal and has 8-10 Soldiers]. + British Army Junior Non-Commissioned Officer Rank that is directly below the British Army Corporal Rank and directly above the British Army Private Rank, and which signifies that the rank holder serves as the commander of a fireteam of up to four soldiers. + https://www.army.mod.uk/who-we-are/ + https://www.army.mod.uk/who-we-are/our-people/ranks/ + British Army Lance Corporal Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + From: https://www.army.mod.uk/who-we-are/ + +Battalion/Regiment is commanded by a Lieutenant Colonel. + +Contains 4-6 companies [what does?] +Website also says that a Battalion consists of 5 companies. + +720 personnel [note: that would be 6 companies] + +Assisted by a Regimental Sergeant Major. + +May also command a Battlegroup, which is a Combined Arms Unit. 700-1000 personnel. + British Army Lieutenant-colonel Rank + British Army Lieutenant Colonel Rank + Field Officer Rank (UK) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Army Lieutenant-general Rank + "Lieutenant Generals command formations of Corps size and other commands in the UK and overseas. +They also hold very senior staff appointments in the Ministry of Defence and other headquarters." [https://www.army.mod.uk/who-we-are/our-people/ranks/] + British Army Lieutenant General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + NATO equivalent of the U.S. Army First Lieutenant Rank + British Army Lieutenant Rank + Junior Officer Rank (UK) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Army Major-general Rank + Commands a Division, the largest formation the British Army fields. Such a Division is said to consist of 2-3 brigades with 40,000 troops. [https://www.army.mod.uk/who-we-are/] + +"Major Generals command formations of division size and the Royal Military Academy Sandhurst, and hold senior staff appointments in the Ministry of Defence and other headquarters." [https://www.army.mod.uk/who-we-are/our-people/ranks/] + British Army Major General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + "Typically a Major will be given command of a sub-unit of up to 120 officers and soldiers with responsibility for their training, welfare and administration both in camp and op operations, as well as the management of their equipment." https://www.army.mod.uk/who-we-are/our-people/ranks/ + Note that the British Army Major commands the company, whereas the U.S. Army Captain commands the company. + +The major is assisted and advised by a Soldier who has the role of Company Sergeant Major. This role [have to confirm] seems to be given to a Soldier with the rank of Warrant Officer Class 2: + +"WO2s act as the senior advisors to the Major in command of the sub-unit and may also be selected for a commission as an Officer." [https://www.army.mod.uk/who-we-are/our-people/ranks/] + British Army Field Officer Rank that is directly above the British Army Captain Rank and directly below the British Army Lieutenant Colonel Rank, and which signifies that the rank holder typically serves as the commanding officer of a company consisting of 3 platoons and a headquarters. + https://www.army.mod.uk/who-we-are/ + https://www.army.mod.uk/who-we-are/our-people/ranks/ + British Army Major Rank + + + + + + + + + A Non-Commissioned Officer Rank that is used by the British Army. + British Army Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Army Private Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Army Second Lieutenant Rank + Junior Officer Rank (UK) + + + + + + + + + British Army Senior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Usually promoted after 12 years of service. Usually second in command of a troop or platoon of up to 35 soldiers. Have the important responsibility of advising and assisting junior officers. + British Army Senior Non-Commissioned Officer Rank that is directly above the British Army Corporal Rank and directly below the British Army Colour Sergeant and Staff Sergeant Ranks, and which signifies that a rank holder typically serves as a deputy commander of a troop or platoon, advising junior Non-Commissioned Officers. + https://www.army.mod.uk/who-we-are/ + https://www.army.mod.uk/who-we-are/our-people/ranks/ + British Army Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Promoted to this rank, or color sergeant, after 3 years as a sergeant. + Senior NCO + British Army Staff Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Army Warrant Officer Class 1 Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Army Warrant Officer Class 2 Rank + + + + + + + + + British Army Warrant Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Brigadier Rank + Field Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Captain Rank + Junior Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Colonel Rank + Field Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + British Corps of Royal Marines Colour Sergeant Rank + + + + + + + + + British Corps of Royal Marines Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + British Corps of Royal Marines Corporal Rank + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + British Corps of Royal Marines Lance Corporal Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Lieutenant-colonel Rank + British Corps of Royal Marines Lieutenant Colonel Rank + Field Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Lieutenant-general Rank + British Corps of Royal Marines Lieutenant General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Lieutenant Rank + Junior Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Major-general Rank + British Corps of Royal Marines Major General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Major Rank + Field Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + Found conflicting info. Is this an OR-2 or and OR-1? Or both? + The equivalent of the private ranks in the British Army, as well as U.S. Army and Marine Corps. + British Corps of Royal Marines Marine Rank + + + + + + + + + British Corps of Royal Marines Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Second Lieutenant Rank + Junior Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + British Corps of Royal Marines Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Holders of this rank may be given the post of: + +Corps Regimental Sergeant Major + +https://en.wikipedia.org/wiki/Corps_Regimental_Sergeant_Major + British Corps of Royal Marines Warrant Officer Class 1 Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Corps of Royal Marines Warrant Officer Class 2 Rank + + + + + + + + + British Corps of Royal Marines Warrant Officer Rank + + + + + + + + + British Navy Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Air Chief Marshal Rank + Air Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Air Commodore Rank + Air Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Air Marshal Rank + Air Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Air Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Air Vice Marshal Rank + Air Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Training rank + British Royal Air Force Aircraftman Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Training rank + British Royal Air Force Aircraftwoman Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Only held by those in technical trades, and musicians. + Senior NCO + British Royal Air Force Chief Technician Rank + + + + + + + + + British Royal Air Force Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + British Royal Air Force Corporal Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Equivalent in rank to the U.S. Air Force Captain Rank. + +The term 'Flight Lieutenant' is the label for a rank used in many Commonwealth nation air forces, with a NATO Rank Scale Code of OF-2. This type of rank is equivalent to the rank of captain in the U.S. Air Force, Army, Marines and Space Force. + British Royal Air Force Flight Lieutenant Rank + Junior Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + British Royal Air Force Flight Sergeant Aircrew Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Equivalent to the British Army's staff sergeant or color sergeant ranks and the Navy's chief petty officer rank. + Senior NCO + https://en.wikipedia.org/wiki/Flight_sergeant + British Royal Air Force Flight Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Rank used in many Commonwealth nation air forces, including the United Kingdom. At NATO Code OF-1. Equivalent in rank to the U.S. Air Force and U.S. Space Force First Lieutenant Ranks. + British Royal Air Force Flying Officer Rank + Junior Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + Used in many air forces of Commonwealth nations, including the United Kingdom. It is equivalent to the rank of colonel in the U.S. Air Force, And it it is equivalent to the rank of naval captain in many navies, as well as the colonel rank in many armies. + British Royal Air Force Group Captain Rank + Field/Senior Officer Rank (Commonwealth) +Not sure + + + + + + + + + British Royal Air Force Junior Enlisted Rank + + + + + + + + + British Royal Air Force Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This rank is only used by one branch of the RAF, the RAF Regiment. Holders of this rank have charge over aircraftmen/women (OR-1); leading aircraftmen/women and senior aircraftmen/women (OR-2). But they do not have charge over those holding the senior aircraftman/woman technician ranks, even though these are OR-2. Only a holder of the OR-4 corporal rank has charge over the latter. + +https://en.wikipedia.org/wiki/Lance_corporal#Royal_Air_Force + +This rank was introduced for senior aircraftmen/woman who are promoted to take on the role of section second-in-command/fireteam leader in the RAF Regiment. + +Senior aircraftmen/women who work in technical trades are promoted to the senior aircraftman/woman technician ranks. + +https://en.wikipedia.org/wiki/RAF_other_ranks#Changes_in_2010_%E2%80%94_introduction_of_Lance_Corporal + British Royal Air Force Lance Corporal Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Leading Aircraftman Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Leading Aircraftwoman Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The British Royal Air Force doesn not have a NATO OR-8 rank. + +This is equivalent to the WO1 Warrant Officer ranks in the Army and Marines. + Various specialization for holders of this rank: + +Referred to by titles: + +Master signaller +Master Engineer +Master Air Electronics Operator +Master Air Loadmaster + British Royal Air Force Master Aircrew Rank + + + + + + + + + British Royal Air Force Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + 'Pilot Officer' is used for the lowest commissioned officer rank in the air forces of many Commonwealth nations, including the United Kingdom. Is equivalent to the rank of Second Lieutenant in the U.S. Air Force and Space Force. + Newly commissioned officers in the RAF start at the lower grade of Acting Pilot Officer. https://en.wikipedia.org/wiki/Acting_pilot_officer + British Royal Air Force Pilot Officer Rank + Junior Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Senior Aircraftman Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Used only in technical trades of the air force. Replaced the former junior technician rank. + British Royal Air Force Senior Aircraftman Technician Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Senior Aircraftwoman Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Air Force Senior Aircraftwoman Technician Rank + + + + + + + + + British Royal Air Force Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fly aircraft and helicopters. + SNCO + British Royal Air Force Sergeant Aircrew Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oversee junior airmen and women in daily tasks. + SNCO + British Royal Air Force Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Used in many air forces in Commonwealth nations. Equivalent to the rank of major in the U.S. Air Force. + British Royal Air Force Squadron Leader Rank + Field/Senior Officer Rank (Commonwealth) +Not sure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The British Royal Air Force doesn not have a NATO OR-8 rank. + They do not hold appointments like the warrant officers in the Army and Navy. + British Royal Air Force Warrant Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Used in many air forces in Commonwealth nations. Equivalent to the rank of lieutenant colonel in the U.S. Air Force. + British Royal Air Force Wing Commander Rank + Field/Senior Officer Rank (Commonwealth) +Not sure + + + + + + + + + + + + + + + + + + + + + British Royal Navy Able Rating + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + British Royal Navy Admiral of the Fleet Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Captain Rank + Senior Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Commander Rank + Senior Officer Rank (Commonwealth) + + + + + + + + + https://www.youtube.com/watch?v=SbSjBuQuPLc + British Royal Navy Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Commodore Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Flag Officer Rank + + + + + + + + + British Royal Navy Junior Rating + + + + + + + + + + + + + + + + + + + + + + + + + + + Equivalent to an army corporal. + Lowest NCO + Usually responsible for managing a small group of able rates. Role models and mentors. + British Royal Navy Leading Rating + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Lieutenant Commander Rank + Senior Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Lieutenant Rank + Junior Officer Rank (Commonwealth) + + + + + + + + + + + + + + + + + + + + + + + + + + + The term 'Midshipman' is used for the lowest officer rank in the navies of many Commonwealth Nations, including the United Kingdom. It is the equivalent to the Ensign Rank used in the U.S. Navy, as well some Commonwealth navies. + British Royal Navy Midshipman Rank + Junior Officer Rank (Commonwealth) + + + + + + + + + https://www.royalnavy.mod.uk/careers/navy-life/shaping-your-career + https://www.youtube.com/watch?v=SbSjBuQuPLc + British Royal Navy Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Niether senior NCO nor junior NCO? +https://en.wikipedia.org/wiki/Petty_officer#United_Kingdom + They have a senior rating (job specialty) and are responsible for certain sections of their department. + This is the only rank in the U.K.'s royal navy with the 'Petty Officer' label. It is directly below the rank of Chief Petty Officer and directly above the rank of Leading Rate (which is the U.K. royal navy's equivalent of the the U.S. Navy Petty Officer Third Class Rank). + British Royal Navy Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Rear Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Sub-Lieutenant Rank + Junior Officer Rank (Commonwealth) + Ranks with the title 'Sub-Lieutenant are used in many Commonwealth Nations. This is the equivalent of the Lieutenant Junior Grade ranks in the U.S. Navy and Coast Guard. + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Vice Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + British Royal Navy Warrant Officer Class 1 Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + This rank isn't listed on the BRN website... + +https://www.royalnavy.mod.uk/careers/navy-life/shaping-your-career + British Royal Navy Warrant Officer Class 2 Rank + + + + + + + + + British Royal Navy Warrant Officer Rank + + + + + + + + + In the Canadian Armed Forces, warrant officer ranks are a grade of ranks between the NCO ranks and the commissioned officer ranks. In the Canadian Armed Forces, all members of the military with ranks below that of commissioned officer are referred to as 'non-commissioned members'. [https://en.wikipedia.org/wiki/Non-commissioned_member] + Notably, only the Canadian Air Force and Army warrant officer ranks actually use the word 'warrant officer' in the rank titles. The Royal Canadian Navy warrant officer ranks include chief petty officer and petty officer ranks, whereas in many other navies, including the U.S. Navy and British Royal Navy, chief petty officers and petty officers are non-commissioned officers. + Canadian Armed Forces Warrant Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Brigadier-general Rank + Canadian Army Brigadier-général Rank + Canadian Army Brigadier General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Capitaine Rank + Canadian Army Captain Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + There are three special appointments or positions that a holder of this rank may fill. They are: + +Senior appointment chief warrant officer / Formation chief warrant officer + +Command chief warrant officer -> Canadian Army sergeant-major + +Canadian Forces chief warrant officer + +See: + +https://en.wikipedia.org/wiki/Chief_warrant_officer#Senior_appointments + Usually play a liasson role, and may also be appointed as regimental sergeant major in a battalion sized unit. + Canadian Army Adjudant-chef Rank + Canadian Army Chief Warrant Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Colonel Rank + Senior Officer Rank + + + + + + + + + https://www.canada.ca/en/services/defence/caf/military-identity-system/army-ranks.html + Canadian Army Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Can lead troops if they have the formal qualifications to be promoted to master corporal, but have not been promoted yet. + +Lowest rank empowered to give lawful commands. + Junior NCO + Canadian Army Caporal Rank + Canadian Army Corporal Rank + + + + + + + + + Canadian Army General Officer Rank + + + + + + + + + + + + + + + + + + + + + Canadian Army Général Rank + Canadian Army General Rank + General Officer Rank + + + + + + + + + https://www.youtube.com/watch?v=vbdNnhkuPjo + Canadian Army Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Lieutenant-colonel Rank + Canadian Army Lieutenant Colonel Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Lieutenant-general Rank + Canadian Army Lieutenant-général Rank + Canadian Army Lieutenant General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Major-general Rank + Canadian Army Major-général Rank + Canadian Army Major General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Major Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Have authority and power of command over all other corporals + Junior NCO + Canadian Army Caporal-chef Rank + Canadian Army Master Corporal Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + May hold a number of appointments, including the position of Sergeant Major who is the most senior non-commissioned member in a company sized army unit or sub-unit. + Canadian Army Adjudant-maître Rank + Canadian Army Master Warrant Officer Rank + + + + + + + + + https://www.youtube.com/watch?v=vbdNnhkuPjo + Canadian Army Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Canadian Army Private Recruit Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Sous-lieutenant Rank + Canadian Army Second Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SNCO + Usually used as section commanders. + Canadian Army Sergent Rank + Canadian Army Sergeants with less than three years seniority are considered OR-5 by the NATO Rank Scale. Those with three years of seniority or more are considered OR-6. See: https://militaria.lv/stanag.htm + Canadian Army Sergeant Rank + + + + + + + + + Canadian Army Warrant Officer Rank + + + + + + + + + Royal Canadian Navy Warrant Officer Rank + + + + + + + + + A Promotion List that is a list of U.S. military officers all holding the same rank, and all serving in the same military branch, such that: i) all the officers were recommended for promotion to the next higher rank, within the same competitive category, in the report of the same centralized selection board, and each officer's recommendation was subsequently approved by the President (or the President's designeee) after review of the report; ii) the names of the officers are placed on the list in the order of their seniority on the active-duty list or based on their particular merits, as determined by the selection board; and iii) the order in which the officers appear on the list represents the order in which those officers are to be promoted. + Title 10 USC, Subtitle A, Part II, Ch. 36, Subchapter II, §624(a)(1)(2) + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section624&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + +And Title 10 USC, Subtitle A, Part II, §611(a) + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-subtitleA-part2&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + "2–10. Approving promotion board recommendations +a. Promotion boards make recommendations to the President of the United States. The President has delegated authority to the SECDEF to approve or disapprove promotion board reports. The SECDEF has retained disapproval authority, but has delegated approval authority to the Principal Deputy Under Secretary of Defense for Personnel and Readiness." + 'Officer' here refers to either a Commissioned Officer or a Warrant Officer + +It is a essential part of the definition that each officer on the list was selected by the same selection board. This is because the date on which the relevant selection board was convened is a factor in determining when the officers on the resulting promotion list can expect to be promoted: + +From USC Title 10, §624(a)(2): + +"Promotions shall be made in the order in which the names of officers appear on the promotion list and after officers previously selected for promotion in that competitive category have been promoted." + +This clause covers for scenarios in which a new promotion selection board is convened for a given rank before all of the officers that were recommended for that same rank at a previous selection board have been promoted from the corresponding promotion list. (Numerous officers named on a previous promotion list may still be waiting to be promoted as they cannot be promoted to the next higher rank until additional officers are needed in that rank). + +Centralized promotion lists are typically compiled by the department Secretary of the relevant U.S. military branch. + Centralized Officer Promotion List + + + + + + + + + A Senior Non-Commissioned Officer who has some Chief Master Sergeant Rank and is the bearer of some Chief Master Sergeant Role. + Chief Master Sergeant + true + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Senior Non-Commissioned Officer who has some Chief Master Sergeant of the Air Force Rank and is the bearer of some Chief Master Sergeant of the Air Force Role. + Chief Master Sergeant of the Air Force + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + 2 ranks below U.S. Coast Guard Chief Warrant Officer 2 (there is no Coast Guard Warrant Officer 1 Rank). This class is one rank below the Navy, Army and Marine Corps Warrant Officer 1 Ranks, which are themselves 1 rank below U.S. Coast Guard Chief Warrant Officer 2. + Chief Master Sergeant of the Air Force Rank + + + + + + + + + Chief Master Sergeant of the Air Force Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Senior Non-Commissioned Officer who has some Chief Master Sergeant of the Space Force Rank and is the bearer of some Chief Master Sergeant of the Space Force Role. + Chief Master Sergeant of the Space Force + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + "The Chief Master Sergeant of the Space Force (CMSSF) is a unique non-commissioned rank in the United States Space Force. The holder of this rank and post represents the highest enlisted level of leadership in the Space Force, and as such, provides direction for the enlisted corps and represents their interests, as appropriate, to the American public, and to those in all levels of government. + +The CMSSF is appointed by the Space Force Chief of Staff (SF/CC) and serves as the senior enlisted advisor to the Space Force Chief of Staff and the Secretary of the Space Force on all issues regarding the welfare, readiness, morale and proper utilization and progress of the enlisted force." https://www.military.com/space-force/enlisted-ranks.html + 2 ranks below U.S. Coast Guard Chief Warrant Officer 2 (not Coast Guard Warrant Officer 1 Rank). This class is one rank below the Navy, Army and Marine Corps Warrant Officer 1 Ranks, which are themselves 1 rank below U.S. Coast Guard Chief Warrant Officer 2. + Chief Master Sergeant of the Space Force Rank + + + + + + + + + Chief Master Sergeant of the Space Force Role + + + + + + + + + Senior NCO + Chief Master Sergeant Rank + true + + + + + + + + + Chief Master Sergeant Role + true + + + + + + + + + A Senior Non-Commissioned Officer who has some Senior NCO Chief Petty Officer Rank and is the bearer of some Chief Petty Officer Role. + Chief Petty Officer + true + + + + + + + + + A U.S. Navy Enlisted Leadership Development Course Requirement that requires some U.S. Navy Petty Officer First Class to have completed an Chief Petty Officer Leadership Development Course as a condition for advancement to the U.S. Navy Chief Petty Officer Rank. + https://www.mynavyhr.navy.mil/Portals/55/Messages/NAVADMIN/NAV2019/NAV19185.txt?ver=A-pLJ9CU31C0SmXOnra6lw%3D%3D + +https://365chief.com/uploads/3/5/1/6/35163276/layingthekeel.pdf + +[[Not sure if this replaces the Chief Petty Officer Selectee Leadership Course requirement from: + +BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', paragraph 210d + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + +The first source cited above says that the Chief Petty Officer Leader Development Course will be delivered in addition to the CPO Selectee Indoctrination Course. I am not sure if this is referring to the Chief Petty Officer Selectee Leadership Course]] + Chief Petty Officer Leader Development Course + + + + + + + + + I have labeled this as 'Senior NCO Chief Petty Officer Rank' because in some armed forces, such as the Royal Canadian Navy, the Chief Petty Officer Ranks are Warrant Officer ranks, NOT NCO ranks. + +But not sure: are these non-commissioned officer ranks? Just special type? + These are all NCO ranks, and senior NCO ranks + +Keep as DEFINED CLASS?? + Chief Petty Officer Rank + + + + + + + + + Chief Petty Officer Role + true + + + + + + + + + + + + + + + + + + + + + U.S. Chief of Space Operations Role + + + + + + + + + Civilian Education Requirement for Promotion in Military Rank + + + + + + + + + Civilian Education Requirement for Promotion in U.S. Air Force Rank + + + + + + + + + Civilian Education Requirement for Promotion in U.S. Army Rank + + + + + + + + + Coast Guard Admiral Rank + true + + + + + + + + + Coast Guard Admiral Role + true + + + + + + + + + Coast Guard Captain Rank + true + + + + + + + + + Coast Guard Captain Role + true + + + + + + + + + Coast Guard Chief Petty Officer Role + true + + + + + + + + + A Command Master Chief Petty Officer who has some Coast Guard Command Master Chief Petty Officer Rank and is the bearer of some Coast Guard Command Master Chief Petty Officer Role. + Coast Guard Command Master Chief Petty Officer + true + + + + + + + + + Coast Guard Command Master Chief Petty Officer Rank + true + + + + + + + + + Coast Guard Command Master Chief Petty Officer Role + true + + + + + + + + + Coast Guard Commander Rank + true + + + + + + + + + Coast Guard Commander Role + true + + + + + + + + + Coast Guard Ensign Rank + true + + + + + + + + + Coast Guard Ensign Role + true + + + + + + + + + Junior Officer Coast Guard Lieutenant Commander Rank + true + + + + + + + + + Coast Guard Lieutenant Commander Role + true + + + + + + + + + Coast Guard Lieutenant Junior Grade Rank + true + + + + + + + + + Coast Guard Lieutenant Junior Grade Role + true + + + + + + + + + Coast Guard Lieutenant Rank + true + + + + + + + + + Coast Guard Lieutenant Role + true + + + + + + + + + A Master Chief Petty Officer who has some Coast Guard Master Chief Petty Officer Rank and is the bearer of some Coast Guard Master Chief Petty Officer Role. + Coast Guard Master Chief Petty Officer + true + + + + + + + + + Coast Guard Master Chief Petty Officer Rank + true + + + + + + + + + Coast Guard Master Chief Petty Officer Role + true + + + + + + + + + Coast Guard Rear Admiral Lower Half Rank + true + + + + + + + + + Coast Guard Rear Admiral Lower Half Role + true + + + + + + + + + Coast Guard Rear Admiral Rank + true + + + + + + + + + Coast Guard Rear Admiral Upper Half Role + true + + + + + + + + + A Senior Chief Petty Officer who has some Coast Guard Senior Chief Petty Officer Rank and is the bearer of some Coast Guard Senior Chief Petty Officer Role. + Coast Guard Senior Chief Petty Officer + true + + + + + + + + + Coast Guard Senior Chief Petty Officer Rank + true + + + + + + + + + Coast Guard Senior Chief Petty Officer Role + true + + + + + + + + + Coast Guard Vice Admiral Rank + true + + + + + + + + + Coast Guard Vice Admiral Role + true + + + + + + + + + Notice that while in most militaries, colonel is the rank directly below the Brigadier General rank, we do not assert that 'Colonel rank' is subclass of: 'is military rank directly below' SOME 'Brigadier General rank'. This is because there are instances of the class 'Colonel rank' that are not directly below any other rank. For example, colonel is the highest rank in countries such as Monaco with smaller militaries. + Colonel Rank + true + + + + + + + + + Colonel Role + true + + + + + + + + + These are Senior NCOs + Colour Sergeant Rank + true + + + + + + + + + A Chief Petty Officer who has some Command Master Chief Petty Officer Rank and is the bearer of some Command Master Chief Petty Officer Role. + Command Master Chief Petty Officer + true + + + + + + + + + Command Master Chief Petty Officer Rank + true + + + + + + + + + Command Master Chief Petty Officer Role + true + + + + + + + + + A U.S. Army Enlisted Professional Military Education Requirement that requires a U.S. Army Sergeant Major to have completed the Command Sergeants Major Course, as a condition of promotion to the U.S. Army Command Sergeant Major Rank. + https://en.wikipedia.org/wiki/Enlisted_Professional_Military_Education#Army + U.S. Army Command Sergeants Major Course Requirement + + + + + + + + + Commandant Rank + true + + + + + + + + + According to the DOD Dictionary of Military and Associated Terms, command authority is "The authority that a commander in the armed forces lawfully exercises over subordinates by virtue of rank or assignment." + +On the one hand, Article II of the U.S. Constitution grants the President command over the armed forces. On the other, the Presidency is a civilian office, and so the President is NOT a member of the armed forces. Nor does he/she have a rank. And so, if the DOD definition were taken as giving necessary and sufficient conditions, clearly the authority the President exercises doesn't fall under this definition. + +Yet, Army Regulation 600-20, "Army Command Policy", section 1-6 says: + +"a. Privilege to command. Command is exercised by virtue of office and the special assignment of members of the Armed Forces of the United States holding military grade who are eligible to exercise command. A commander is . . . a commissioned or WO [warrant officer] who, by virtue of grade and assignment, exercises primary command authority over a military organization or prescribed territorial area that under pertinent official directives is recognized as a ‘command.’… A civilian, other than the President as Commander-in-Chief (or National Command Authority), may not exercise command." + +This paragraph begins by claiming that those with the privilege to exercise command exercise that by virtue of their office and assignment as members of an Armed Force. This clearly implies that command is the privilege of certain members of the Armed Forces. And yet the paragraph concludes by implying that the President may exercise command. There is clearly no indication that a different type of command authority has been introduced--National Command Authority is supposed to be a subtype. This passage is clearly contradictory as it stands. + Commander-in-Chief Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Commission requires the agent to fulfill the duties of their office. Note the plural. Does the axiom handle this sort of case? Is a requirement to fulfill all duties of an office an instance of Action Requirement? Or do Action Requirements only have as instances requirements corresponding to one specific act? In that case a commission would impose multiple action requirements. + A Directive Information Content Entity that authorizes some Agent to exercise the powers of some high office, and which requires that the Agent discharge the duties of that office. + https://en.wikipedia.org/wiki/Commission_(document) + This should perhaps be a subclass of Action Regulation. But not a subclass of any of the three current types. + +This is because the commission, on the one hand, authorizes (permits) the Agent to exercise certain powers. For instance, an officer's commission in the United States Army authorizes that officer to command units, to issue orders to subordinates. + +On the other hand, it imposes requirements on the officer. Thus, the officer has certain duties or responsibilities towards their subordinates. + +Should we say that is an instance of both Action Permission and Action Requirement? + +Or that it is an Action Regulation that has instances of both types as parts? + Commission + + + + + + + + + + + + + + + + + + + A Document bearing some Commission. + Commission Document + + + + + + + + + + + + + + + + + + + + + + + + + + + A Person who is a member of some Armed Force, who has some Commissioned Officer Rank, and is the bearer of some Commissioned Officer Role. + Commissioned Officer + + + + + + + + + + + + + + + + + + + Military Rank Insignia that bears some Commissioned Officer Rank. + Commissioned Officer Rank Insignia + + + + + + + + + A NATO Rank Scale Code that classifies the Commissioned Officer Ranks used by member countries of NATO according to a standardized rank scale which matches the Commissioned Officer Ranks of each member country to the equivalent Commissioned Officer Ranks used by the other members. + https://en.wikipedia.org/wiki/Ranks_and_insignia_of_NATO + Commissioned Officer NATO Rank Code + + + + + + + + + Military Rank that signifies an Authority Role derived from a Military Commission from the head of state, and is typically appointed following training as a leadership and management generalist. + http://wwww.ontologylibrary.mil/CommonCore/Mid/MilitaryRanksOntology + Shane Babcock + Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + Military Rank Insignia Quality Pattern, inhering in some Commissioned Officer Rank Insignia, that concretizes some Commissioned Officer Rank. + Commissioned Officer Rank Insignia Quality Pattern + + + + + + + + + An Authority Role that inheres in an Agent by virtue of an Act of Military Commissioning, and which primarily involves the command of a military unit within some Armed Force. + By this definition, the primary role in which commissioned officers serve is that of unit commander. We import the Joint Doctrine Ontology term 'command[1]' under Authority Role, which is: "Definition: (DOD) 1. The authority that a commander in the armed forces lawfully exercises over subordinates by virtue of rank or assignment." + +A commissioned officer role is not equivalent to 'command[1]', because the Commissioned Officer Role involves service in roles other than command roles (e.g. when a U.S. Army Captain serves as a battalion or brigade officer after completing their assignment as a company commander.) + Commissioned Officer Role + + + + + + + + + These are Senior NCOs + Company Quartermaster Sergeant Rank + true + + + + + + + + + A [...] that requires some U.S. Army soldier to have completed a minimum 8 years cumulative enlisted service in order to be considered by the promotion selection board of the Headquarters of the Department of the Army for promotion to the U.S. Army Master Sergeant Rank. + Cumalative Enlisted Service Requirement for Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + A Requirement for Promotion in Military Rank that requires some Agent to have completed some mimimum time of cumulative enlisted service. + Cumulative Enlisted Service Requirement for Promotion in Military Rank + + + + + + + + + A [...] that requires some U.S. Army soldier to have completed a minimum 10 years cumulative enlisted service in order to be considered by the promotion selection board of the Headquarters of the Department of the Army for promotion to the U.S. Army Sergeant Major Rank. + Cumulative Enlisted Service Requirement for Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + A Calendar Date Identifier that designates the Calendar Day on which some Person officially entered into service in some branch of the U.S. Armed Forces. + Date of Initial Entry Into Military Service Identifier + + + + + + + + + Date of Initital Entry into Military Service + + + + + + + + + + + + + + + Have to think about this more. + +It seems like a DOR can be adjusted. Need to be able to deal with this. I think it means that a new calendar day takes on the feature captured by this definition. + Calendar Day which is either: i) the Calendar Day on which a Service Member's promotion or appointment to a particular Military Rank took effect; or ii) a Calendar Day preceding i) that is computed on the basis of relevant service credits previously accummulated by that Service Member; and which is used to determine the relative seniority of two or more Service Members holding the same Military Rank. + https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +https://www.armyresilience.army.mil/ard/images/pdf/Policy/600-20%20Army%20Command%20Policy.pdf + For instances of Date of Rank falling under disjunct ii), there are a variety of different service credits that are relevant. For example: + +In the case of an enlisted Service Member that retires from a given service branch of the U.S. Armed Forces, and later re-enlists in that same service, prior service may be used to compute the Date of Rank. + +Or in the case of a U.S. Army Commissioned Officer that retires from the Army, and then enlists in the Marine Corps, prior service in the Army may be used in the computation of the Date of Rank for his or her rank in the Marine Corps. + +In the case of original appointments as commissioned officers in the U.S. Armed Forces, certain advanced education, training, or special experience, may be used to compute date of rank. This is referred to as 'constructive service credit', since it refers to credited service that does not constitute actual military service. [Note that in some case a combination of both constructive service credits and actual service credits are used. As in the case of a U.S. Army Captain retires --due to a reduction in force--, and later is appointed as Second Lieutenant in the Air Force after accumulating constructive service credits in the iterim.] + The date on which a U.S. Army Corporal was promoted to the U.S. Army Sergeant Rank. + A Calendar Day on which a member of an Armed Force was actually, or constructively, appointed or promoted to a particular Military Rank. (Old definition). + Date of Rank is a factor used to determine the relative seniority of two or more members of an Armed Force that hold the same Military Rank. + This is meant to be a DEFINED CLASS, rather than a universal. It is not clear whether a corresponding logical equivalancy can be given. + Date of Rank + + + + + + + + + A Calendar Date Identifier that designates the Calendar Day on which a member of an Armed Force was actually, or constructively, appointed or promoted to a particular Military Rank. + The identifier of a Soldier's date of rank as it appears on a promotion order, or on a promotion recommended list. + Date of Rank Identifier + + + + + + + + + A Civilian Education Requirement for Promotion in U.S. Air Force Rank that is a condition for promotion to the Chief Master Sergeant Rank, which requires promotion eligible Airmen to have been conferred an associate or higher-level degree from a nationally or regionally accredited institution on or before the promotion eligibility cutoff date. + AIR FORCE INSTRUCTION 36-2502, §1.10. & Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Degree Requirement for Promotion to U.S. Air Force Chief Master Sergeant Rank + + + + + + + + + A Civilian Education Requirement for Promotion in U.S. Air Force Rank that is a condition for promotion to the Senior Master Sergeant Rank, which requires promotion eligible Airmen to have been conferred an associate or higher-level degree from a nationally or regionally accredited institution on or before the promotion eligibility cutoff date. + AIR FORCE INSTRUCTION 36-2502, §1.10. & Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Degree Requirement for Promotion to U.S. Air Force Senior Master Sergeant Rank + + + + + + + + + E-1 + + + + + + + + + E-2 + + + + + + + + + E-3 + + + + + + + + + E-4 + + + + + + + + + E-5 + + + + + + + + + E-6 + + + + + + + + + E-7 + + + + + + + + + E-8 + + + + + + + + + E-9 + + + + + + + + + A Calendar Day on which some Act of Military Rank Promotion takes effect. + Effective Date of Promotion + + + + + + + + + "All branches of the United States Armed Forces use the general term Enlisted Professional Military Education (EPME) to describe the formal system of education which each branch provides to its enlisted personnel. Each branch has its own system and sequence of courses, with the overall focus on leadership and management. Education generally increases in intensity and level of knowledge as individuals progress in rank and assume broader leadership roles. EPME is distinct from the technical training which service members receive for their Military Occupational Specialty (MOS), Air Force Specialty Code (AFSC), or Navy Rating." + +https://en.wikipedia.org/wiki/Enlisted_Professional_Military_Education + A Military Education Requirement for Promotion in Military Rank that requires an enlisted member of some U.S. Armed Force to complete some enlisted professional military education course, as a condition for promotion to some Enlisted Rank. + https://en.wikipedia.org/wiki/Enlisted_Professional_Military_Education + Enlisted Professional Military Education Requirement for Promotion in Military Rank + + + + + + + + + "Enlisted personnel are personnel below commissioned rank and make up the vast majority of military personnel. They are known by different names in different countries, such as other ranks (ORs) in the United Kingdom and some Commonwealth countries, and non-commissioned members (NCMs) in Canada." [https://en.wikipedia.org/wiki/Military_rank#Enlisted_personnel] + [Note: is this strong enough? Would this definition exclude the case where someone enlists at Private, works their way up the ranks, and later is transferred to cadet school (upon showing officer potential while in the enlisted ranks) and is then promoted to a commissioned officer rank after being commissioned by the president.] + Military Rank that signifies a position in the order of precedence below that of the Commissioned Officer Ranks, and is bestowed on a Service Member either when enrolling into an Armed Force, or on completion of basic training, or via a subsequent promotion. + Military Rank that specifies a position in the order of precedence among enlisted members of an Armed Force and is bestowed on a Service Member either when enlisting into an Armed Force, or on completion of basic training, or via a subsequent promotion. + In most Armed Forces, any rank below that of Commissioned Officer Rank; in the U.S. Armed Forces, any rank below that of warrant officer. + Enlisted Rank + + + + + + + + + + + + + + + + + + + Military Rank Insignia that bears some Enlisted Rank. + Enlisted Rank Insignia + + + + + + + + + Ensign Rank + true + + + + + + + + + Ensign Role + true + + + + + + + + + A Commissioned Officer who has some Field-Officer Rank and is the bearer of some Field-Officer Role. + Field-Officer + + + + + + + + + Field-Officer Captain Rank + true + + + + + + + + + Field-Officer Captain Role + true + + + + + + + + + Field-Officer Commander Rank + true + + + + + + + + + Field-Officer Commander Role + true + + + + + + + + + In many Commonwealth navies, 'Lieutenant Commander' is a Senior Officer Rank. + Field-Officer Lieutenant Commander Rank + true + + + + + + + + + Senior-Officer rank + A Commissioned Officer Rank signifying that holders of the rank have the authority to command units or formations that are expected to operate independently for short periods of time. + Field-Officer Rank + true + + + + + + + + + Field-Officer Role + true + + + + + + + + + Senior Lieutenant Rank + A Senior Lieutenant Rank that is used in various branches of the U.S. Armed Forces, and in various branches of Armed Forces that model their rank structures on that of the U.S. Armed Forces. + First Lieutenant Rank + true + + + + + + + + + First Lieutenant Role + true + + + + + + + + + A Senior Non-Commissioned Officer who has some First Sergeant Rank and is the bearer of some First Sergeant Role. + First Sergeant + true + + + + + + + + + Senior NCO ranks + First Sergeant Rank + true + + + + + + + + + This role can be, and often is, taken on temporarily by soldiers of lower rank than First Sergeant Rank. https://www.rallypoint.com/answers/what-exactly-is-the-difference-between-a-master-sergeant-and-a-1st-sergeant-is-one-technically-higher-than-the-other + First Sergeant Role + true + + + + + + + + + + + + + + + + + + + A Military Rank Insignia that bears some Four-Star Military Rank. + Five-Star Military Rank Insignia + + + + + + + + + A Commissioned Officer who has some Flag Officer Rank and is the bearer of some Flag Officer Role. + Flag Officer + + + + + + + + + A Commissioned Officer Rank, held by a commissioned officer in some navy or coast guard, signifying that the rank holder has the authority to command some navy or coast guard unit or formation that is expected to operate independently for extended periods of time. + This class is intended to apply to the usage of the term 'flag officer' to apply to any rank at or above rear admiral in some navy or coast guard. + +The other alternative is to create a class such as 'Admiral-Officer rank' but no one uses such a term. 'Admiral-level rank' sounds incorrect to my ears. + +"In the United States Army, Air Force, and Marine Corps, the term "flag officer" generally is applied to all general officers authorized to fly their own command flags—i.e., brigadier general, or pay grade O-7, and above.[8][9] However, as a matter of law, Title 10 of the United States Code makes a distinction between general officers and flag officers." [https://en.wikipedia.org/wiki/Flag_officer] + Flag Officer Rank + + + + + + + + + + + + + + + + + + + A Commissioned Officer Rank Insignia that bears some Flag Officer Rank. + Flag Officer Rank Insignia + + + + + + + + + Flag Officer Role + true + + + + + + + + + Flight Lieutenant Rank + true + + + + + + + + + Rank used in many Commonwealth nation air forces, including the United Kingdom. At NATO Code OF-1, it is equivalent in rank to the rank of First Lieutenant in U.S. armed forces. + Flying Officer Rank + true + + + + + + + + + + + + + + + + + + + A Military Rank Insignia that bears some Four-Star Military Rank. + Four-Star Military Rank Insignia + + + + + + + + + + + + + + + French Air and Space Force Adjudant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Général de brigade aérienne + French Air and Space Force Air Brigade General Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Général de corps aérien + French Air and Space Force Air Corps General Rank + + + + + + + + + + + + + + + + + + + + + in command of an entire air force + Général d'armée aérienne + French Air and Space Force Army Air General Rank + + + + + + + + + + + + + + + French Air and Space Force Aviator First Class Rank + + + + + + + + + + + + + + + French Air and Space Force Aviator Second Class Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + French Air and Space Force Captain Rank + + + + + + + + + + + + + + + French Air and Space Force Chief Adjudant Rank + + + + + + + + + + + + + + + Not classified as an NCO rank, but they often have the same responsibilities as a sergeant. + +This is an interesting case. In effect, the play the same role as corporals in the U.S. and Commonwealth. What then is the rationale for demarcating them from the NCO ranks? + French Air and Space Force Chief Corporal Rank + + + + + + + + + + + + + + + Typically a platoon second-in-command (equivalent to a Commonwealth sergeant or a US sergeant first class) + French Air and Space Force Chief Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + French Air and Space Force Colonel Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + French Air and Space Force Commandant Rank + + + + + + + + + French Air and Space Force Commissioned Officer Rank + + + + + + + + + + + + + + + In command of a fireteam. + +This is literally the same role as a U.S. Army corporal. The choice to not classify these as NCO's seems rather arbitrary. + French Air and Space Force Corporal Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Général de division aérienne + French Air and Space Force Divisional Air General Rank + + + + + + + + + French Air and Space Force Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + French Air and Space Force Lieutenant Colonel Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + French Air and Space Force Lieutenant Rank + + + + + + + + + + + + + + + French Air and Space Force Major Rank + + + + + + + + + French Air and Space Force Non-Commissioned Officer Rank + + + + + + + + + Typically in charge of a "group" (i.e. squad). + French Air and Space Force Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Sous-lieutenant + French Air and Space Force Sub-Lieutenant Rank + + + + + + + + + + + + + + + French Army Adjudant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Général de corps d'armée + signifies that the rank holder commands an army corps. + French Army Army Corps General Rank + + + + + + + + + + + + + + + + + + + + + Général d'armée + Commands a whole army + French Army Army General Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Général de brigade + French Army Brigadier General Rank + + + + + + + + + + + + + + + used in calvary units + French Army Brigadier Rank + + + + + + + + + + + + + + + French Army Captain Rank + + + + + + + + + + + + + + + French Army Chief Adjudant Rank + + + + + + + + + + + + + + + used in calvary units + French Army Chief Brigadier Rank + + + + + + + + + + + + + + + used in infantry units + French Army Chief Corporal Rank + + + + + + + + + + + + + + + French Army Chief Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + signifies that the rank holder is in command of a regiment. + French Army Colonel Rank + Senior Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + French Army Commandant Rank + Senior Officer + + + + + + + + + French Army Commissioned Officer Rank + + + + + + + + + + + + + + + used in infantry units + French Army Corporal Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Général de division + signifies that the rank holder is in command of an army division. + French Army Division General Rank + + + + + + + + + French Army Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + French Army Lieutenant Colonel Rank + Senior Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + French Army Lieutenant Rank + + + + + + + + + + + + + + + French Army Major Rank + + + + + + + + + French Army Non-Commissioned Officer Rank + + + + + + + + + + + + + + + French Army Sergeant Rank + + + + + + + + + + + + + + + French Army Soldier First Class Rank + + + + + + + + + + + + + + + French Army Soldier Second Class Rank + + + + + + + + + + + + + + + + + + + + + French Army Sub-Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Amiral + French Navy Admiral Rank + + + + + + + + + French Navy Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Capitaine de corvette + Bearers of the rank are addressed as 'Commandant'. + French Navy Corvette Captain Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Contre-Amiral + French Navy Counter Admiral Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Premier-maître + French Navy First Master Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Capitaine de frégate + Bearers of the rank are addressed as 'Commandant'. + French Navy Frigate Captain Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Matelot breveté + French Navy Graduate Seaman Rank + + + + + + + + + French Navy Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + French Navy Adjutant-Major Rank + French Navy Major Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Maître + French Navy Master Rank + + + + + + + + + French Navy Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Maître-principal + French Navy Principal Master Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Quartier-maître de 1re classe + French Navy Quartermaster First Class Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Quartier-maître de 2e classe + French Navy Quartermaster Second Class Rank + + + + + + + + + + + + + + + + + + + + + Matelot + French Navy Seaman Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Second-maître + French Navy Second Master Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Capitaine de vaisseau + Bearers of the rank are addressed as 'Commandant'. + French Navy Ship-of-the-line Captain Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Lieutenant de vaisseau + French Navy Ship-of-the-line Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Vice-Amiral d'escadre + French Navy Squadron Vice-Admiral Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Equivalent to rear admiral in U.S. Not to U.S. vice admiral + Vice-Amiral + French Navy Vice-Admiral Rank + + + + + + + + + + + + + + + + + + + + + + + + + A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant. + A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology + Gain of Generically Dependent Continuant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Gain of Generically Dependent Continuant wherein some Person becomes the carrier of some Military Rank. + Gain of Military Rank + + + + + + + + + Gain of U.S. Army Corporal Rank + + + + + + + + + Gain of U.S. Army Master Sergeant Rank + + + + + + + + + A Gain of Military Rank wherein some Person becomes the carrier of some U.S. Army Private First Class Rank. + Gain of U.S. Army Private First Class Rank + + + + + + + + + A Gain of Military Rank wherein some Person becomes the carrier of some U.S. Army Private Rank. + Gain of U.S. Army Private Rank + + + + + + + + + A Gain of Military Rank wherein some Person becomes the carrier of some U.S. Army Private Second Class Rank. + Gain of U.S. Army Private Second Class Rank + + + + + + + + + Gain of U.S. Army Sergeant First Class Rank + + + + + + + + + Gain of U.S. Army Sergeant Major Rank + + + + + + + + + Gain of U.S. Army Sergeant Rank + + + + + + + + + A Gain of Military Rank wherein some Person becomes the carrier of some U.S. Army Specialist Rank. + Gain of U.S. Army Specialist Rank + + + + + + + + + Gain of U.S. Army Staff Sergeant Rank + + + + + + + + + A Commissioned Officer who has some General-Officer Rank and is the bearer of some General-Officer Role. + General-Officer + + + + + + + + + A Commissioned Officer Rank, held by a commissioned officer in some army, air force, or marine corps, signifying that the rank holder has the authority to command some army, air force, or marine corps unit or formation that is expected to operate independently for extended periods of time. + General Officer Rank + + + + + + + + + General-Officer Role + true + + + + + + + + + + + + + + + + + + + Commissioned Officer Rank Insignia that bears some General Officer Rank. + General Officer Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some General of the Air Force Rank and is the bearer of some General of the Air Force Role. + General of the Air Force + + + + + + + + + General of the Air Force Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + wartime rank; 5 stars; currently retired. + General of the Air Force Rank + + + + + + + + + + + + + + + + + + + + + + + U.S. Army General Officer who has some General of the Army Rank and is the bearer of some General of the Army Role. + General of the Army + + + + + + + + + General of the Army Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + wartime rank; 5 stars + General of the Army Rank + General Officer Rank + + + + + + + + + General Rank + true + + + + + + + + + General Role + true + + + + + + + + + German Air Force Commissioned Officer Rank + + + + + + + + + + + + + + + German Air Force Major Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Heer Brigadegeneral Rang + German Army Brigadier General Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-2b + Deutsches Heer Hauptmann Rang + German Army Captain Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Heer Oberst Rang + German Army Colonel Rank + + + + + + + + + German Army Commissioned Officer Rank + + + + + + + + + + + + + + + Requires discussion: need to make sure that this is actually classified as an NCO rank. They are NATO equivalent to NCO ranks, but does that mean they are NCO ranks? + This is a Junior NCO rank that is given to officer aspirants (training to become commissioned officers): https://en.wikipedia.org/wiki/Fahnenjunker + German Army Fahnenjunker Rang + + + + + + + + + Deutsches Heer Stabsoffiziere Rang + German Army Staff Officer Rank + German Army Field Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + NATO code OR-6b? https://en.wikipedia.org/wiki/Unteroffiziere_mit_Portepee + Deutsches Heer Feldwebel Rang + German Army Field Usher Rank + + + + + + + + + + + + + + + German Army Fähnrich Rang + + + + + + + + + + + + + + + + + + + + + + + + + + + German Army Private Rank + German Army Gefreiter Rank + + + + + + + + + German Army General Officer Rank + + + + + + + + + + + + + + + + + + + + + Deutsches Heer General Rang + German Army General Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + NATO code OR-3a: https://en.wikipedia.org/wiki/Gefreiter#Bundeswehr + German Army Main Private Rank + German Army Hauptgefreiter Rank + + + + + + + + + German Army Junior Enlisted Rank + + + + + + + + + Deutsches Heer Unteroffiziere ohne Portepee Rang + Unteroffiziere "ohne Portepee" translates as non-commissioned officer without swordknot. This designation, which separates junior NCOs from senior NCOs, derives from an earlier tradition in which senior NCOs carried the officer's sword or sabre with the officer's sword knot. [https://en.wikipedia.org/wiki/Unteroffiziere_ohne_Portepee] + German Army Junior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + German Army Korporal Rank + + + + + + + + + + + + + + + Deutsches Heer Oberstleutnant Rang + German Army Lieutenant Colonel Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Heer Generalleutnant Rang + German Army Lieutenant General Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-1b + Deutsches Heer Leutnant Rang + German Army Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + According to Stanag 2116, this rank falls under both OR-7 and OR-8. But it is not made clear what the difference is between an OR-7 and OR-8s. + +https://en.wikipedia.org/wiki/Hauptfeldwebel_(rank) + Deutsches Heer Hauptfeldwebel Rang + German Army Chief Field Usher Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Heer Generalmajor Rang + German Army Major General Rank + + + + + + + + + + + + + + + + + + + + + Deutsches Heer Major Rang + German Army Major Rank + + + + + + + + + In the German Army, 'Unteroffizier' (translating as 'subordinate officer') is used as generic term for any non-commissioned officer. But that term is also used for a specific non-commissioned officer rank. + German Army Non-Commissioned Officer Rank + + + + + + + + + + + + + + + Also NATO code OR-8? + German Army Oberfähnrich Rang + + + + + + + + + + + + + + + + + + + + + + + + + + + NATO code OR-3b?: https://en.wikipedia.org/wiki/Gefreiter#Bundeswehr + German Army Senior Private Rank + German Army Obergefreiter Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + NATO code OR-4a: https://en.wikipedia.org/wiki/Gefreiter#Bundeswehr + German Army Senior Staff Private Rank + German Army Oberstabsgefreiter Rank + + + + + + + + + Deutsches Heer Offizieranwärter Rang + German Army Officer Aspirant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + NATO code OR-6a?: https://en.wikipedia.org/wiki/Unteroffiziere_mit_Portepee + Deutsches Heer Oberfeldwebel Rang + German Army Senior Field Usher Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-1a + Deutsches Heer Oberleutnant Rang + German Army Senior Lieutenant Rank + + + + + + + + + https://en.wikipedia.org/wiki/Unteroffiziere_mit_Portepee + Deutsches Heer Unteroffiziere mit Portepee Rang + German Army Senior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + https://en.wikipedia.org/wiki/Oberstabsfeldwebel + Deutsches Heer Oberstabsfeldwebel Rang + German Army Senior Staff Field Usher Rank + + + + + + + + + + + + + + + + + + + + + https://en.wikipedia.org/wiki/Soldat_(rank)#Bundeswehr + German Army Soldat Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + NATO code OR-4b: https://en.wikipedia.org/wiki/Gefreiter#Bundeswehr + German Army Staff Private Rank + German Army Stabsgefreiter Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + https://en.wikipedia.org/wiki/Stabskorporal + German Army Staff Corporal Rank + German Army Stabskorporal Rank + + + + + + + + + + + + + + + + + + + + + NATO code OR-5a??? [https://en.wikipedia.org/wiki/Stabsunteroffizier] + German Army Stabsunteroffizier Rang + + + + + + + + + + + + + + + + + + + + + OF-2a + Deutsches Heer Stabshauptmann Rang + German Army Staff Captain Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + https://en.wikipedia.org/wiki/Stabsfeldwebel + Deutsches Heer Stabsfeldwebel Rang + German Army Staff Field Usher Rank + + + + + + + + + + + + + + + + + + + + + NATO rank code of OR-5c???? [https://en.wikipedia.org/wiki/Stabsunteroffizier] + +Here it is said that the code is OR-5b: https://en.wikipedia.org/wiki/Unteroffizier + Typically commands a squad sized formation, or acts as an assistant platoon NCO. [https://en.wikipedia.org/wiki/Unteroffizier] + 'Unteroffizier' translates as 'subordinate officer'. It is equivalent to the rank of Sergeant in the U.S. Army. Has similar duties to the U.S. Army rank. [https://en.wikipedia.org/wiki/Unteroffizier] + +Some internet sources claim that the term translates into 'sergeant, staff sergeant', though this doesn't seem to be justified. That the ranks denoted by these terms are roughly equivalent does not mean that the terms are sematically equivalent. + German Army Unteroffizier Rang + + + + + + + + + + + + + + + + + + + + + Deutsches Marine Admiral Rang + German Navy Admiral Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + NATO code OR-6b: https://en.wikipedia.org/wiki/Stabsbootsmann + German Navy Boatswain Rank (???) + German Navy Bootsmann Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-2b + Deutsches Marine Kapitänleutnant Rang + German Navy Captain Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Marine Kapitän zur See Rang + German Navy Captain at Sea Rank + + + + + + + + + German Navy Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Marine Korvettenkapitän Rang + German Navy Corvette Captain Rank + + + + + + + + + German Navy Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Marine Flottillenadmiral Rang + German Navy Flotilla Admiral Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Marine Fregattenkapitän Rang + German Navy Frigate Captain Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + German Navy Chief Boatswain Rank (???) + German Navy Hauptbootsmann Rank + + + + + + + + + German Navy Junior Enlisted Rank + + + + + + + + + Deutsches Marine Unteroffiziere ohne Portepee Rang + German Navy Junior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-1b + Deutsches Marine Leutnant zur See Rang + German Navy Lieutenant at Sea Rank + + + + + + + + + + + + + + + NATO code OR-5b? OR-5c? Depends on whether the officer aspirant rank goes between or is an equivalent. +https://en.wikipedia.org/wiki/Obermaat + German Navy Mate Rank (???) + German Navy Maat Rank + + + + + + + + + German Navy Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + NATO code OR-6a: https://en.wikipedia.org/wiki/Stabsbootsmann + German Navy Senior Boatswain Rank (???) + German Navy Oberbootsmann Rank + + + + + + + + + + + + + + + + + + + + + NATO code OR-5a: https://en.wikipedia.org/wiki/Obermaat + German Navy Senior Mate Rank (???) + German Navy Obermaat Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + German Navy Senior Staff Boatswain Rank (???) + German Navy Oberstabsbootsmann Rank + + + + + + + + + + + + + + + + + + + + + German Navy Oberstabsgefreiter Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Marine Konteradmiral Rang + German Navy Rear Admiral Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-1a + Deutsches Marine Oberleutnant zur See Rang + German Navy Senior Lieutenant at Sea Rank + + + + + + + + + Deutsches Marine Unteroffiziere mit Portepee Rang + German Navy Senior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + German Navy Staff Boatswain Rank (???) + German Navy Stabsbootsmann Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-2a + Deutsches Marine Stabskapitänleutnant Rang + German Navy Staff Captain Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Deutsches Marine Vizeadmiral Rang + German Navy Vice Admiral Rank + + + + + + + + + Germany Navy Staff Officer Rank + + + + + + + + + Used in many air forces of Commonwealth nations, including the United Kingdom. It is equivalent to the rank of colonel in the U.S. Air Force, And it it is equivalent to the rank of naval captain in many navies, as well as the colonel rank in many armies. + Group Captain Rank + true + + + + + + + + + An Act of Promotion to U.S. Army Master Sergeant Rank (USAR) in which the Commanding General, Human Resources Command selects from a promotion recommended list an Individual Mobilization Augmentee Sergeant First Class, and either i) assigns that Soldier to an Individual Mobilization Augmentee position vacancy authorized for the U.S. Army Master Sergeant Rank, advancing the Soldier to that rank effective the date of the assignment; ii) tranfers that Soldier to a Troop Program Unit to fill a position vacancy authorized for the U.S. Army Master Sergeant Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Chapters 6 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +See in particular paragraphs: +6-1c, 6-2, 6-3f(2), and 6-9. + Individual Mobilization Augmentee Centralized Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant First Class Rank (USAR) in which the Commanding General, Human Resources Command selects from a promotion recommended list an Individual Mobilization Augmentee Staff Sergeant, and either i) assigns that Soldier to an Individual Mobilization Augmentee position vacancy authorized for the U.S. Army Sergeant First Class Rank, advancing the Soldier to that rank effective the date of the assignment; ii) tranfers that Soldier to a Troop Program Unit to fill a position vacancy authorized for the U.S. Army Sergeant First Class Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Chapters 6 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +See in particular paragraphs: +6-1c, 6-2, 6-3f(2), and 6-9. + Individual Mobilization Augmentee Centralized Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank (USAR) in which the Commanding General, Human Resources Command selects from a promotion recommended list an Individual Mobilization Augmentee Master Sergeant or First Sergeant, and either i) assigns that Soldier to an Individual Mobilization Augmentee position vacancy authorized for the U.S. Army Sergeant Major Rank, advancing the Soldier to that rank effective the date of the assignment; ii) tranfers that Soldier to a Troop Program Unit to fill a position vacancy authorized for the U.S. Army Sergeant Major Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Chapters 6 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +See in particular paragraphs: +6-1c, 6-2, 6-3f(2), and 6-9. + Individual Mobilization Augmentee Centralized Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + An Act of Promotion to U.S. Army Master Sergeant Rank (USAR) in which the Commanding General, Human Resources Command selects from a promotion recommended list an Individual Ready Reserve Sergeant First Class, and transfers that Soldier to a Troop Program Unit to fill a position vacancy that requires the U.S. Army Master Sergeant Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Chapters 5 and 6 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +See in particular paragraphs: +5-1c, 5-16d, 6-1c, 6-2, 6-3f(2), and 6-9. + All promotions of Individual Ready Reserve soldiers to the rank of SFC through SGM must be made against an existing or projected position vacancy within an Army Reserve Troop Program Unit. The Individual Ready Reserve soldier is promoted to the next rank in order to fill a position vacancy that requires that rank. The promotion is effective the date that soldier accepts their new assignment. Individual Ready Reserve soldiers are only promoted to fill position vacancies when those vacancies cannot be filled with a qualified soldier that already holds the authorized rank. Thus, if there is already a qualified soldier in the Troop Unit Program who holds the authorized rank, they would be assigned to fill the vacancy. + +"When the position vacancy cannot be filled with a qualified Soldier in the authorized rank, the CG, HRC (AHRC–PDV–PE) will promote from the recommended list, by sequence number, a Soldier who possesses the required MOS. Promotions to TPU vacancies will be accomplished through coordination with the USARC and in conjunction with a TPU assignment. If available and otherwise eligible, HRC will transfer promotable Soldiers to TPU vacancies and promote them effective the date of assignment." +Army Regulation 600–8–19, Ch. 6, 6-9b. + Individual Ready Reserve Centralized Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant First Class Rank (USAR) in which the Commanding General, Human Resources Command selects from a promotion recommended list an Individual Ready Reserve Staff Sergeant, and transfers that Soldier to a Troop Program Unit to fill a position vacancy authorized for the U.S. Army Sergeant First Class Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Chapters 5 and 6 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +See in particular paragraphs: +5-1c, 5-16d, 6-1c, 6-2, 6-3f(2), and 6-9. + All promotions of Individual Ready Reserve soldiers to the rank of SFC through SGM must be made against an existing or projected position vacancy within an Army Reserve Troop Program Unit. The Individual Ready Reserve soldier is promoted to the next rank in order to fill a position vacancy that requires that rank. The promotion is effective the date that soldier accepts their new assignment. Individual Ready Reserve soldiers are only promoted to fill position vacancies when those vacancies cannot be filled with a qualified soldier that already holds the authorized rank. Thus, if there is already a qualified soldier in the Troop Unit Program who holds the authorized rank, they would be assigned to fill the vacancy. + +"When the position vacancy cannot be filled with a qualified Soldier in the authorized rank, the CG, HRC (AHRC–PDV–PE) will promote from the recommended list, by sequence number, a Soldier who possesses the required MOS. Promotions to TPU vacancies will be accomplished through coordination with the USARC and in conjunction with a TPU assignment. If available and otherwise eligible, HRC will transfer promotable Soldiers to TPU vacancies and promote them effective the date of assignment." +Army Regulation 600–8–19, Ch. 6, 6-9b. + Individual Ready Reserve Centralized Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank in which the Commanding General, Human Resources Command selects from a promotion recommended list an Individual Ready Reserve Master Sergeant or First Sergeant, and tranfers that Soldier to a Troop Program Unit to fill a position vacancy authorized for the U.S. Army Sergeant Major Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Chapters 5 and 6 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +See in particular paragraphs: 5-16d and and 6-9. + Such promotions are made when the position vacancy cannot be filled with a qualified Soldier serving in the Troop Unit Program (TPU) who already holds the U.S. Army Sergeant Major Rank. Promotions to fill TPU vacancies are made by the CG, HRC through coordination with U.S. Army Reserve Command. Eligible Individual Ready Reserve Soldiers who possess the required Military Occupational Specialty are selected from the promotion recommended list according to their sequence number. +[See AR 600-8-19, paragraph 6-9b] + Individual Ready Reserve Centralized Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + A U.S. Navy Enlisted Leadership Development Course Requirement that requires some U.S. Navy Petty Officer First Class to have completed an Intermediate Leadership Development Course as a condition for advancement to the U.S. Navy Petty Officer Second Class Rank. + https://www.mynavyhr.navy.mil/Portals/55/Messages/NAVADMIN/NAV2019/NAV19185.txt?ver=A-pLJ9CU31C0SmXOnra6lw%3D%3D + +https://365chief.com/uploads/3/5/1/6/35163276/layingthekeel.pdf + +Replaces the previous Petty Officer Second Class Selectee Leadership Course requirement from: + +BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', paragraph 210b + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Intermediate Leader Development Course Requirement + + + + + + + + + + + + + + + Briogáidire-ghinearál + Irish Air Corps Brigadier General Rank + General Officer Rank + + + + + + + + + + + + + + + Captaen + Irish Air Corps Captain Rank + Junior Officer Rank + + + + + + + + + + + + + + + Coirnéal + Irish Air Corps Colonel Rank + Field Officer Rank + + + + + + + + + Ceannfort + Irish Air Corps Commandant Rank + Field Officer Rank + + + + + + + + + Irish Air Corps Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Air Corps Flight Quartermaster Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Not sure about the NATO code + +Senior NCO +https://en.wikipedia.org/wiki/Irish_Air_Corps#Other_rank_insignia + Irish Air Corps Flight Sergeant Rank + + + + + + + + + + + + + + + Leifteanantchoirnéal + Irish Air Corps Lieutenant Colonel Rank + Field Officer Rank + + + + + + + + + + + + + + + Leifteanant + Irish Air Corps Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + Maor-ghinearál + Irish Air Corps Major General Rank + General Officer Rank + + + + + + + + + Irish Air Corps Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + Irish Air Corps Regimental Quartermaster Sergeant Rank + + + + + + + + + + + + + + + Irish Air Corps Regimental Sergeant Major Rank + + + + + + + + + Dara-leifteanant + Irish Air Corps Second Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + Senior NCO + Irish Air Corps Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Army Briogáidire-ghinearál Rank + Irish Brigadier-general Army Rank + Irish Army Brigadier General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Army Captaen Rank + Irish Army Captain Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Army Coirnéal Rank + Irish Army Colonel Rank + Field Officer Rank + + + + + + + + + + + + + + + + + + + + + Equivalent to the rank of Major in other armies. + Irish Army Ceannfort Rank + Irish Army Commandant Rank + Field Officer Rank + + + + + + + + + Irish Army Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + The title 'Company Quartermaster Sergeant' is used for this rank in the infantry and most corps units. But in artillery units the rank is known by the title of 'Battery Quartermaster Sergeant'. +https://en.wikipedia.org/wiki/Company_quartermaster_sergeant#Ireland + Irish Army Ceathrúsháirsint Complacht Rank + Irish Army Company Quartermaster Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Is the equivalent to the U.S. Army First Sergeant Rank + +In artillery units, this rank is given the title of 'Battery Sergeant', and in Calvary Corps it is given the title of 'Squadron Sergeant'. + +https://en.wikipedia.org/wiki/Company_sergeant + These are Senior NCOs + Irish Army Sáirsint Complachta Rank + Irish Army Company Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + Irish Army Ceannaire Rank + Irish Army Corporal Rank + + + + + + + + + Irish Army Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Army Leifteanant-choirnéal Rank + Irish Army Lieutenant-colonel Rank + Irish Army Lieutenant Colonel Rank + Field Officer Rank + + + + + + + + + + + + + + + + + + + + + Highest rank in the Irish Army. + Irish Army Leifteanant-ghinearál Rank + Irish Army Lieutenant-general Rank + Irish Army Lieutenant General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Army Leifteanant Rank + Irish Army Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Army Maor-ghinearál Rank + Irish Army Major General Rank + General Officer Rank + + + + + + + + + Irish Army Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Irish Army Private Recruit Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Equivalent to the British Army Warrant Officer Class 2 Rank + Senior NCO + Irish Army Ceathrúsháirsint Cathláin/Reisiminte Rank + Irish Army Regimental Quartermaster Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Irish Army Dara leifteanant Rank + Irish Army Second Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Depending on the sub-branch of the army, the rank has either the title of 'Regimental Sergeant Major' or 'Battalion Sergeant Major'. + Senior NCO + Irish Army Maor-Sáirsint Rank + Irish Army Sergeant Major Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SNCO + Irish Army Sáirsint Rank + Irish Army Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Defense Forces General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Enlisted? Not an NCO? https://en.wikipedia.org/wiki/Irish_Defence_Forces_rank_insignia + Irish Naval Service Mairnéalach Inniúil Rank + Irish Naval Service Able Seaman Rank** + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Captaen Rank + Irish Naval Service Captain Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + Irish Naval Service Ard-Mhion-Oifigeach Rank + Irish Naval Service Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Ceannasaí Rank + Irish Naval Service Commander Rank + Senior Officer Rank + + + + + + + + + Irish Naval Service Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Ceannasóir Rank + Irish Naval Service Commodore Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Meirgire Rank + Irish Naval Service Ensign Rank + Junior Officer Rank + + + + + + + + + Irish Naval Service Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO -- Not sure actually + Irish Naval Service Leading Seaman Rank + Irish Naval Service Mairnéalach ceannais Rank + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Leifteanant-Cheannasaí Rank + Irish Naval Service Lieutenant Commander Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Leifteanant Rank + Irish Naval Service Lieutenant Rank + Junior Officer Rank + + + + + + + + + Irish Naval Service Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Mairnéalach Rank + Irish Naval Service Ordinary Seaman Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Doesn't seem to distinguish between junior and senior NCO. + Irish Naval Service Mion-oifigeach Rank + Irish Naval Service Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Seachaimiréal Rank + Irish Naval Service Rear Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Earcach Rank + Irish Naval Service Seaman Recruit Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + Irish Naval Service Ard-mhion-oifigeach sinsearach Rank + Irish Naval Service Senior Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Doesn't seem to distinguish between junior and senior NCO. + Irish Naval Service Mion-oifigeach sinsearach Rank + Irish Naval Service Senior Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + Irish Naval Service Fo-Leifteanant Rank + Irish Naval Service Sub-Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + This is the highest flag officer rank in the Irish Naval Service. There is no one-star Admiral rank in the Irish Naval Service. + Irish Naval Service Leas-Aimiréal Rank + Irish Naval Service Vice Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + There are three variants for this rank: + +Executive +Administrative +Engineering +Communications + +https://en.wikipedia.org/wiki/Irish_Naval_Service#Irish_Naval_Service_warrant_officers + These are Senior NCOs + Irish Naval Service Oifigeach barántais Rank + Irish Naval Service Warrant Officer Rank + + + + + + + + + A JNCO Corporal who has some JNCO Army Corporal Rank and is the bearer of some JNCO Army Corporal Role. + JNCO Army Corporal + true + + + + + + + + + JNCO Army Corporal role + true + + + + + + + + + A Junior Non-Commissioned Officer who has some JNCO Corporal Rank and is the bearer of some JNCO Corporal Role. + JNCO Corporal + true + + + + + + + + + JNCO Corporal role + true + + + + + + + + + A JNCO Corporal who has some JNCO Marine Corps Corporal Rank and is the bearer of some JNCO Marine Corps Corporal Role. + JNCO Marine Corps Corporal + true + + + + + + + + + JNCO Marine Corps Corporal role + true + + + + + + + + + A Junior Non-Commissioned Officer who has some JNCO Staff Sergeant Rank and is the bearer of some JNCO Staff Sergeant Role. + JNCO Staff Sergeant + true + + + + + + + + + JNCO Staff Sergeant role + true + + + + + + + + + An Action Requirement for Promotion in Military Rank that requires some Commissioned Officer at the O-6 pay grade to have completed a Joint Duty Assignment tour, in which the unit they were responsible for commanding was made up of service members from two or more branches of the U.S. military, as a condition for promotion to some O-7 General-Officer Rank or some O-7 Flag Officer Rank. + Public Law 99-433 +99th Congress +SEC. 404. JOINT DUTY ASSIGNMENT AS PREREQUISITE FOR PROMOTION +TO GENERAL OR FLAG OFFICER GRADE + +https://www.govinfo.gov/content/pkg/STATUTE-100/pdf/STATUTE-100-Pg992.pdf + +[Though, there are some conditions listed under which the Secretary of Defense can waive this requirement.] + https://officerassignments.com/general-flag-officer-promotions/ + See also: https://www.law.cornell.edu/uscode/text/10/619a + +After this, one must be designated as a 'joint qualified officer', which also involves other requirements. + Joint Duty Assignment Requirement for Promotion to General Officer or Flag Officer Rank + + + + + + + + + A Joint Duty Assignment Requirement for Promotion to General-Officer Rank or Flag Officer Rank that requires some U.S. Air Force Colonel to have completed a Joint Duty Assignment in which the unit they were responsible for commanding was made up of service members from two or more branches of the U.S. military, as a condition for promotion to the U.S. Air Force Brigadier General Rank. + Public Law 99-433 +99th Congress +SEC. 404. JOINT DUTY ASSIGNMENT AS PREREQUISITE FOR PROMOTION +TO GENERAL OR FLAG OFFICER GRADE + +https://www.govinfo.gov/content/pkg/STATUTE-100/pdf/STATUTE-100-Pg992.pdf + +[Though, there are some conditions listed under which the Secretary of Defense can waive this requirement.] + https://officerassignments.com/general-flag-officer-promotions/ + Joint Duty Assignment Requirement for Promotion to U.S. Air Force Brigadier General Rank + + + + + + + + + + + + + + + A Joint Duty Assignment Requirement for Promotion to General-Officer Rank or Flag Officer Rank that requires some U.S. Army Colonel to have completed a Joint Duty Assignment in which the unit they were responsible for commanding was made up of service members from two or more branches of the U.S. military, as a condition for promotion to the U.S. Army Brigadier General Rank. + Public Law 99-433 +99th Congress +SEC. 404. JOINT DUTY ASSIGNMENT AS PREREQUISITE FOR PROMOTION +TO GENERAL OR FLAG OFFICER GRADE + +https://www.govinfo.gov/content/pkg/STATUTE-100/pdf/STATUTE-100-Pg992.pdf + +[Though, there are some conditions listed under which the Secretary of Defense can waive this requirement.] + https://officerassignments.com/general-flag-officer-promotions/ + Joint Duty Assignment Requirement for Promotion to U.S. Army Brigadier General Rank + + + + + + + + + A Joint Duty Assignment Requirement for Promotion to General-Officer Rank or Flag Officer Rank that requires some U.S. Coast Guard Captain to have completed a Joint Duty Assignment in which the unit they were responsible for commanding was made up of service members from two or more branches of the U.S. military, as a condition for promotion to the U.S. Coast Guard Rear Admiral Lower Half Rank. + Public Law 99-433 +99th Congress +SEC. 404. JOINT DUTY ASSIGNMENT AS PREREQUISITE FOR PROMOTION +TO GENERAL OR FLAG OFFICER GRADE + +https://www.govinfo.gov/content/pkg/STATUTE-100/pdf/STATUTE-100-Pg992.pdf + +[Though, there are some conditions listed under which the Secretary of Defense can waive this requirement.] + https://officerassignments.com/general-flag-officer-promotions/ + Joint Duty Assignment Requirement for Promotion to U.S. Coast Guard Rear Admiral Lower Half Rank + + + + + + + + + A Joint Duty Assignment Requirement for Promotion to General-Officer Rank or Flag Officer Rank that requires some U.S. Marine Corps Colonel to have completed a Joint Duty Assignment in which the unit they were responsible for commanding was made up of service members from two or more branches of the U.S. military, as a condition for promotion to the U.S. Marine Corps Brigadier General Rank. + Public Law 99-433 +99th Congress +SEC. 404. JOINT DUTY ASSIGNMENT AS PREREQUISITE FOR PROMOTION +TO GENERAL OR FLAG OFFICER GRADE + +https://www.govinfo.gov/content/pkg/STATUTE-100/pdf/STATUTE-100-Pg992.pdf + +[Though, there are some conditions listed under which the Secretary of Defense can waive this requirement.] + https://officerassignments.com/general-flag-officer-promotions/ + Joint Duty Assignment Requirement for Promotion to U.S. Marine Corps Brigadier General Rank + + + + + + + + + A Joint Duty Assignment Requirement for Promotion to General-Officer Rank or Flag Officer Rank that requires some U.S. Navy Captain to have completed a Joint Duty Assignment in which the unit they were responsible for commanding was made up of service members from two or more branches of the U.S. military, as a condition for promotion to the U.S. Navy Rear Admiral Lower Half Rank. + Public Law 99-433 +99th Congress +SEC. 404. JOINT DUTY ASSIGNMENT AS PREREQUISITE FOR PROMOTION +TO GENERAL OR FLAG OFFICER GRADE + +https://www.govinfo.gov/content/pkg/STATUTE-100/pdf/STATUTE-100-Pg992.pdf + +[Though, there are some conditions listed under which the Secretary of Defense can waive this requirement.] + https://officerassignments.com/general-flag-officer-promotions/ + Joint Duty Assignment Requirement for Promotion to U.S. Navy Rear Admiral Lower Half Rank + + + + + + + + + A Joint Duty Assignment Requirement for Promotion to General-Officer Rank or Flag Officer Rank that requires some U.S. Space Force Colonel to have completed a Joint Duty Assignment in which the unit they were responsible for commanding was made up of service members from two or more branches of the U.S. military, as a condition for promotion to the U.S. Space Force Brigadier General Rank. + Public Law 99-433 +99th Congress +SEC. 404. JOINT DUTY ASSIGNMENT AS PREREQUISITE FOR PROMOTION +TO GENERAL OR FLAG OFFICER GRADE + +https://www.govinfo.gov/content/pkg/STATUTE-100/pdf/STATUTE-100-Pg992.pdf + +[Though, there are some conditions listed under which the Secretary of Defense can waive this requirement.] + Joint Duty Assignment Requirement for Promotion to U.S. Space Force Brigadier General Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Person who is a member of some Armed Force, has some Junior Enlisted Rank, and is the bearer of some Junior Enlisted Personnel Role. + Junior Enlisted Personnel + + + + + + + + + Junior Enlisted Personnel Role + + + + + + + + + Enlisted Rank below the Non-Commissioned Officer Ranks which specifies a position in the order of precedence that includes certain duties and responsibilities. + Enlisted Rank which signifies a position in the order of precedence below that of the Non-Commissioned Officer Ranks. + Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + Enlisted Rank Insignia that bears some Junior Enlisted Rank. + Junior Enlisted Rank Insignia + + + + + + + + + + + + + + + + + + + Junior Enlisted Seaman + A Junior Enlisted Personnel that is a member of some navy or coast guard, and is the bearer of some Junior Enlisted Sailor Role. + Junior Enlisted Sailor + + + + + + + + + Junior Enlisted Seaman Rank + Junior Enlisted Sailor Rank + true + + + + + + + + + Junior Enlisted Sailor Role + + + + + + + + + + + + + + + + + + + A Junior Enlisted Personnel who is a member of the U.S. Marine Corps and has some U.S. Marine Corps Junior Enlisted Rank. + Junior Enlisted U.S. Marine + + + + + + + + + Junior Enlisted U.S. Marine Role + + + + + + + + + Junior NCO Petty Officer Role + true + + + + + + + + + + + + + + + + + + + + + A Non-Commissioned Officer who has some Junior Non-Commissioned Officer Rank and is the bearer of some Junior Non-Commissioned Officer Role. + Junior Non-Commissioned Officer + + + + + + + + + Abbreviated as JNCO + DEFINED CLASS + Junior Non-Commissioned Officer Rank + + + + + + + + + DEFINED CLASS + Junior Non-Commissioned Officer Role + + + + + + + + + A Commissioned Officer who has some Junior Officer Rank and is the bearer of some Junior Officer Role. + Junior Officer + + + + + + + + + I was originally going to label this 'Captain'. Since navy captains are field officers, I am worried about labeling this class simply 'captain'. I don't particularly like this label, but I think we need to make it clear that we don't mean any rank called 'captain' and I think the generic label would invite such confusions. + Junior Officer Captain Rank + true + + + + + + + + + Junior Officer Captain Role + true + + + + + + + + + Junior Officer Rank + true + + + + + + + + + Junior Officer Role + true + + + + + + + + + A U.S. Army Enlisted Professional Military Education Requirement for Promotion in Military Rank that requires some U.S. Army enlisted soldier to have completed some leadership and officer candidate training course as a condition for promotion to the U.S. Army Specialist Rank. + Leadership and Officer Candidate Training Course Requirement for Promotion to U.S. Army Specialist Rank + true + + + + + + + + + used in airforce, army and marines; create a separate class for each? + Lieutenant Colonel Rank + true + + + + + + + + + Lieutenant Colonel Role + true + + + + + + + + + Lieutenant Commander is a junior officer rank in the United States maritime services, but is a senior/field officer rank in many of the Commonwealth navies. + Junior Officer Lieutenant Commander Rank + true + + + + + + + + + Lieutenant Commander Role + true + + + + + + + + + + + + + + + + + + + + + Lieutenant General Role + true + + + + + + + + + Lieutenant Junior Grade Rank + true + + + + + + + + + Lieutenant Junior Grade Role + true + + + + + + + + + Lieutenant Rank + true + + + + + + + + + Lieutenant Role + true + + + + + + + + + Lieutenant General Rank + true + + + + + + + + + + + + + + + + + + + + + + + + + + + The definition for this term requires vetting from an expert. + +The relevant Army publication says that for promotion pin-on to SGT rank, must be: "Promoted in CPMOS. Fully qualified in MOS to include meeting all +school requirements." -Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Promoted in CPMOS to a level satisfactory for SGT rank? This description of the criteria is vague. + A U.S. Army MOS Requirement for Promotion in Military Rank that requires some U.S. Army Corporal to be promoted in their career progression military occupational specialty, and to be fully qualified in their military occupational specialty to include all school requirements, as a condition for a promotion pin-on to the U.S. Army Sergeant Rank. + MOS Requirement for Promotion Pin-on to U.S. Army Sergeant Rank + + + + + + + + + The definition for this term requires vetting from an expert. + +The relevant Army publication says that for promotion pin-on to SSG rank, must be: "Promoted in CPMOS. Fully qualified in MOS to include meeting all +school requirements." -Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Promoted in CPMOS to a level satisfactory for SSG rank? This description of the criteria is vague. + A U.S. Army MOS Requirement for Promotion in Military Rank that requires some U.S. Army Sergeant to be promoted in their career progression military occupational specialty, and to be fully qualified in their military occupational specialty to include all school requirements, as a condition for a promotion pin-on to the U.S. Army Staff Sergeant Rank. + MOS Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank + + + + + + + + + A Military Occupational Specialty Requirement for Promotion in Military Rank that requires some U.S. Army soldier to maintain fully qualified status in their career progression military occupational specialty. + U.S. Army MOS Requirement for Promotion in Military Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army MOS Requirement for Promotion in Military Rank that requires some U.S. Army Corporal to maintain fully qualified status in their career progression military occupational specialty, as a condition of recommendation for promotion to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + MOS Requirement for Recommendation to U.S. Army Sergeant Rank + + + + + + + + + A U.S. Army MOS Requirement for Promotion in Military Rank that requires some U.S. Army Sergeant to maintain fully qualified status in their career progression military occupational specialty, as a condition of recommendation for promotion to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + MOS Requirement for Recommendation to U.S. Army Staff Sergeant Rank + + + + + + + + + Major General Rank + true + + + + + + + + + Major General Role + true + + + + + + + + + Major Rank + true + + + + + + + + + Major Role + true + + + + + + + + + Marine Corps Brigadier General Rank + true + + + + + + + + + Marine Corps Brigadier General Role + true + + + + + + + + + Marine Corps Captain Rank + true + + + + + + + + + Marine Corps Captain Role + true + + + + + + + + + Marine Corps Colonel Rank + true + + + + + + + + + Marine Corps Colonel Role + true + + + + + + + + + Marine Corps Colour Sergeant Rank + true + + + + + + + + + Marine Corps First Lieutenant Rank + true + + + + + + + + + Marine Corps First Lieutenant Role + true + + + + + + + + + A First Sergeant who has some Marine Corps First Sergeant Rank and is the bearer of some Marine Corps First Sergeant Role. + Marine Corps First Sergeant + true + + + + + + + + + Marine Corps First Sergeant Rank + true + + + + + + + + + Marine Corps First Sergeant Role + true + + + + + + + + + Marine Corps General Rank + true + + + + + + + + + Marine Corps General Role + true + + + + + + + + + A Senior Non-Commissioned Officer who has some Marine Corps Gunnery Sergeant Rank and is the bearer of some Marine Corps Gunnery Sergeant Role. + Marine Corps Gunnery Sergeant + true + + + + + + + + + Staff NCO + Marine Corps Gunnery Sergeant Rank + true + + + + + + + + + Marine Corps Gunnery Sergeant Role + true + + + + + + + + + Marine Corps Lieutenant Colonel Rank + true + + + + + + + + + Marine Corps Lieutenant Colonel Role + true + + + + + + + + + Marine Corps Lieutenant General Rank + true + + + + + + + + + Marine Corps Lieutenant General Role + true + + + + + + + + + Marine Corps Major General Rank + true + + + + + + + + + Marine Corps Major General Role + true + + + + + + + + + Marine Corps Major Rank + true + + + + + + + + + Marine Corps Major Role + true + + + + + + + + + A Senior Non-Commissioned Officer who has some Marine Corps Master Gunnery Sergeant Rank and is the bearer of some Marine Corps Master Gunnery Sergeant Role. + Marine Corps Master Gunnery Sergeant + true + + + + + + + + + Staff NCO + Marine Corps Master Gunnery Sergeant Rank + true + + + + + + + + + Marine Corps Master Gunnery Sergeant Role + true + + + + + + + + + A Master Sergeant who has some Marine Corps Master Sergeant Rank and is the bearer of some Marine Corps Master Sergeant Role. + Marine Corps Master Sergeant + true + + + + + + + + + This is a rank used in the Philippines and Singapore; but they are slightly different + +Used in US army, air force, marine corps and space force + Marine Corps Master Sergeant Rank + true + + + + + + + + + Marine Corps Master Sergeant Role + true + + + + + + + + + A Private who has some Marine Corps Private Rank and is the bearer of some Marine Corps Private Rank. + A member of some Marine Corps holding the rank of private. + Marine Corps Private + true + + + + + + + + + A Private who has some Marine Corps Private First Class Rank and is the bearer of some Marine Corps Private First Class Role. + Marine Corps Private First Class + true + + + + + + + + + Marine Corps Private First Class Rank + true + + + + + + + + + Marine Corps Private First Class Role + true + + + + + + + + + A Private Rank held by some enlisted marine in some Marine Corps. + Marine Corps Private Rank + true + + + + + + + + + Marine Corps Private Role + true + + + + + + + + + Marine Corps Second Lieutenant Rank + true + + + + + + + + + Marine Corps Second Lieutenant Role + true + + + + + + + + + A Sergeant who has some Marine Corps Sergeant Rank and is the bearer of some Marine Corps Sergeant Role. + Marine Corps Sergeant + true + + + + + + + + + A Sergeant Major who has some Marine Corps Sergeant Major Rank and is the bearer of some Marine Corps Sergeant Major Role. + Marine Corps Sergeant Major + true + + + + + + + + + Marine Corps Sergeant Major Rank + true + + + + + + + + + Marine Corps Sergeant Major Role + true + + + + + + + + + Marine Corps Sergeant Rank + true + + + + + + + + + Marine Corps Sergeant role + true + + + + + + + + + A Senior Non-Commissioned Officer who has some Marine Corps Staff Sergeant Rank and is the bearer of some Marine Corps Staff Sergeant Role. + Marine Corps Staff Sergeant + true + + + + + + + + + Marine Corps Staff Sergeant Rank + true + + + + + + + + + Marine Corps Staff Sergeant Role + true + + + + + + + + + Marine Corps Technical Sergeant Rank + true + + + + + + + + + A Lieutenant Rank used by some maritime service branch of some Armed Force, either a navy or a coast guard. + Maritime Service Branch Lieutenant Rank + true + + + + + + + + + + + + + + + + + + + + + Marshal of the Royal Air Force Rank + Air Officer Rank (Commonwealth) + + + + + + + + + A Chief Petty Officer who has some Master Chief Petty Officer Rank and is the bearer of some Master Chief Petty Officer Role. + Master Chief Petty Officer + true + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Senior Non-Commissioned Officer who has some Master Chief Petty Officer of the Coast Guard Rank and is the bearer of some Master Chief Petty Officer of the Coast Guard Role. + Master Chief Petty Officer of the Coast Guard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Master Chief Petty Officer of the Coast Guard Rank + + + + + + + + + Master Chief Petty Officer of the Coast Guard Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Senior Non-Commissioned Officer who has some Master Chief Petty Officer of the Navy Rank and is the bearer of some Master Chief Petty Officer of the Navy Role. + Master Chief Petty Officer of the Navy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 ranks below U.S. Coast Guard Chief Warrant Officer 2 (not Coast Guard Warrant Officer 1 Rank). This class is one rank below the Navy, Army and Marine Corps Warrant Officer 1 Ranks, which are themselves 1 rank below U.S. Coast Guard Chief Warrant Officer 2. + Master Chief Petty Officer of the Navy Rank + + + + + + + + + Master Chief Petty Officer of the Navy Role + + + + + + + + + Master Chief Petty Officer Rank + true + + + + + + + + + Master Chief Petty Officer Role + true + + + + + + + + + JNCO Rank + Used in the Canadian Armed Forces, but also the Indonesion Armed Forces. + Master Corporal Rank + true + + + + + + + + + A U.S. Army Enlisted Professional Military Education Requirement for Promotion in Military Rank that requires some U.S. Army Sergeant First Class to have completed the Master Leaders Course, as a condition for promotion to the U.S. Army Master Sergeant Rank. + Paragraph 1-29a(8): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + U.S. Army Master Leaders Course Requirement + + + + + + + + + A Senior Non-Commissioned Officer who has some Master Sergeant Rank and is the bearer of some Master Sergeant Role. + Master Sergeant + true + + + + + + + + + Marine Corps = Staff NCO + +Others = Senior NCO + Master Sergeant Rank + true + + + + + + + + + Master Sergeant Role + true + + + + + + + + + An Action Permission that permits a Person to serve in an Armed Force at their current Military Rank for only a specified period of time without being promoted to the next higher Military Rank, after which that Person is discharged from service. + https://en.wikipedia.org/wiki/Maximum_time_in_grade + Maximum Time in Grade Action Permission + + + + + + + + + This class is intended to cover any role that someone plays in an organization, as that organization relates to the military. + +I was thinking primarily of accomodating the military-related roles and ranks that the U.S President and other higher ranking offices have in relation to the military. + +The role that the U.S President has as commander in chief falls does not fall under 'Armed Force Organization Member Role', because while the president has command authority over the military, he has no military rank and retains civilian status (he is not a member of the Armed Forces). [https://en.wikipedia.org/wiki/Powers_of_the_president_of_the_United_States#Commander-in-chief] + +Maybe this is already covered by the commander in chief role and should be obsoleted. + A Role that inheres in an Agent, who is a member of some Government or Goverment Agency, in virtue of the responsibilites that Agent is expected to fulfill in relation to some Armed Force. + The military-related role the President of the USA has as Commander in Chief. + Military-related Organization Member Role + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Commission that authorizes an Agent to hold some Commissioned Officer Rank or Warrant Officer Rank, and to execute the powers associated with that rank, and which requires the Agent to discharge the duties associated with the rank. + https://en.wikipedia.org/wiki/Commission_(document) + In the U.S., authority to sign a Military Commission on behalf of the President is normally exercised by the secretary of the department of the military branch in which the officer is being commissioned. + Military Commission + + + + + + + + + + + + + + + + + + + A Commission Document bearing some Military Commission. + Military Commission Document + + + + + + + + + 'Offices' can be filled by persons, or they can be vacant. When a person fills some office, that person acquires a corresponding role. We do not yet have a clear sense of what the ontology of 'offices' should be. It is tempting to think of vacant offices as vacant roles, but roles cannot exist without bearers. And so we cannot say that unfilled offices are vacant roles. [this note is based on personal communication with Barry] + An Authority Role that inheres in some Agent in virtue of that Agent holding some office within some Military Department. + Military Department Authority Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Military Department. + Military Department Organization Member Role + + + + + + + + + A Requirement for Promotion in Military Rank that requires some member of an Armed Force to have completed some military school or course, as a condition for promotion to some Military Rank. + Old Comment: This class refers to various military course requirements that enlisted personnel at various points in their acension through the ranks. + +Not to be confused with the requirement in the U.S. that candidates seeking a commissioned officer rank complete some formal training as leadership and management generalist. + +Newer comment: Actually not sure. Maybe this class should cover both? + Military Education Requirement for Promotion in Military Rank + + + + + + + + + MOS system is used in the U.S. Army and U.S. Marine Corps. In the U.S. Air Force, a system of Air Force Specialties is used. And in the Navy and Coast Guard use the 'ratings' system. + This definition is a work in progress. Will be refined once the range of subclasses is filled out. + +See Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + A Requirement for Promotion in Military Rank that requires some U.S. Army soldier or U.S. marine to maintain fully qualified status in their career progression military occupational specialty. + Military Occupational Specialty Requirement for Promotion in Military Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This should be in a higher ontology. I will ask CCO if they can add it. + A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Armed Force. + Armed Force Organization Member Role + + + + + + + + + + + + + + + + + + + + + + + Not sure exactly where this should go. Should perhaps go under a more specific type of descriptive ICE. + +'Describing' may not be enough. Shouldn't it be authorative? Something that implies that the associated role is accepted in virtue of collective acceptance of the relevant person's ability to issue bining directives (pace the definition of CCO:Authority Role)? + An Information Content Entity held by Person who is a member of an Armed Force, which: i) specifies both the Person's position in the order of precedence among members of that Armed Force and the Authority Role(s) or responsibilities the Person either holds, or is authorized to hold, in that Armed Force; ii) is bestowed upon that Person through some appointment, through some promotion, or via enlistment. + Information Content Entity which: i) specifies a position in the order of precedence among members of an Armed Force, as well as any Authority Roles or responsibilities associated with that position; ii) is bestowed upon some Service Member through enlistment, appointment, or promotion. + The clause in the definition concerning enlistment covers the case of the lowest ranks, such as 'U.S. Army Private Rank', 'U.S. Marine Corps Private Rank', 'U.S. Air Force Airman Recruit Rank' and 'U.S. Navy Seaman Recuit Rank', which are assigned upon entry into the Armed Forces. + +Enlisted soldiers can move up the ranks through promotion. + +Appointments are the means by which Commissioned Officer and Non-Commissioned Officer ranks are bestowed. + http://wwww.ontologylibrary.mil/CommonCore/Mid/MilitaryRanksOntology + Shane Babcock + Military Rank + + + + + + + + + + + + + + + + + + + These are work in progress. + +One particular knotty issue. There are insignia that represent certain special billets or roles that can be held at a given rank, as opposed to separate ranks. But they are variations on the quality patterns inhering in the standard rank insignia--so it seems these must also be characterized as subtypes of rank insignia. + +Also, there are variations on rank insignia that represent certain achievements. + +For instance, the standard U.S. Navy insignia that bear the corresponding E-3, E-4, and E-5 Petty Officer Ranks are characterized by a pattern involving 1-3 red stripes. But there are also variations on these insignia patterns which make use of gold stripes, indicating 12 years of good conduct. (Gold stripes are used on the standard insignia for the E-6, E-7, E-8, and E-9 Navy Chief Petty Officers. Of course, the quality patterns of these insignia also involve non-color features which clearly demarcate them from the Petty Officer insignia). + Information Bearing Artifact that bears some Military Rank. + It is not clear that this actually fits under I.B.A. + +The definition for that says that the artifact needs to be part of an information medium artifact. A paradigm example is notebook. + +What would be the medium in this case? Would we distinguish between the insignia (the fabric that is woven into a certain pattern) and the badge on which it is found? + Military Rank Insignia + + + + + + + + + Military Recruit Training Requirement + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A One-Dimensional Temporal Region that is measured in Years and spans at least one Year. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + This is a defined class. + Multi-Year Temporal Interval + + + + + + + + + An Act of Promotion to U.S. Army Master Sergeant Rank (USAR) in which a U.S. Army Reserve Multi-component Unit Commander selects a Sergeant First Class under their command from the Permanent Promotion Recommended List, and assigns that Soldier to a position vacancy authorized for the U.S. Army Master Sergeant Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Ch. 5 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Particularly: + +Paragraphs 5-2c, 5-2a, 5-5b(3), 5-7g, and 5-16a. + Multi-component Unit Centralized Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant First Class Rank (USAR) in which a U.S. Army Reserve Multi-component Unit Commander selects a Staff Sergeant under their command from the Permanent Promotion Recommended List, and assigns that Soldier to a position vacancy authorized for the U.S. Army Sergeant First Class Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Ch. 5 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Particularly: + +Paragraphs 5-2c, 5-2a, 5-5b(3), 5-7g, and 5-16a. + Multi-component Unit Centralized Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank (USAR) in which a U.S. Army Reserve Multi-component Unit Commander selects a Master Sergeant or First Sergeant under their command from the Permanent Promotion Recommended List, and assigns that Soldier to a position vacancy authorized for the U.S. Army Sergeant Major Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Ch. 5 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Particularly: + +Paragraphs 5-2c, 5-2a, 5-5b(3), 5-7g, and 5-16a. + Multi-component Unit Centralized Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + Myanmar Army Company Quartermaster Sergeant Rank + true + + + + + + + + + This needs to be placed somewhere else in the ICE hierarchy, but I am not sure where. I am waiting to hear back from CCO developers for guidance. + +It may turn out that these are 'Nominal Measurement Information Content Entities', which is defined as: "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic." + Information Content Entity that classifies the Military Ranks used by member countries of the North Atlantic Treaty Organization according to a standardized rank scale which matches the Military Ranks of each member country to the equivalent Military Ranks used by the other members. + https://en.wikipedia.org/wiki/Ranks_and_insignia_of_NATO + Among other purposes, NATO's standardized rank scale is used to: i) determine the order of precedence among military personnel of the Armed Forces from different member countries, for the purpose of NATO joint operations; ii) specifying posts within NATO. + NATO Rank Code + + + + + + + + + NCO Air Force Corporal Rank + true + + + + + + + + + NCO Air Force Lance Corporal Rank + true + + + + + + + + + Air Force Master Corporal Rank + true + + + + + + + + + I do not say 'is held by' because in principle a given rank might not be held by anyone. + A JNCO Corporal Rank that is given to some enlisted member of an Army. + NCO Army Corporal Rank + true + + + + + + + + + NCO Army Lance Corporal Rank + true + + + + + + + + + requires review + I am introducing this class because while the word 'corporal' is used for a rank of non-commissioned officer in the U.S. and other militaries, it is also used for a rank of enlisted personnel in other country's militaries. + +"In most countries that derive their military structure from the British military system, corporal is a more senior rank than that of private. However, in several other countries, such as Canada, Italy and Norway, corporal is a junior rank, indicating a more experienced soldier than a private, and also on a higher pay scale, but having no particular command appointment corresponding to the rank, similar to specialist in the U.S. Army." [https://en.wikipedia.org/wiki/Corporal] + Junior NCO Rank + A Non-Commissioned Officer Rank that is in many armed forces worldwide the second most junior Non-Commissioned Officer Rank, and which signifies that the rank holder bears an Authority Role that typically involves the leadership of a small military sub-subunit (such as a team, section or a squad). + https://en.wikipedia.org/wiki/Corporal + Corporal Rank + + + + + + + + + JNCO Rank + May undeprecate this, change label to 'generic lance corporal rank' + A Non-Commissioned Officer Rank that is one rank higher than some Private Rank and one rank lower than some NCO Corporal Rank, and which is the most junior Non-Commissioned Officer Rank in many armed forces worldwide. + https://en.wikipedia.org/wiki/Lance_corporal + NCO Lance Corporal Rank + true + + + + + + + + + I do not say 'is held by' because in principle a given rank might not be held by anyone. + A Junior NCO Corporal Rank that is given to some enlisted member of some Marine Corps. + NCO Marine Corps Corporal Rank + true + + + + + + + + + NCO Marine Corps Lance Corporal Rank + true + + + + + + + + + https://en.wikipedia.org/wiki/Sub-lieutenant#Acting_sub-lieutenant + Navy Acting Sub-Lieutenant Rank + true + + + + + + + + + Navy Admiral Rank + true + + + + + + + + + Navy Admiral Role + true + + + + + + + + + Navy Captain Rank + true + + + + + + + + + Navy Captain Role + true + + + + + + + + + Navy Chief Petty Officer Role + true + + + + + + + + + A Command Master Chief Petty Officer who has some Navy Command Master Chief Petty Officer Rank and is the bearer of some Navy Command Master Chief Petty Officer Role. + Navy Command Master Chief Petty Officer + true + + + + + + + + + Navy Command Master Chief Petty Officer Rank + true + + + + + + + + + Navy Command Master Chief Petty Officer Role + true + + + + + + + + + Navy Commander Rank + true + + + + + + + + + Navy Commander Role + true + + + + + + + + + Navy Commodore Rank + true + + + + + + + + + Navy Ensign Rank + true + + + + + + + + + Navy Ensign Role + true + + + + + + + + + The U.S. Coast Guard does not maintain a Fleet Admiral rank + Navy Fleet Admiral Rank + true + + + + + + + + + Navy Fleet Admiral Role + true + + + + + + + + + Used in the navies of Belgium, Bulgaria, Denmark, Finland, Germany and Sweden. Equivalent to the rank of 'Rear Admiral Lower Half' in the U.S. Navy and 'Commodore' in the navies of Commonwealth Nations. [https://en.wikipedia.org/wiki/Flotilla_admiral] + Navy Flotilla Admiral Rank + + + + + + + + + A Junior non-commissioned officer rank used in many Commonwealth navies. + +(deprecating for now, but may be useful) + Navy Leading Seaman Rank + true + + + + + + + + + Junior Officer Navy Lieutenant Commander Rank + true + + + + + + + + + Navy Lieutenant Commander Role + true + + + + + + + + + Navy Lieutenant Junior Grade Rank + true + + + + + + + + + Navy Lieutenant Junior Grade Role + true + + + + + + + + + Navy and coast guard lieutenants are equivalent in rank to captains in other branches of the military (O3). + +The Navy and Coast Guard share the same Junior Officer rank structure, one that is close to, but slightly different, from the Junior Officer Rank structure that is shared by the Air Force, Army and Marines. This is because the use of Lieutenant in the Navy and Coast Guard is equivalent to the rank of Captain in the other 3 armed forces. + +Because they share a distinctive rank structure, I feel like the Navy and Coast Guard grades of lieutenant should go under a shared parent class more specific than and below the 'Lieutenant rank', but I am not sure what an appropriate parent would be. + Navy Lieutenant Rank + true + + + + + + + + + Navy Lieutenant Role + true + + + + + + + + + A Master Chief Petty Officer who has some Navy Master Chief Petty Officer Rank and is the bearer of some Navy Master Chief Petty Officer Role. + Navy Master Chief Petty Officer + true + + + + + + + + + Navy Master Chief Petty Officer Rank + true + + + + + + + + + Navy Master Chief Petty Officer Role + true + + + + + + + + + Navy Midshipman Rank + true + + + + + + + + + Navy Rear Admiral Lower Half Rank + true + + + + + + + + + Navy Rear Admiral Lower Half Role + true + + + + + + + + + Navy Rear Admiral Rank + true + + + + + + + + + Navy Rear Admiral Upper Half Role + true + + + + + + + + + A Senior Chief Petty Officer who has some Navy Senior Chief Petty Officer Rank and is the bearer of some Navy Senior Chief Petty Officer Role. + Navy Senior Chief Petty Officer + true + + + + + + + + + Navy Senior Chief Petty Officer Rank + true + + + + + + + + + Navy Senior Chief Petty Officer Role + true + + + + + + + + + Navy Vice Admiral Rank + true + + + + + + + + + Navy Vice Admiral Role + true + + + + + + + + + + + + + + + + + + + + + + + + + + + Person who is a member of some Armed Force, who has some Non-Commissioned Officer Rank and is the bearer of some Non-Commissioned Officer Role. + Non-Commissioned Officer + + + + + + + + + "If EPME is not completed by the promotion increment month, the projected promotion will be placed +into “withhold” status as referenced in Table 1.3., item 10. (T-1). If EPME is not completed by the end of +the promotion cycle the projected promotion will be canceled and not reinstated (except for promotion to +SSgt). (T-1). The end of the promotion cycle is defined as the last month promotions will increment for +that particular cycle as outlined in the Enlisted Promotion Eligibility Chart available on myPers." + +Table 1.1.https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Exception: "The only exceptions for waivers beyond 179 days is for Airmen on +Temporary Duty (TDYs) or deployments that exceed 179 days, short-tour locations with no EPME +available, and those who cannot complete required EPME before promotion due to circumstances beyond +their control (e.g., retraining, medical issues, personal hardship, Exceptional Family Member Prgram). (T1). The squadron commander is the approval or disapproval authority for EPME waivers (cannot be further +delegated). Commanders use Attachment 3 to request a promotion waiver for deserving Airmen who meet +these scenarios. Route these requests through AFPC/DP2SPP. If approved, AFPC/DP2SPP will update +MilPDS and, if required, will grant a retroactive effective date in accordance with paragraph 1.17. (T-1). +Commanders may only approve one EPME waiver per Airman; approval authority for subsequent EPME +waiver requests are at the discretion of the Directorate of Force Development (AF/A1D)." + +Table 1.1.https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + A U.S. Air Force Enlisted Professional Military Education Requirement that requires a U.S. Air Force Technical Sergeant to have completed the Non-Commissioned Officer Academy course within 179 days, and prior to the promotion increment month, as a condition for promotion to the U.S. Air Force Master Sergeant Rank. + Table 1.1. https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + U.S. Air Force Non-Commissioned Officer Academy Requirement + + + + + + + + + + + + + + + + + + + Enlisted Rank Insignia that bears some Non-Commissioned Officer Rank. + Non-Commissioned Officer Rank Insignia + + + + + + + + + In French military, entry into NCO candidates attending NCO school are either from the junior enlisted ranks, or direct entry civilians. So, one need not first go through the junior enlisted ranks. + Enlisted Rank which signifies an Authority Role that is realized in the leadership and training of lower ranked enlisted Service Members, or service in a military staff position, and which is acquired via promotion through the enlisted ranks. + Non-Commissioned Officer Rank + + + + + + + + + Non-Commissioned Officer Role + + + + + + + + + Within the U.S. Marine Corps and some other militares, 'lance corporol' is used for a non-officer rank. But many militaries in the Commonwealth nations use this term for a low-level non-commissioned officer rank. + A Non-Officer Enlisted Personnel Rank that is one rank higher than some Private Rank and one rank lower than some NCO Corporal Rank. + In any given armed force, a Non-Officer Lance Corporal Rank is directly above the highest Private-level Rank used in that armed force, and one rank lower than the Corporal Rank used in that armed force. For example, the U.S. Marine Corps Lance Corporal Rank is directly above the U.S. Marine Corps Private First Class Rank and directly below the U.S. Marine Corps Corporal Rank. + +A Non-Officer Lance Corporal Rank is the highest Non-Officer Enlisted Personnel Rank in those armed forces in which the rank of corporal is the lowest NCO rank. But in many armed forces worldwide, particularly in the Commonwealth nations, the rank of lance corporal is the lowest NCO rank. [https://en.wikipedia.org/wiki/Lance_corporal] + Non-Officer Lance Corporal Rank + true + + + + + + + + + O-1 + + + + + + + + + O-10 + + + + + + + + + O-2 + + + + + + + + + O-3 + + + + + + + + + O-4 + + + + + + + + + O-5 + + + + + + + + + O-6 + + + + + + + + + O-7 + + + + + + + + + O-8 + + + + + + + + + O-9 + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are tenth highest on the NATO Rank Scale. + Most member Armed Forces have two ranks at OF-1, and several have 3 ranks at OF-1; normally these are different grades of Lieutenant (used especially within armies and marine corps, but also used in the air force of the United States and other air forces modelled on the United States' rank structure). Most member countries have ranks translatable as 'first lieutenant' and 'second lieutenant'. Some have 'third lieutenants' as well. + +But the OF-1 ranks also include the rank of Ensign, as in the case of the U.S. Navy and Coast Guard. As well as the 'Pilot Officer' and 'Flying Officer' ranks that are used in the air force of Britian and other Commonwealth Nations. + OF-1 + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are highest on the NATO Rank Scale. + Not all NATO Armed Forces have Commissioned Officer Ranks corresponding to the OF-10 code. Typically, only the armies, air forces and navies of NATO member countries maintain such ranks (e.g. the General of the Army, General of the Air Force, and Fleet Admiral Ranks of the U.S. army, air force and navy). + OF-10 + + + + + + + + + + + + + + + + + + + + + + + + + OF-10 Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + A Commissioned Officer Rank that has a NATO Rank Scale Code of OF-1. + OF-1 Commissioned Officer Rank + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are ninth highest on the NATO Rank Scale. + OF-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Commissioned Officer Rank that has a NATO Rank Scale Code of OF-2. + OF-2 Commissioned Officer Rank + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are eigth highest on the NATO Rank Scale. + Some member Armed Forces have two ranks at OF-3. For instance, the Belgian Army has both the rank of Major/Majoor and the rank of Capitaine-Commandant at OF-3. In this case, the STANAG 2116 document explicitly states that the latter rank is subordinate to the former, in line with the Belgian Army's order of precedence. + OF-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Commissioned Officer Rank that has a NATO Rank Scale Code of OF-3. + OF-3 Commissioned Officer Rank + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are seventh highest on the NATO Rank Scale. + OF-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Commissioned Officer Rank that has a NATO Rank Scale Code of OF-4. + OF-4 Commissioned Officer Rank + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are sixth highest on the NATO Rank Scale. + OF-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Commissioned Officer Rank that has a NATO Rank Scale Code of OF-5. + OF-5 Commissioned Officer Rank + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are fifth highest on the NATO Rank Scale. + OF-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-6 Commissioned Officer Rank + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are fourth highest on the NATO Rank Scale. + OF-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-7 Commissioned Officer Rank + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are third highest on the NATO Rank Scale. + OF-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-8 Commissioned Officer Rank + + + + + + + + + A Commissioned Officer NATO Rank Scale Code assigned to any of the equivalent Commissioned Officer Ranks used by member countries of NATO that are second highest on the NATO Rank Scale. + In most NATO Armed Forces, ranks to which this code is assigned are general or admiral ranks, but also air chief marshal ranks in Britain and other commonwealth air forces. + Note: STANAG assigns the OF-9 code to the Spanish Armed Forces appointments of Chief of Defence General Staff and the Chiefs of General Staff of the Army, Navy and Air Force. The Spanish Armed Forces do not have OF-9 ranks, but generals and admirals given these appointments are assigned the OF-9 code. + OF-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OF-9 Commissioned Officer Rank + + + + + + + + + OR-1 + + + + + + + + + OR-2 + + + + + + + + + OR-3 + + + + + + + + + OR-5 + + + + + + + + + OR-6 + + + + + + + + + OR-7 + + + + + + + + + OR-8 + + + + + + + + + OR-9 + + + + + + + + + OR-4 + + + + + + + + Obsolete Class + + + + + + + + + + + + + + + + + + + A Military Rank Insignia that bears some One-Star Military Rank. + One-Star Military Rank Insignia + + + + + + + + A placeholder for classes that need to be fit into the class hierarchy. + Other + + + + + + + + + NATO Rank Code that classifies the Enlisted Ranks used by member countries of the North Atlantic Treaty Organization according to a standardized rank scale which matches the Enlisted Ranks of each member country to the equivalent Enlisted Ranks used by the other members. + Other Ranks NATO Rank Code + + + + + + + + + A Junior Non-Commissioned Officer who has some Junior NCO Petty Officer Rank and is the bearer of some Junior NCO Petty Officer Role. + Junior NCO Petty Officer + true + + + + + + + + + Probably to be deprecated + A Petty Officer who has some Petty Officer First Class Rank and is the bearer of some Petty Officer First Class Role. + Petty Officer First Class + true + + + + + + + + + Petty Officer First Class Role + true + + + + + + + + + Deprecate? Change this to a defined class? + A U.S. Armed Forces Petty Officer Rank that is the most senior Junior Non-Commissioned Officer Rank in the U.S. Navy and the U.S. Coast Guard, directly above the Petty Officer Second Class Rank. + See page 3 of: +https://www.mynavyhr.navy.mil/Portals/55/Reference/NEOCS/Vol1/04-Introduction_Chg%2082_Apr%2020.pdf?ver=szLKR2-8OimD6H0rg94gyA%3d%3d + Petty Officer First Class Rank + true + + + + + + + + + Probably to be deprecated + A Petty Officer who has some Petty Officer Second Class Rank and is the bearer of some Petty Officer Second Class Role. + Petty Officer Second Class + true + + + + + + + + + Petty Officer Second Class Role + true + + + + + + + + + Deprecate? Change this to a defined class? + A U.S. Armed Forces Petty Officer Rank that is the second lowest Junior Non-Commissioned Officer Rank in the U.S. Navy and the U.S. Coast Guard, directly above the Petty Officer Third Class Rank and directly below the Petty Officer First Class Rank. + See page 3 of: +https://www.mynavyhr.navy.mil/Portals/55/Reference/NEOCS/Vol1/04-Introduction_Chg%2082_Apr%2020.pdf?ver=szLKR2-8OimD6H0rg94gyA%3d%3d + Petty Officer Second Class Rank + true + + + + + + + + + Probably to be deprecated + A Petty Officer who has some Petty Officer Third Class Rank and is the bearer of some Petty Officer Third Class Role. + Petty Officer Third Class + true + + + + + + + + + Petty Officer Third Class Role + true + + + + + + + + + Deprecate? Change this to a defined class? + A U.S. Armed Forces Petty Officer Rank that is the lowest Junior Non-Commissioned Officer Rank in the U.S. Navy and the U.S. Coast Guard, directly below the Petty Officer Second Class Rank, and which signifies that the rank holder is a technician and work manager within their rating (job specialty) has skill responsibilities and authority. + Petty Officer Third Class Rank + true + + + + + + + + + + + + + + + + + + + + + Wiki says it's a Junior NCO, but I none of the sources appealed to in the article indicate this. + Philippine Air Force Airman First Class Rank* + + + + + + + + + + + + + + + Philippine Air Force Airman Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force Airman Second Class Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force Brigadier General Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force Captain Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Air Force Chief Master Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force Colonel Rank + + + + + + + + + Philippine Air Force Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force First Lieutenant Rank + + + + + + + + + + + + + + + Philippine Air Force General Rank + + + + + + + + + Philippine Air Force Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force Lieutenant Colonel Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force Lieutenant General Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force Major General Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force Major Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Air Force Master Sergeant Rank + + + + + + + + + Philippine Air Force Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Air Force Second Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Air Force Senior Master Sergeant Rank + + + + + + + + + + + + + + + + + + + + + SNCO + Philippine Air Force Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Air Force Staff Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Air Force Technical Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Brigadier General Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Captain Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO; The highest enlisted rank in the Philippine Army. + Philippine Army Chief Master Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Colonel Rank + + + + + + + + + Philippine Army Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Corporal Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army First Lieutenant Rank + + + + + + + + + + + + + + + Philippine Army General Rank + + + + + + + + + Philippine Army Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Lieutenant Colonel Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Lieutenant General Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Major General Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Major Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Army Master Sergeant Rank + + + + + + + + + Philippine Army Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Private First Class Rank + + + + + + + + + + + + + + + Philippine Army Private Rank + + + + + + + + + + + + + + + + + + + + + Philippine Army Second Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Army Senior Master Sergeant Rank + + + + + + + + + + + + + + + + + + + + + S-NCO + Philippine Army Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Army Staff Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Army Technical Sergeant Rank + + + + + + + + + + + + + + + Philippine Coast Guard Admiral Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Captain Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Coast Guard Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Commander Rank + Senior Officer Rank + + + + + + + + + Philippine Coast Guard Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Commodore Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Ensign Rank + + + + + + + + + Philippine Coast Guard Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Lieutenant Commander Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Lieutenant Junior Grade Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Master Chief Petty Officer Rank + + + + + + + + + Philippine Coast Guard Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Petty Officer, First Class Rank + + + + + + + + + These are senior NCO ranks + Philippine Coast Guard Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Petty Officer, Second Class Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Petty Officer, Third Class Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Rear Admiral Rank + + + + + + + + + + + + + + + Philippine Coast Guard Seaman Apprentice Rank + + + + + + + + + + + + + + + + + + + + + Wiki says it's a Junior NCO, but I none of the sources appealed to in the article indicate this. + Philippine Coast Guard Seaman First Class Rank* + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Seaman Second Class Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Coast Guard Senior Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Coast Guard Vice Admiral Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Brigadier General Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Captain Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Marine Corps Chief Master Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Colonel Rank + + + + + + + + + Philippine Marine Corps Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Corporal Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps First Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Marine Corps First Sergeant Rank + + + + + + + + + + + + + + + Philippine Marine Corps General Rank + + + + + + + + + Philippine Marine Corps Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Lieutenant Colonel Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Lieutenant General Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Major General Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Major Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Marine Corps Master Sergeant Rank + + + + + + + + + Philippine Marine Corps Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Private First Class Rank + + + + + + + + + + + + + + + Philippine Marine Corps Private Rank + + + + + + + + + + + + + + + + + + + + + Philippine Marine Corps Second Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Marine Corps Senior Master Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Marine Corps Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Marine Corps Staff Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Marine Corps Technical Sergeant Rank + + + + + + + + + + + + + + + Philippine Navy Admiral Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Captain Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Navy Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Commander Rank + + + + + + + + + Philippine Navy Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Commodore Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Ensign Rank + + + + + + + + + Philippine Navy Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Lieutenant Commander Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Lieutenant Junior Grade Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Navy Master Chief Petty Officer Rank + + + + + + + + + Philippine Navy Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Petty Officer, First Class Rank + + + + + + + + + These are Senior NCO ranks + Philippine Navy Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Petty Officer, Second Class Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Petty Officer, Third Class Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Rear Admiral Rank + + + + + + + + + + + + + + + Philippine Navy Seaman Apprentice Rank + + + + + + + + + + + + + + + + + + + + + Wiki says it's a Junior NCO, but I none of the sources appealed to in the article indicate this. + Philippine Navy Seaman First Class Rank* + + + + + + + + + + + + + + + + + + + + + Philippine Navy Seaman Second Class Rank + + + + + + + + + + + + + + + + + + + + + Senior NCO + Philippine Navy Senior Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + Philippine Navy Vice Admiral Rank + + + + + + + + + Physical Fitness Requirement for Promotion in Military Rank + + + + + + + + + Lowest commissioned officer rank in the air forces of many Commonwealth nations, including the United Kingdom. Is equivalent to the rank of Second Lieutenant in the U.S. Air Force. + Pilot Officer Rank + true + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Military Rank that applies to some U.S. Army soldier who is a participant in the U.S. Army's primary zone promotion process. + Primary Zone Time in Service Requirement + true + + + + + + + + + Make defined class? + A Junior Enlisted Personal Rank that is the lowest rank, or one of the lowest ranks, in many Armies and Marine Corps, and which signifies that primary role of the rank holder is to carry out all orders that are issued to them by their commanding officers. + Private Rank + + + + + + + + + A Calendar Day that is the earliest date on which a member of an Armed Force is eligible to be promoted to the next higher Military Rank. + Promotion Eligibility Date + + + + + + + + + A Calendar Date Identifier that designates some Promotion Eligibility Date. + Promotion Eligibility Date Identifier + + + + + + + + + Promotion List + + + + + + + + + REGAF Centralized Promotion to U.S. Air Force Chief Master Sergeant Rank + + + + + + + + + REGAF Centralized Promotion to U.S. Air Force Master Sergeant Rank + + + + + + + + + REGAF Centralized Promotion to U.S. Air Force Senior Master Sergeant Rank + + + + + + + + + This is a one star admiral rank + This sort of rank is currently only used in U.S. maritime services. In Commonwealth Nations naval services, the equivalent one-star, OF-6 flag officer rank is that of 'Commodore'. In the modern navies of Belgium, Bulgaria, Denmark, Finland, Germany and Sweden, the equivalent rank is that of 'Flotilla Admiral'. + Rear Admiral Lower Half Rank + true + + + + + + + + + Rear Admiral Lower Half Role + true + + + + + + + + + This is a two star rank + Rear Admiral Rank + true + + + + + + + + + Rear Admiral Upper Half Role + true + + + + + + + + + These are Senior NCOs + Regimental Quartermaster Sergeant Rank + true + + + + + + + + + An Act of Automatic Promotion to U.S. Army Private First Class Rank wherein the Human Resources staff of some Regular Army Battalion, or equivalent echelon, uses the electronic military personnel office system (eMILPO) to advance to the U.S. Army Private First Class Rank, on the next automatic promotion date, each Regular Army Private Second Class within that unit's command who is registered in the system as meeting the promotion eligibility requirements for that rank. + Army Regulation 600–8–19, +Paragraph 1-9c.(1) and Chapter 2 "Decentralized Promotions" + +From paragraph 2-3b. "Promotions to PV2, PFC, and SPC will be made automatically by the electronic military personnel office system +(eMILPO) (RA)" + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Regular Army Automatic Promotion to U.S. Army Private First Class Rank + + + + + + + + + An Act of Automatic Promotion to U.S. Army Private Second Class Rank wherein the Human Resources staff of some Regular Army Battalion, or equivalent echelon, uses the electronic military personnel office system (eMILPO) to advance to the U.S. Army Private Second Class Rank, on the next automatic promotion date, each Regular Army Private within that unit's command who is registered in the system as meeting the promotion eligibility requirements for that rank. + Army Regulation 600–8–19, +Paragraph 1-9c.(1) and Chapter 2 "Decentralized Promotions" + +From paragraph 2-3b. "Promotions to PV2, PFC, and SPC will be made automatically by the electronic military personnel office system +(eMILPO) (RA)" + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Regular Army Automatic Promotion to U.S. Army Private Second Class Rank + + + + + + + + + Regular Army Automatic Promotion to U.S. Army Specialist Rank + + + + + + + + + Still researching this one. This is based on information gleaned from [https://en.wikipedia.org/wiki/First_sergeant] and from information taken from Army Regulation 600-8-19, Paragraph 7-11. The latter deals specifically with the case of Army National Guard promotions to the rank. I assume that the procedure for the Regular Army is similar, but need to vet the issue further. + An Act of Promotion to U.S. Army First Sergeant Rank in which some Regular Army soldier is selected by senior Department of the Army leadership to fill a billet requiring the U.S. Army First Sergeant Rank, and is temporarily advanced to that rank effective the billet appointment date. + Promotion to the U.S. Army First Sergeant Rank is temporary, and the rank is only held in concurrence with appointment to a First Sergeant billet. A Master Sergeant who has been laterally promoted to First Sergeant will be reassigned to the Master Sergeant Rank (unless they are being promoted to the E-9 Sergeant Major Rank) upon reassignment or attachment to positions not authorized for a First Sergeant. + Regular Army Centralized Promotion to U.S. Army First Sergeant Rank + + + + + + + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Rank in which some Regular Army Sergeant First Class, whose name is listed on a Headquarters, Department of the Army centralized promotion recommended list for the U.S. Army Master Sergeant Rank, is advanced to that rank by order of the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 4, Centralized Promotions (Sergeant First Class, Master Sergeant, and Sergeant Major): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Centralized promotions to U.S. Army Master Sergeant Rank are accounced by published orders from HRC on a monthly basis. The soldiers announced for promotion each month will be selected from the promotion list based on their MOS and sequence number (Army Regulation 600–8–19, Paragraph 4-7a). + +Sequence number ordering on the promotion list is according to the soldier's status on the promotion selection board's order of merit list. Where there are ties in order of merit, sequence numbers will be ordered according to recommended MOSs. (Army Regulation 600–8–19, Paragraph 4-6b). + Regular Army Centralized Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant First Class Rank in which some Regular Army Staff Sergeant, whose name is listed on a Headquarters, Department of the Army centralized promotion recommended list for the U.S. Army Sergeant First Class Rank, is advanced to that rank by order of the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 4, Centralized Promotions (Sergeant First Class, Master Sergeant, and Sergeant Major): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Centralized promotions to U.S. Army Sergeant First Class Rank are accounced by published orders from HRC on a monthly basis. The soldiers announced for promotion each month will be selected from the promotion list based on their MOS and sequence number (Army Regulation 600–8–19, Paragraph 4-7a). + +Sequence number ordering on the promotion list is according to the soldier's status on the promotion selection board's order of merit list. Where there are ties in order of merit, sequence numbers will be ordered according to recommended MOSs. (Army Regulation 600–8–19, Paragraph 4-6b). + Regular Army Centralized Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank in which some Regular Army Master Sergeant, or Regular Army First Sergeant, whose name is listed on a Headquarters, Department of the Army centralized promotion recommended list for the U.S. Army Sergeant Major Rank, is advanced to that rank by order of the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 4, Centralized Promotions (Sergeant First Class, Master Sergeant, and Sergeant Major): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Centralized promotions to U.S. Army Sergeant Major Rank are accounced by published orders from HRC on a monthly basis. The soldiers announced for promotion each month will be selected from the promotion list based on their MOS and sequence number (Army Regulation 600–8–19, Paragraph 4-7a). + +Sequence number ordering on the promotion list is according to the soldier's status on the promotion selection board's order of merit list. Where there are ties in order of merit, sequence numbers will be ordered according to recommended MOSs. (Army Regulation 600–8–19, Paragraph 4-6b). + +Soldiers selected for promotion to SGM are not assigned sequence numbers until they complete the U.S. Army Sergeants Major Course. + Regular Army Centralized Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + A Regular Army Centralized Promotion to U.S. Army First Sergeant Rank in which some Regular Army Master Sergeant is temporarily advanced to the U.S. Army First Sergeant Rank in concurrence with an appointment to a billet requiring that rank. + Regular Army Lateral Promotion to U.S. Army First Sergeant Rank + + + + + + + + + Regular Army Primary Zone Promotion to U.S. Army Sergeant Rank + + + + + + + + + A Regular Army Centralized Promotion to U.S. Army First Sergeant Rank in which some Regular Army Sergeant First Class on a promotion recommended list for the U.S. Army Master Sergeant Rank, is advanced to that rank and concurrently appointed temporarily to the U.S. Army First Sergeant Rank to fill a billet requiring the second rank. + Army Regulation 600-8-19, paragraph 7-22c. + +That passage is specifically about Army Guard Reserve, have to inquire further to see if this is the same for regular army promotions. + Regular Army Promotion from E-7 to U.S. Army First Sergeant Rank + + + + + + + + + Regular Army Promotion to U.S. Army Sergeant Rank + + + + + + + + + Regular Army Promotion to U.S. Army Staff Sergeant Rank + + + + + + + + + Regular Army Secondary Zone Promotion to U.S. Army Sergeant Rank + + + + + + + + + + + + + + + An Action Requirement that requires an Agent, who holds a Military Rank within some Armed Force, to complete some Act in order to be eligible for promotion to the next higher Military Rank. + I am assuming that action requirement could be future or past tense. Meaning that it might be a requirement that an agent is to complete an action in the future, or that an agent is to have completed an action in the past. But need to double check with the CCO people. + I am only putting this as a direct subclass of Action Requirement for now. There may be intermediary superclasses which I have not thought of. + +We may ask CCO to add a subclass 'Defeasible Action Requirement'. But 'Requirement for Promotion in Military Rank' cannot be a subclass of that since not all requirements are defeasible. Nor do I want to have separate hierarchies for promotion requirements that are defeasible and those that are not. + +I think it would be better to make 'Defeasible Action Requirement' a defined class, and create a quality of Directive ICE's such as 'defeasible'. We could then assert axioms involving this quality for any promotion requirements that are waiverable. + Action Requirement for Promotion in Military Rank + + + + + + + + + Royal Australian Air Force Aircraftwoman Rank + + + + + + + + + Royal Australian Air Force Aircraftwoman Rank + + + + + + + + + Royal Australian Air Force Junior Enlisted Rank + + + + + + + + + below corporal + Royal Australian Air Force Leading Aircraftman Rank + + + + + + + + + below corporal + Royal Australian Air Force Leading Aircraftwoman Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Brigadier-général Rank + Royal Canadian Air Force Brigadier General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Capitaine Rank + Royal Canadian Air Force Captain Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + There are three special appointments or positions that a holder of this rank may fill. They are: + +Senior appointment chief warrant officer / Formation chief warrant officer + +Command chief warrant officer -> Chief Warrant Officer of the Air Force + +Canadian Forces chief warrant officer + +See: + +https://en.wikipedia.org/wiki/Royal_Canadian_Air_Force#Non-commissioned_members + +https://en.wikipedia.org/wiki/Chief_warrant_officer#Senior_appointments + Royal Canadian Air Force Adjudant-chef Rank + Royal Canadian Air Force Chief Warrant Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Colonel Rank + Senior Officer Rank + + + + + + + + + Royal Canadian Air Force Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + Royal Canadian Air Force Caporal Rank + Royal Canadian Air Force Corporal Rank + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Général Rank + Royal Canadian Air Force General Rank + General Officer Rank + + + + + + + + + Royal Canadian Air Force Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Lieutenant-colonel Rank + Royal Canadian Air Force Lieutenant Colonel Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Lieutenant-général Rank + Royal Canadian Air Force Lieutenant General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Equivalent to the U.S. Air Force First Lieutenant Rank and the U.K. Royal Air Force Flight Lieutenant Rank. + Royal Canadian Air Force Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Major-général Rank + Royal Canadian Air Force Major General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Major Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + Royal Canadian Air Force Caporal-chef Rank + Royal Canadian Air Force Master Corporal Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Adjudant-maître Rank + Royal Canadian Air Force Master Warrant Officer Rank + + + + + + + + + Royal Canadian Air Force Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Sous-lieutenant Rank + Royal Canadian Air Force Second Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SNCO + Royal Canadian Air Force Sergent Rank + Royal Canadian Air Force Sergeant Rank + + + + + + + + + Royal Canadian Air Force Warrant Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Is the equivalent of the U.S. Navy Ensign Rank and the U.K. Royal Navy Midshipman Rank. + https://en.wikipedia.org/wiki/Sub-lieutenant#Acting_sub-lieutenant + Royal Canadian Navy Enseigne de vaisseau de 2e classe Rank + Royal Canadian Navy Acting Sub-Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Amiral Rank + Royal Canadian Navy Admiral Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + There are three special appointments or positions that a holder of this rank may fill. They are: + +Senior appointment chief petty officer 1st class / Formation chief petty officer + +Command chief petty officer 1st class / Chief Petty Officer of the Navy + +Canadian Forces chief warrant officer + +See: + +https://en.wikipedia.org/wiki/Royal_Canadian_Navy#Non-commissioned_members + +https://en.wikipedia.org/wiki/Chief_petty_officer,_1st_class + Royal Canadian Navy Premier maître de 1re classe Rank + Royal Canadian Navy Chief Petty Officer 1st Class Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Premier maître de 2e classe Rank + Royal Canadian Navy Chief Petty Officer 2nd Class Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Capitaine de frégate Rank + Royal Canadian Navy Commander Rank + Senior Officer Rank + + + + + + + + + Royal Canadian Navy Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Commodore Rank + Flag Officer Rank + + + + + + + + + Royal Canadian Navy Junior Enlisted Rank + + + + + + + + + Royal Canadian Navy Junior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Capitaine de corvette Rank + Royal Canadian Navy Lieutenant-commander Rank + Royal Canadian Navy Lieutenant Commander Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + Technically, an appointment of sailors holding the rank of Sailor First Class.https://en.wikipedia.org/wiki/Master_sailor + Royal Canadian Navy Master Seaman Rank + Royal Canadian Navy Matelot-chef Rank + Royal Canadian Navy Master Sailor Rank + + + + + + + + + Royal Canadian Navy Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Note that this rank is not an equivalent to the U.S. Navy Petty Officer First Class Rank. The latter is a Junior NCO rank that has a NATO Rank Scale Code of OR-6, whereas the Royal Canadian Navy Petty Officer 1st Class Rank has a NATO code of OR-7 and is a warrant officer rank. + Royal Canadian Navy Maître de 1re classe Rank + Royal Canadian Navy Petty Officer 1st Class Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + Royal Canadian Navy Maître de 2e classe Rank + Royal Canadian Navy Petty Officer 2nd Class Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Contre-amiral Rank + Royal Canadian Navy Rear-admiral Rank + Royal Canadian Navy Rear Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + Royal Canadian Navy Leading Seaman Rank + Royal Canadian Navy Matelot de 1re classe Rank + Royal Canadian Navy Sailor 1st Class Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Matelot de 2e classe Rank + Royal Canadian Navy Sailor 2nd Class Rank + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Matelot de 3e classe Rank + Royal Canadian Navy Sailor 3rd Class Rank + + + + + + + + + Royal Canadian Navy Senior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Enseigne de vaisseau de 1re classe Rank + Royal Canadian Navy Sub-Lieutenant Rank + Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Vice-admiral Rank + Royal Canadian Navy Vice-amiral Rank + Royal Canadian Navy Vice Admiral Rank + Flag Officer Rank + + + + + + + + + Royal Malaysian Air Force Aircraftman First Class Rank + + + + + + + + + Royal Malaysian Air Force Aircraftman Second Class Rank + + + + + + + + + Royal New Zealand Air Force Aircraftman Rank + + + + + + + + + below corporal + Royal New Zealand Air Force Leading Aircraftman Rank + + + + + + + + + Russian Aerospace Forces Army General Rank + + + + + + + + + Russian Aerospace Forces Captain Rank + + + + + + + + + Russian Aerospace Forces Colonel General Rank + + + + + + + + + Polkóvnik + Russian Aerospace Forces Colonel Rank + + + + + + + + + Russian Aerospace Forces Commissioned Officer Rank + + + + + + + + + Russian Aerospace Forces General Officer Rank + + + + + + + + + Russian Aerospace Forces Junior Enlisted Rank + + + + + + + + + Russian Aerospace Forces Junior Lieutenant Rank + + + + + + + + + Russian Aerospace Forces Junior Officer Rank + + + + + + + + + + + + + + + Russian Aerospace Forces Junior Sergeant Rank + + + + + + + + + Podpolkóvnik + Russian Aerospace Forces Lieutenant Colonel Rank + + + + + + + + + Russian Aerospace Forces Lieutenant General Rank + + + + + + + + + Russian Aerospace Forces Lieutenant Rank + + + + + + + + + Russian Aerospace Forces Major General Rank + + + + + + + + + Russian Aerospace Forces Major Rank + + + + + + + + + Russian Aerospace Forces Non-Commissioned Officer Rank + + + + + + + + + Russian Aerospace Forces Private First Class Rank + + + + + + + + + Russian Aerospace Forces Private Rank + + + + + + + + + Russian Aerospace Forces Senior Lieutenant Rank + + + + + + + + + Russian Aerospace Forces Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Aerospace Forces Senior Sergeant Rank + + + + + + + + + + + + + + + Russian Aerospace Forces Senior Warrant Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Aerospace Forces Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Russian Aerospace Forces Starshina Rank + + + + + + + + + + + + + + + + + + + + + Russian Aerospace Forces Warrant Officer Rank + + + + + + + + + Generál ármii + Генера́л а́рмии + Russian Ground Forces Army general Rank + + + + + + + + + + + + + + + Russian Ground Forces Captain Rank + + + + + + + + + + + + + + + + + + + + + Russian Ground Forces Colonel Rank + + + + + + + + + 3rd highest general officer rank (below Army general and Marshal of the Russian Federation). + +Interestingly, historically it derives from German "Generaloberst", which was equivalent to a 4-star general rank. But the Russian 'Colonel general' is the equivalent of a 3-star U.S. Army General. + Generál-polkóvnik + Генера́л-полко́вник + "The rank has usually been given to district, front and army commanders, and also to deputy ministers of defense, deputy heads of the general staff and so on." https://en.wikipedia.org/wiki/Colonel_general#Russia + Russian Ground Forces Colonel general Rank + + + + + + + + + Russian Ground Forces Commissioned Officer Rank + + + + + + + + + Russian Ground Forces General Officer Rank + + + + + + + + + Those with junior ranks are called conscripted. + Russian Ground Forces Junior Enlisted Rank + + + + + + + + + Russian Ground Forces Junior Lieutenant Rank + + + + + + + + + Russian Ground Forces Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Ground Forces Junior Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Russian Ground Forces Lieutenant Colonel Rank + + + + + + + + + This is equivalent to a 2-star general in the U.S. Army, whereas the U.S. Army Lieutenant General Rank is a 3-star rank. + Generál-leytenánt + Генера́л-лейтена́нт + Russian Ground Forces Lieutenant General Rank + + + + + + + + + Russian Ground Forces Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Russian Ground Forces Major Rank + + + + + + + + + Generál-mayór + Генера́л-майо́р + Russian Ground Forces Major general Rank + + + + + + + + + Variant Non-Commissioned Officer Rank of the Russian Ground Forces that is above the Russian Ground Forces Junior Enlisted Ranks and below the Russian Ground Forces Commissioned Officer Ranks, and which signifies that rank holders primarily serve in technical positions requiring advanced skills and training. + Bartles, "Russian Armed Forces: Enlisted Professionals" + Congressional Research Service, "Russian Armed Forces: Military Modernization and Reforms": https://crsreports.congress.gov/product/pdf/IF/IF11603 + Grau and Bartles, "The Russian Way of War": https://www.armyupress.army.mil/portals/7/hot%20spots/documents/russia/2017-07-the-russian-way-of-war-grau-bartles.pdf + In the Russian Armed Forces, many of the roles served by NCOs are served by commissioned officers. For instance, a lieutenant in the Russian Ground Forces will typically serve both as Platoon Commander and as Platoon Sergeant, the latter of which is usually served by NCOs in Western militaries. + +In addition to serving as commanding officers, Russian commissioned officers typically take on the role of trainers and disciplinarians of enlisted personnel--a role that is given to NCOs in Western militaries. + +Russian NCOs do have the option of pursuing a career in small unit leadership (e.g. leadership of squads, crews, and in some cases platoons). But this requires graduating from an academy whose program last for 2 years and 9 months, with education and training that is comparable to that which is completed by a newly commissioned lieutenant at a military academy (4-5 years). + While some NCOs are promoted to these ranks after completing their service as conscripts in the junior ranks (private ranks), Russian civilians who have training in a militarily useful vocation can enlist as NCOs. In that respect, the manner of entrance into the Russian NCO ranks is a deviation from the canonical type NCO rank. + Russian Ground Forces Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Ground Forces Private First Class Rank + + + + + + + + + + + + + + + Russian Ground Forces Private Rank + + + + + + + + + Russian Ground Forces Senior Lieutenant Rank + + + + + + + + + Russian Ground Forces Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Ground Forces Senior Sergeant Rank + + + + + + + + + + + + + + + Russian Ground Forces Senior Warrant Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Ground Forces Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Note, that in Army terminology, the Russian term 'Starshina' is similar to 'Sergeant Major' in the U.S. Army. + +In naval terminology, 'Starshina' is similar in usage to 'petty officer'. + +https://en.wikipedia.org/wiki/Starshina#Insignia_in_the_Russian_Federation + Russian Ground Forces Starshina Rank + + + + + + + + + + + + + + + + + + + + + Russian Ground Forces Warrant Officer Rank + + + + + + + + + Russian Naval Infantry Commissioned Officer Rank + + + + + + + + + Russian Naval Infantry Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy Admiral Rank + + + + + + + + + + + + + + + Equivalent to General of the Army Rank in the ground and air forces. + Russian Navy Fleet Admiral Rank + Russian Navy Admiral of the Fleet Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy Captain-Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + O-6 + Russian Navy Captain 1st Rank Rank + + + + + + + + + + + + + + + + + + + + + O-5 + Russian Navy Captain 2nd Rank Rank + + + + + + + + + + + + + + + + + + + + + O-4 + Russian Navy Captain 3rd Rank Rank + + + + + + + + + + + + + + + + + + + + + Equivalent to an E-7, Chief Petty Officer in the U.S. Navy, according to: https://www.oni.navy.mil/Portals/12/Intel%20agencies/russia/Russia%202015screen.pdf?ver=2015-12-14-082028-313 + Russian Navy Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + Equivalent to an E-9 (Master Chief Petty Officer) in the U.S. Navy, according to: https://www.oni.navy.mil/Portals/12/Intel%20agencies/russia/Russia%202015screen.pdf?ver=2015-12-14-082028-313 + Russian Navy Chief Petty Officer of the Ship Rank + + + + + + + + + Russian Navy Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy Counter Admiral Rank + + + + + + + + + Russian Navy Deck Commissioned Officer Rank + + + + + + + + + We distinguish between Russian Navy 'Deck' Ranks and Russian Naval Infantry Ranks. Within the Russian Armed Forces, the Naval Infantry -- which is Russia's equivalent of a Marine Corps -- is a proper part of the Russian Navy. This differs from the U.S., where the Navy and Marine Corps are sister services that are both part of the Department of the Navy. In the case of the U.S. naval forces, we can thus distinguish between U.S. Navy Ranks and U.S. Marine Corps Ranks. + +Like the U.S. and British Marine Corps, the Russian Naval Infantry uses 'army-style' ranks (generals, colonels, sergeants, and so on.) Whereas deck personnel use 'naval-style' ranks (admirals, petty officers). But given that the Russian Naval Infantry is a part of its Navy proper (rather than a sister service), the ranks of the Naval Infantry are technically ranks of the Russian Navy. Thus we distinguish between Russian Navy deck ranks and Russian Navy naval infantry ranks. + Russian Navy Deck Non-Commissioned Officer Rank + + + + + + + + + Russian Navy Flag Officer Rank + + + + + + + + + Russian Navy Junior Enlisted Rank + + + + + + + + + Russian Navy Deck Junior Officer Rank + + + + + + + + + Variant Non-Commissioned Officer Rank of the Russian Navy that is above the Russian Navy Junior Enlisted Ranks and below the Russian Navy Commissioned Officer Ranks, and which signifies that rank holders primarily serve in technical positions requiring advanced skills and training. + Russian Navy Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy Petty Officer 1st Class Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy Petty Officer 2nd Class Rank + + + + + + + + + + + + + + + Russian Navy Seaman Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy Senior Seaman Rank + + + + + + + + + + + + + + + Russian Navy Deck Senior Warrant Officer Rank + + + + + + + + + Russian Navy Deck Staff Officer Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy Vice Admiral Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy Deck Warrant Officer Rank + + + + + + + + + Seaman-level Aviation Rank + true + + + + + + + + + Seaman-level Construction Group Rank + true + + + + + + + + + Seaman-level Engineering and Hull Group Rank + true + + + + + + + + + There are a variety of occupational fields, or 'rates', associated with each of these ranks in the U.S. Navy and Coast Guard. + +For instance, those sailors holding the Seaman Recruit Rank have different 'rate' depending on their occupational field or specialty. Thus there are Fireman Recruits, Constructionman Recruits, and Hospitalman Recruits, and Seaman Recruits. Notice here that 'Seaman Recruit' is used both for the rank under which each of these rates falls, as well as a specific rate (specifically, for those in the general deck and administrative community). A sailor's actual title is determined by the rate or occupational field. Thus a sailor falling under the Seaman Recruit Rank who is in the medical field would have as their title 'Hospitalman Recruit'. + Seaman-level General Deck and Administration Group Rank + true + + + + + + + + + Seaman-level Medical Group Rank + true + + + + + + + + + Junior Lieutenant Rank + Second Lieutenant Rank + true + + + + + + + + + Second Lieutenant Role + true + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Military Rank that appies to some U.S. Army soldier who is a participant in the U.S. Army's secondary zone promotion process. + Secondary Zone Time in Service Requirement + true + + + + + + + + + + + + + + + + + + + + + U.S. Secretary of the Army Role + + + + + + + + + A Requirement for Promotion in Military Rank that requires some U.S. military soldier to obtain the appropriate security clearance, as a condition of promotion to some Military Rank. + Security Clearance Requirement for Promotion in Military Rank + + + + + + + + + A U.S. Army Security Clearance Requirement for Promotion in Military Rank that requires some U.S. Army soldier to obtain a security clearance appropriate to their promotion military occupational specialty or an interim security clearance at the same level, as a condition for promotion to the U.S. Army Corporal Rank. + Paragraph 1-16c: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Security Clearance Requirement for Promotion to U.S. Army Corporal Rank + + + + + + + + + A U.S. Army Security Clearance Requirement for Promotion in Military Rank that requires some U.S. Army soldier to obtain the security clearance appropriate to their promotion military occupational specialty or an interim security clearance at the same level, as a condition for promotion to the U.S. Army Sergeant First Class Rank. + Paragraph 1-16c: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Security Clearance Requirement for Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + + + + + + + Security Clearance Requirement for Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Security Clearance Requirement for Promotion in Military Rank that requires some U.S. Army Corporal to obtain the security clearance appropriate to their promotion military occupational specialty or an interim security clearance at the same level, as a condition for promotion to the U.S. Army Sergeant Rank. + Paragraph 1-16c: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Security Clearance Requirement for Promotion to U.S. Army Sergeant Rank + + + + + + + + + A U.S. Army Security Clearance Requirement for Promotion in Military Rank that requires some U.S. Army soldier to obtain the security clearance appropriate to their promotion military occupational specialty or an interim security clearance at the same level, as a condition for promotion to the U.S. Army Specialist Rank. + Paragraph 1-16c: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Security Clearance Requirement for Promotion to U.S. Army Specialist Rank + + + + + + + + + A U.S. Army Security Clearance Requirement for Promotion in Military Rank that requires some U.S. Army soldier to obtain the security clearance appropriate to their promotion military occupational specialty or an interim security clearance at the same level, as a condition for promotion to the U.S. Army Staff Sergeant Rank. + Paragraph 1-16c: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Security Clearance Requirement for Promotion to U.S. Army Staff Sergeant Rank + + + + + + + + + A Chief Petty Officer who has some Senior Chief Petty Officer Rank and is the bearer of some Senior Chief Petty Officer Role. + Senior Chief Petty Officer + true + + + + + + + + + Senior Chief Petty Officer Rank + true + + + + + + + + + Senior Chief Petty Officer Role + true + + + + + + + + + A U.S. Navy Enlisted Leadership Development Course Requirement that requires some U.S. Navy Senior Chief Petty Officer to have completed the Senior Enlisted Academy to be eligible for consideration for advancement to the U.S. Navy Master Chief Petty Officer Rank by a promotion selection board. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', paragraph 210e + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Senior Enlisted Academy Requirement + + + + + + + + + This is an appointment, not a rank. This appointment can be taken on by someone from either the Army, Air Force, and Marine Corps. Each branch will assign one its members to hold this appointment on an alternating basis. + +Should this be under roles? + Senior Enlisted Advisor to the Chairman Role + + + + + + + + + A U.S. Army Enlisted Professional Military Education Requirement for Promotion in Military Rank that requires some U.S. Army Staff Sergeant to have graduated the Senior Leaders Course, as a condition of promotion to the U.S. Army Sergeant First Class Rank. + Army Regulation 600–8–19, Paragraph 1-29a(6): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + U.S. Army Senior Leaders Course Requirement + + + + + + + + + Senior Lieutenant Rank + true + + + + + + + + + A Senior Non-Commissioned Officer who has some Senior Master Sergeant Rank and is the bearer of some Senior Master Sergeant Role. + Senior Master Sergeant + true + + + + + + + + + These are Senior NCOs + Senior Master Sergeant Rank + true + + + + + + + + + Senior Master Sergeant Role + true + + + + + + + + + Meant to be a superclass for sergeant ranks where the rank is used for senior NCO rank. Better to have a defined class for the broad senior NCO rank grouping. + Senior NCO Army Sergeant Rank + true + + + + + + + + + Senior NCO Army Staff Sergeant Rank + true + + + + + + + + + Replaced with a defined class for the broad senior NCO rank grouping. + Senior NCO Marine Corps Sergeant Rank + true + + + + + + + + + Senior NCO Marine Corps Staff Sergeant Rank + true + + + + + + + + + Labeled with the 'Senior NCO' prefix to distinguish from Junior NCO petty officer ranks, such as those in the U.S. Navy and Coast Guard + Senior NCO Petty Officer Rank + true + + + + + + + + + Replaced with a defined class for the broad senior NCO rank grouping. + Senior NCO Sergeant Rank + true + + + + + + + + + Replaced with broad defined class for the senior NCO rank grouping + Senior NCO Staff Sergeant Rank + true + + + + + + + + + Replaced with defined class for broad senior NCO grouping. + Senior NCO Technical Sergeant Rank + true + + + + + + + + + + + + + + + + + + + + + A Non-Commissioned Officer who has some Senior Non-Commissioned Officer Rank and is the bearer of some Senior Non-Commissioned Officer Role. + Senior Non-Commissioned Officer + + + + + + + + + Abbreviated as SNCO + DEFINED CLASS + Senior Non-Commissioned Officer Rank + + + + + + + + + DEFINED CLASS + Senior Non-Commissioned Officer Role + + + + + + + + + + + + + + + + + + + + + + + A Junior Non-Commissioned Officer who has some Sergeant Rank and is the bearer of some Sergeant Role. + Sergeant + + + + + + + + + A Senior Non-Commissioned Officer who has some Sergeant First Class Rank and is the bearer of some Sergeant First Class Role. + Sergeant First Class + true + + + + + + + + + Senior NCO in U.S. Army + +But in Israel Defense Force, this is the lowest NCO rank. + Sergeant First Class Rank + true + + + + + + + + + Sergeant First Class Role + true + + + + + + + + + A Senior Non-Commissioned Officer who has some Sergeant Major Rank and is the bearer of some Sergeant Major Role. + Sergeant Major + true + + + + + + + + + A U.S. Army Non-Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the Sergeant Major of the Army Rank, and which the Agent realizes by serving as the senior enlisted advisor and consultant to the Secretary of the Army and Chief of Staff of the Army, advising senior Army leadership on matters affecting manning, equipping, training, quality of life, and other policies and programs that may affect the Army. + Army Regulation 600-20, 'Army Command Policy', 2-19b(1): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN32931-AR_600-20-004-WEB-6.pdf + https://www.army.mil/ranks/ + There is only one Sergeant Major of the Army. This is the highest Authority Role in the enlisted ranks of the U.S. Army. + Sergeant Major of the Army Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 ranks below U.S. Coast Guard Chief Warrant Officer 2 (there is no Coast Guard Warrant Officer 1 Rank). This class is one rank below the Navy, Army and Marine Corps Warrant Officer 1 Ranks, which are themselves 1 rank below U.S. Coast Guard Chief Warrant Officer 2. + The rank holder serves as personal advisor to the U.S. Chief of Staff of the Army, addressing all issues and matters pertaining to U.S. Army soldiers (both enlisted and commissioned officers), and serves as the final authority on standards and discipline for all U.S. Army soldiers (both enlisted and commissioned officers). + +https://en.wikipedia.org/wiki/Sergeant_Major_of_the_Army + https://www.federalpay.org/military/army/sergeant-major-of-the-army + A U.S. Army Non-Commissioned Officer Rank that is highest enlisted rank in the U.S. Army, directly above the U.S. Army Command Sergeant Major Rank and directly below the U.S. Army Warrant Officer 1 Rank, and which signifies that the rank holder serves as the senior enlisted advisor and consultant to the Secretary of the Army and Chief of Staff, Army, and advises senior Army leadership on matters affecting manning, equipping, training, quality of life, and other policies and programs that may affect the Army. + Army Regulation 600–20, Army Command Policy, paragraph 2-19b(1) + +p. 24: +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN32931-AR_600-20-004-WEB-6.pdf + Sergeant Major of the Army Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Staff Non-Commissioned Officer who has some Sergeant Major of the Marine Corps Rank and is the bearer of some Sergeant Major of the Marine Corps Role. + Sergeant Major of the Marine Corps + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 ranks below U.S. Coast Guard Chief Warrant Officer 2 (not Coast Guard Warrant Officer 1 Rank). This class is one rank below the Navy, Army and Marine Corps Warrant Officer 1 Ranks, which are themselves 1 rank below U.S. Coast Guard Chief Warrant Officer 2. + unique rank + A U.S. Marine Corps Non-Commissioned Officer Rank that is highest enlisted rank in the U.S. Marine Corps, directly above the U.S. Marines Corps Sergeant Major Rank and directly below the U.S. Marine Corps Warrant Officer 1 Rank, and which signifies that the rank holder serves as Senior Enlisted Advisor to the Commandant of the Marine Corps, addressing all issues and matters pertaining to U.S. enlisted marines. + https://www.federalpay.org/military/marine-corps/sergeant-major-of-the-marine-corps + Sergeant Major of the Marine Corps Rank + + + + + + + + + Sergeant Major of the Marine Corps Role + + + + + + + + + In the British Army and Royal Marines, the title of 'Sergeant Major' is used for an appointment that can be held by officer with the rank of WO-2. It is not a rank. + Senior NCO + Sergeant Major Rank + true + + + + + + + + + Sergeant Major Role + true + + + + + + + + + Sergeant Rank + + + + + + + + + Sergeant role + true + + + + + + + + + A U.S. Air Force Skill Level Requirement for Promotion in Military Rank that requires a U.S. Air Force Senior Sergeant to have achieved a skill level of 9 (Superintendent) in their primary Air Force specialty code as of the promotion eligibility cut off date in order to be promoted to the U.S. Air Force Chief Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Skill Level Requirement for Promotion to U.S. Air Force Chief Master Sergeant Rank + + + + + + + + + A U.S. Air Force Skill Level Requirement for Promotion in Military Rank that requires a U.S. Air Force Technical Sergeant to have achieved a skill level of 7 (Craftsman) in their primary Air Force specialty code as of the promotion eligibility cut off date in order to be promoted to the U.S. Air Force Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Skill Level Requirement for Promotion to U.S. Air Force Master Sergeant Rank + + + + + + + + + + + + + + + A U.S. Air Force Skill Level Requirement for Promotion in Military Rank that requires a U.S. Air Force Master Sergeant to have achieved a skill level of 7 (Craftsman) in their primary Air Force specialty code as of the promotion eligibility cut off date in order to be promoted to the U.S. Air Force Senior Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Skill Level Requirement for Promotion to U.S. Air Force Senior Master Sergeant Rank + + + + + + + + + Space Force Brigadier General Rank + true + + + + + + + + + Space Force Brigadier General Role + true + + + + + + + + + Space Force Captain Rank + true + + + + + + + + + Space Force Captain Role + true + + + + + + + + + A Chief Master Sergeant who has some Space Force Chief Master Sergeant Rank and is the bearer of some Space Force Chief Master Sergeant Role. + Space Force Chief Master Sergeant + true + + + + + + + + + Space Force Chief Master Sergeant Rank + true + + + + + + + + + Space Force Chief Master Sergeant Role + true + + + + + + + + + Space Force Colonel Rank + true + + + + + + + + + Space Force Colonel Role + true + + + + + + + + + Space Force First Lieutenant Rank + true + + + + + + + + + Space Force First Lieutenant Role + true + + + + + + + + + Space Force First Sergeant Rank + true + + + + + + + + + Space Force General Rank + true + + + + + + + + + Space Force General Role + true + + + + + + + + + Space Force Lieutenant Colonel Rank + true + + + + + + + + + Space Force Lieutenant Colonel Role + true + + + + + + + + + Space Force Lieutenant General Rank + true + + + + + + + + + Space Force Lieutenant General Role + true + + + + + + + + + Space Force Major General Rank + true + + + + + + + + + Space Force Major General Role + true + + + + + + + + + Space Force Major Rank + true + + + + + + + + + Space Force Major Role + true + + + + + + + + + A Master Sergeant who has some Space Force Master Sergeant Rank and is the bearer of some Space Force Master Sergeant Role. + Space Force Master Sergeant + true + + + + + + + + + Space Force Master Sergeant Rank + true + + + + + + + + + Space Force Master Sergeant Role + true + + + + + + + + + Space Force Second Lieutenant Rank + true + + + + + + + + + Space Force Second Lieutenant Role + true + + + + + + + + + An Senior Master Sergeant who has some Space Force Senior Master Sergeant Rank and is the bearer of some Space Force Senior Master Sergeant Role. + Space Force Senior Master Sergeant + true + + + + + + + + + Space Force Senior Master Sergeant Rank + true + + + + + + + + + Space Force Senior Master Sergeant Role + true + + + + + + + + + A Sergeant who has some Space Force Sergeant Rank and is the bearer of some Space Force Sergeant Role. + Space Force Sergeant + true + + + + + + + + + Space Force Sergeant Rank + true + + + + + + + + + Space Force Sergeant role + true + + + + + + + + + A Technical Sergeant who has some Space Force Technical Sergeant Rank and is the bearer of some Space Force Technical Sergeant Role. + Space Force Technical Sergeant + true + + + + + + + + + Space Force Technical Sergeant Rank + true + + + + + + + + + Space Force Technical Sergeant role + true + + + + + + + + + Special Grade + + + + + + + + + Used in many air forces in Commonwealth nations. Equivalent to the rank of major in the U.S. Air Force. + Squadron Leader Rank + true + + + + + + + + + In the U.S. Army, Air Force and Space Force this is a Junior NCO Rank. 'Staff Sergeant' is used in the U.S. Marine Corps for a Senior NCO rank. But also in the British Armed Forces it is a Senior NCO rank. + +This term may be undeprecated in the future as a 'generic staff sergeant rank' + Staff Sergeant Rank + true + + + + + + + + + An Act of Promotion to U.S. Army Master Sergeant Rank (USAR) in which the Commanding General, Human Resources Command selects some Standby Reserve (active status list) Sergeant First Class from a promotion recommended list and transfers that Soldier to a Troop Program Unit to fill a position vacancy authorized for the U.S. Army Master Sergeant Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Chapters 5 and 6 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +See in particular paragraphs: +5-1c, 5-16d, 6-1c, 6-2, 6-3f(2), and 6-9b. + All promotions of Standby Reserve soldiers to the rank of SFC through SGM must be made against an existing or projected position vacancy within an Army Reserve Troop Program Unit. The Standby Reserve soldier is promoted to the next rank in order to fill a position vacancy that requires that rank. The promotion is effective the date that soldier accepts their new assignment. Standby Reserve soldiers are only promoted to fill position vacancies when those vacancies cannot be filled with a qualified soldier that already holds the authorized rank. Thus, if there is already a qualified soldier in the Troop Unit Program who holds the authorized rank, they would be assigned to fill the vacancy. + +"When the position vacancy cannot be filled with a qualified Soldier in the authorized rank, the CG, HRC (AHRC–PDV–PE) will promote from the recommended list, by sequence number, a Soldier who possesses the required MOS. Promotions to TPU vacancies will be accomplished through coordination with the USARC and in conjunction with a TPU assignment. If available and otherwise eligible, HRC will transfer promotable Soldiers to TPU vacancies and promote them effective the date of assignment." +Army Regulation 600–8–19, Ch. 6, 6-9b. + Standby Reserve Centralized Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant First Class Rank (USAR) in which the Commanding General, Human Resources Command selects from a promotion recommended list a Standy Reserve (active status list) Staff Sergeant, and tranfers that Soldier to a Troop Program Unit to fill a position vacancy authorized for the U.S. Army Sergeant First Class Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Chapters 5 and 6 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +See in particular paragraphs: +5-1c, 5-16d, 6-1c, 6-2, 6-3f(2), and 6-9. + All promotions of Standby Reserve soldiers to the rank of SFC through SGM must be made against an existing or projected position vacancy within an Army Reserve Troop Program Unit. The Standby Reserve soldier is promoted to the next rank in order to fill a position vacancy that requires that rank. The promotion is effective the date that soldier accepts their new assignment. Standby Reserve soldiers are only promoted to fill position vacancies when those vacancies cannot be filled with a qualified soldier that already holds the authorized rank. Thus, if there is already a qualified soldier in the Troop Unit Program who holds the authorized rank, they would be assigned to fill the vacancy. + +"When the position vacancy cannot be filled with a qualified Soldier in the authorized rank, the CG, HRC (AHRC–PDV–PE) will promote from the recommended list, by sequence number, a Soldier who possesses the required MOS. Promotions to TPU vacancies will be accomplished through coordination with the USARC and in conjunction with a TPU assignment. If available and otherwise eligible, HRC will transfer promotable Soldiers to TPU vacancies and promote them effective the date of assignment." +Army Regulation 600–8–19, Ch. 6, 6-9b. + Standby Reserve Centralized Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank in which the Commanding General, Human Resources Command selects from a promotion recommended list a Standy Reserve (active status list) Master Sergeant or First Sergeant, and tranfers that Soldier to a Troop Program Unit to fill a position vacancy authorized for the U.S. Army Sergeant Major Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Chapters 5 and 6 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +See in particular paragraphs: +5-1c, 5-16d, 6-1c, 6-2, 6-3f(2), and 6-9. + All promotions of Standby Reserve soldiers to the rank of SFC through SGM must be made against an existing or projected position vacancy within an Army Reserve Troop Program Unit. The Standby Reserve soldier is promoted to the next rank in order to fill a position vacancy that requires that rank. The promotion is effective the date that soldier accepts their new assignment. Standby Reserve soldiers are only promoted to fill position vacancies when those vacancies cannot be filled with a qualified soldier that already holds the authorized rank. Thus, if there is already a qualified soldier in the Troop Unit Program who holds the authorized rank, they would be assigned to fill the vacancy. + +[See: Army Regulation 600–8–19, Ch. 6, 6-9b.] + Standby Reserve Centralized Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + A Stasis of Generically Dependent Continuant in which some Person carries some Military Rank which remains unchanged during a Temporal Interval. + Stasis of Military Rank + + + + + + + + + Used in many Commonwealth Nations. This is the equivalent of the Lieutenant Junior Grade ranks in the U.S. Navy and Coast Guard. + Sub-Lieutenant Rank + true + + + + + + + + + + + + + + + + + + + A Commander_CCO who is subordinate to some other Commander_CCO who has a higher Military Rank. + Subordinate Officer + + + + + + + + + + + + + + + + + + + A Commander_CCO who has as a subordinate some other Commander_CCO who has a lower Military Rank. + A superior officer is an officer with a higher rank than some other officer . + Superior Officer + + + + + + + + + A Sergeant who has some Technical Sergeant Rank and is the bearer of some Technical Sergeant Role. + Technical Sergeant + true + + + + + + + + + Technical Sergeant Rank + true + + + + + + + + + Technical Sergeant role + true + + + + + + + + + I need to check if there is an already established general term used by the various branches of the U.S. Armed Forces to refer to this sort of training (as with the general term 'Enlisted Professional Military Education Requirement' used by the different branches). + +Cf: https://en.wikipedia.org/wiki/Enlisted_Professional_Military_Education + A Requirement for Promotion in Military Rank that requires an enlisted member of the U.S. Armed Forces to complete some military technical training, in order to be eligible for promotion to the next higher Military Rank. + Technical Training Requirement for Promotion in Military Rank + + + + + + + + + Temporary Military Rank + true + + + + + + + + + Requires review + An Act of Promotion to U.S. Army Captain Rank in which a U.S. Army Soldier of a lower permanent rank is given the U.S. Army Captain Rank, but only for the duration of that Soldier's appointment to a specific position, or assignment to a specific task or mission, that is authorized for the U.S. Army Captain Rank. + Such a promotion is terminated at the termination of the Soldier's service in the qualifying position, task, or mission. + Shane Babcock + Temporary Promotion to U.S. Army Captain Rank + + + + + + + + + Requires review + An Act of Promotion to U.S. Army Colonel Rank in which some U.S. Army Soldier of a lower permanent rank is given the U.S. Army Colonel Rank, but only for the duration of that Soldier's appointment to a specific position, or assignment to a specific task or mission, that is authorized for that rank. + Such a promotion is terminated at the termination of the Soldier's service in the qualifying position, task, or mission. + Temporary Promotion to U.S. Army Colonel Rank + + + + + + + + + Requires review + An Act of Promotion to U.S. Army First Lieutenant Rank in which some U.S. Army Soldier of a lower permanent rank is given the U.S. Army First Lieutenant Rank, but only for the duration of that Soldier's appointment to a specific position, or assignment to a specific task or mission, that is authorized for that rank. + Such a promotion is terminated at the termination of the Soldier's service in the qualifying position, task, or mission. + Temporary Promotion to U.S. Army First Lieutenant Rank + + + + + + + + + Requires review + An Act of Promotion to U.S. Army Lieutenant Colonel Rank in which some U.S. Army Soldier of a lower permanent rank is given the U.S. Army Lieutenant Colonel Rank, but only for the duration of that Soldier's appointment to a specific position, or assignment to a specific task or mission, that is authorized for that rank. + Such a promotion is terminated at the termination of the Soldier's service in the qualifying position, task, or mission. + Temporary Promotion to U.S. Army Lieutenant Colonel Rank + + + + + + + + + Requires review + An Act of Promotion to U.S. Army Major Rank in which some U.S. Army Soldier of a lower permanent rank is given the U.S. Army Major Rank, but only for the duration of that Soldier's appointment to a specific position, or assignment to a specific task or mission, that is authorized for that rank. + Such a promotion is terminated at the termination of the Soldier's service in the qualifying position, task, or mission. + Temporary Promotion to U.S. Army Major Rank + + + + + + + + + This rank is not used in U.S. military + Third Lieutenant Rank + true + + + + + + + + + + + + + + + + + + + A Military Rank Insignia that bears some Three-Star Military Rank. + Three-Star Military Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Measurement Information Content Entity that is a measurement of the time some Person has served in some U.S. military branch at their current U.S. Department of Defense Pay Grade. + Shane Babcock + Time in Grade Measurement Information Content Entity + + + + + + + + + A Central Selection Board is responsible for considering for promotion officers seeking advancement to any rank of major through major general. + +See p. 90 of "Air Force Guidance Memorandum to AFI 36-2501, Officer Promotions and Selective +Continuation" +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2501/afi36-2501.pdf + Note that the Air Force policy regarding TIG for promotion from O-6 to O-7 amends the federal policy, which requires 1 year TIG for officer promotions from O-6 to O-7: + +Title 10, U.S.C., Section 619(a)(2)(B): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires some U.S. Air Force Colonel to have completed a minimum of 2 years in the O-6 Pay Grade, in order to be considered by a Central Selection Board for promotion to the U.S. Air Force Brigadier General Rank. + "Air Force Guidance Memorandum to AFI 36-2501, Officer Promotions and Selective +Continuation", Paragraph 9.2. +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2501/afi36-2501.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Brigadier General Rank + + + + + + + + + + + + + + + A Requirement for Promotion in Military Rank that requires some member of some U.S. Armed Force to complete some temporal interval of work within their current U.S. Department of Defense Pay Grade. + https://www.rand.org/paf/projects/dopma-ropma/promotion-and-appointments/promotion-timing-zones-and-opportunity.html provides a nice overview of the Commissioned Officer TIG requirements as mandated by U.S. Code 619, as well as modifications (e.g. lengthened TIG requirements) prescribed by the secretaries of the specific service branches (including lengthened TIG requirements that apply for COs in reserve elements). + Time in Grade Requirement for Promotion in Military Rank + + + + + + + + + broad term for any part of Air Force (regular, reserve or Air National Guard) + A Time in Grade Requirement for Promotion in Military Rank that requires some airman in the U.S. Air Force to complete some temporal interval of work within their current U.S. Department of Defense Pay Grade in order to be promoted to the next higher grade of U.S. Air Force Rank. + Shane Babcock + Time in Grade Requirement for Promotion in U.S. Air Force Rank + + + + + + + + + A Time in Grade Requirement for Promotion in Military Rank that requires some U.S. Army Soldier to complete some minimum temporal interval of work within their current U.S. Department of Defense Pay Grade, and their current U.S. Army Rank, in order to be eligible for promotion to the next higher grade of U.S. Army Rank. + Time in Grade Requirement for Promotion in U.S. Army Rank + + + + + + + + + A Time in Grade Requirement for Promotion in Military Rank that requires some U.S. Marine to complete some minimum temporal interval of work within their current U.S. Department of Defense Pay Grade, as a condition for promotion to some U.S. Marine Corps Rank. + Time in Grade Requirement for Promotion in U.S. Marine Corps Rank + + + + + + + + + Time in Grade Requirement for Promotion in U.S. Navy Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Military Rank that requires a U.S. Air Force Senior Master Sergeant to have completed a minimum of 21 months in the E-8 Pay Grade in order to be eligible for promotion to the U.S. Air Force Chief Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to Chief Master Sergeant Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank which requires a U.S. Air Force Airman to have served a minimum of 10 months in the E-2 Pay Grade in order to be eligible for promotion to the U.S. Air Force Airman First Class Rank. + AIR FORCE INSTRUCTION 36-2502, §2.1.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + +https://www.military.com/air-force/enlisted-ranks.html + Time in Grade Requirement for Promotion to U.S. Air Force Airman First Class Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank which requires a U.S. Air Force Airman Basic to have served a minimum of 6 months in the E-1 Pay Grade in order to be eligible for promotion to the U.S. Air Force Airman Rank. + AIR FORCE INSTRUCTION 36-2502, §2.1.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + +https://www.military.com/air-force/enlisted-ranks.html + Time in Grade Requirement for Promotion to U.S. Air Force Airman Rank + + + + + + + + + A Central Selection Board is responsible for considering for promotion officers seeking advancement to any rank of major through major general. + +See p. 90 of "Air Force Guidance Memorandum to AFI 36-2501, Officer Promotions and Selective +Continuation" +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2501/afi36-2501.pdf + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires some U.S. Air Force Brigadier General to have completed a minimum of 1 year in the O-7 Pay Grade, in order to be considered by a Central Selection Board for promotion to the U.S. Air Force Major General Rank. + Title 10, U.S.C., Section 619(a)(2)(B): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Air Force Major General Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Military Rank that requires a U.S. Air Force Technical Sergeant to have completed a minimum of 24 months in the E-6 Pay Grade in order to be eligible for promotion to the U.S. Air Force Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Master Sergeant Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Airman First Class to have completed either: i) a minimum of 28 months in the E-3 Pay Grade, or; ii) a minimum of 36 months time in service and a minimum of 20 months in the E-3 Pay Grade, whichever occurs first, in order to be eligible for promotion to the U.S. Air Force Senior Airman Rank. + AIR FORCE INSTRUCTION 36-2502, §2.2.1. + https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + +https://www.military.com/air-force/enlisted-ranks.html + Time in Grade Requirement for Promotion to U.S. Air Force Senior Airman Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Senior Airman to have completed a minimum of 6 months in the E-4 Pay Grade in order to be eligible for promotion to the U.S. Air Force Staff Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Staff Sergeant Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Staff Sergeant to have completed a minimum of 23 months in the E-5 Pay Grade in order to be eligible for promotion to the U.S. Air Force Technical Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Technical Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + "If selected, they may be promoted without regard to any additional TIG requirements." Paragraph 2-7c(5): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Time in Grade Requirement for Promotion in U.S. Army Rank that requires some U.S. Army Colonel to have served a minimum of 1 year at their current rank in the O-6 pay grade, in order to be considered for promotion to the U.S. Army Brigadier General Rank by a promotion selection board of the Headquarters, Department of the Army. + Paragraph 2-7c(5): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +Also: + +Title 10, U.S.C., Section 619(a)(2)(B): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Army Brigadier General Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + "If selected, they may be promoted without regard to any additional TIG requirements." Paragraph 2-7c(5): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + A Time in Grade Requirement for Promotion in U.S. Army Rank that requires some U.S. Army Brigadier General to have served a minimum of 1 year at their current rank in the O-7 pay grade, in order to be considered for promotion to the U.S. Army Major General Rank by a promotion selection board of the Headquarters, Department of the Army. + Paragraph 2-7c(5): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +Also: + +Title 10, U.S.C., Section 619(a)(2)(B): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Army Major General Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank that requires a U.S. Army Sergeant First Class to complete some minimum temporal interval of work within the E-7 pay grade, as a condition for promotion to the U.S. Army Master Sergeant Rank. + Time in Grade Requirement for Promotion to U.S. Army Master Sergeant Rank + true + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank that requires a U.S. Army Master Sergeant or U.S. Army First Sergeant to complete some minimum temporal interval of work within the E-8 pay grade, as a condition for promotion to the U.S. Army Sergeant Major Rank. + Time in Grade Requirement for Promotion to U.S. Army Sergeant Major Rank + true + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Lance Corporal to have completed a minimum of 8 months in the E-3 Pay Grade, as a condition for promotion to the U.S. Marine Corps Corporal Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Grade Requirement for Promotion to U.S. Marine Corps Corporal Rank + + + + + + + + + Gunnery Sgts have the option of seeking promotion to either of the two E-8 pay grade ranks, the Master Sergeant or First Sergeant Rank. The TIS and TIG requirements for promotion to each of these ranks is the same. Though there are additional, more demanding requirements for the First Sergeant Rank. + Waiver exception: The U.S. Marine Corps First Sergeant Rank is a Staff NCO rank. + +From Paragaraph 1202.2. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf: + +"The TIG requirements may be reduced 6 months for SNCOs, if the needs of the Marine Corps dictate and as directed by the CMC." [CMC = Commandant of the Marine Corps] + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Gunnery Sergeant to have completed a minimum of 4 years in the E-7 Pay Grade, as a condition for promotion to the U.S. Marine Corps First Sergeant Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Grade Requirement for Promotion to U.S. Marine Corps First Sergeant Rank + + + + + + + + + Waiver exception: The U.S. Marine Corps Gunnery Sergeant Rank is a Staff NCO rank. + +From Paragaraph 1202.2. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf: + +"The TIG requirements may be reduced 6 months for SNCOs, if the needs of the Marine Corps dictate and as directed by the CMC." [CMC = Commandant of the Marine Corps] + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Staff Sergeant to have completed a minimum of 3 years in the E-6 Pay Grade, as a condition for promotion to the U.S. Marine Corps Gunnery Sergeant Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Grade Requirement for Promotion to U.S. Marine Corps Gunnery Sergeant Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Private First Class to have completed a minimum of 8 months in the E-2 Pay Grade, as a condition for promotion to the U.S. Marine Corps Lance Corporal Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Grade Requirement for Promotion to U.S. Marine Corps Lance Corporal Rank + + + + + + + + + Various secondary sources claim that a Marine serving in the E-8 pay grade at the Master Sergeant Rank is only eligible for promotion to the Master Gunnery Sergeant Rank at E-9, and not the E-9 Sergeant Major Rank. + +See for example: https://www.indeed.com/career-advice/finding-a-job/us-marine-corps-ranks + +and: https://www.military.com/marine-corps/enlisted-ranks.html#staff-nco + +But I will still need to verify that this the official position stated in Marine Corps publications. I am not sure about this. + Waiver exception: The U.S. Marine Corps Master Gunnery Sergeant Rank is a Staff NCO rank. + +From Paragaraph 1202.2. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf: + +"The TIG requirements may be reduced 6 months for SNCOs, if the needs of the Marine Corps dictate and as directed by the CMC." [CMC = Commandant of the Marine Corps] + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Master Sergeant to have completed a minimum of 3 years in the E-8 Pay Grade, as a condition for promotion to the U.S. Marine Corps Master Gunnery Sergeant Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Grade Requirement for Promotion to U.S. Marine Corps Master Gunnery Sergeant Rank + + + + + + + + + Gunnery Sgts have the option of seeking promotion to either of the two E-8 pay grade ranks, the Master Sergeant or First Sergeant Rank. The TIS and TIG requirements for promotion to each of these ranks is the same. Though there are additional, more demanding requirements for the First Sergeant Rank. + Waiver exception: The U.S. Marine Corps Master Sergeant Rank is a Staff NCO rank. + +From Paragaraph 1202.2. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf: + +"The TIG requirements may be reduced 6 months for SNCOs, if the needs of the Marine Corps dictate and as directed by the CMC." [CMC = Commandant of the Marine Corps] + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Gunnery Sergeant to have completed a minimum of 4 years in the E-7 Pay Grade, as a condition for promotion to the U.S. Marine Corps Master Sergeant Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Grade Requirement for Promotion to U.S. Marine Corps Master Sergeant Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Private to have completed a minimum of 6 months in the E-1 Pay Grade, as a condition for promotion to the U.S. Marine Corps Private First Class Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Grade Requirement for Promotion to U.S. Marine Corps Private First Class Rank + + + + + + + + + Various secondary sources claim that a Marine serving in the E-8 pay grade at the Master Sergeant Rank is only eligible for promotion to the Master Gunnery Sergeant Rank at E-9, and not the E-9 Sergeant Major Rank. Whereas First Sergeants are on track for promotion to the Sergeant Major Rank. + +See for example: https://www.indeed.com/career-advice/finding-a-job/us-marine-corps-ranks + +and: https://www.military.com/marine-corps/enlisted-ranks.html#staff-nco + +But I will still need to verify that this the official position stated in Marine Corps publications. I am not sure about this. + Waiver exception: The U.S. Marine Corps Sergeant Major Rank is a Staff NCO rank. + +From Paragaraph 1202.2. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf: + +"The TIG requirements may be reduced 6 months for SNCOs, if the needs of the Marine Corps dictate and as directed by the CMC." [CMC = Commandant of the Marine Corps] + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps First Sergeant to have completed a minimum of 3 years in the E-8 Pay Grade, as a condition for promotion to the U.S. Marine Corps Sergeant Major Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Grade Requirement for Promotion to U.S. Marine Corps Sergeant Major Rank + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Corporal to have completed a minimum of 12 months in the E-4 Pay Grade, as a condition for promotion to the U.S. Marine Corps Sergeant Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Grade Requirement for Promotion to U.S. Marine Corps Sergeant Rank + + + + + + + + + Waiver exception: The U.S. Marine Corps Staff Sergeant Rank is a Staff NCO rank. + +From Paragaraph 1202.2. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf: + +"The TIG requirements may be reduced 6 months for SNCOs, if the needs of the Marine Corps dictate and as directed by the CMC." [CMC = Commandant of the Marine Corps] + A Time in Grade Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Sergeant to have completed a minimum of 36 months in the E-5 Pay Grade, as a condition for promotion to the U.S. Marine Corps Staff Sergeant Rank. + Paragraph 4.c.2. https://www.marines.mil/News/Messages/Messages-Display/Article/2003700/announcement-of-authority-for-early-reenlistment-delegation-of-reenlistment-app/ + Time in Grade Requirement for Promotion to U.S. Marine Corps Staff Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Navy Rank that requires some U.S. Navy Commander to have served a minimum of 3 years at their current rank in the O-5 pay grade, in order to be considered for promotion to the U.S. Navy Captain Rank by a promotion selection board of the Headquarters, Department of the Navy. + 10 USC 619(a)(2)(A): +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Navy Captain Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Navy Rank that requires some U.S. Navy Lieutenant Commander to have served a minimum of 3 years at their current rank in the O-4 pay grade, in order to be considered for promotion to the U.S. Navy Commander Rank by a promotion selection board of the Headquarters, Department of the Navy. + 10 USC 619(a)(2)(A): +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Navy Commander Rank + + + + + + + + + Time in Grade Requirement for Promotion to U.S. Navy Ensign Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Navy Rank that requires some U.S. Navy Lieutenant Junior Grade to have served a minimum of 2 years at their current rank in the O-2 pay grade, in order to be considered for promotion to the U.S. Navy Lieutenant Rank by a promotion selection board of the Headquarters, Department of the Navy. + 10 USC 619(a)(B): +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Navy Lieutenant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Navy Rank that requires some U.S. Navy Lieutenant to have served a minimum of 3 years at their current rank in the O-3 pay grade, in order to be considered for promotion to the U.S. Navy Lieutenant Commander Rank by a promotion selection board of the Headquarters, Department of the Navy. + 10 USC 619(a)(2)(A): +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Navy Lieutenant Commander Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Navy Rank that requires some U.S. Navy Ensign to have served a minimum of 18 months at their current rank in the O-1 pay grade, in order to be considered for promotion to the U.S. Navy Lieutenant Junior Grade Rank by a promotion selection board of the Headquarters, Department of the Navy. + 10 USC 619(a)(A): +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Navy Lieutenant Junior Grade Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Navy Rank that requires some U.S. Navy Captain to have served a minimum of 1 year at their current rank in the O-6 pay grade, in order to be considered for promotion to the U.S. Navy Rear Admiral Lower Half Rank by a promotion selection board of the Headquarters, Department of the Navy. + 10 USC 619(a)(2)(B): +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Navy Rear Admiral Lower Half Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Navy Rank that requires some U.S. Navy Rear Admiral Lower Half to have served a minimum of 1 year at their current rank in the O-7 pay grade, in order to be considered for promotion to the U.S. Navy Rear Admiral Rank by a promotion selection board of the Headquarters, Department of the Navy. + 10 USC 619(a)(2)(B): +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Navy Rear Admiral Rank + + + + + + + + + + + + + + + An Action Requirement for Promotion in Military Rank that requires an elisted sailor of an Armed Force employing the enlisted rate system, to complete some minimum temporal interval of work within their current rate, as a condition for promotion to some Military Rank. + Time in Rate Requirement for Promotion in Military Rank + + + + + + + + + A U.S. Navy Time in Rate Requirement that requires some U.S. Navy Petty Officer First Class to have served a minimum of 36 months in their current rate, as a condition for promotion to the U.S. Navy Chief Petty Officer Rank. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', Table 2-1 Basic Time-in-Rate (TIR) Requirements: + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Time in Rate Requirement for Promotion to U.S. Navy Chief Petty Officer Rank + + + + + + + + + A U.S. Navy Time in Rate Requirement that requires some U.S. Navy Senior Chief Petty Officer to have served a minimum of 36 months in their current rate, as a condition for promotion to the U.S. Navy Master Chief Petty Officer Rank. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', Table 2-1 Basic Time-in-Rate (TIR) Requirements: + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Time in Rate Requirement for Promotion to U.S. Navy Master Chief Petty Officer Rank + + + + + + + + + A U.S. Navy Time in Rate Requirement that requires some U.S. Navy Petty Officer Second Class to have served a minimum of 36 months in their current rate, as a condition for promotion to the U.S. Navy Petty Officer First Class Rank. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', Table 2-1 Basic Time-in-Rate (TIR) Requirements: + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Time in Rate Requirement for Promotion to U.S. Navy Petty Officer First Class Rank + + + + + + + + + A U.S. Navy Time in Rate Requirement that requires some U.S. Navy Petty Officer Third Class to have served a minimum of 12 months in their current rate, as a condition for promotion to the U.S. Navy Petty Officer Second Class Rank. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', Table 2-1 Basic Time-in-Rate (TIR) Requirements: + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Time in Rate Requirement for Promotion to U.S. Navy Petty Officer Second Class Rank + + + + + + + + + A U.S. Navy Time in Rate Requirement that requires some U.S. Navy Seaman to have served a minimum of 6 months in their current rate, as a condition for promotion to the U.S. Navy Petty Officer Third Class Rank. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', Table 2-1 Basic Time-in-Rate (TIR) Requirements: + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Time in Rate Requirement for Promotion to U.S. Navy Petty Officer Third Class Rank + + + + + + + + + A U.S. Navy Time in Rate Requirement that requires some U.S. Navy Seaman Recruit to have served a minimum of 9 months in their current rate, as a condition for promotion to the U.S. Navy Seaman Apprentice Rank. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', Table 2-1 Basic Time-in-Rate (TIR) Requirements: + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Time in Rate Requirement for Promotion to U.S. Navy Seaman Apprentice Rank + + + + + + + + + A U.S. Navy Time in Rate Requirement that requires some U.S. Navy Seaman Apprentice to have served a minimum of 9 months in their current rate, as a condition for promotion to the U.S. Navy Seaman Rank. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', Table 2-1 Basic Time-in-Rate (TIR) Requirements: + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Time in Rate Requirement for Promotion to U.S. Navy Seaman Rank + + + + + + + + + A U.S. Navy Time in Rate Requirement that requires some U.S. Navy Chief Petty Officer to have served a minimum of 36 months in their current rate, as a condition for promotion to the U.S. Navy Senior Chief Petty Officer Rank. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', Table 2-1 Basic Time-in-Rate (TIR) Requirements: + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Time in Rate Requirement for Promotion to U.S. Navy Senior Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Needs to be refined with reference to initial enlistment date (for enlisted ranks) or date commissioned (for commissioned officers). + A Measurement Information Content Entity that is a measurement of the time a Person has served in some U.S. military branch since the date on which that Person officially began their service. + Shane Babcock + Time in Service Measurement Information Content Entity + + + + + + + + + A Requirement for Promotion in Military Rank that requires some member of some U.S. Armed Force to complete some minimum time in service within some U.S. military branch. + Time in Service Requirement for Promotion in Military Rank + + + + + + + + + "Initial six-year enlistees are promoted from AB or Amn to A1C upon completion of +either technical training or 20 weeks of technical training (start date of the 20-week period is +the date completed Basic Military Training), whichever occurs first. The date of rank for A1C +is then adjusted to the date completed Basic Military Training without back pay and +allowances." + +Paragraph 2.1.2. https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + A Time in Service Requirement for Promotion in Military Rank that requires some Airman in the U.S. Air Force to complete some minimum time of service in order to be promoted to the next higher grade of U.S. Air Force Rank. + Time in Service Requirement for Promotion in U.S. Air Force Rank + + + + + + + + + A Time in Service Requirement for Promotion in Military Rank that requires some U.S. Army Soldier holding some U.S Army Rank to have completed some minimum time of service within the U.S. Army, in order to be eligible for promotion to the next higher grade of U.S. Army Rank. + Time in Service Requirement for Promotion in U.S. Army Rank + + + + + + + + + With respect to the enlisted Marine Corps ranks, the Sergeant Major of the Marine Corps Rank (the highest enlisted rank, except in the case that some enlisted Marine is serving as the Senior Enlisted Advisor to the Chairman) is a special case. The sergeant major of the Marine Corps is selected by the commandant of the Marine Corps and normally serves a four-year term with them. + A Time in Service Requirement for Promotion in Military Rank that requires some U.S. Marine to complete some minimum time of service within the U.S. Marine Corps, as a condition for promotion to some U.S. Marine Corps Rank. + Time in Service Requirement for Promotion in U.S. Marine Corps Rank + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Airman Basic to have completed a minimum of 6 months time in service in order to be eligible for promotion to the U.S. Air Force Airman Rank. + https://www.military.com/air-force/enlisted-ranks.html + Time in Service Requirement for Promotion to U.S. Air Force Airman Rank (REGAF) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Senior Master Sergeant to have completed a minimum of 14 years time in service in order to be eligible for promotion to the U.S. Air Force Chief Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Chief Master Sergeant Rank (REGAF) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Technical Sergeant to have completed a minimum of 8 years time in service in order to be eligible for promotion to the U.S. Air Force Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Master Sergeant Rank (REGAF) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Airman to have completed a minimum of 1 year time in service in order to be eligible for promotion to the U.S. Air Force Senior Airman Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Senior Airman Rank (REGAF) + + + + + + + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Master Sergeant to have completed a minimum of 11 years time in service in order to be eligible for promotion to the U.S. Air Force Senior Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Senior Master Sergeant Rank (REGAF) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Senior Airman to have completed a minimum of 3 years time in service in order to be eligible for promotion to the U.S. Air Force Staff Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Staff Sergeant Rank (REGAF) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Staff Sergeant to have completed a minimum of 5 years time in service in order to be eligible for promotion to the U.S. Air Force Technical Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Technical Sergeant Rank (REGAF) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + This should be deprecated. Commissioned officer ranks do not have TIS requirements. Though there are guidelines for considering officers for promotion that look to TIS, these are not definitive requirements as such. + A Time in Service Requirement for Promotion in U.S. Army Military Rank that requires some U.S. Army First Lieutenant to have served a minimum of 4 years time in service, in order to be considered for promotion to the U.S. Army Captain Rank by a promotion selection board of the Headquarters, Department of the Army. + https://www.thebalancecareers.com/army-commissioned-officer-career-information-3345007 + +https://www.thebalancecareers.com/military-commissioned-officer-promotions-4055887 + +Will eventually replace the above links with link for the primary source at the U.S. DOD website. + Time in Service Requirement for Promotion to U.S. Army Captain Rank + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 22 + + + + + + + + + + + + + + + + + + + + + + + + + + This should be deprecated. Commissioned officer ranks do not have TIS requirements. Though there are guidelines for considering officers for promotion that look to TIS, these are not definitive requirements as such. + A Time in Service Requirement for Promotion in U.S. Army Military Rank that requires some U.S. Army Lieutenant Colonel to have served a minimum of 22 years time in service, in order to be considered for promotion to the U.S. Army Colonel Rank by a promotion selection board of the Headquarters, Department of the Army. + https://www.thebalancecareers.com/army-commissioned-officer-career-information-3345007 + +https://www.thebalancecareers.com/military-commissioned-officer-promotions-4055887 + +Will eventually replace the above links with link for the primary source at the U.S. DOD website. + Time in Service Requirement for Promotion to U.S. Army Colonel Rank + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18 + + + + + + + + + + + + + + + + + + + + This should be deprecated. Commissioned officer ranks do not have TIS requirements. Though there are guidelines for considering officers for promotion that look to TIS, these are not definitive requirements as such. + A Time in Service Requirement for Promotion in U.S. Army Military Rank that requires some U.S. Army Second Lieutenant to have completed a minimum of 18 months time in service, in order to be considered by a promotion selection board of the Headquarters of the Department of the Army for promotion to the U.S. Army First Lieutenant Rank. + https://www.thebalancecareers.com/army-commissioned-officer-career-information-3345007 + +https://www.thebalancecareers.com/military-commissioned-officer-promotions-4055887 + +Will eventually replace the above links with link for the primary source at the U.S. DOD website. + Time in Service Requirement for Promotion to U.S. Army First Lieutenant Rank + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16 + + + + + + + + + + + + + + + + + + + + + + + + + + This should be deprecated. Commissioned officer ranks do not have TIS requirements. Though there are guidelines for considering officers for promotion that look to TIS, these are not definitive requirements as such. + A Time in Service Requirement for Promotion in U.S. Army Military Rank that requires some U.S. Army Major to have completed a minimum of 16 years time in service, in order to be considered for promotion to the U.S. Army Lieutenant Colonel Rank by a promotion selection board of the Headquarters, Department of the Army. + https://www.thebalancecareers.com/army-commissioned-officer-career-information-3345007 + +https://www.thebalancecareers.com/military-commissioned-officer-promotions-4055887 + +Will eventually replace the above links with link for the primary source at the U.S. DOD website. + Time in Service Requirement for Promotion to U.S. Army Lieutenant Colonel Rank + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + This should be deprecated. Commissioned officer ranks do not have TIS requirements. Though there are guidelines for considering officers for promotion that look to TIS, these are not definitive requirements as such. + A Time in Service Requirement for Promotion in U.S. Army Military Rank that requires some U.S. Army Captain to have completed a minimum of 10 years time in service, in order to be considered for promotion to the U.S. Army Major Rank by a promotion selection board of the Headquarters, Department of the Army. + https://www.thebalancecareers.com/army-commissioned-officer-career-information-3345007 + +https://www.thebalancecareers.com/military-commissioned-officer-promotions-4055887 + +Will eventually replace the above links with link for the primary source at the U.S. DOD website. + Time in Service Requirement for Promotion to U.S. Army Major Rank + true + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank that requires some enlisted U.S. Army soldier to complete some minimum time of service within the U.S. Army, as a condition for promotion to the U.S. Army Master Seargent Rank. + Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank + true + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank that requires some enlisted U.S. Army soldier to complete some minimum time of service within the U.S. Army, as a condition for promotion to the U.S. Army Seargent First Class Rank. + Time in Service Requirement for Promotion to U.S. Army Sergeant First Class Rank + true + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank that requires some enlisted U.S. Army soldier to complete some minimum time of service within the U.S. Army, as a condition for promotion to the U.S. Army Seargent Major Rank. + Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank + true + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Lance Corporal to have completed a minimum of 12 months time in service, as a condition for promotion to the U.S. Marine Corps Corporal Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Service Requirement for Promotion to U.S. Marine Corps Corporal Rank + + + + + + + + + Gunnery Sgts have the option of seeking promotion to either of the two E-8 pay grade ranks, the Master Sergeant or First Sergeant Rank. The TIS and TIG requirements for promotion to each of these ranks is the same. Though there are additional, more demanding requirements for the First Sergeant Rank. + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Gunnery Sergeant to have completed a minimum of 8 years time in service, as a condition for promotion to the U.S. Marine Corps First Sergeant Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Service Requirement for Promotion to U.S. Marine Corps First Sergeant Rank + + + + + + + + + Various secondary sources claim that a Marine serving in the E-8 pay grade at the Master Sergeant Rank is only eligible for promotion to the Master Gunnery Sergeant Rank at E-9, and not the E-9 Sergeant Major Rank. + +See for example: https://www.indeed.com/career-advice/finding-a-job/us-marine-corps-ranks + +and: https://www.military.com/marine-corps/enlisted-ranks.html#staff-nco + +But I will still need to verify that this the official position stated in Marine Corps publications. I am not sure about this. + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Master Sergeant to have completed a minimum of 10 years time in service, as a condition for promotion to the U.S. Marine Corps Master Gunnery Sergeant Rank. + Paragraphs 1202.1. & 3201.4. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Service Requirement for Promotion to U.S. Marine Corps Master Gunnery Sergeant Rank + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Staff Sergeant to have completed a minimum of 6 years time in service, as a condition for promotion to the U.S. Marine Corps Gunnery Sergeant Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Service Requirement for Promotion to U.S. Marine Corps Gunnery Sergeant Rank + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Private First Class to have completed a minimum of 9 months time in service, as a condition for promotion to the U.S. Marine Corps Lance Corporal Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Service Requirement for Promotion to U.S. Marine Corps Lance Corporal Rank + + + + + + + + + Gunnery Sgts have the option of seeking promotion to either of the two E-8 pay grade ranks, the Master Sergeant or First Sergeant Rank. The TIS and TIG requirements for promotion to each of these ranks is the same. Though there are additional, more demanding requirements for the First Sergeant Rank. + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Gunnery Sergeant to have completed a minimum of 8 years time in service, as a condition for promotion to the U.S. Marine Corps Master Sergeant Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Service Requirement for Promotion to U.S. Marine Corps Master Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Private to have completed a minimum of 6 months time in service, as a condition for promotion to the U.S. Marine Corps Private First Class Rank. + Paragraph 1202.1. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Service Requirement for Promotion to U.S. Marine Corps Private First Class Rank + + + + + + + + + Various secondary sources claim that a Marine serving in the E-8 pay grade at the Master Sergeant Rank is only eligible for promotion to the Master Gunnery Sergeant Rank at E-9, and not the E-9 Sergeant Major Rank. Whereas First Sergeants are on track for promotion to the Sergeant Major Rank. + +See for example: https://www.indeed.com/career-advice/finding-a-job/us-marine-corps-ranks + +and: https://www.military.com/marine-corps/enlisted-ranks.html#staff-nco + +But I will still need to verify that this the official position stated in Marine Corps publications. I am not sure about this. + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps First Sergeant to have completed a minimum of 10 years time in service, as a condition for promotion to the U.S. Marine Corps Sergeant Major Rank. + Paragraphs 1202.1. & 3201.4. https://www.marines.mil/portals/1/Publications/MCO%20P1400.32D%20W%20CH%201-2.pdf + Time in Service Requirement for Promotion to U.S. Marine Corps Sergeant Major Rank + + + + + + + + + This TIS requirement is non-waiverable. + +Paragraph 4.c.1. https://www.marines.mil/News/Messages/Messages-Display/Article/2003700/announcement-of-authority-for-early-reenlistment-delegation-of-reenlistment-app/ + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Corporal to have completed a minimum of 4 years time in service, as a condition for promotion to the U.S. Marine Corps Sergeant Rank. + Paragraph 4.c.1. https://www.marines.mil/News/Messages/Messages-Display/Article/2003700/announcement-of-authority-for-early-reenlistment-delegation-of-reenlistment-app/ + Time in Service Requirement for Promotion to U.S. Marine Corps Sergeant Rank + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Marine Corps Military Rank that requires some U.S. Marine Corps Sergeant to have completed a minimum of 60 months time in service, as a condition for promotion to the U.S. Marine Corps Staff Sergeant Rank. + Paragraph 4.c.2. https://www.marines.mil/News/Messages/Messages-Display/Article/2003700/announcement-of-authority-for-early-reenlistment-delegation-of-reenlistment-app/ + Time in Service Requirement for Promotion to U.S. Marine Corps Staff Sergeant Rank + + + + + + + + + I say "who holds a rank below U.S. Army Captain Rank" because it appears to me that 10 USC 603, which authorizes such promotions, also authorizes the President to appoint a soldier of a higher rank to a lower rank (e.g., if there is a critical shortage of CPTs due to wartime casualties, but still plenty of qualified Majors). + +That is what 10 USC 603(d) appears to me to suggest: "An appointment under this section does not change the permanent status of a member of the armed forces so appointed. A member who is appointed under this section shall not incur any reduction in the pay and allowances to which the member was entitled, by virtue of his permanent status, at the time of his appointment under this section." I took this to mean that when appointed to a position at a lower rank the officer would still be paid at the higher rate tied to their permanently held higher rank. + A Temporary Promotion to U.S. Army Captain Rank, executed during a time of war, or during a time of national emergency declared by the Congress or President, in which some qualified U.S. Army Soldier who holds a rank below the U.S. Army Captain Rank, is temporarily appointed in the U.S. Army Captain Rank by the President. + 10 USC 603, "Appointments in time of war or national emergency" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section603&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Shane Babcock + War and National Emergency Promotion to U.S. Army Captain Rank + + + + + + + + + An Act of Promotion to U.S. Army Master Sergeant Rank in which a U.S. Army Reserve Troop Program Unit Commander selects a Sergeant First Class under their command from the Permanent Promotion Recommended List, and assigns that Soldier to a position vacancy authorized for the U.S. Army Master Sergeant Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Ch. 5 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Particularly: + +Paragraphs 5-2c, 5-2a, 5-5b(3), 5-7g, and 5-16a. + Troop Program Unit Centralized Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank (USAR) in which a U.S. Army Reserve Troop Program Unit Commander selects a Staff Sergeant under their command from the Permanent Promotion Recommended List, and assigns that Soldier to a position vacancy authorized for the U.S. Army Sergeant First Class Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Ch. 5 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Particularly: + +Paragraphs 5-2c, 5-2a, 5-5b(3), 5-7g, and 5-16a. + Troop Program Unit Centralized Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank (USAR) in which a U.S. Army Reserve Troop Program Unit Commander selects a Master Sergeant or First Sergeant under their command from the Permanent Promotion Recommended List, and assigns that Soldier to a position vacancy authorized for the U.S. Army Sergeant Major Rank, advancing the Soldier to that rank effective the date of the assignment. + Army Regulation 600–8–19, Ch. 5 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +Particularly: + +Paragraphs 5-2c, 5-2a, 5-5b(3), 5-7g, and 5-16a. + Troop Program Unit Centralized Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + + + + + + + + + + + A Military Rank Insignia that bears some Two-Star Military Rank. + Two-Star Military Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + Increased responsibility, as officers rely heavily on their skills and expertise. + Senior NCO + British Royal Navy Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + + + An U.S. Air Force Junior Enlisted Airman who has some U.S. Air Force Airman Rank and is the bearer of some U.S. Air Force Airman Role. + U.S. Air Force Airman + + + + + + + + + + + + + + + + + + + + + + + An U.S. Air Force Junior Enlisted Airman who has some U.S. Air Force Airman Basic Rank and is the bearer of some U.S. Air Force Airman Basic Role. + U.S. Air Force Airman Basic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Has no rank insignia + U.S. Air Force Airman Basic Rank + + + + + + + + + U.S. Air Force Airman Basic Role + + + + + + + + + + + + + + + + + + + + + + + An U.S. Air Force Junior Enlisted Airman who has some U.S. Air Force Airman First Class Rank and is the bearer of some U.S. Air Force Airman First Class Role. + U.S. Air Force Airman First Class + + + + + + + + + + + + + + + + + + + An Airman-level Rank Insignia that bears some U.S. Air Force Airman First Class Rank. + U.S. Air Force Airman First Class Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Air Force Airman First Class Rank + + + + + + + + + U.S. Air Force Airman First Class Role + + + + + + + + + + + + + + + + + + + U.S. Air Force Junior Enlisted Rank Insignia that bears some U.S. Air Force Airman Rank. + U.S. Air Force Airman Basic Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Air Force Airman Rank + + + + + + + + + U.S. Air Force Airman Role + + + + + + + + + A Military Recruit Training Requirement that requires some U.S. Air Force airman to complete the U.S. Air Force Basic Military Training Program. + U.S. Air Force Basic Military Training Requirement + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force Brigadier General Rank and is the bearer of some U.S. Air Force Brigadier General Role. + U.S. Air Force Brigadier General + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force Brigadier General Rank. + U.S. Air Force Brigadier General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + the use of 'larger' here is admittedly vague. I will need to do some more research to see if there are numbers breaking down the base sizes that typically commanded by air force brigadier generals. + A U.S. Air Force Commissioned Officer Rank that is directly above the U.S. Air Force Colonel Rank and directly below the U.S. Air Force Major General Rank, and which signifies that the rank holder bears an Authority Role that typically involves the command of a larger U.S. Air Force wing or base, the deputy command of a Numbered Air Force, or assignment to high-level staff positions in the U.S. Air Force or other services (such as at the Pentagon, joint bases overseas, or NORAD). + https://en.wikipedia.org/wiki/Brigadier_general_(United_States) + https://www.federalpay.org/military/air-force/brigadier-general + U.S. Air Force Brigadier General Rank + + + + + + + + + U.S. Air Force Brigadier General Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force Captain Rank and is the bearer of some U.S. Air Force Captain Role. + U.S. Air Force Captain + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force Captain Rank. + U.S. Air Force Captain Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer Rank that is directly above the U.S. Air Force First Lieutenant Rank and directly below the U.S. Air Force Major Rank, and which signifies that the rank holder bears an Authority Role of either Flight Commander or Department Head, and which varies according to the group assignment and seniority of the rank holder. + https://en.wikipedia.org/wiki/Captain_(United_States_O-3) + https://www.federalpay.org/military/air-force/captain + Within U.S. Air Force operations groups, senior rank holders may serve as Flight Commanders while junior rank holders may be Department Heads. Rank holders in the maintenance or logistics and mission support groups are almost always Flight Commanders. + U.S. Air Force Captain Rank + Company Grade Rank + + + + + + + + + U.S. Air Force Captain Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Non-Commissioned Officer who has some U.S. Air Force Chief Master Sergeant Rank and is the bearer of some U.S. Air Force Chief Master Sergeant Role. + U.S. Air Force Chief Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + Is equivalent in rank to: U.S. Army Sergeant Major, U.S. Marine Corps Master Gunnery Sergeant, and U.S. Navy/Coast Guard Master Chief Petty Officer. + +In that case, it will be one rank above U.S. Navy/Coast Guard Senior Chief Petty Officer. And also one rank above First Sergeant ranks of the army and marines. In that case, what is the relationship between the First Sergeant Ranks the Navy/Coast Guard ranks? + U.S. Air Force Chief Master Sergeant Rank + + + + + + + + + U.S. Air Force Chief Master Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force Colonel Rank and is the bearer of some U.S. Air Force Colonel Role. + U.S. Air Force Colonel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer Rank that is directly above the U.S. Air Force Lieutenant Colonel Rank and driectly below the of U.S. Air Force Brigadier General Rank, and which signifies that the rank holder bears an Authority Role that typically involves the role of U.S. Air Force group commander or wing commander. + https://www.federalpay.org/military/air-force/colonel + U.S. Air Force Colonel Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force Colonel Rank. + U.S. Air Force Colonel Rank Insignia + + + + + + + + + U.S. Air Force Colonel Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Senior Non-Commissioned Officer who has some U.S. Air Force Command Chief Master Sergeant Rank and is the bearer of some U.S. Air Force Command Chief Master Sergeant Role. + U.S. Air Force Command Chief Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + U.S. Air Force Command Chief Master Sergeant Rank + + + + + + + + + U.S. Air Force Command Chief Master Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A Commissioned Officer who is a member of the United States Air Force, has some U.S. Air Force Commissioned Officer Rank, and is the bearer of some U.S. Air Force Commissioned Officer Role. + U.S. Air Force Commissioned Officer + + + + + + + + + U.S. Air Force Commissioned Officer Rank + + + + + + + + + A Commissioned Officer Role which inheres in an Agent in virtue of that Agent holding some U.S. Air Force Commissioned Officer Rank, and which primarily involves the command of some U.S. Air Force unit. + U.S. Air Force Commissioned Officer Role + + + + + + + + + U.S. Air Force Company Grade Commissioned Officer Rank + + + + + + + + + The term 'airman' is also used as a generic title for any member of the Air Force, whether enlisted personnel or commissioned officer. Usually when it is used in this generic sense, the term is not capitalized. Whereas when it is used to refer to Air Force enlisted ranks, the term is capitalized. + U.S. Air Force Junior Enlisted Rank + + + + + + + + + U.S. Air Force Field Grade Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force First Lieutenant Rank and is the bearer of some U.S. Air Force First Lieutenant Role. + U.S. Air Force First Lieutenant + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force First Lieutenant Rank. + U.S. Air Force First Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer Rank that is directly above the U.S. Air Force Second Lieutenant Rank and directly below the U.S. Air Force Captain Rank, and which: i) in the case of rank holders in non-rated (non-flying) and intelligence career fields, signifies that the rank holder bears an Authority Role that typically involves supervising flights as a Flight Commander or Deputy Flight Commander, or a staff position at the squadron, group or (rarely) wing level; and ii) in the case of rated officers, signifies either that the rank holder has no command responsibilities and is finishing their rated training to become either a pilot, combat systems officers, remotely piloted aircraft officer, or air battle manager, or that the rank holder has finished their rated training and has few supervisory responsibilities in their respective field. + https://en.wikipedia.org/wiki/First_lieutenant + https://www.federalpay.org/military/air-force/first-lieutenant + U.S. Air Force First Lieutenant Rank + Company Grade Rank + + + + + + + + + U.S. Air Force First Lieutenant Role + + + + + + + + + + + + + + + U.S. Air Force First Sergeant + + + + + + + + + Senior NCO + This is a special duty, temporary rank. It is a rank that can be held: + +At the E-7 grade (which also has the U.S. Air Force Master Sergeant Rank). + +At the E-8 grade (which also has the U.S. Air Force Senior Master Sergeant Rank). + +At the E-9 grade (which also has the U.S. Air Force Chief Master Sergeant Rank and Command Chief Master Sergeant Rank). + +https://en.wikipedia.org/wiki/First_sergeant#United_States_Air_Force_and_United_States_Space_Force + U.S. Air Force First Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force General Rank and is the bearer of some U.S. Air Force General Role. + U.S. Air Force General + + + + + + + + + U.S. Air Force General Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force General Rank. + U.S. Air Force General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia Quality Pattern, inhering in some U.S. Air Force General Rank Insignia, that concretizes some U.S. Air Force General Rank. + U.S. Air Force General Rank Insignia Quality Pattern + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer Rank that is directly above the U.S. Air Force Lieutenant General Rank, and which signifies that: i) the rank holder bears an Authority Role involving either the command of a Major Command, or a command within a treaty organization such as NATO; ii) the rank holder may, if qualified, serve in the Vice Chief of Staff of the Air Force Role or Chief of Staff of the Air Force Role, or serve as a member of the U.S. Department of Defense Joint Chiefs of Staff. + https://en.wikipedia.org/wiki/General_(United_States) + https://en.wikipedia.org/wiki/Structure_of_the_United_States_Air_Force + https://www.federalpay.org/military/air-force/general + U.S. Air Force General Rank + General Officer Rank + + + + + + + + + U.S. Air Force General Role + + + + + + + + + U.S. Air Force Junior Enlisted Airman Role + + + + + + + + + + + + + + + + + + + Junior Enlisted Rank Insignia that bears some U.S. Air Force Junior Enlisted Rank. + The U.S. Air Force Airman Basic (E-1) does not wear a rank insignia. + U.S. Air Force Junior Enlisted Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + A Junior Enlisted Personnel who has some U.S. Air Force Junior Enlisted Rank and is the bearer of some U.S. Air Force Junior Enlisted Airman Role. + U.S. Air Force Junior Enlisted Airman + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Non-Commissioned Officer who has one of the U.S. Air Force Non-Commissioned Officer Ranks with a U.S. uniformed services grade of E-5 or E-6. + U.S. Air Force Junior Non-Commissioned Officer + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force Lieutenant Colonel Rank and is the bearer of some U.S. Air Force Lieutenant Colonel Role. + U.S. Air Force Lieutenant Colonel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Holders of the rank "also may serve as a Director of Operations (DO) in a squadron in the operations group before assuming command of his or her own squadron (this is common for rated officers in flying units), or as a deputy commander of a squadron in the maintenance, mission-support, or medical group. Lieutenant colonels may serve also on general staffs and may be the heads of some wing staff departments." https://en.wikipedia.org/wiki/Lieutenant_colonel_(United_States) + A U.S. Air Force Commissioned Officer Rank that is directly above the U.S. Air Force Major Rank and directly below the U.S. Air Force Colonel Rank, and which signifies that the rank holder bears an Authority Role that typically involves the role of U.S. Air Force squadron commander. + https://www.federalpay.org/military/air-force/lieutenant-colonel + U.S. Air Force Lieutenant Colonel Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force Lieutenant Colonel Rank. + U.S. Air Force Lieutenant Colonel Rank Insignia + + + + + + + + + U.S. Air Force Lieutenant Colonel Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force Lieutenant General Rank and is the bearer of some U.S. Air Force Lieutenant General Role. + U.S. Air Force Lieutenant General + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force Lieutenant General Rank. + U.S. Air Force Lieutenant General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer Rank that is directly above the U.S. Air Force Major General Rank and directly below the U.S. Air Force General Rank, and which signifies that the rank holder bears an Authority Role that typically involves the role of Numbered Air Force commander, or service at a high-level U.S. Department of Defense headquarters such as the Pentagon. + https://www.federalpay.org/military/air-force/lieutenant-general + U.S. Air Force Lieutenant General Rank + General Officer Rank + + + + + + + + + U.S. Air Force Lieutenant General Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force Major Rank and is the bearer of some U.S. Air Force Major Role. + U.S. Air Force Major + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force Major General Rank and is the bearer of some U.S. Air Force Major General Role. + U.S. Air Force Major General + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force Major General Rank. + U.S. Air Force Major General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer Rank that is directly above the U.S. Air Force Brigadier General Rank and directly below the U.S. Air Force Lieutenant General Rank, and which signifies that the rank holder bears an Authority Role that typically involves a high-level command, such as Numbered Aired Force commander, joint force commander, air operations center commander, training program commander, or logistics operations center commander, or service as as a senior director on a joint staff or as a vice commander to a U.S. Air Force Lieutenant General. + https://www.federalpay.org/military/air-force/major-general + U.S. Air Force Major General Rank + General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + In the USAF, 'flight' is a term for the basic subunit of an air force squadron. + The holder of the rank typically has the duty of serving as a senior staff officer directly under the commander of a squadron or wing. + A U.S. Air Force Commissioned Officer Rank that is directly above the U.S. Air Force Captain Rank and directly below the U.S. Air Force Lieutenant Colonel Rank, and which signifies that the rank holder bears an Authority Role that typically involves the role of either squadron operations officer (Director of Operations), squadron assistant operations officer, or flight commander. + https://en.wikipedia.org/wiki/Structure_of_the_United_States_Air_Force + https://www.federalpay.org/military/air-force/major + U.S. Air Force Major Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force Major Rank. + U.S. Air Force Major Rank Insignia + + + + + + + + + U.S. Air Force Major Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Senior Non-Commissioned Officer who has some U.S. Air Force Master Sergeant Rank and is the bearer of some U.S. Air Force Master Sergeant Role. + U.S. Air Force Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + senior NCO + U.S. Air Force Master Sergeant Rank + + + + + + + + + U.S. Air Force Master Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A Non-Commissioned Officer who is a member of the U.S. Air Force. + U.S. Air Force Non-Commissioned Officer + + + + + + + + + U.S. Air Force Non-Commissioned Officer Rank + + + + + + + + + U.S. Air Force Non-Commissioned Officer Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Commissioned Officer who has some U.S. Air Force Second Lieutenant Rank and is the bearer of some U.S. Air Force Second Lieutenant Role. + U.S. Air Force Second Lieutenant + + + + + + + + + + + + + + + + + + + U.S. Air Force Commissioned Officer Rank Insignia that bears some U.S. Air Force Second Lieutenant Rank. + U.S. Air Force Second Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This is interesting. While a second lieutenant outranks the Chief Master Sergeant of the Air Force (the latter is enlisted, whereas lieutenants are commissioned) the power dynamic is complicated... + A U.S. Air Force Commissioned Officer Rank that is directly above the Chief Master Sergeant of the Air Force Rank and directly below the U.S. Air Force First Lieutenant Rank, and which: i) in the case of rank holders in non-rated (non-flying) and intelligence career fields, signifies that the rank holder bears an Authority Role that typically involves either the role of Flight Commander or Deputy Flight Commander, or a staff position at the squadron, group or (rarely) wing level; and ii) in the case of rated officers, signifies that the rank holder typically has no command responsibilities and is full time student in training to become either a pilot, combat systems officers, remotely piloted aircraft officer, or air battle manager. + https://en.wikipedia.org/wiki/Second_lieutenant#United_States + https://www.federalpay.org/military/air-force/second-lieutenant + U.S. Air Force Second Lieutenant Rank + Company Grade Rank + + + + + + + + + U.S. Air Force Second Lieutenant Role + + + + + + + + + + + + + + + + + + + + + + + An U.S. Air Force Junior Enlisted Airman who has some U.S. Air Force Senior Airman Rank and is the bearer of some U.S. Air Force Senior Airman Role. + U.S. Air Force Senior Airman + + + + + + + + + + + + + + + + + + + An Airman-level Rank Insignia that bears some U.S. Air Force Senior Airman Rank. + U.S. Air Force Senior Airman Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The Senior Airman Rank is equivalent to the rank of Army Specialist, which is also in the E-4 DoD paygrade. The Marine Corps, Navy and Coast Guard do not have an equivalent non-officer enlisted personnel rank equivalent in the E-4 paygrade. + +The Army rank of Specialist is below the NCO rank of Corporal, which is also in the E-4 paygrade. The Air Force used to have an equivalent NCO rank of 'Sergeant' in the E-4 paygrade (which, if were still in use, would itself be equivalent to the lowest ranking NCOs in the Marine Corps, Navy and Coast Guard, i.e., Corporal/Petty Officer Third Class). + U.S. Air Force Senior Airman Rank + + + + + + + + + U.S. Air Force Senior Airman Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Senior Non-Commissioned Officer who has some U.S. Air Force Senior Master Sergeant Rank and is the bearer of some U.S. Air Force Senior Master Sergeant Role. + U.S. Air Force Senior Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + Is two ranks above U.S. Army Sergeant First Class Rank. See the rdfs:comment for that class. + +Is two ranks above U.S. Army Gunnery Sergeant Rank. See the rdfs:comment for that class. + U.S. Air Force Senior Master Sergeant Rank + + + + + + + + + U.S. Air Force Senior Master Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Non-Commissioned Officer who has one of the U.S. Air Force Non-Commissioned Officer Ranks with a U.S. uniformed services grade of E-7, E-8, or E-9. + U.S. Air Force Senior Non-Commissioned Officer + + + + + + + + + + + + + + + "If EPME is not completed by the promotion increment month, the projected promotion will be placed +into “withhold” status as referenced in Table 1.3., item 10. (T-1). If EPME is not completed by the end of +the promotion cycle the projected promotion will be canceled and not reinstated (except for promotion to +SSgt). (T-1). The end of the promotion cycle is defined as the last month promotions will increment for +that particular cycle as outlined in the Enlisted Promotion Eligibility Chart available on myPers." + +Table 1.1.https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Exception: "The only exceptions for waivers beyond 179 days is for Airmen on +Temporary Duty (TDYs) or deployments that exceed 179 days, short-tour locations with no EPME +available, and those who cannot complete required EPME before promotion due to circumstances beyond +their control (e.g., retraining, medical issues, personal hardship, Exceptional Family Member Prgram). (T1). The squadron commander is the approval or disapproval authority for EPME waivers (cannot be further +delegated). Commanders use Attachment 3 to request a promotion waiver for deserving Airmen who meet +these scenarios. Route these requests through AFPC/DP2SPP. If approved, AFPC/DP2SPP will update +MilPDS and, if required, will grant a retroactive effective date in accordance with paragraph 1.17. (T-1). +Commanders may only approve one EPME waiver per Airman; approval authority for subsequent EPME +waiver requests are at the discretion of the Directorate of Force Development (AF/A1D)." + +Table 1.1.https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + A U.S. Air Force Enlisted Professional Military Education Requirement that requires a U.S. Air Force Master Sergeant to have completed the Senior Non-Commissioned Officer Academy course within 179 days, and prior to the promotion increment month, as a condition for promotion to the U.S. Air Force Senior Master Sergeant Rank. + Table 1.1. https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + U.S. Air Force Senior Non-Commissioned Officer Academy Requirement + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Junior Non-Commissioned Officer who has some U.S. Air Force Staff Sergeant Rank and is the bearer of some U.S. Air Force Staff Sergeant Role. + U.S. Air Force Staff Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + Lowest ranking non-commissioned officer rank in the Air Force. + +Add comment explaining history behind this rank, to make clear how it came to be the equivalent of the Sergeant rank in the army and marines. + U.S. Air Force Staff Sergeant Rank + + + + + + + + + U.S. Air Force Staff Sergeant role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Air Force Junior Non-Commissioned Officer who has some U.S. Air Force Technical Sergeant Rank and is the bearer of some U.S. Air Force Technical Sergeant Role. + U.S. Air Force Technical Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + U.S. Air Force Technical Sergeant Rank + + + + + + + + + U.S. Air Force Technical Sergeant role + + + + + + + + + U.S. Air Force Major General Role + + + + + + + + + + + + + + + + + + + + + + + Person who is a member of some Armed Force of the United States and who has some U.S. Armed Forces Field Grade Officer Rank. + U.S. Armed Forces Company Grade Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Armed Forces Company Grade Rank + + + + + + + + + + + + + + + + + + + A U.S. Armed Forces Warrant Officer who holds some U.S. Armed Forces Company Grade Rank. + The U.S. Armed Forces Company Grade Warrant Officers are: the U.S. Army Warrant Officer 1 and U.S. Army Chief Warrant Officer 2; the U.S. Marine Corps Warrant Officer 1 and U.S. Marine Corps Chief Warrant Officer 2. + U.S. Armed Forces Company Grade Warrant Officer + + + + + + + + + + + + + + + + + + + + + + + Person who is a member of some Armed Force of the United States and who has some U.S. Armed Forces Field Grade Officer Rank. + U.S. Armed Forces Field Grade Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Armed Forces Field Grade Rank + + + + + + + + + + + + + + + + + + + A U.S. Armed Forces Warrant Officer who holds some U.S. Armed Forces Field Grade Rank. + The U.S. Armed Forces Field Grade Warrant Officers are those Chief Warrant Officers of the Army and Marine Corps with a rank in the grade of W-3, W-4, or W-5. + U.S. Armed Forces Field Grade Warrant Officer + + + + + + + + + + + + + + + + + + + A Commissioned Officer in the U.S. Navy or U.S. Coast Guard, who has some U.S. Armed Forces Flag Officer Rank. + U.S. Armed Forces Flag Officers are Commissioned Officers of the U.S. Navy and U.S. Coast Guard holding one of the admiral ranks (ranks in the grade of O-6, O-7, O-8, O-9, or O-10. + Shane Babcock + U.S. Armed Forces Flag Officer + https://en.wikipedia.org/wiki/Flag_officer#United_States + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Armed Forces Flag Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Armed Forces General Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Armed Forces General Officer Rank + + + + + + + + + + + + + + + + + + + + + + + Person who is a member of the U.S. Navy or Coast Guard, and who has some U.S. Armed Forces Junior Grade Rank. + U.S. Armed Forces Junior Grade Officers are: + +Chief Warrant Officers of the U.S. Navy and U.S. Coast Guard with a rank in the grade of W-2, W-3, or W-4; + +U.S. Navy and U.S. Coast Guard Commissioned Officers with a rank in the grade of O-1, O-2, O-3, or O-4. + U.S. Armed Forces Junior Grade Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Unhelpfully, the notion of a 'Junior Grade Officer' is sometimes used synonymously with 'Company Grade Officer'. + +This seems incorrect, as Junior Grade Officer is a grouping of naval and coast guard commissioned officers of grades O-1 through O-4, and Chief Warrant Officers of grade W-2 through W-4. Whereas Company Grade Officer is a grouping of army, marine corps and air force commissioned officers of grades O-1 through O-3, and Chief Warrant Officers W-1 and W-2. + +Normally, a U.S. Navy Warrant Officer 1 (W-1) is appointed via a warrant, rather than a commission. Though, the Secretary of the Navy does have the authority to appoint a W-1 via commission. + +That they are not normally commissioned explains why the Navy W-1 Warrant Officer are not groupd under the term 'Junior Officer', as 'Officer'. + +https://en.wikipedia.org/wiki/Junior_officer + +https://en.wikipedia.org/wiki/Field_officer#United_States + U.S. Armed Forces Junior Grade Rank + + + + + + + + + Deprecate, once I figure out to do with the subclasses + A Petty Officer Rank held by some enlisted member of the U.S. Navy or the U.S. Coast Guard. + U.S. Armed Forces Petty Officer Rank + true + + + + + + + + + + + + + + + + + + + + + + + + + + + Person who is a member of some Armed Force of the United States, who has some U.S. Armed Forces Warrant Officer Rank, and is the bearer of some U.S. Armed Forces Warrant Officer Role. + U.S. Armed Forces Warrant Officer + + + + + + + + + In U.S. military usage, warrant officer is a grade in between enlisted grade and commissioned officer grade. + +But in other militaries, warranter officers are the highest of the enlisted ranks. Thus, for instance, the warrant officer ranks of the British and Canadian Armed Forces are classified under 'Enlisted Rank'. + +In the U.S. Armed Forces, the highest enlisted ranks are non-commissioned officer ranks. As a result, the rank structures of the U.S. Armed Forces contain more grades of non-commissioned officer ranks than are found within rank structures following the Commonwealth model. + Please note that the lack of a U.S. Coast Guard WO-1 'warrant officer rank' and WO-5 'Chief Warrant Officer 5 rank' are not ommissions. These are not ranks currently used in the coast guard. + +There is a provision for the latter rank, but it is not currently in use. + A Military Rank that is appointed by warrant or Military Commission and specifies an Authority Role which is held by a member of the U.S. Armed Forces by virtue of their specialty and expertise in certain military technologies or capabilities. + Military Rank of the U.S. Armed Forces that is above the Enlisted Ranks but below the Commissioned Officer Ranks, is appointed by warrant or Military Commission, and possession of which signifies that the rank holder is a technical specialist serving in a position requiring greater authority and responsibility than that of a senior Non-Commissioned Officer. + Warrant Officer ranks in the U.S. Armed Forces (except for in the Coast Guard), include both a W-1 'warrant officer' rank, and 4 grades of 'Chief Warrant Officer' (W-2 through W-5). + +The W-1 ranks are usually appointed via a warrant approved by the Department Secretary of the respective service. Less commonly, these ranks are appointed via a commission from either the service secretary, the Secretary of Defense, or the President. + +All appointments to the Chief Warrant Officer Ranks are made via a commission from the President. + +Appointment to warrant officer ranks of all grades must be authorized by the Senate. + U.S. Armed Forces Warrant Officer Rank + + + + + + + + + U.S. Armed Forces Warrant Officer Role + + + + + + + + + A Military Recruit Training Requirement that requires some U.S. Army soldier to complete the U.S. Army Basic Combat Training Program. + U.S. Army Basic Combat Training Requirement + + + + + + + + + + + + + + + + + + + + + + + U.S. Army General Officer who has some U.S. Army Brigadier General Rank and is the bearer of some U.S. Army Brigadier General Role. + U.S. Army Brigadier General + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army Brigadier General Rank. + U.S. Army Brigadier General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Army General Officer Rank that is directly above the U.S. Army Colonel Rank and directly below the U.S. Army Major General Rank, and which signifies that the rank holder bears the Authority Role of deputy commander to a U.S. Army Major General in a division. + https://www.federalpay.org/military/army/brigadier-general + U.S. Army Brigadier General Rank + General Officer Rank + + + + + + + + + A U.S. Army Brigadier General may also hold the unique billet of Adjutant General of the Army.* The Adjutant General is the chief administrative officer of the U.S. Army, serving directly under the Assistant Chief of Staff of the U.S. Army. Since 1984 this billet has been held by a brigadier general. But before then, it was a billet held by a Major General. +https://en.wikipedia.org/wiki/Adjutant_general +https://en.wikipedia.org/wiki/List_of_Adjutants_General_of_the_U.S._Army + +*Not to be confused with the Adjutant General of a particular major Army unit, such as a Division or Corps. This is the chief administrative officer of the unit, serving under the unit's Chief of Staff. + U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Brigadier General Rank, and which primarily involves service as a deputy commander of an Army Division, assisting in the oversight of the staff's planning and coordination of missions. + https://www.army.mil/ranks/ + U.S. Army Brigadier General Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Commissioned Officer who has some U.S. Army Captain Rank and is the bearer of some U.S. Army Captain Role. + U.S. Army Captain + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army Captain Rank. + U.S. Army Captain Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Army Company Grade Commissioned Officer Rank that is directly above the U.S. Army First Lieutenant Rank and directly below the U.S. Army Major Rank, and which signifies that rank holder's primary role is that of U.S. Army company commander, but that the rank holder may also serve as a staff officer within a U.S. Army battalion or brigade. + https://en.wikipedia.org/wiki/Captain_(United_States_O-3) + https://www.federalpay.org/military/army/captain + U.S. Army Captains spend some of their time in grade attending professional-development courses designed to prepare them for greater responsibilities at higher ranks. + +This work, as well as service as a staff officer within a battalion or brigade, is always done post completion of the job of company commander. + +[https://www.federalpay.org/military/army/captain] + U.S. Army Captain Rank + Company Grade Rank + + + + + + + + + U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Captain Rank, which primarily involves the command of a company sized unit of three to five platoons, but often also involves service as a battalion or brigade staff officer. + https://www.army.mil/ranks/ + When serving as a company commander, a U.S. Army Captain usually has a U.S. Army First Sergeant as his or her principal NCO assistant. + Shane Babcock + U.S. Army Captain Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer who has some U.S. Army Chief Warrant Officer 2 Rank and is the bearer of some U.S. Army Chief Warrant Officer 2 Role. + U.S. Army Chief Warrant Officer 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer Rank that is directly above the U.S. Army Warrant Officer 1 Rank and directly below the U.S. Army Chief Warrant Officer 3 Rank, and which signifies that the rank holder is an intermediate level technical and tactical expert, serving at the team through battalion levels, whose primary role is to develop proficiency in the operation and maintenance of systems linked directly to their AOC or MOS, and subsequently integrate their systems with other branch systems. + Paragraph 3-9: https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN31964-PAM_600-3-001-WEB-3.pdf + https://www.army.mil/ranks/#chief-warrant-officer-ranks-title + https://www.federalpay.org/military/army/chief-warrant-officer-2 + U.S. Army Chief Warrant Officer 2 Rank + Company Grade Rank + + + + + + + + + U.S. Army Chief Warrant Officer 2 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer who has some U.S. Army Chief Warrant Officer 3 Rank and is the bearer of some U.S. Army Chief Warrant Officer 3 Role. + U.S. Army Chief Warrant Officer 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer Rank that is directly above the U.S. Army Chief Warrant Officer 2 Rank and directly below the U.S. Army Chief Warrant Officer 4 Rank, and which signifies that the rank holder is an advanced level technical and tactical expert, whose primary duties are those of technical leader, trainer, operator, manager, maintainer, sustainer, integrator, and advisor at operations levels from team or detachment through brigade, but also performs branch-related duties, with a focus on integrating branch systems into larger Army systems as they become more senior. + Paragraph 3-9: https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN31964-PAM_600-3-001-WEB-3.pdf + https://www.army.mil/ranks/#chief-warrant-officer-ranks-title + https://www.federalpay.org/military/army/chief-warrant-officer-3 + U.S. Army Chief Warrant Officer 3 Rank + Field Grade Rank + + + + + + + + + U.S. Army Chief Warrant Officer 3 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer who has some U.S. Army Chief Warrant Officer 4 Rank and is the bearer of some U.S. Army Chief Warrant Officer 4 Role. + U.S. Army Chief Warrant Officer 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer Rank that is directly above the U.S. Army Chief Warrant Officer 3 Rank and directly below the U.S. Army Chief Warrant Officer 5 Rank, and which signifies that rank holders are senior level technical and tactical experts who perform the duties of technical leader, manager, maintainer, sustainer, integrator, and advisor within battalion, brigade, division, corps, and echelons above corps operations, and who also serve in a wide variety of branch level positions, with a focus on integrating branch and Army systems into joint and national-level +systems as they become more senior. + Paragraph 3-9: +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN31964-PAM_600-3-001-WEB-3.pdf + https://www.army.mil/ranks/#chief-warrant-officer-ranks-title + https://www.federalpay.org/military/army/chief-warrant-officer-4 + U.S. Army Chief Warrant Officer 4 Rank + Field Grade Rank + + + + + + + + + U.S. Army Chief Warrant Officer 4 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer who has some U.S. Army Chief Warrant Officer 5 Rank and is the bearer of some U.S. Army Chief Warrant Officer 5 Role. + U.S. Army Chief Warrant Officer 5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer Rank that is directly above the U.S. Army Chief Warrant Officer 4 Rank and directly below the U.S. Army Second Lieutenant Rank, and which signifies that rank holders are master-level technical and tactical experts who perform the primary duties of technical leader, manager, integrator, and advisor within brigade, division, corps, echelons above corps, and major command operations, + Paragraph 3-9: +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN31964-PAM_600-3-001-WEB-3.pdf + https://www.army.mil/ranks/#chief-warrant-officer-ranks-title + https://www.federalpay.org/military/army/chief-warrant-officer-5 + U.S. Army Chief Warrant Officer 5 Rank + Senior Field Grade Rank + + + + + + + + + U.S. Army Chief Warrant Officer 5 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Commissioned Officer who has some U.S. Army Colonel Rank and is the bearer of some U.S. Army Colonel Role. + U.S. Army Colonel + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army Colonel Rank. + U.S. Army Colonel Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + What I want to say is that there is the army colonel role -- which is a position of authority within the chain of command between that of brigadier general and lieutenanta colonel -- and then there is the brigade commander role. As things are structured in the U.S. Army, typically the colonel role involves the brigade commander role, but not necessarily. + +Similarly, the teacher and mentor role are not the same, but sometimes the teacher role can involve a mentorship role? + U.S. Army Field Grade Commissioned Officer Rank that is directly above the U.S. Army Colonel Rank and directly below the U.S. Army Brigadier General Rank, and which signifies that the rank holder bears an Authority Role that typically involves the command of a U.S. army bridage. + https://www.federalpay.org/military/army/colonel + U.S. Army Colonel Rank + Senior Field Grade Rank + + + + + + + + + U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Colonel Rank, which primarily involves the command of brigade-sized units of three or more battalions (1,500-3,200 Soldiers), but also often involves service as a Division level Chief of Staff. + Field Manual 6-0, 'Commander and Staff Organization and Operations' + https://www.army.mil/ranks/ + When serving in the capacity of chief of staff of a division-level staff element, a U.S. Army Colonel usually serves under a U.S. Army Major General, as the latter usually serve as division commander. + +The Division Chief of Staff has executive management authority over its staff element, freeing the division commander "from routine details of staff operations and management of the headquarters." Field Manual 6-0, 'Commander and Staff Organization and Operations', section 2-43. + +Traditionally, a brigade was composed of two or more regiments, and was commanded by a U.S. Army Brigadier General. But this command structure has now become obsolete. Today "a brigade is roughly equal to or a little larger than a regiment, consisting of three to seven battalions." [https://en.wikipedia.org/wiki/Military_rank#Rank_and_unit_size] + Shane Babcock + U.S. Army Colonel Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Senior Non-Commissioned Officer who has some U.S. Army Command Sergeant Major Rank and is the bearer of some U.S. Army Command Sergeant Major Role. + U.S. Army Command Sergeant Major + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Non-Commissioned Officer Rank that is directly above the U.S. Army Sergeant Major Rank and directly below the Sergeant Major of the Army Rank, and which signifies that the rank holder is a senior NCO in the headquarters of units, commands or organizations at the battalion level or higher, serving as the senior enlisted adviser to the commanding officer. + Serves at the battalion level or higher (brigade, division, corps, combatant command, forces command). + Army Regulation 614-200, "Enlisted Assignments and Utilization Management." §7-14 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN14314_AR614-200_FINAL.pdf + Army Training Circular 7-22.7, "The Noncommissioned Officer Guide" §2.3 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN20340_TC%207-22x7%20FINAL%20WEB.pdf + "The CSM carries out, and enforces, policies and standards on performance, training, appearance and conduct of the organization. The CSM is the principal advisor to the commander, giving advice and making recommendations to the commander and staff in matters pertaining to the organization. The CSM is responsible for enlisted talent management and ensures all aspects of the NCO C3 are present in the operational domain." +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN20340_TC%207-22x7%20FINAL%20WEB.pdf + U.S. Army Command Sergeant Major Rank + + + + + + + + + Need to consider what is said about this role in FM 6-0, Commander and Staff Organization and Operations (1-31). + U.S. Army Non-Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Command Sergeant Rank, which the Agent realizes by serving as the senior non-commissioned officer of the command at the battalion level or higher, carrying out policies and standards, and advising the unit commander on the performance, training, appearance, and conduct of enlisted Soldiers in the unit. + Army Regulation 600-20, 'Army Command Policy', 2-19b(2): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN32931-AR_600-20-004-WEB-6.pdf + https://www.army.mil/ranks/ + U.S. Army Command Sergeant Major Role + + + + + + + + + + + + + + + + + + + + + + + A Commissioned Officer who is a member of the United States Army, has some U.S. Army Commissioned Officer Rank, and is the bearer of some U.S. Army Commissioned Officer Role. + U.S. Army Commissioned Officer + + + + + + + + + http://wwww.ontologylibrary.mil/CommonCore/Mid/MilitaryRanksOntology + U.S. Army Commissioned Officer Rank + + + + + + + + + A Commissioned Officer Role which inheres in an Agent in virtue of that Agent holding some U.S. Army Commissioned Officer Rank, and which primarily involves the command, or deputy command, of some U.S. Army unit (a platoon or larger unit). + A U.S. Army Commissioned Officer Role, --such as the U.S. Army Major Role -- is a role that involves service within certain roles that are designated for officers holding the corresponding rank --for example, the U.S. Army Major Rank. The primary role for which U.S. Army commissioned officers are designated is that of unit commander, with officers of successively higher ranks generally commanding successively larger units. Thus, for example, a captain usually commands a company sized unit, a lieutenant colonel usually commands battalion sized unit (of 3-5 companies), a colonel usually commands a brigade sized unit (of 3 or more battalions), and a major general usually commands a division (of 3 brigades). Though, in some cases an officer of lower rank may command a unit normally designated for an officer of higher rank, for instance a senior First Lieutenant may be selected to command a company in lieu of an available captain. + +Commissioned officers also often serve in other high-level positions, such as executive officer (second-in-command) to the unit-commander, within echelons immediately above those for which they typically serve as commanders. For example, while a lieutenant colonel typically commands a battalion sized unit, they also may serve within a brigade as executive officer to the brigade's commanding colonel. + U.S. Army Commissioned Officer Role + + + + + + + + + U.S. Army Commissioned Officer Rank that signifies that the rank holder bears a command role in a company or company sub-unit (i.e. platoon). + U.S. Army Company Grade Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Junior Non-Commissioned Officer who has some U.S. Army Corporal Rank and is the bearer of some U.S. Army Corporal Role. + U.S. Army Corporal + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Non-Commissioned Officer Rank that is directly above the U.S. Army Specialist Rank and directly below the U.S. Army Sergeant Rank, and which signifies that the rank holder's job is to serve as a team leader of 2-5 soldiers. + The job of team leader has often been given to Army Specialists because that rank has usually been given out far more often than the rank of Army Corporal. (Although the latter rank has more responsibilities, both ranks have the same pay level). But officially the role of team leader is the responsibility of Corporals, since that is the job of NCOs. [https://www.federalpay.org/military/army/corporal] + +This probably has to do with the fact that these ranks are both in the O-4 pay grade, and traditionally a Specialist was able to skip the rank of Corporal and be promoted straight to the rank of Sergeant. + +Of course, this will probably change given the Army's recent policy shift that requires that all enlisted soldiers serve in the Corporal rank before moving to Sergeant. [https://www.military.com/daily-news/2021/06/07/major-promotion-shift-all-soldiers-will-serve-corporal-moving-sergeant.html] + U.S. Army Corporal Rank + + + + + + + + + A U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Corporal Rank, and which the Agent realizes by leading a team of Junior Enlisted Soldiers, overseeing their individual training, personal appearance, and cleanliness. + https://www.army.mil/ranks/ + A team consists of 4 soldiers, including the NCO in charge. + U.S. Army Corporal Role + + + + + + + + + An Authority Role inhering in some Agent in virtue of that Agent holding an office within the U.S. Department of the Army. + U.S. Department of the Army Authority Role + + + + + + + + + U.S. Army Commissioned Officer Rank that signifies that the rank holder bears either a command role, or staff officer role, within either a battalion or brigade-sized unit. + U.S. Army Field Grade Commissioned Officer Rank + + + + + + + + + Need to fit field grade warrant officers here. But avoid multiple inheritance. + U.S. Army Field Grade Officer + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Commissioned Officer who has some U.S. Army First Lieutenant Rank and is the bearer of some U.S. Army First Lieutenant Role. + U.S. Army First Lieutenant + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army First Lieutenant Rank. + U.S. Army First Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Army Company Grade Commissioned Officer Rank that is directly above the U.S. Army Second Lieutenant Rank and directly below the U.S. Army Captain Rank, and which signifies that the rank holder bears an Authority Role that primarily involves the command of specialized weapons platoons, but which often also involves service as the executive officer of a company-sized unit. + https://www.army.mil/ranks/ + https://www.federalpay.org/military/army/first-lieutenant + Once a U.S. Army First Lieutenant has completed their time in the rank serving as the leader of a platoon, they will usually serve as a staff officer preparing and competing for promotion to the U.S. Army Captain Rank. + +While command of a company-sized unit is officially designated for holders of the U.S. Army Captain Rank, in lieu of an available U.S. Army Captain, senior U.S. Army First Lieutenants may be selected for command of a company-sized unit. [https://en.wikipedia.org/wiki/Company_commander] + Shane Babcock + U.S. Army First Lieutenant Rank + Company Grade Rank + + + + + + + + + A U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army First Lieutenant Rank, which primarily involves the command of more specialized weapons platoons and indirect fire computation centers, but often also involves service as the executive officer of a company-sized unit. + https://www.army.mil/ranks/ + In the command of a platoon, a First Lieutenant is assisted by a Platoon Sergeant, normally a Sergeant First Class. + U.S. Army First Lieutenant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Senior Non-Commissioned Officer who has some U.S. Army First Sergeant Rank and is the bearer of some U.S. Army First Sergeant Role. + U.S. Army First Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Usually serves as principal NCO for a company sized unit of around 150 soldiers. + A U.S. Army Non-Commissioned Officer Rank that is directy above the U.S. Army Master Sergeant Rank and directly below the U.S. Army Sergeant Major Rank, and which signifies that the rank holder serves as the senior enlisted advisor to a commanding officer at the company level, handling the leadership and professional development of all soldiers in the company, and serving as the ultimate enforcer of standard and discipline. + Army Regulation 600–20, Paragraph 2-19b(3) +https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN32931-AR_600-20-004-WEB-6.pdf + https://en.wikipedia.org/wiki/First_sergeant + https://www.federalpay.org/military/army/first-sergeant + https://www.military.com/army/enlisted-ranks.html + U.S. Army First Sergeant Rank + + + + + + + + + A U.S. Army Non-Commissioned Officer Role that inheres in an Agent who holds the U.S. Army First Sergeant Rank and who is the senior non-commissioned officer of an Army Company responsible for instructing subordinate sergeants, advising the company commander, assisting in the training and professional development of all the unit's enlisted soldiers, and initiating disciplinary procedures. + https://en.wikipedia.org/wiki/First_sergeant#United_States_Army + https://www.army.mil/ranks/ + U.S. Army First Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + U.S. Army General Officer who has some U.S. Army General Rank and is the bearer of some U.S. Army General Role. + U.S. Army General + + + + + + + + + + + + + + + + + + + U.S. Army General Officer + + + + + + + + + requires review + U.S. Army Commissioned Officer Rank that signifies that the rank holder bears either a command role, or staff officer role, at the Division level or higher. + U.S. Army General Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army General Rank. + U.S. Army General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia Quality Pattern, inhering in some U.S. Army General Rank Insignia, that concretizes some U.S. Army General Rank. + U.S. Army General Rank Insignia Quality Pattern + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Army General Officer Rank that is directly above the U.S. Army Lieutenant General Rank and directly below the General of the Army Rank, and which signifies that: i) the rank holder bears an Authority Role involving a command at one of the highest levels of the U.S. Army, such as in TRADOC or Forces Command; ii) the rank holder may, if qualified, serve in the Vice Chief of Staff of the Army Role or Chief of Staff of the Army Role, or serve as a member of the U.S. Department of Defense Joint Chiefs of Staff. + https://en.wikipedia.org/wiki/General_(United_States) + https://www.federalpay.org/military/army/general + U.S. Army General Rank + General Officer Rank + + + + + + + + + U.S. Army General Role + + + + + + + + + A Joint Duty Assignment Requirement for Promotion to General-Officer Rank or Flag Officer Rank that requires some U.S. Army Commissioned Officer at the O-6 pay grade to have completed a Joint Duty Assignment in which the unit they were responsible for commanding was made up of service members from two or more branches of the U.S. military, as a condition for promotion to some O-7 U.S. Army General-Officer Rank. + U.S. Army Joint Duty Assignment Requirement for Promotion to General-Officer Rank + true + + + + + + + + + A Junior Enlisted Rank that is held by some U.S. Army enlisted soldier. + U.S. Army Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + A Junior Enlisted Personnel who is a member of the U.S. Army, has some U.S. Army Junior Enlisted Rank, and is the bearer of some U.S. Army Junior Enlisted Soldier Role. + U.S. Army Junior Enlisted Soldier + + + + + + + + + See 4-14a of Army Regulation 600-20, 'Army Command Policy' + U.S. Army Junior Enlisted Soldier Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Non-Commissioned Officer who has one of the U.S. Army Non-Commissioned Officer Ranks with a U.S. uniformed services grade of E-4, E-5, or E-6. + U.S. Army Junior Non-Commissioned Officer + + + + + + + + + U.S. Army Junior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Commissioned Officer who has some U.S. Army Lieutenant Colonel Rank and is the bearer of some U.S. Army Lieutenant Colonel Role. + U.S. Army Lieutenant Colonel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Often selected for command of a bridage in lieu of an available colonel. + U.S. Army Field Grade Commissioned Officer Rank that is directly above the U.S. Army Major Rank and directly below the U.S. Army Colonel Rank, and which signifies that the rank holder bears an Authority Role that typically involves the role of U.S. Army battalion commander. + https://www.federalpay.org/military/army/lieutenant-colonel + U.S. Army Lieutenant Colonel Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army Lieutenant Colonel Rank. + U.S. Army Lieutenant Colonel Rank Insignia + + + + + + + + + U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Lieutenant Colonel Rank, which primarily involves the command of a battalion-sized unit of three to five companies, but may also involve service as a brigade or task force Executive Officer. + Field Manual 6-0, 'Commander and Staff Organization and Operations' + https://www.army.mil/ranks/ + A brigade Executive Officer is second-in-command to the brigade commander, typically a U.S. Army Colonel. Thus, when serving in the capacity of brigade Executive Officer, a U.S. Army Lieutenant Colonel typically serves under an officer of the next higher rank. This, of course, is by design. Serving as second-in-command to an officer of the next higher rank is part of the the Lieutenant Colonel's preparation for advancement to that rank. + +As brigade Executive Officer, the Lieutenant Colonel has executive management authority over its staff element, freeing the division commander "from routine details of staff operations and management of the headquarters." Field Manual 6-0, 'Commander and Staff Organization and Operations', section 2-43. + Shane Babcock + U.S. Army Lieutenant Colonel Role + + + + + + + + + + + + + + + + + + + + + + + U.S. Army General Officer who has some U.S. Army Lieutenant General Rank and is the bearer of some U.S. Army Lieutenant General Role. + U.S. Army Lieutenant General + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army Lieutenant General Rank. + U.S. Army Lieutenant General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Army General Officer Rank that is directly above the U.S. Army Major General Rank and directly below the U.S. Army General Rank, and which signifies that the rank holder bears an Authority Role involving service in higher commands, such as combatant commands, or as a staff officer in the highest levels of the U.S. Army, such as in TRADOC or Forces Command. + https://www.federalpay.org/military/army/lieutenant-general + U.S. Army Lieutenant General Rank + General Officer Rank + + + + + + + + + Though typically commanded by Lieutenant Generals, Army Corps are also sometimes commanded by Major Generals, and even Brigadier Generals. + Definition in progress + U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Lieutenant General Rank, and which primarily involves the command of an Army Corps of 2-5 Divisions. + https://www.army.mil/ranks/ + "Command by commanders in the grade of lieutenant general. Army commanders in the grade of lieutenant general or above may not assume command of Army installations, except when the installation serves as the location for a corps or higher headquarters. The CSA must approve exceptions to this policy and HQDA (DACS–GOM) will issue orders to implement the exception." DA 600-20 Army Command Policy + U.S. Army Lieutenant General Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Commissioned Officer who has some U.S. Army Major Rank and is the bearer of some U.S. Army Major Role. + U.S. Army Major + + + + + + + + + + + + + + + + + + + + + + + U.S. Army General Officer who has some U.S. Army Major General Rank and is the bearer of some U.S. Army Major General Role. + U.S. Army Major General + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army Major General Rank. + U.S. Army Major General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Army Major Generals serve as the commanders of the posts at which their division are based. + U.S. Army General Officer Rank that is directly above the U.S. Army Brigadier General Rank and directly below the U.S. Army Lieutenant General Rank, and which signifies that the rank holder bears the Authority Role of U.S. Army division commander. + https://www.federalpay.org/military/army/major-general + U.S. Army Major General Rank + General Officer Rank + + + + + + + + + A U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Major General Role, and which the Agent realizes by serving as the commander of an Army Division of three brigades. + https://www.army.mil/ranks/ + U.S. Army Major General Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Army Field Grade Commissioned Officer Rank that is directly above the U.S. Army Captain Rank and directly below the U.S. Army Lieutenant Colonel Rank, and which signifies that the rank holder bears an Authority Role that typically involves the role of either operations officer or executive officer in a U.S. Army battalion or brigade. + https://www.federalpay.org/military/army/major + U.S. Army Major Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army Major Rank. + U.S. Army Major Rank Insignia + + + + + + + + + Requires review + +What is a 'primary staff officer'? I don't find this in the army regulations. Is it another term for executive officer? [SB 11/18/21] + +Seems to be 'principal staff officer' from FM 6-0, Commander and Staff Organization and Operations + +Sections 2-41 and 2-42: at the battalion and brigade levels, the principal staff officer to the unit commander is called the executive officer. + +Not sure how to interpret this: +"There are three basic types of staff officers: coordinating, special, and personal. A principal staff officer—who may be a coordinating, special, or personal staff officer for the commander—leads each staff section." + +Does this mean there is a principal staff officer in the sense of XO, but also subordinate to them on the staff also a separate principal staff officer for each of the 3 types of "staff section" that leads that section? + +Or does it mean that there is THE one principal staff officer, who can be one of these 3 types, that leads all the sections? + +2-44: "Coordinating staff officers are the commander’s principal staff assistants who advise, plan, and coordinate actions of special staff officers within their area of expertise. They are directly accountable to the COS or XO and have functional responsibilities over one or a combination of fields of interest." +-This implies that there are various principal staff officers, who are directly subordinate to the XO, the top of principal staff officer. + +Often serves as the operations officer, S-3, at battalion or brigade levels. On the role of an S-3, see FM 6-0, section 2-52. 2-52 also shows overlap and differences from the G-3, assistant chief of staff role: Major may serve as G-3 at the Division level and up, where these have G-staffs, the G standing for the staffs of orgs led by general officers. Division commanded by Major General. + +[SB 06/22/22] + "In the U.S. Army, a task force is a battalion-sized (usually, although there are variations in size) ad hoc unit formed by attaching smaller elements of other units." https://en.wikipedia.org/wiki/Task_force#Army + Info taken from: https://en.wikipedia.org/wiki/Major_(United_States) + +"majors command augmented companies in Combat Service and Service Support units. U.S. Army majors also command Special operations companies, such as U.S. Army Special Forces companies, Civil Affairs companies, Military Information Support Operations companies, and certain types of separate, numbered vice lettered, Military Intelligence companies." + +Why do they usually only command special operations, and not basic Army tactical units? + +Post Korean War, "regiments with organic battalions were no longer used as tactical units. Battalions attached to brigades replaced the regiment. Battalions commanded by lieutenant colonels became the US Army's basic tactical unit. As a result, there were only a limited number of command positions for majors although Medical, Special Forces and Aviation companies are usually commanded by majors." + U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Major Rank, which typically involves service as a Battalion Executive Officer or Battalion Operations Officer, but also involves service as a principal staff officer for brigade and task force commands in the areas of personnel, intelligence, operations, or logistics. + Field Manual 6-0, 'Commander and Staff Organization and Operations'. + https://www.army.mil/ranks/ + The U.S. Army Major Role typically involves service as a Battalion Executive Officer, in which case a U.S. Army Major would serve directly under the battalion commander, usually a U.S. Army Lieutenant Colonel. + +The Battalion Executive Officer has executive management authority over its staff, freeing the Battalion commander "from routine details of staff operations and management of the headquarters." Field Manual 6-0, 'Commander and Staff Organization and Operations', section 2-43. + U.S. Army Major Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Senior Non-Commissioned Officer who has some U.S. Army Master Sergeant Rank and is the bearer of some U.S. Army Master Sergeant Role. + U.S. Army Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Requires discussion + A U.S. Army Non-Commissioned Officer Rank that is directly above the U.S. Army Sergeant First Class Rank and directly below the U.S. Army First Sergeant Rank, and which signifies that the rank holder serves as the principal NCO at the battalion level and often higher. + https://www.military.com/army/enlisted-ranks.html + U.S. Army Master Sergeant Rank + + + + + + + + + A U.S. Army Non-Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Master Sergeant Rank, and which the Agent realizes by serving as the principal non-commissioned officer at the battalion or brigade level, providing subject matter expertise in their military occupational specialty. + https://en.wikipedia.org/wiki/Master_sergeant#U.S._Army + https://www.army.mil/ranks/ + U.S. Army Master Sergeant Role + + + + + + + + + Perhaps this should be changed to: "Noncommissioned Officer Professional Development System requirement" in line with paragraph 1-29 of Army Regulation 600–8–19. + An Enlisted Professional Military Education Requirement for Promotion in Military Rank that requires some U.S. Army enlisted soldier to complete some Enlisted Professional Military Education Course, as a condition for promotion to some U.S. Army Rank. + U.S. Army Enlisted Professional Military Education Requirement + + + + + + + + + + + + + + + + + + + + + + + A Non-Commissioned Officer who is a member of the U.S. Army. + U.S. Army Non-Commissioned Officer + + + + + + + + + A Non-Commissioned Officer Rank that is used by the U.S. Army. + U.S. Army Non-Commissioned Officer Rank + + + + + + + + + A Non-Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding a U.S. Army Non-Commissioned Officer Rank, which the Agent realizes by leading Soldiers of lower rank, training and educating those Soldiers, caring for those Soldiers and their equipment, and by maintaining and enforcing U.S. Army standards. + Army Regulation 600-8-19, paragraph 1-6a. +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + "Our NCOs (1) lead, (2) train and educate; (3) care for Soldiers and equipment; and (4) maintain and enforce standards. These four roles establish the foundation for NCO development and serve as measurements of success throughout an NCO’s career. Leaders must continually assess how Soldiers perform in their current rank and, when successful, identify those who show the capacity and potential, with training and education, to perform at higher levels of responsibility." [Army Regulation 600-8-19, paragraph 1-6a.] + U.S. Army Non-Commissioned Officer Role + + + + + + + + + U.S. Army Physical Fitness Requirement for Promotion in Military Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Junior Enlisted Soldier who has some U.S. Army Private Rank and is the bearer of some U.S. Army Private Role. + U.S. Army Private + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Junior Enlisted Soldier who has some U.S. Army Private First Class Rank and is the bearer of some U.S. Army Private First Class Role. + U.S. Army Private First Class + + + + + + + + + + + + + + + + + + + U.S. Army Junior Enlisted Rank Insignia that bears some U.S. Army Private First Class Rank. + U.S. Army Private First Class Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enlisted soldiers entering Basic Combat Training with prior military training, an Associates Degree, or the rank of Eagle Scout in the Boy Scouts, are entitled to automatic promotion to the U.S. Army Private First Class Rank. + A U.S. Army Junior Enlisted Rank that is directly above the U.S. Army Private Second Class Rank and directly below the U.S. Army Specialist Rank, and which signifies that the rank holder's job is to begin developing their technical and leadership skills, and to carry out the orders issued to them. + https://www.military.com/army/enlisted-ranks.html + U.S. Army Private First Class Rank + + + + + + + + + U.S. Army Private First Class Role + + + + + + + + + U.S. Army Private Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Junior Enlisted Soldier who has some U.S. Army Private Second Class Rank and is the bearer of some U.S. Army Private Second Class Role. + U.S. Army Private Second Class + + + + + + + + + + + + + + + + + + + U.S. Army Junior Enlisted Rank Insignia that bears some U.S. Army Private Second Class Rank. + U.S. Army Private Second Class Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PV2 + A U.S. Army Private Rank that is directly above the U.S. Army Private Rank and directly below the U.S. Army Private First Class Rank, and which signifies that the rank holder's job is to apply the new skills and knowledge learned during Basic Combat Training and to carry out the orders issued to them. + https://www.army.mil/ranks/ + https://www.military.com/army/enlisted-ranks.html + This rank is not customarily referred to as 'Private Second Class Rank' anymore, but for labelling purposes I decided on this rather than using 'Private PV1 Rank' and 'Private PV2 Rank' for the first two Army ranks. -SB + U.S. Army Private Second Class Rank + + + + + + + + + U.S. Army Private Second Class Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This rank has no insigna. + PV1 + A U.S. Army Junior Enlisted Rank that is lowest rank in the U.S. Army, directly below the U.S. Army Private Second Class Rank, and which signifies that the rank holder is a trainee in Basic Combat Training whose primary role is to carry out the orders issued to them. + https://www.army.mil/ranks/ + https://www.military.com/army/enlisted-ranks.html + This rank is designated for new recruits, but the rank is also occassionally assigned to Soldiers as a demotion after a disciplinary action has been taken. + U.S. Army Private Rank + + + + + + + + + List of soldiers that have been recommended for promotion to ranks SGT through SGM. + +Used only for Active Reserve Elements, Troop Unit Programs, and Multi-component units. + +Active Guard Reserve promotions, just like Regular Army promotions, use promotion recommended lists centralized to Headquarters, Department of the Army. + U.S. Army Reserve Permanent Promotion Recommended List + + + + + + + + + An Act of Promotion to U.S. Army Master Sergeant Rank wherein some U.S. Army Reserve Sergeant First Class is advanced to the U.S. Army Master Sergeant Rank by some promotion authority. + Act of Promotion to U.S. Army Master Sergeant Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Commissioned Officer who has some U.S. Army Second Lieutenant Rank and is the bearer of some U.S. Army Second Lieutenant Role. + U.S. Army Second Lieutenant + + + + + + + + + + + + + + + + + + + U.S. Army Commissioned Officer Rank Insignia that bears some U.S. Army Second Lieutenant Rank. + U.S. Army Second Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "While serving in the leadership position of platoon leader, Second Lieutenants have five senior non-commissioned officers (NCO's), one platoon sergeant (E-6 or E-7) and four squad leaders (E-5 or E-6) serving underneath them. Underneath these NCO's, there is a variable amount of junior NCO's (E-4 or E-5) serving in other leadership positions. The rest of the platoon--that is to say the bulk of the platoon--is made of soldiers (E-1 to E-4). The job of the platoon leader is to plan training for the unit, supervise its execution, and lead the unit in all its actions, through the use of orders and disciplined initiative, executed by the NCO's in the platoon on behalf of the platoon leader, a Second Lieutenant." + +https://www.federalpay.org/military/army/second-lieutenant + U.S. Army Company Grade Commissioned Officer Rank that is directly above the U.S. Army Chief Warrant Officer 5 Rank and directly below the U.S. Army First Lieutenant Rank, and which signifies that the rank holder bears an Authority Role, serving either as a staff officer preparing to become a platoon commander, or as platoon commander (having completed the required training while a staff officer). + https://www.federalpay.org/military/army/second-lieutenant + The rank holder must complete their work as a staff officer before assuming the position of platoon commander. Service as a platoon leader is required for promotion to the next rank of first lieutenant. + U.S. Army Second Lieutenant Rank + Company Grade Rank + + + + + + + + + A U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Second Lieutenant Rank, and which the Agent realizes by commanding a platoon consisting of two or more squads (16-44 Soldiers). + https://www.army.mil/ranks/ + In the command of a platoon, a Second Lieutenant is assisted by a Platoon Sergeant, normally a Sergeant First Class. + U.S. Army Second Lieutenant Role + + + + + + + + + Some form of security clearance is required for promotion to ranks of SPC through SGM. See page 10 of: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + A Security Clearance Requirement for Promotion in Military Rank that requires some U.S. Army soldier to obtain the appropriate security clearance, as a condition of promotion to some U.S. Army Military Rank. + U.S. Army Security Clearance Requirement for Promotion in Military Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Non-Commissioned Officer who has one of the U.S. Army Non-Commissioned Officer Ranks with a U.S. uniformed services grade of E-7, E-8, or E-9. + U.S. Army Senior Non-Commissioned Officer + + + + + + + + + U.S. Army Senior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Junior Non-Commissioned Officer who has some U.S. Army Sergeant Rank and is the bearer of some U.S. Army Sergeant Role. + U.S. Army Sergeant + + + + + + + + + + + + + + + + + + + + + + + U.S. Army Senior Non-Commissioned Officer who has some U.S. Army Sergeant First Class Rank and is the bearer of some U.S. Army Sergeant First Class Role. + U.S. Army Sergeant First Class + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From after WW1, up until 1948, this rank was named 'technical sergeant'. + Is two ranks below: + +U.S. Air Force Senior Master Sergeant, U.S. Space Force Senior Master Sergeant, U.S. Coast Guard Senior Chief Petty Officer and U.S. Navy Chief Petty Officer. Call this Group A. + +The ranks in Group A are each directly above the rank in their respective services that is equivalent in rank to U.S. Army Sergeant First class. + +But U.S. Army Sergeant First Class is also one rank directly below the U.S. Army Master Sergeant Rank, which has no equivalent rank in the U.S. Air Force, Space Force, Navy and Coast Guard. In this case, U.S. Army Sergeant First Class is two ranks below U.S. Army First Sergeant, which is the U.S. Army rank that is equivalent in rank to the ranks in Group A. It is for this reason that we say that U.S. Army Sergeant First Class is two ranks below those ranks. + When serving in the role of Platoon Sergeant, a Sergeant First Class generally has several Staff Sergeants who work under their direct leadership. [https://www.military.com/army/enlisted-ranks.html] + A U.S. Army Non-Commissioned Officer Rank that is directly above the U.S. Army Staff Sergeant Rank and directly below the U.S. Army Master Sergeant Rank, and which signifies that the rank holder bears an Authority Role, typically serving in the role of Platoon Sergeant at the company level, or Battalion Operations Non-Commissioned Officer in Charge at the battalion level. + https://en.wikipedia.org/wiki/Sergeant_first_class + https://www.military.com/army/enlisted-ranks.html + U.S. Army Sergeant First Class Rank + + + + + + + + + requires review + A U.S. Army Non-Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Sergeant First Class Rank, and which the Agent typically realizes by serving as a Platoon Sergeant, assisting, and advising the platoon leader, while also training and caring for the unit's subordinate Soldiers. + https://www.army.mil/ranks/ + U.S. Army Sergeant First Class Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Senior Non-Commissioned Officer who has some U.S. Army Sergeant Major Rank and is the bearer of some U.S. Army Sergeant Major Role. + U.S. Army Sergeant Major + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Senior Non-Commissioned Officer who has some U.S. Army Sergeant Major of the Army Rank and is the bearer of some U.S. Army Sergeant Major of the Army Role. + U.S. Army Sergeant Major of the Army + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Since Sergeant Majors typically have at least 18 years of experience serving as a U.S. Army enlisted soldier, they often provide the commanding officer with valuable insight and advice on how unit operations could be better conducted in the future. Sergeant Majors also supervise all those enlisted soldiers that are appointed to staff positions underneath them within the unit. [https://www.federalpay.org/military/army/sergeant-major] + There is a puzzle about how this relates to the nearest Navy and Coast Guard Ranks. + +Two ranks higher than: U.S. Air Force/Space Force Senior Master Sergeant Rank and U.S. Navy/Coast Guard Senior Chief Petty Officer? + A U.S. Army Non-Commissioned Officer Rank that is directly above the U.S. Army First Sergeant Rank and directly below the Command Sergeant Major Rank, and which signifies that the rank holder serves as a staff officer at the battalion level or higher (brigade, division, corps, combatant command, forces command), helping to plan, resource and conduct unit missions. + https://www.federalpay.org/military/army/sergeant-major + U.S. Army Sergeant Major Rank + + + + + + + + + Double check: sources say "a primary staff officer". My elucidation seems to imply that it is the Chief of Staff/Executive Officer. But it could also be a principal staff officer of one of the 3 kinds of staff sections. +-FM 6-0, Commander and Staff Organization and Operations (2-41) + A U.S. Army Non-Commissioned Officer Role that inheres in an Agent who holds the U.S. Army Sergeant Major Rank, and which the Agent realizes by serving as the senior enlisted advisor to a primary staff officer at the battalion level or higher, advising on policy development and providing analytical review of regulatory guidance. + Here 'primary staff officer' refers to a commissioned officer serving in the staff element of an Army headquarters. At the brigade level, the primary staff officer would typically be a Major. + U.S. Army Sergeant Major Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + In practice, many soldiers with the rank of SGT command squads. This of course, would seem confusing, as Staff Sergeants, who outrank Sergeants, are typically in command of squads, with one or more Sergeants serving directly under their direct leadership. + +There is a reason for why most Sergeants also command squads: "according the US Army's Modification Table of Organization and Equipment (MTO&E), Sergeants are supposed to serve as team leaders, while the next highest rank, that of Staff Sergeant, is supposed to serve as squad leaders. + +However, given the number of sergeants serving the in the Army and the rate at which promotion works, it has become accepted practice for a Sergeant to serve as a squad leader more often than a team leader." [https://www.federalpay.org/military/army/sergeant] + While the U.S. Army Sergeant Rank is directly below the U.S. Army Staff Sergeant Rank, it is above the U.S. Air Force Staff Sergeant Rank. This is because the Air Force Staff Sergeant Rank is the lowest non-commissioned officer rank in that service (and Army Staff Sergeant Rank is third lowest in the Army). + A U.S. Army Non-Commissioned Officer Rank that is directly above the U.S. Army Corporal Rank and directly below the U.S. Army Staff Sergeant Rank, and which signifies that a holder of the rank typically serves as the leader of a section or team, and occassionally as a squad leader. + https://www.army.mil/ranks/ + U.S. Army Sergeant Rank + + + + + + + + + U.S. Army Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Sergeant Rank, and which the Agent typically realizes by leading a team of 4 Soldiers, overseeing them in their daily tasks, while insuring they are each trained to competency in their Military Occupational Specialty and the unit is trained to function in its primary mission roles. + https://www.army.mil/ranks/ + Like the U.S. Army Corporal, the Sergeant is responsible for overseeing the individual training, personal appearance, and cleanliness of the Junior Soldiers under their leadership. + +In practice, many soldiers with the rank of SGT command squads. This of course, would seem confusing, as Staff Sergeants, who outrank Sergeants, are typically in command of squads, with one or more Sergeants serving directly under their direct leadership. + +There is a reason for why most Sergeants also command squads: "according the US Army's Modification Table of Organization and Equipment (MTO&E), Sergeants are supposed to serve as team leaders, while the next highest rank, that of Staff Sergeant, is supposed to serve as squad leaders. + +However, given the number of sergeants serving the in the Army and the rate at which promotion works, it has become accepted practice for a Sergeant to serve as a squad leader more often than a team leader." [https://www.federalpay.org/military/army/sergeant] + U.S. Army Sergeant Role + + + + + + + + + + + + + + + A U.S. Army Enlisted Professional Military Education Requirement that requires a U.S. Army Master Sergeant, or a U.S. Army First Sergeant, to have graduated the U.S. Army Sergeants Major Course, in order to be eligible for promotion to the U.S. Army Sergeant Major Rank. + Army Regulation 600–8–19, Paragraph 1-29a(b)(9): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + U.S. Army Sergeants Major Course Requirement + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Junior Enlisted Soldier who has some U.S. Army Specialist Rank and is the bearer of some U.S. Army Specialist Role. + U.S. Army Specialist + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Notice that being equivalent in rank to Senior Airman Rank does not imply that an Army Specialist is one rank below the next highest Air Force rank that is directly above Senior Airman, namely Staff Sergeant. Falling directly under Army Corporal, the Army Specialist is two ranks below the Army Sergeant Rank, which is the equivalent of the Air Force Staff Sergeant Rank. So it is two ranks below Air Force Staff Sergeant. + Though not an officer rank, persons holding this rank have basic management duties and may command soldiers of lower rank: +https://www.military-ranks.org/army/specialist#:~:text=Specialist%20is%20a%20junior%20enlisted,are%20the%20responsibility%20of%20Corporals. + +The use of 'may command' at the above link makes me unsure of whether the CLASS should be said to have an Authority Role (it may just be some instances of specialist take on authority roles). + +"A soldier in the Army holding the rank of Specialist holds the first rank with leadership responsibilities. Unofficially known as a team leader, Specialists manage a small number of other soldiers of lower rank, privates of all class." [https://thestargateprogram.fandom.com/wiki/United_States_Army_Enlisted_Ranks} + A U.S. Army Junior Enlisted Rank that is directly above the U.S. Army Private First Class Rank and directly below the U.S. Army Corporal Rank, and which signifies that: i) the rank holder manages a small number of U.S. Army privates; ii) the rank holder is recognized as an expert in the specialized knowledge of individual soldiers in all capacities. + https://www.federalpay.org/military/army/specialist + Holders of the U.S. Army Specialist Rank are unofficially known as team leaders. While in practice, Specialists do manage team sized groups of lower ranking privates, Specialists are not NCOs, unlike U.S. Army Corporals who share the same pay grade of E-4. + +This is likely due to a combination of three factors: i) the Army's need to fill team leader slots; ii) the fact that when advancing from the E-3 paygrade most soldiers holding the rank of Private First Class opt for promotion to the rank of Specialist rather than that of Corporal, as the rank of Corporal involves more responsibilities while offering the same pay level as that of a Specialist; iii) traditionally, a soldier holding the rank of Specialist can skip the rank of Corporal and move directly from Specialist to Sergeant. + +This may change in the future given new Army policy on promotions to the Sergeant rank: https://www.military.com/daily-news/2021/06/07/major-promotion-shift-all-soldiers-will-serve-corporal-moving-sergeant.html + U.S. Army Specialist Rank + + + + + + + + + U.S. Army Specialist Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Junior Non-Commissioned Officer who has some U.S. Army Staff Sergeant Rank and is the bearer of some U.S. Army Staff Sergeant Role. + U.S. Army Staff Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + A U.S. Army Non-Commissioned Officer Rank that is directly above the U.S. Army Sergeant Rank and directly below the U.S. Army Sergeant First Class Rank, and which signifies that the rank holder bears an Authority Role that primarily involves leadership of a squad of 8 to 16 Soldiers. + https://en.wikipedia.org/wiki/Staff_sergeant#U.S._Army + https://www.federalpay.org/military/army/staff-sergeant + A U.S. Army Staff Sergeant often has one or more U.S. Army Sergeants that work under their direct leadership. + +A U.S. Army Staff Sergeant may also serve as a Platoon Sergeant in the absence of a U.S. Army Sergeant First Class. + U.S. Army Staff Sergeant Rank + + + + + + + + + A U.S. Army Non-Commissioned Officer Role that inheres in an Agent in virtue of that Agent holding the U.S. Army Staff Sergeant Rank, and which the Agent typically realizes by leading a squad of 8 to 16 Soldiers, developing and training those Soldiers in Military Occupational Specialty skills and unit missions, while enforcing standards. + https://www.army.mil/ranks/ + A U.S. Army Staff Sergeant often has one or more U.S. Army Sergeants under their leadership, the latter leading the individual teams which compose squad. The Staff Sergeant is in charge of training and developing not only the Junior Enlisted Soldiers in their squad, but the subordinate Sergeants as well. + U.S. Army Staff Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Armed Forces Warrant Officer who is a member of the U.S. Army, has some U.S. Army Warrant Officer Rank, and is the bearer of some U.S. Army Warrant Officer Role. + U.S. Army Warrant Officer + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer who has some U.S. Army Warrant Officer 1 Rank and is the bearer of some U.S. Army Warrant Officer 1 Role. + U.S. Army Warrant Officer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Army Warrant Officer Rank that is directly above the Sergeant Major of the Army Rank and directly below the U.S. Army Chief Warrant Officer 2 Rank, and which signifies that the rank holder is a tactically and technically focused officer, serving at the team through battalion levels, whose primary role is to develop proficiency in the operation and maintenance of systems linked directly to their AOC or MOS, and subsequently integrate their systems with other branch systems. + Paragraph 3-9: https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN31964-PAM_600-3-001-WEB-3.pdf + https://www.army.mil/ranks/#chief-warrant-officer-ranks-title + https://www.federalpay.org/military/army/warrant-officer-1 + U.S. Army Warrant Officer 1 Rank + Company Grade Rank + + + + + + + + + U.S. Army Warrant Officer 1 Role + + + + + + + + + A U.S. Armed Forces Warrant Officer Rank that is held by some U.S. Army soldier, is appointed either by warrant from the Secretary of the Army, or by commission from the President of the United States, and which signifies that the rank holder is a technical expert, combat leader, trainer, and advisor who administers, manages, maintains, operates, and integrates Army systems and equipment across unified land operations. + Paragraph 3-9, https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN31964-PAM_600-3-001-WEB-3.pdf + U.S. Army Warrant Officer Rank + + + + + + + + + U.S. Army Warrant Officer Role + + + + + + + + + + + + + + + U.S. Assistant Commandant of the Marine Corps Role + + + + + + + + + + + + + + + + + + + + + Bearers of this role hold the rank of Navy Admiral + U.S. Chief of Naval Operations Role + + + + + + + + + + + + + + + + + + + + + U.S. Chief of Staff of the Air Force Role + + + + + + + + + + + + + + + + + + + + + U.S. Chief of Staff of the Army Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Guard Admiral Rank and is the bearer of some U.S. Coast Guard Admiral Role. + U.S. Coast Guard Admiral + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Admiral Rank. + U.S. Coast Guard Admiral Rank Insignia + + + + + + + + + U.S. Coast Guard Admiral Role + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman who is the bearer of a U.S. Coast Guard Airman Role. + U.S. Coast Guard Airman + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman Apprentice who is the bearer of a U.S. Coast Guard Airman Apprentice Role. + U.S. Coast Guard Airman Apprentice + + + + + + + + + At the same rank level as seaman apprentice + U.S. Coast Guard Airman Apprentice Rank + true + + + + + + + + + U.S. Coast Guard Airman Apprentice Role + + + + + + + + + U.S. Coast Guard Airman Rank + true + + + + + + + + + U.S. Coast Guard Airman Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Guard Captain Rank and is the bearer of some U.S. Coast Guard Captain Role. + U.S. Coast Guard Captain + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Captain Rank + Senior Officer Rank / Midgrade + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Captain Rank. + U.S. Coast Guard Captain Rank Insignia + + + + + + + + + U.S. Coast Guard Captain Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Senior Non-Commissioned Officer who has some U.S. Coast Guard Chief Petty Officer Rank and is the bearer of some U.S. Coast Guard Chief Petty Officer Role. + U.S. Coast Guard Chief Petty Officer + + + + + + + + + U.S. Coast Guard Chief Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Chief Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Warrant Officer who has some U.S. Coast Guard Chief Warrant Officer 2 Rank and is the bearer of some U.S. Coast Guard Chief Warrant Officer 2 Role. + U.S. Coast Guard Chief Warrant Officer 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Chief Warrant Officer 2 Rank + Junior Grade + + + + + + + + + U.S. Coast Guard Chief Warrant Officer 2 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Warrant Officer who has some U.S. Coast Guard Chief Warrant Officer 3 Rank and is the bearer of some U.S. Coast Guard Chief Warrant Officer 3 Role. + U.S. Coast Guard Chief Warrant Officer 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Chief Warrant Officer 3 Rank + Junior Grade + + + + + + + + + U.S. Coast Guard Chief Warrant Officer 3 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Warrant Officer who has some U.S. Coast Guard Chief Warrant Officer 4 Rank and is the bearer of some U.S. Coast Guard Chief Warrant Officer 4 Role. + U.S. Coast Guard Chief Warrant Officer 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Chief Warrant Officer 4 Rank + Junior Grade + + + + + + + + + U.S. Coast Guard Chief Warrant Officer 4 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Senior Non-Commissioned Officer who has some U.S. Coast Guard Command Master Chief Petty Officer Rank and is the bearer of some U.S. Coast Guard Command Master Chief Petty Officer Role. + U.S. Coast Guard Command Master Chief Petty Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + U.S. Coast Guard Command Master Chief Petty Officer Rank + + + + + + + + + U.S. Coast Guard Command Master Chief Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Guard Commander Rank and is the bearer of some U.S. Coast Guard Commander Role. + U.S. Coast Guard Commander + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commander Rank + Senior Officer Rank / Midgrade + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Commander Rank. + U.S. Coast Guard Commander Rank Insignia + + + + + + + + + U.S. Coast Guard Commander Role + + + + + + + + + + + + + + + + + + + + + + + A Commissioned Officer who is a member of the United States Coast Guard, has some U.S. Coast Guard Commissioned Officer Rank, and is the bearer of some U.S. Coast Guard Commissioned Officer Role. + U.S. Coast Guard Commissioned Officer + + + + + + + + + http://wwww.ontologylibrary.mil/CommonCore/Mid/MilitaryRanksOntology + U.S. Coast Guard Commissioned Officer Rank + + + + + + + + + A Commissioned Officer Role which inheres in an Agent in virtue of that Agent holding some U.S. Coast Guard Commissioned Officer Rank, and which primarily involves the command of some U.S. Coast Guard unit. + U.S. Coast Guard Commissioned Officer Role + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman who is the bearer of a U.S. Coast Guard Constructionman Role. + U.S. Coast Guard Constructionman + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman Apprentice who is the bearer of a U.S. Coast Guard Constructionman Apprentice Role. + U.S. Coast Guard Constructionman Apprentice + + + + + + + + + U.S. Coast Guard Constructionman Apprentice Role + + + + + + + + + U.S. Coast Guard Constructionman Role + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman who is the bearer of a U.S. Coast Guard Seaman Deck and Administrative Role. + U.S. Coast Guard Deck and Administrative Seaman + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman Apprentice who is the bearer of a U.S. Coast Guard Seaman Apprentice Deck and Administrative Role. + U.S. Coast Guard Deck and Administrative Seaman Apprentice + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Guard Ensign Rank and is the bearer of some U.S. Coast Guard Ensign Role. + U.S. Coast Guard Ensign + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Ensign Rank. + U.S. Coast Guard Ensign Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Ensign Rank + Junior Officer / Junior Grade + + + + + + + + + U.S. Coast Guard Ensign Role + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman who is the bearer of a U.S. Coast Guard Fireman Role. + U.S. Coast Guard Fireman + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman Apprentice who is the bearer of a U.S. Coast Guard Fireman Apprentice Role. + U.S. Coast Guard Fireman Apprentice + + + + + + + + + U.S. Coast Guard Fireman Apprentice Rank + true + + + + + + + + + U.S. Coast Guard Fireman Apprentice Role + + + + + + + + + U.S. Coast Guard Fireman Rank + true + + + + + + + + + U.S. Coast Guard Fireman Role + + + + + + + + + U.S. Coast Guard Flag Officer Rank + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman who is the bearer of a U.S. Coast Guard Hospitalman Role. + U.S. Coast Guard Hospitalman + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Seaman Apprentice who is the bearer of a U.S. Coast Guard Hospitalman Apprentice Role. + U.S. Coast Guard Hospitalman Apprentice + + + + + + + + + U.S. Coast Guard Hospitalman Apprentice Role + + + + + + + + + U.S. Coast Guard Hospitalman Role + + + + + + + + + A Junior Enlisted Rank that is junior to the U.S. Coast Guard Non-Commissioned Officer Ranks, and specifies a position within the U.S. Coast Guard that includes certain duties and responsibilites but lacks an Authority Role. + U.S. Coast Guard Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + A Junior Enlisted Sailor that is a member of the U.S. Coast Guard, has some U.S. Coast Guard Junior Enlisted Rank, and is the bearer of some U.S. Coast Guard Junior Enlisted Sailor Role. + U.S. Coast Guard Junior Enlisted Sailor + + + + + + + + + U.S. Coast Guard Junior Enlisted Sailor Role + + + + + + + + + U.S. Coast Guard Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Guard Lieutenant Rank and is the bearer of some U.S. Coast Guard Lieutenant Role. + U.S. Coast Guard Lieutenant + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Guard Lieutenant Commander Rank and is the bearer of some U.S. Coast Guard Lieutenant Commander Role. + U.S. Coast Guard Lieutenant Commander + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Lieutenant Commander Rank. + U.S. Coast Guard Lieutenant Commander Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Lieutenant Commander Rank + Junior Officer Rank / Junior Grade + + + + + + + + + U.S. Coast Guard Lieutenant Commander Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Guard Lieutenant Junior Grade Rank and is the bearer of some U.S. Coast Guard Lieutenant Junior Grade Role. + U.S. Coast Guard Lieutenant Junior Grade + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Lieutenant Junior Grade Rank. + U.S. Coast Guard Lieutenant Junior Grade Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Lieutenant Junior Grade Rank + Junior Officer / Junior Grade + + + + + + + + + U.S. Coast Guard Lieutenant Junior Grade Role + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Lieutenant Rank. + U.S. Coast Guard Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Lieutenant Rank + Junior Officer Rank / Junior Grade + + + + + + + + + U.S. Coast Guard Lieutenant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Senior Non-Commissioned Officer who has some U.S. Coast Guard Master Chief Petty Officer Rank and is the bearer of some U.S. Coast Guard Master Chief Petty Officer Role. + U.S. Coast Guard Master Chief Petty Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + U.S. Coast Guard Master Chief Petty Officer Rank + + + + + + + + + U.S. Coast Guard Master Chief Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + A Non-Commissioned Officer who is a member of the U.S. Coast Guard. + U.S. Coast Guard Non-Commissioned Officer + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Rank + + + + + + + + + U.S. Coast Guard Non-Commissioned Officer Role + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Petty Officer + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Petty Officer who has some U.S. Coast Guard Petty Officer First Class Rank and is the bearer of some U.S. Coast Guard Petty Officer First Class Role. + U.S. Coast Guard Petty Officer First Class + + + + + + + + + U.S. Coast Guard Petty Officer First Class Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Petty Officer First Class Rank + + + + + + + + + U.S. Coast Guard Petty Officer Rank + + + + + + + + + U.S. Coast Guard Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Petty Officer who has some U.S. Coast Guard Petty Officer Second Class Rank and is the bearer of some U.S. Coast Guard Petty Officer Second Class Role. + U.S. Coast Guard Petty Officer Second Class + + + + + + + + + U.S. Coast Guard Petty Officer Second Class Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Petty Officer Second Class Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Petty Officer who has some U.S. Coast Guard Petty Officer Third Class Rank and is the bearer of some U.S. Coast Guard Petty Officer Third Class Role. + U.S. Coast Guard Petty Officer Third Class + + + + + + + + + U.S. Coast Guard Petty Officer Third Class Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I assert that this class is one rank higher than the U.S. Army Specialist Rank because: + +Petty Officer Third Class Rank is the equivalent of the U.S. Army Corporal Rank, and the latter is one rank directly above the Specialist Rank. + U.S. Coast Guard Petty Officer Third Class Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Gaurd Rear Admiral Upper Half Rank and is the bearer of some U.S. Coast Guard Rear Admiral Upper Half Role. + U.S. Coast Guard Rear Admiral + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Gaurd Rear Admiral Lower Half Rank and is the bearer of some U.S. Coast Guard Rear Admiral Lower Half Role. + U.S. Coast Guard Rear Admiral Lower Half + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Rear Admiral Lower Half Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Rear Admiral Lower Half Rank. + U.S. Coast Guard Rear Admiral Lower Half Rank Insignia + + + + + + + + + U.S. Coast Guard Rear Admiral Lower Half Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Rear Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Rear Admiral Rank. + U.S. Coast Guard Rear Admiral Rank Insignia + + + + + + + + + U.S. Coast Guard Rear Admiral Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Junior Sailor who has some U.S. Coast Guard Seaman Rank and is the bearer of some U.S. Coast Guard Seaman Role. + U.S. Coast Guard Seaman + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Junior Enlisted Sailor who has some U.S. Coast Guard Seaman Apprentice Rank and is the bearer of some U.S. Coast Guard Seaman Apprentice Role. + U.S. Coast Guard Seaman Apprentice + + + + + + + + + U.S. Coast Guard Seaman Apprentice Deck and Administrative Role + + + + + + + + + U.S. Coast Guard Seaman Apprentice Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Seaman Apprentice Rank + + + + + + + + + U.S. Coast Guard Seaman Deck and Administrative Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Junior Enlisted Sailor who has some U.S. Coast Guard Seaman Recruit Rank and is the bearer of some U.S. Coast Guard Seaman Recruit Role. + U.S. Coast Guard Seaman Recruit + + + + + + + + + Sailors bearing this role are in the process of undergoing an 8 week basic training course. + U.S. Coast Guard Seaman Recruit Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This rank has a rank insignia, whereas the equivalent navy rank has no rank insignia. + Unlike in the case of the Navy equivalent, U.S. Navy Seaman Recruit Rank, all members of the Coast Guard holding this rank are referred to by the title of "Seaman Recruit", regardless of the occupational field in which they are apprenticing. See comment for U.S. Navy Seaman Recruit Rank. + U.S. Coast Guard Seaman Recruit Rank + + + + + + + + + U.S. Coast Guard Seaman Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Seaman Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Senior Non-Commissioned Officer who has some U.S. Coast Guard Senior Chief Petty Officer Rank and is the bearer of some U.S. Coast Guard Senior Chief Petty Officer Role. + U.S. Coast Guard Senior Chief Petty Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Is two ranks above U.S. Army Sergeant First Class Rank. See the rdfs:comment for that class. + +Is two ranks above U.S. Army Gunnery Sergeant Rank. See the rdfs:comment for that class. + U.S. Coast Guard Senior Chief Petty Officer Rank + + + + + + + + + U.S. Coast Guard Senior Chief Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Senior Non-Commissioned Officer + + + + + + + + + U.S. Coast Guard Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Coast Guard Commissioned Officer who has some U.S. Coast Guard Vice Admiral Rank and is the bearer of some U.S. Coast Guard Vice Admiral Role. + U.S. Coast Guard Vice Admiral + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Commissioned Officer Rank Insignia that bears some U.S. Coast Guard Vice Admiral Rank. + U.S. Coast Guard Vice Admiral Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Coast Guard Vice Admiral Rank + Flag Officer Rank + + + + + + + + + U.S. Coast Guard Vice Admiral Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Armed Forces Warrant Officer who is a member of the U.S. Coast Guard, has some U.S. Coast Guard Warrant Officer Rank, and is the bearer of some U.S. Coast Guard Warrant Officer Role. + U.S. Coast Guard Warrant Officer + + + + + + + + + The lack of a U.S. Coast Guard W-1 warrant officer rank and W-5 Chief Warrant Officer 5 rank are not ommissions. These are not ranks currently used in the coast guard. + +There is a provision for the latter rank, but it is not currently in use. + U.S. Coast Guard Warrant Officer Rank + + + + + + + + + U.S. Coast Guard Warrant Officer Role + + + + + + + + + + + + + + + + + + + + + U.S. Commandant of the Marine Corps Role + + + + + + + + + Generally these are referred to as 'Officer' pay grade codes. This is because 'officer' "when used without further detail, [...] almost always refers to only commissioned officers" [https://en.wikipedia.org/wiki/Officer_(armed_forces)] + +But for the purposes of the ontology, we use 'Commissioned Officer' in the label to avoid any confusion. + U.S. Commissioned Officer Pay Grade + + + + + + + + + An Authority Role inhering in some Agent in virtue of that Agent holding an office within one of the Military Departments that are part of the U.S. Department of Defense. + U.S. Department of Defense Authority Role + + + + + + + + + An Authority Role inhering in some Agent in virtue of that Agent holding an office within the U.S. Department of the Air Force. + U.S. Department of the Air Force Authority Role + + + + + + + + + An Authority Role inhering in an Agent in virtue that Agent holding an office in the U.S. Department of the Navy. + U.S. Department of the Navy Authority Role + + + + + + + + + U.S. Enlisted Personnel Pay Grade + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps Brigadier General Rank and is the bearer of some U.S. Marine Corps Brigadier General Role. + U.S. Marine Corps Brigadier General + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Brigadier General Rank. + U.S. Marine Corps Brigadier General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps Colonel Rank and directly below the U.S. Marine Corps Major General Rank, and which signifies that the rank holder bears an Authority Role that typically involves the role of either brigade commander or division executive officer. + https://www.federalpay.org/military/marine-corps/brigadier-general + U.S. Marine Corps Brigadier General Rank + General Officer Rank + + + + + + + + + U.S. Marine Corps Brigadier General Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps Captain Rank and is the bearer of some U.S. Marine Corps Captain Role. + U.S. Marine Corps Captain + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Captain Rank. + U.S. Marine Corps Captain Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps First Lieutenant Rank and directly below the U.S. Marine Corps Major Rank, and which signifies that: i) the rank holder bears an Authority Role that typically involves the role of staff officer in either a U.S. Marine Corps battalion or aviation squadron, a U.S. Marine Corps Aircraft Group regiment, or a Marine Expeditionary Brigade or a Marine Expeditionary Unit: ii) that the rank holder may, if qualified, serve as a commander of a U.S. Marine Corps company, battery, or of various other types of detachments. + https://en.wikipedia.org/wiki/Captain_(United_States_O-3) + https://www.federalpay.org/military/marine-corps/captain + U.S. Marine Corps Captain Rank + Company Grade Rank + + + + + + + + + U.S. Marine Corps Captain Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Warrant Officer who has some U.S. Marine Corps Chief Warrant Officer 2 Rank and is the bearer of some U.S. Marine Corps Chief Warrant Officer 2 Role. + U.S. Marine Corps Chief Warrant Officer 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + requires vetting + A U.S. Marine Corps Warrant Officer Rank that is directly above the U.S. Marine Corps Warrant Officer 1 Rank and directly below the U.S. Marine Corps Chief Warrant Officer 3 Rank, and which signifies that holders of the rank are intermediate level experts in both the technical and tactical aspects of leading in their Marine Corps MOS's, and that they typically serve in leadership roles at the battalion level. + https://www.military-ranks.org/marine-corps/chief-warrant-officer-2 + U.S. Marine Corps Chief Warrant Officer 2 Rank + Company Grade Rank + + + + + + + + + U.S. Marine Corps Chief Warrant Officer 2 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Warrant Officer who has some U.S. Marine Corps Chief Warrant Officer 3 Rank and is the bearer of some U.S. Marine Corps Chief Warrant Officer 3 Role. + U.S. Marine Corps Chief Warrant Officer 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + requires further research +requires vetting + A U.S. Marine Corps Warrant Officer Rank that is directly above the U.S. Marine Corps Chief Warrant Officer 2 Rank and directly below the U.S. Marine Corps Chief Warrant Officer 4 Rank, and which signifies that holders of the rank are advanced level experts in both the technical and tactical aspects of leading in their Marine Corps MOS's, and that they typically support operations at the teams through bridage levels. + https://www.military-ranks.org/marine-corps/chief-warrant-officer-3 + U.S. Marine Corps Chief Warrant Officer 3 Rank + Field Grade Rank + + + + + + + + + U.S. Marine Corps Chief Warrant Officer 3 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Warrant Officer who has some U.S. Marine Corps Chief Warrant Officer 4 Rank and is the bearer of some U.S. Marine Corps Chief Warrant Officer 4 Role. + U.S. Marine Corps Chief Warrant Officer 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + requires further research +requires vetting + https://en.wikipedia.org/wiki/Echelon_above_corps + A U.S. Marine Corps Warrant Officer Rank that is directly above the U.S. Marine Corps Chief Warrant Officer 3 Rank and directly below the U.S. Marine Corps Chief Warrant Officer 4 Rank, and which signifies that holders of the rank are senior level experts in both the technical and tactical aspects of leading in their Marine Corps MOS's, and that they typically support operations at the battalion through corps levels and echelons above corps operations. + https://www.military-ranks.org/marine-corps/chief-warrant-officer-4 + U.S. Marine Corps Chief Warrant Officer 4 Rank + Field Grade Rank + + + + + + + + + U.S. Marine Corps Chief Warrant Officer 4 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Warrant Officer who has some U.S. Marine Corps Chief Warrant Officer 5 Rank and is the bearer of some U.S. Marine Corps Chief Warrant Officer 5 Role. + U.S. Marine Corps Chief Warrant Officer 5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + requires further research +requires vetting + See: https://en.wikipedia.org/wiki/Echelon_above_corps + A U.S. Marine Corps Warrant Officer Rank that is directly above the U.S. Marine Corps Chief Warrant Officer 4 Rank and directly below the U.S. Marine Corps Second Lieutenant Rank, and which signifies that holders of the rank holder are master level experts of both the technical and tactical aspects of leading in their Marine Corps MOS's, and that they typically support operations at the battalion through corps levels and echelons above corps operations, including major operations. + https://www.military-ranks.org/marine-corps/chief-warrant-officer-5 + U.S. Marine Corps Chief Warrant Officer 5 Rank + Senior Field Grade Rank + + + + + + + + + U.S. Marine Corps Chief Warrant Officer 5 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps Colonel Rank and is the bearer of some U.S. Marine Corps Colonel Role. + U.S. Marine Corps Colonel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps Colonel Rank and directly below the U.S. Marine Corps Brigadier General Rank, and which signifies that the rank holder bears an Authority Role, typically involving service either as a U.S. Marine Corps regiment commander, brigade executive officer, or division staff member. + https://www.defense.gov/Experience/Military-Units/Marine-Corps/#units + https://www.federalpay.org/military/marine-corps/colonel + U.S. Marine Corps Colonel Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Colonel Rank. + U.S. Marine Corps Colonel Rank Insignia + + + + + + + + + U.S. Marine Corps Colonel Role + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer + + + + + + + + + http://wwww.ontologylibrary.mil/CommonCore/Mid/MilitaryRanksOntology + U.S. Marine Corps Commissioned Officer Rank + + + + + + + + + A Commissioned Officer Role which inheres in an Agent in virtue of that Agent holding some U.S. Marine Corps Commissioned Officer Rank, and which primarily involves the command of some U.S. Marine Corps unit. + U.S. Marine Corps Commissioned Officer Role + + + + + + + + + U.S. Marine Corps Company Grade Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Junior Non-Commissioned Officer who has some U.S. Marine Corps Corporal Rank and is the bearer of some U.S. Marine Corps Corporal Role. + U.S. Marine Corps Corporal + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This comment was from 7/27/21: This gets tricky. From what I have read, technically the U.S. Army and Marine Corps Corporal Ranks, which are both NCO ranks, are equivalent in rank to U.S. Air Force Senior Airman Rank, U.S. Navy/Coast Guard Petty Officer Third Class Ranks, and U.S. Space Force Specialist 4 Rank. + +Notice though that of their equivalents, only the Navy and Coast Guard ranks are NCOs. + +Thus, it is my understanding that since the corporals are NCO's, and the Senior Airmen and Specialist 4's are not NCO's, the corporals would outrank the latter in any joint operation between services. Thus one can outrank an officer of equivalent rank in some cases. And so we have to be careful in how we define the relationship of 'outranking'. + +At least, this is my non-expert analysis of the situation (based on the fact that NCO's outrank non-NCO's). Will need to consult further with an expert on this matter. + +Update as 7/29/21: + +I am fairly sure that the articles where I read that the Senior Airman Rank is equivalent in RANK to the E-4 paygrade Navy and Coast Guard NCO ranks were simply conflating paygrade equivalency with rank equivalency. + +The following official document from the U.S. Army has a table that clearly shows the Army and Marine Corps Corporal ranks and the Navy and Coast Guard to all be equivalents, while Army Specialist and Senior Airman are shown to be equivalents a rank below, with no corresponding non-officer equivalents in the Navy, Coast Guard and Marines Corps. + +https://www.armyresilience.army.mil/ard/images/pdf/Policy/600-20%20Army%20Command%20Policy.pdf + A JNCO Marine Corps Corporal Rank that is directly above the U.S. Marine Corps Lance Corporal Rank and directly below the U.S. Marine Corps Sergeant Rank, and which signifies that the rank holder bears an Authority Role that typically involves either the command of a three man fire team (or weapons crew of similar size) or the command of a squad. + https://en.wikipedia.org/wiki/Corporal + https://www.defense.gov/Experience/Military-Units/Marine-Corps/#units + https://www.federalpay.org/military/marine-corps/corporal + U.S. Marine Corps Corporals may command squads of varying sizes. Squad sizes vary depending upon the weapon system employed by the squad: + +"In the United States Marine Corps, a rifle squad is usually composed of three fireteams of four Marines each and a squad leader who is typically a sergeant or corporal, Other types of USMC infantry squads include: machinegun (7.62mm), heavy machinegun (12.7 mm (.50 cal.) and 40mm), LWCMS mortar (60-mm), 81-mm mortar, assault weapon (SMAW), antiarmor (Javelin missile), and anti-tank (TOW missile). These squads range from as few as three Marines (60mm LWCM squad) to as many as eight (Javelin Missile squad), depending upon the weapon system with which the squad is equipped." [https://en.wikipedia.org/wiki/Squad] + U.S. Marine Corps Corporal Rank + + + + + + + + + U.S. Marine Corps Corporal role + + + + + + + + + An Enlisted Professional Military Education Requirement for Promotion in Military Rank that requires some U.S. Marine Corps enlisted marine to complete some Enlisted Professional Military Education Course, as a condition for promotion to some U.S. Marine Corps Rank. + U.S. Marine Corps Enlisted Professional Military Education Requirement + + + + + + + + + U.S. Marine Corps Field Grade Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps First Lieutenant Rank and is the bearer of some U.S. Marine Corps First Lieutenant Role. + U.S. Marine Corps First Lieutenant + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps First Lieutenant Rank. + U.S. Marine Corps First Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps Second Lieutenant Rank and directly below the U.S. Marine Corps Captain Rank, and which signifies that the rank holder bears an Authority Role, either continuing in their service as a Platoon Commander, or serving as a Company Executive Officer. + https://www.federalpay.org/military/marine-corps/first-lieutenant + U.S. Marine Corps First Lieutenant Rank + Company Grade Rank + + + + + + + + + U.S. Marine Corps First Lieutenant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Staff Non-Commissioned Officer who has some U.S. Marine Corps First Sergeant Rank and is the bearer of some U.S. Marine Corps First Sergeant Role. + U.S. Marine Corps First Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Staff NCO + A Marine Corps First Sergeant Rank that is directly above the U.S. Marine Corps Master Sergeant Rank and directly below the U.S. Marine Corps Master Gunnery Sergeant Rank, and which signifies that the rank holder serves in a leadership role at the company level as the senior enlisted adviser to the Company Commander, either a U.S. Marine Corps Captain or Major. + https://www.federalpay.org/military/marine-corps/first-sergeant + https://www.military.com/marine-corps/enlisted-ranks.html + U.S. Marine Corps First Sergeant Rank + + + + + + + + + U.S. Marine Corps First Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps General Rank and is the bearer of some U.S. Marine Corps General Role. + U.S. Marine Corps General + + + + + + + + + U.S. Marine Corps General Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps General Rank. + U.S. Marine Corps General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps Lieutenant General Rank, and which signifies that: i) the rank holder bears an Authority Role involving either the highest Marine Corp commands, or service as a Combatant Commander; ii) the rank holder may, if qualified, serve in the Assistant Commandant of the Marine Corps Role or the Commandant of the Marine Corps Role, or serve as a member of the U.S. Department of Defense Joint Chiefs of Staff. + U.S. Marine Corps General Rank + General Officer Rank + + + + + + + + + U.S. Marine Corps General Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Staff Non-Commissioned Officer who has some U.S. Marine Corps Gunnery Sergeant Rank and is the bearer of some U.S. Marine Corps Gunnery Sergeant Role. + U.S. Marine Corps Gunnery Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Is two ranks below: + +U.S. Air Force Senior Master Sergeant, U.S. Space Force Senior Master Sergeant, U.S. Coast Guard Senior Chief Petty Officer and U.S. Navy Chief Petty Officer. Call this Group A. + +The ranks in Group A are each directly above the rank in their respective services that is equivalent in rank to U.S. Marine Corps Gunnery Sergeant. + +But U.S. Marine Corps Gunnery Sergeant is also one rank directly below the U.S. Marine Corps Master Sergeant Rank, which has no equivalent rank in the U.S. Air Force, Space Force, Navy and Coast Guard. In this case, U.S. Marine Corps Gunnery Sergeant is two ranks below U.S. Marine Corps First Sergeant, which is the U.S. Marine Corps rank that is equivalent in rank to the ranks in Group A. It is for this reason that we say that U.S. Marine Corps Gunnery Sergeant is two ranks below those ranks. + A Marine Corps Gunnery Sergeant Rank that is directly above the U.S. Marine Corps Staff Sergeant Rank and directly below the U.S. Marine Corps Master Sergeant Rank, and which signifies that a holder of the rank typically holds some leadership role at the company or battery level, serving either as the operations chief alongside the unit's executive officer, or, in combat, as a tactical adviser to the commanding officer (typically a captain), but may also serve as section leaders or platoon sergeants. + https://en.wikipedia.org/wiki/Gunnery_sergeant + https://www.federalpay.org/military/marine-corps/gunnery-sergeant + U.S. Marine Corps Gunnery Sergeants serving as platoon sergeants have basically the same duties as staff sergeants serving in the role, but they have the added responsibility of supervising the lower ranked staff sergeants leading the sections of the platoon. + U.S. Marine Corps Gunnery Sergeant Rank + + + + + + + + + U.S. Marine Corps Gunnery Sergeant Role + + + + + + + + + U.S. Marine Corps Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corp Non-Commissioned Officer who has one of the U.S. Marine Corps Non-Commissioned Officer Ranks with a U.S. uniformed services grade of E-4 or E-5. + U.S. Marine Corps Junior Non-Commissioned Officer + + + + + + + + + + + + + + + + + + + + + + + A Junior Enlisted U.S. Marine who has some U.S. Marine Corps Lance Corporal Rank and is the bearer of some U.S. Marine Corps Lance Corporal Role. + U.S. Marine Corps Lance Corporal + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Junior Enlisted Rank Insignia that bears some U.S. Marine Corps Lance Corporal Rank. + U.S. Marine Corps Lance Corporal Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Officially, within the enlisted ranks, supervisory roles are prescribed for those marines that hold an NCO rank. Thus, the Table of Orginization and Equipment prescribes the role of fire team leader to U.S. Marine Corps Corporals. In practice though, the role of fire team leader is often held by U.S. Marine Corps Lance Corporals. [https://en.wikipedia.org/wiki/Corporal] + A U.S. Marine Corps Junior Enlisted Rank that is directly above the U.S. Marine Corps Private First Class Rank and directly below the U.S. Marine Corps Corporal Rank, and which signifies that the rank holder's job is to continue to apply the technical skills developed during their enlisted service, and to learn and develop leadership skills in preparation for advancement to the U.S. Marine Corps Corporal Rank. + https://www.federalpay.org/military/marine-corps/lance-corporal + https://www.military.com/marine-corps/enlisted-ranks.html + U.S. Marine Corps Lance Corporal Rank + + + + + + + + + U.S. Marine Corps Lance Corporal Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps Lieutenant Colonel Rank and is the bearer of some U.S. Marine Corps Lieutenant Colonel Role. + U.S. Marine Corps Lieutenant Colonel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps Major Rank and directly below the U.S. Marine Corps Colonel Rank, and which signifies that the rank holder bears an Authority Role, typically involving service as either a U.S. Marine Corps battalion commander, regiment executive officer, or brigade staff officer. + https://www.defense.gov/Experience/Military-Units/Marine-Corps/#units + https://www.federalpay.org/military/marine-corps/lieutenant-colonel + U.S. Marine Corps Lieutenant Colonel Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Lieutenant Colonel Rank. + U.S. Marine Corps Lieutenant Colonel Rank Insignia + + + + + + + + + U.S. Marine Corps Lieutenant Colonel Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps Lieutenant General Rank and is the bearer of some U.S. Marine Corps Lieutenant General Role. + U.S. Marine Corps Lieutenant General + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Lieutenant General Rank. + U.S. Marine Corps Lieutenant General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps Major General Rank and directly below the U.S. Marine Corps General Rank, and which signifies that the rank holder bears an Authority Role that typically involves either the highest U.S. Marine Corps commands, or service as a deputy combatant commander. + https://www.federalpay.org/military/marine-corps/lieutenant-general + U.S. Marine Corps Lieutenant General Rank + + + + + + + + + U.S. Marine Corps Lieutenant General Role + + + + + + + + + A Military Occupational Specialty Requirement for Promotion in Military Rank that requires some U.S. marine to maintain fully qualified status in their career progression military occupational specialty. + U.S. Marine Corps MOS Requirement for Promotion in Military Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps Major Rank and is the bearer of some U.S. Marine Corps Major Role. + U.S. Marine Corps Major + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps Major General Rank and is the bearer of some U.S. Marine Corps Major General Role. + U.S. Marine Corps Major General + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Major General Rank. + U.S. Marine Corps Major General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps Brigadier General Rank and directly below the U.S. Marine Corps Lieutenant General Rank, and which signifies that the rank holder bears an Authority Role that typically involves the role of either division commander, or staff officer at a combatant command. + https://www.defense.gov/Experience/Military-Units/Marine-Corps/#units + https://www.federalpay.org/military/marine-corps/major-general + U.S. Marine Corps Major General Rank + + + + + + + + + U.S. Marine Corps Major General Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps Captain Rank and directly below the U.S. Marine Corps Lieutenant Colonel Rank, and which signifies that the rank holder bears an Authority Role that typically involves the role of either battalion executive officer, weapons company commander, or regiment or brigade staff member. + https://www.federalpay.org/military/marine-corps/major + U.S. Marine Corps Major Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Major Rank. + U.S. Marine Corps Major Rank Insignia + + + + + + + + + U.S. Marine Corps Major Role + + + + + + + + + + + + + + + + + + + + + + + A Marine Corps Master Gunnery Sergeant who has some U.S. Marine Corps Master Gunnery Sergeant Rank and is the bearer of some U.S. Marine Corps Master Gunnery Sergeant Role. + U.S. Marine Corps Master Gunnery Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Staff NCO + A U.S. Marine Corps Non-Commissioned Officer Rank that is directly above the U.S. Marine Corps First Sergeant Rank and directly below the U.S. Marine Corps Sergeant Major Rank, and which signifies that rank holders serve as technical managers at the battalion through forces levels, advising the unit commander on the readiness of their units with respect to equipment and programs. + https://www.federalpay.org/military/marine-corps/master-gunnery-sergeant + U.S. Marine Corps Master Gunnery Sergeant Rank + + + + + + + + + U.S. Marine Corps Master Gunnery Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Staff Non-Commissioned Officer who has some U.S. Marine Corps Master Sergeant Rank and is the bearer of some U.S. Marine Corps Master Sergeant Role. + U.S. Marine Corps Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Staff NCO + A U.S. Marine Corps Non-Commissioned Officer Rank that is directly above the U.S. Marine Corps Gunnery Sergeant Rank and directly below the U.S. Marine Corps First Sergeant Rank, and which signifies: i) that the rank holder is a technical expert in their assigned MOS; ii) that the rank holder typically serves in either a battalion, regiment, or brigade level staff as a technical adviser to the U.S. Marine Corps Major or Lieutenant Colonel commanding the unit. + https://www.federalpay.org/military/marine-corps/master-sergeant + https://www.military.com/marine-corps/enlisted-ranks.html + U.S. Marine Corps Master Sergeant Rank + + + + + + + + + U.S. Marine Corps Master Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A Non-Commissioned Officer who is a member of the U.S. Marine Corps. + U.S. Marine Corps Non-Commissioned Officer + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Rank + + + + + + + + + U.S. Marine Corps Non-Commissioned Officer Role + + + + + + + + + + + + + + + + + + + + + + + A Junior Enlisted U.S. Marine who has some U.S. Marine Corps Private First Class Rank and is the bearer of some U.S. Marine Corps Private First Class Role. + U.S. Marine Corps Private First Class + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Junior Enlisted Rank Insignia that bears some U.S. Marine Corps Private First Class Rank. + U.S. Marine Corps Private First Class Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Junior Enlisted Rank that is directly above the U.S. Marine Corps Private Rank and directly below the U.S. Marine Corps Lance Corporal Rank, and which signifies that the rank holder's job is to follow the orders of higher-ranking supervisors, while applying the technical skills learned at the U.S. Marine Corps Private Rank and continuing to learn and develop new skills. + https://www.federalpay.org/military/marine-corps/private-first-class + https://www.military.com/marine-corps/enlisted-ranks.html + U.S. Marine Corps Private First Class Rank + + + + + + + + + U.S. Marine Corps Private First Class Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "After Recruit Training, all Privates attend a School of Infantry (SOI) and learn how to be a Rifleman. Marines with Infantry MOSs go to an Infantry Training Battalion, and all others go to Marine Combat Training and then another school for their MOS. After that, the Private will finally report to their first unit." [https://www.federalpay.org/military/marine-corps/private] + Has no insignia + Unlike the equivalent rank in the U.S. Army, the U.S. Marine Corps Private Rank is not given upon initial enlistment. Whereas in the U.S. Army new recruits hold the private rank during Basic Combat Training, new recruits in the Marine Corps only earn the rank of private upon completion of U.S. Marine Corps Recruit Training. + PVT + A U.S. Marine Corps Junior Enlisted Rank that is the lowest rank in the U.S. Marine Corps, directly below the U.S. Marine Corps Private First Class Rank, and which signifies that the rank holder's job is to follow the orders of higher-ranking supervisors and to learn new technical skills (including training in their military occupational specialty). + https://www.federalpay.org/military/marine-corps/private + https://www.military.com/marine-corps/enlisted-ranks.html + U.S. Marine Corps Private Rank + + + + + + + + + U.S. Marine Corps Private Role + + + + + + + + + Completion of U.S. Marine Corps Recruit Training is required before U.S. Marine Corps recruits are given the U.S. Marine Corps Private Rank. + A Military Recruit Training Requirement that requires some U.S. Marine Corps recruit to complete U.S. Marine Corps Recruit Training. + U.S. Marine Corps Recruit Training Requirement + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer who has some U.S. Marine Corps Second Lieutenant Rank and is the bearer of some U.S. Marine Corps Second Lieutenant Role. + U.S. Marine Corps Second Lieutenant + + + + + + + + + + + + + + + + + + + U.S. Marine Corps Commissioned Officer Rank Insignia that bears some U.S. Marine Corps Second Lieutenant Rank. + U.S. Marine Corps Second Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Commissioned Officer Rank that is directly above the U.S. Marine Corps Chief Warrant Officer 5 Rank and directly below the U.S. Marine Corps First Lieutenant Rank, and which signifies that the rank holder is either: i) attending The Basic School (TBS) for all-around combat training, or, upon completion of TBS and the assignment of their Military Occupational Specialty (MOS), is recieving schooling in their MOS; or ii) serving as a platoon commander, having completed their time in rank as a student. + https://www.federalpay.org/military/marine-corps/second-lieutenant + U.S. Marine Corps Second Lieutenant Rank + Company Grade Rank + + + + + + + + + U.S. Marine Corps Second Lieutenant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Junior Non-Commissioned Officer who has some U.S. Marine Corps Sergeant Rank and is the bearer of some U.S. Marine Corps Sergeant Role. + U.S. Marine Corps Sergeant + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Staff Non-Commissioned Officer who has some U.S. Marine Corps Sergeant Major Rank and is the bearer of some U.S. Marine Corps Sergeant Major Role. + U.S. Marine Corps Sergeant Major + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Staff NCO + A Marine Corps Sergeant Rank Major that is directly above the U.S. Marine Corps Master Gunnery Sergeant Rank and directly below the Sergeant Major of the Marine Corps Rank, and which signifies that rank holders serve as personnel managers at the battalion through forces levels, advising the unit commander on the readiness of their units with respect to personnel. + https://www.federalpay.org/military/marine-corps/sergeant-major + U.S. Marine Corps Sergeant Major Rank + + + + + + + + + U.S. Marine Corps Sergeant Major Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + A U.S. Marine Corps Non-Commissioned Officer Rank directly above the U.S. Marine Corps Corporal Rank and directly below the U.S. Marine Corps Staff Sergeant Rank, which signifies that rank holders typically serve as Squad Commanders, and sometimes as Platoon Sergeants in charge of 3-5 squads. + https://www.defense.gov/Experience/Military-Units/Marine-Corps/#units + https://www.federalpay.org/military/marine-corps/sergeant + U.S. Marine Corps Sergeant Rank + + + + + + + + + U.S. Marine Corps Sergeant role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Non-Commissioned Officer who has one of the U.S. Marine Corps Non-Commissioned Officer Ranks with a U.S. uniformed services grade of E-6, E-7, E-8, or E-9. + U.S. Marine Corps Staff Non-Commissioned Officer + + + + + + + + + U.S. Marine Corps Staff Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Marine Corps Staff Non-Commissioned Officer who has some U.S. Marine Corps Staff Sergeant Rank and is the bearer of some U.S. Marine Corps Staff Sergeant Role. + U.S. Marine Corps Staff Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Staff NCO + A Marine Corps Staff Sergeant Rank that is directly above the U.S. Marine Corps Sergeant Rank and directly below the U.S. Marine Corps Gunnery Sergeant Rank, and which signifies that holders of the rank typically serve as U.S. Marine Corps platoon sergeants or section leaders, but may also serve in military staff sections, in a Headquarters and Service Company at the battalion, regiment or division levels, or in a Headquarters Battery at the squadron, group, or wing levels. + https://en.wikipedia.org/wiki/Staff_sergeant#U.S._Marine_Corps + https://www.federalpay.org/military/marine-corps/staff-sergeant + There are a variety of different types of platoons and sections in which U.S. Marine Corps Staff Sergeants may serve: + +"Staff sergeants in infantry, and light armored reconnaissance units typically serve in the billet of platoon sergeant of a 42-member rifle platoon, an 18-member scout sniper platoon (infantry battalion H&S company S-2 section) or a 24-member light armored reconnaissance platoon. In reconnaissance battalions, staff sergeants usually serve as squad/team leaders of a 6-member reconnaissance team. When serving as a platoon sergeant, they are the senior tactical advisor to the platoon commander (an officer) and the second-in-command of the platoon. + +Staff sergeants also serve as a section leaders in weapons platoons (the platoon sergeant being a gunnery sergeant in weapons platoons) leading from 8–27 Marines in a crew-served weapons section (i.e., machine guns, mortars, assault weapons/rockets, and anti-tank missiles). In artillery batteries staff sergeants serve as either the local security chief/platoon sergeant of a firing battery's 94-member firing platoon or as section chief of a 10-member artillery section (viz., gun crew). In tank and assault amphibian units, they serve as section leaders in charge of 8 Marines manning two tanks or 9 Marines manning three AAVs, respectively, under a gunnery sergeant serving as platoon sergeant. When there is a shortage of gunnery sergeants, they may be assigned to a billet of platoon sergeant or company/battery gunnery sergeant, and in the event of a shortage of officers may be temporarily billeted as a platoon commander." +https://en.wikipedia.org/wiki/Staff_sergeant#U.S._Marine_Corps + U.S. Marine Corps Staff Sergeant Rank + + + + + + + + + U.S. Marine Corps Staff Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Armed Forces Warrant Officer who is a member of the U.S. Marine Corps, has some U.S. Marine Corps Warrant Officer Rank, and is the bearer of some U.S. Marine Corps Warrant Officer Role. + U.S. Marine Corps Warrant Officer + + + + + + + + + + + + + + + + + + + + + + + We are aware that the U.S. Marine Corps does not officially append the number 1 to the title borne by soldiers of the W-1 warrant officer grade (which differs from the practice of the other services). + +It was necessary to use the label 'Warrant Officer 1' in order to distinguish this class from its parent class. + A U.S. Marine Corps Warrant Officer who has some U.S. Marine Corps Warrant Officer 1 Rank and is the bearer of some U.S. Marine Corps Warrant Officer 1 Role. + U.S. Marine Corps Warrant Officer 1 + + + + + + + + + U.S. Marine Corps Warrant Officer 1 Role + + + + + + + + + A U.S. Armed Forces Warrant Officer Rank that is held by some U.S. Marine Corps Marine, is appointed either by warrant from the Secretary of the Navy, or by commission from the President of the United States, and which signifies that the rank holder is a specialist in their technical field who provides leadership and training to the Marines in their military occupational specialty. + https://www.marines.mil/Ranks.aspx + U.S. Marine Corps Warrant Officer Rank + + + + + + + + + U.S. Marine Corps Warrant Officer Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + requires further review + We are aware that the U.S. Marine Corps does not officially append the number 1 to their term for the W-1 warrant officer grade (which differs from the practice of the other services). + +It was necessary to use the label 'Warrant Officer 1 Rank' in order to distinguish this class from its parent class. + A U.S. Marine Corps Warrant Officer Rank that is directly above the Sergeant Major of the Marine Corps Rank and directly below the U.S. Marine Corps Chief Warrant Officer 2 Rank, and which signifies that the rank holder is both proficient at leading and in their Marine Corps MOS. + U.S. Marine Corps Warrant Officer 1 Rank + Company Grade Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Admiral Rank and is the bearer of some U.S. Navy Admiral Role. + U.S. Navy Admiral + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Flag Officer Rank that is directly above the U.S. Navy Vice Admiral Rank and is directly below the U.S. Navy Fleet Admiral Rank, and which signifies that rank holders typically serve as a Commanding Officer of a Regional (Geographic) Commands, and may also serve in the U.S. Vice Chief of Naval Operations Role, the U.S. Chief of Naval Operations Role, or as Chairman of the Joint Chiefs of Staff. + https://www.military.com/navy/officer-ranks.html + https://www.quora.com/What-sort-of-responsibilities-are-various-Navy-ranks-usually-associated-with + U.S. Navy Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Admiral Rank. + U.S. Navy Admiral Rank Insignia + + + + + + + + + U.S. Navy Admiral Role + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman who is the bearer of some U.S. Navy Airman Role. + This class represents those Sailors who have the U.S. Navy Seaman Rank and are specializing in the field of aviation. + U.S. Navy Airman + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Apprentice who is the bearer of a U.S. Navy Airman Apprentice Role. + U.S. Navy Airman Apprentice + + + + + + + + + U.S. Navy Airman Apprentice Rank + true + + + + + + + + + U.S. Navy Airman Apprentice Role + + + + + + + + + U.S. Navy Airman Rank + true + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Recruit who is the bearer of some U.S. Navy Airman Recruit Role. + This class represents those Sailors who have the U.S. Navy Seaman Recruit Rank and who are new recruits in in the field of aviation. + U.S. Navy Airman Recruit + + + + + + + + + This rank has no rank insignia + U.S. Navy Airman Recruit Rank + true + + + + + + + + + U.S. Navy Airman Recruit Role + + + + + + + + + U.S. Navy Airman Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Senior Commissioned Officer Rank that is directly above the U.S. Navy Commander Rank and directly below the U.S. Navy Rear Admiral Lower Half Rank, and which signifies that rank holders typically serve as Commanding Officers of major commands, or as Commanding Officers of SEAL Groups. + https://www.military.com/navy/officer-ranks.html + https://www.quora.com/What-sort-of-responsibilities-are-various-Navy-ranks-usually-associated-with + Examples of major commands include: Aircraft Carriers, Amphibious Assault Ships, Cruisers, Destroyer Squadrons, Carrier Air Wings, Ballistic-Missile Submarines, and Submarine Squadrons, and major shore installations, such as supply depots and training centers. + U.S. Navy Captain Rank + Senior Officer Rank / Midgrade + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Captain Rank. + U.S. Navy Captain Rank Insignia + + + + + + + + + U.S. Navy Captain Role + + + + + + + + + U.S. Navy Chief-level Petty Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Senior Non-Commissioned Officer who has some U.S. Navy Chief Petty Officer Rank and is the bearer of some U.S. Navy Chief Petty Officer Role. + U.S. Navy Chief Petty Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + A U.S. Navy Non-Commissioned Officer Rank that is directly above the U.S. Navy Petty Officer First Class Rank and directly below the U.S. Navy Senior Chief Petty Officer Rank, and which signifies that the rank holder is a technical authority, expert, and supervisor within their U.S. Navy Rating (job specialty) who typically serves as the Division Chief of a U.S. Navy shipboard division. + See page 3: +https://www.mynavyhr.navy.mil/Portals/55/Reference/NEOCS/Vol1/04-Introduction_Chg%2082_Apr%2020.pdf?ver=szLKR2-8OimD6H0rg94gyA%3D%3D + https://www.federalpay.org/military/navy/chief-petty-officer + U.S. Navy Chief Petty Officer Rank + + + + + + + + + U.S. Navy Chief Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Warrant Officer who has some U.S. Navy Chief Warrant Officer 2 Rank and is the bearer of some U.S. Navy Chief Warrant Officer 2 Role. + U.S. Navy Chief Warrant Officer 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Chief Warrant Officer 2 Rank + Junior Grade + + + + + + + + + U.S. Navy Chief Warrant Officer 2 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Warrant Officer who has some U.S. Navy Chief Warrant Officer 3 Rank and is the bearer of some U.S. Navy Chief Warrant Officer 3 Role. + U.S. Navy Chief Warrant Officer 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Chief Warrant Officer 3 Rank + Junior Grade + + + + + + + + + U.S. Navy Chief Warrant Officer 3 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Warrant Officer who has some U.S. Navy Chief Warrant Officer 4 Rank and is the bearer of some U.S. Navy Chief Warrant Officer 4 Role. + U.S. Navy Chief Warrant Officer 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Chief Warrant Officer 4 Rank + Junior Grade + + + + + + + + + U.S. Navy Chief Warrant Officer 4 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Warrant Officer who has some U.S. Navy Chief Warrant Officer 5 Rank and is the bearer of some U.S. Navy Chief Warrant Officer 5 Role. + U.S. Navy Chief Warrant Officer 5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Chief Warrant Officer 5 Rank + ??? + + + + + + + + + U.S. Navy Chief Warrant Officer 5 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Senior Non-Commissioned Officer who has some U.S. Navy Command Master Chief Petty Officer Rank and is the bearer of some U.S. Navy Command Master Chief Petty Officer Role. + U.S. Navy Command Master Chief Petty Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + This is a special type of rank. + +serves as a Senior enlisted advisor. + U.S. Navy Command Master Chief Petty Officer Rank + + + + + + + + + U.S. Navy Command Master Chief Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Commader Rank and is the bearer of some U.S. Navy Commander Role. + U.S. Navy Commander + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The definition for this term requires further review. + Terms from the CCO Watercraft ontology may be able to be imported corresponding to terms in the definition? + U.S. Navy Senior Commissioned Officer Rank that is directly above the U.S. Navy Lieutenant Commander Rank and is directly below the U.S. Navy Captain Rank, and which signifies that rank holders typically serve as Commanding Officers of smaller ships, submarines, and shore installations, or as Commanding Officers of SEAL Teams. + https://www.military.com/navy/officer-ranks.html + https://www.quora.com/What-sort-of-responsibilities-are-various-Navy-ranks-usually-associated-with + Examples of smaller vessels and commands to which Commanders are assigned the position of Commanding Offier: Frigate, Destroyer, Fast Attack Submarine, Smaller Amphibious Ship, Aviation Squadron, SEAL Team. + U.S. Navy Commander Rank + Senior Officer Rank / Midgrade + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Commander Rank. + U.S. Navy Commander Rank Insignia + + + + + + + + + U.S. Navy Commander Role + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer + + + + + + + + + http://wwww.ontologylibrary.mil/CommonCore/Mid/MilitaryRanksOntology + U.S. Navy Commissioned Officer Rank + + + + + + + + + U.S. Navy Commissioned Officer Role + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman who is the bearer of a U.S. Navy Constructionman Role. + This class represents those Sailors who hold the U.S. Navy Seaman Rank and who are specializing in the naval construction battalion, the Seabees. + U.S. Navy Constructionman + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Apprentice who is the bearer of a U.S. Navy Constructionman Apprentice Role. + U.S. Navy Constructionman Apprentice + + + + + + + + + U.S. Navy Constructionman Apprentice Rank + true + + + + + + + + + U.S. Navy Constructionman Apprentice Role + + + + + + + + + U.S. Navy Constructionman Rank + true + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Recruit who is the bearer of a U.S. Navy Constructionman Recruit Role. + This class represents those Sailors who hold the U.S. Navy Seaman Recruit Rank and who are new recruits in the naval construction battalion, the Seabees. + U.S. Navy Constructionman Recruit + + + + + + + + + U.S. Navy Constructionman Recruit Rank + true + + + + + + + + + U.S. Navy Constructionman Recruit Role + + + + + + + + + U.S. Navy Constructionman Role + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman who is the bearer of U.S. Navy Seaman Deck and Administrative Role. + This class refers to U.S. Navy Sailors who have the U.S. Navy Seaman Rank and who are apprenticing in the field of general-duty deck and administration. In the Navy, these sailors are actually referred to by the title of 'Seaman', whereas their counterparts in other apprenticeships have differing titles ('Fireman' for those apprenticing in the engineering and hull departments. The parent class 'U.S. Navy Seaman' is meant in a more generic sense to mean any sailor with the U.S. Navy Seaman Rank -- regardless of their specific apprenticeship field and role. + U.S. Navy Deck and Administrative Seaman + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Apprentice who is the bearer of a U.S. Navy Seaman Apprentice Deck and Administrative Role. + U.S. Navy Deck and Administrative Seaman Apprentice + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Recruit who is the bearer of a U.S. Navy Seaman Recruit Deck and Administrative Role. + This class represents those Sailors who hold the U.S. Navy Seaman Recruit Rank and who is a recruit apprenticing in the field of general-duty desk and administration. + U.S. Navy Deck and Administrative Seaman Recruit + + + + + + + + + A Military Education Requirement for Promotion in Military Rank that require a U.S. Navy Enlisted Sailor to complete some Navy leadership development courses as condition of advancement to some U.S. Navy Enlisted Rank of grade E-3 to E-9. + BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', paragraph 210 + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + U.S. Navy Enlisted Leadership Development Course Requirement + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Ensign Rank and is the bearer of some U.S. Navy Ensign Role. + U.S. Navy Ensign + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The definition for this term requires further review. + The rank is normally held for two years until promotion to the rank of Lieutenant Junior Grade. + U.S. Navy Junior Commissioned Officer Rank that is directly above the U.S. Navy Chief Warrant Officer 5 Rank and directly below the U.S. Navy Lieutenant Junior Grade Rank, and which signifies that rank holders are typically given the role of Naval Division Officer. + https://www.military.com/navy/officer-ranks.html + https://www.quora.com/What-sort-of-responsibilities-are-various-Navy-ranks-usually-associated-with + Although authorized to be serve as Division Officers, most Ensigns spend time in various schools training for their respective warfare or staff corp specialties. + +On larger commands, the job of Division Officer may go to a Lieutenant, with the lower ranks in charge of one or more shops. + U.S. Navy Ensign Rank + Junior Officer Rank / Junior Grade + + + + + + + + + U.S. Navy Ensign Role + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman who is the bearer of a U.S. Navy Fireman Role. + This class represents those Sailors who have the U.S. Navy Seaman Rank and are apprenticing in the hull and engineering departments. + U.S. Navy Fireman + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Apprentice who is the bearer of a U.S. Navy Fireman Apprentice Role. + U.S. Navy Fireman Apprentice + + + + + + + + + U.S. Navy Fireman Apprentice Rank + true + + + + + + + + + U.S. Navy Fireman Apprentice Role + + + + + + + + + U.S. Navy Fireman Rank + true + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Recruit who is the bearer of a U.S. Navy Fireman Recruit Role. + U.S. Navy Fireman Recruit + + + + + + + + + This rank has no rank insignia. + U.S. Navy Fireman Recruit Rank + true + + + + + + + + + U.S. Navy Fireman Recruit Role + + + + + + + + + U.S. Navy Fireman Role + + + + + + + + + U.S. Navy Flag Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Fleet Admiral Rank and is the bearer of some U.S. Navy Fleet Admiral Role. + U.S. Navy Fleet Admiral + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Fleet Admiral Rank + Flag Officer Rank + + + + + + + + + U.S. Navy Fleet Admiral Role + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman who is the bearer of a U.S. Navy Hospitalman Role. + This class represents those Sailors who hold the U.S. Navy Seaman Rank and who are apprenticing and specializing in the Navy's medical and hospital departments. + U.S. Navy Hospitalman + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Apprentice who is the bearer of a U.S. Navy Hospitalman Apprentice Role. + U.S. Navy Hospitalman Apprentice + + + + + + + + + U.S. Navy Hospitalman Apprentice Rank + true + + + + + + + + + U.S. Navy Hospitalman Apprentice Role + + + + + + + + + U.S. Navy Hospitalman Rank + true + + + + + + + + + + + + + + + + + + + A U.S. Navy Seaman Recruit who is the bearer of a U.S. Navy Hospitalman Recruit Role. + This class represents those Sailors who hold the U.S. Navy Seaman Recruit Rank and who are apprenticing as recruits in the Navy's medical and hospital departments. + U.S. Navy Hospitalman Recruit + + + + + + + + + U.S. Navy Hospitalman Recruit Rank + true + + + + + + + + + U.S. Navy Hospitalman Recruit Role + + + + + + + + + U.S. Navy Hospitalman Role + + + + + + + + + A Junior Enlisted Rank that is junior to the U.S. Navy Non-Commissioned Officer Ranks, and specifies a position within the U.S. Navy that includes certain duties and responsibilites but lacks an Authority Role. + U.S. Navy Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + A Junior Enlisted Sailor that is a member of the U.S. Navy, has some U.S. Navy Junior Enlisted Rank, and is the bearer of some U.S. Navy Junior Enlisted Sailor Role. + U.S. Navy Junior Enlisted Sailor + + + + + + + + + U.S. Navy Junior Enlisted Sailor Role + + + + + + + + + U.S. Navy Junior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Lieutenant Rank and is the bearer of some U.S. Navy Lieutenant Role. + U.S. Navy Lieutenant + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Lieutenant Commander Rank and is the bearer of some U.S. Navy Lieutenant Commander Role. + U.S. Navy Lieutenant Commander + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Lieutenant Commander Rank. + U.S. Navy Lieutenant Commander Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Junior Commissioned Officer Rank is directly above the U.S. Navy Lieutenant Rank and directly below the U.S. Navy Commander Rank, and which signifies that rank holders are typically given the role of Department Head or Executive Officer on a U.S. Navy ship, aircraft squadron, or submarine, or the role of Executive Officer on a SEAL team. + https://www.military.com/navy/officer-ranks.html + https://www.quora.com/What-sort-of-responsibilities-are-various-Navy-ranks-usually-associated-with + U.S. Navy Lieutenant Commander Rank + Junior Officer Rank / Junior Grade + + + + + + + + + U.S. Navy Lieutenant Commander Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Lieutenant Junior Grade Rank and is the bearer of some U.S. Navy Lieutenant Junior Grade Role. + U.S. Navy Lieutenant Junior Grade + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Lieutenant Junior Grade Rank. + U.S. Navy Lieutenant Junior Grade Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The definition for this term requires for further review. + U.S. Navy Junior Commissioned Officer Rank that is directly above the U.S. Navy Ensign Rank and directly below the U.S. Navy Lieutenant Rank, and which signifies that rank holders are typically given the role of Naval Division Officer. + https://www.military.com/navy/officer-ranks.html + https://www.quora.com/What-sort-of-responsibilities-are-various-Navy-ranks-usually-associated-with + Although authorized to be serve as Division Officers, some Lieutenenat Junior Grades still spend time in schools training for their respective warfare or staff corp specialties. + +On larger commands, the job of Division Officer may go to a Lieutenant, with the lower ranks in charge of one or more shops. + U.S. Navy Lieutenant Junior Grade Rank + Junior Officer Rank / Junior Grade + + + + + + + + + U.S. Navy Lieutenant Junior Grade Role + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Lieutenant Rank. + U.S. Navy Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The definition for this term requires further review. + A Division is a unit in the U.S. Navy. A collection of related Divisions fall under a Navy Department. + +Department Heads are responsible for a collection of related Divisions. + U.S. Navy Junior Commissioned Officer Rank that is directly above the U.S. Navy Lieutenant Junior Grade Rank and directly below the U.S. Navy Lieutenant Commander Rank, and which signifies that rank holders are typically given the role of Naval Department Head, but may also serve as a Naval Division Officer, or as a commander of a smaller vessel or unit. + https://www.military.com/navy/officer-ranks.html + https://www.quora.com/What-sort-of-responsibilities-are-various-Navy-ranks-usually-associated-with + U.S. Navy Lieutenant Rank + Junior Officer Rank / Junior Grade + + + + + + + + + U.S. Navy Lieutenant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Senior Non-Commissioned Officer who has some U.S. Navy Master Chief Petty Officer Rank and is the bearer of some U.S. Navy Master Chief Petty Officer Role. + U.S. Navy Master Chief Petty Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + A U.S. Navy Non-Commissioned Officer Rank that is directly above the U.S. Navy Senior Chief Petty Officer Rank and directly below the U.S. Navy Command Master Chief Petty Officer Rank, and which signifies that + U.S. Navy Master Chief Petty Officer Rank + + + + + + + + + U.S. Navy Master Chief Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + A Non-Commissioned Officer who is a member of the U.S. Navy. + U.S. Navy Non-Commissioned Officer + + + + + + + + + U.S. Navy Non-Commissioned Officer Rank + + + + + + + + + U.S. Navy Non-Commissioned Officer Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Non-Commissioned Officer who has some U.S. Navy Petty Officer Rank and is the bearer of some U.S. Navy Petty Officer Role. + U.S. Navy Petty Officer + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Petty Officer who has some U.S. Navy Petty Officer First Class Rank and is the bearer of some U.S. Navy Petty Officer First Class Role. + U.S. Navy Petty Officer First Class + + + + + + + + + U.S. Navy Petty Officer First Class Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Petty Officer Rank that is directly above the U.S. Navy Petty Officer Second Class Rank and directly below the U.S. Navy Chief Petty Officer Rank, and which signifies that the rank holder is a technician and work manager within their U.S. Navy Rating (job specialty) with a greater degree of skill responsibility and authority than a U.S. Navy Petty Officer Second Class, who typically serves as a Division Officer of a U.S. Navy shipboard division. + See page 3 of: https://www.mynavyhr.navy.mil/Portals/55/Reference/NEOCS/Vol1/04-Introduction_Chg%2082_Apr%2020.pdf?ver=szLKR2-8OimD6H0rg94gyA%3d%3d + https://en.wikipedia.org/wiki/Petty_officer_first_class + https://www.federalpay.org/military/navy/petty-officer-first-class + A U.S. Navy Petty Officer First Class has greater skill responsibilities in their rating than those of a U.S. Navy Petty Officer Second Class. + U.S. Navy Petty Officer First Class Rank + + + + + + + + + U.S. Navy Petty Officer Rank + + + + + + + + + U.S. Navy Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Petty Officer who has some U.S. Navy Petty Officer Second Class Rank and is the bearer of some U.S. Navy Petty Officer Second Class Role. + U.S. Navy Petty Officer Second Class + + + + + + + + + U.S. Navy Petty Officer Second Class Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Petty Officer Rank that is directly above the U.S. Navy Petty Officer Third Class Rank and directly below the U.S. Navy Petty Officer First Class Rank, and which signifies that the rank holder is a technician and work manager with greater skill responsibilities and authority within their U.S. Navy Rating (job specialty) than a Petty Officer Third Class, but less than a Petty Officer First Class, who typically leads shipboard work groups or watch sections of enlisted sailors (larger in size than those typically led by a Petty Officer Third Class). + See page 3: +https://www.mynavyhr.navy.mil/Portals/55/Reference/NEOCS/Vol1/04-Introduction_Chg%2082_Apr%2020.pdf?ver=szLKR2-8OimD6H0rg94gyA%3d%3d + https://www.military.com/navy/enlisted-rates.html#pettyofficer + U.S. Navy Petty Officer Second Class Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Petty Officer who has some U.S. Navy Petty Officer Third Class Rank and is the bearer of some U.S. Navy Petty Officer Third Class Role. + U.S. Navy Petty Officer Third Class + + + + + + + + + U.S. Navy Petty Officer Third Class Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I assert that this class is one rank higher than the U.S. Army Specialist Rank because: + +Petty Officer Third Class Rank is the equivalent of the U.S. Army Corporal Rank, and the latter is one rank directly above the Specialist Rank. + A U.S. Navy Petty Officer Rank that is directly above the U.S. Navy Seaman Rank and directly below the U.S. Navy Petty Officer Second Class Rank, and which signifies that the rank holder is a technician and work manager with skill responsibility and authority within their U.S. Navy Rating (job specialty), and typically leads a shipboard work group or watch section of junior enlisted sailors. + See page 3: +https://www.mynavyhr.navy.mil/Portals/55/Reference/NEOCS/Vol1/04-Introduction_Chg%2082_Apr%2020.pdf?ver=szLKR2-8OimD6H0rg94gyA%3d%3d + https://www.military.com/navy/enlisted-rates.html#pettyofficer + U.S. Navy Petty Officer Third Class Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Rear Admiral Rank and is the bearer of some U.S. Navy Rear Admiral Role. + U.S. Navy Rear Admiral + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Rear Admiral Lower Half Rank and is the bearer of some U.S. Navy Rear Admiral Lower Half Role. + U.S. Navy Rear Admiral Lower Half + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carrier Strike Group = "A standing naval task group consisting of a carrier, embarked air wing, surface combatants, and submarines as assigned in direct support, operating in mutual support with the task of destroying hostile submarine, surface, and air forces within the group’s assigned operational area and striking at targets along hostile shore lines or projecting power inland." (DOD Dictionary of Military and Associated Terms) + U.S. Navy Flag Officer Rank that is directly above the U.S. Navy Captain Rank and directly below the U.S. Navy Rear Admiral Rank, and which signifies that rank holders typically serve as Commanding Officers of Task Forces, Carrier Strike Groups, or Amphibious and Expeditionary Strike Groups, but may also serve as deputy commanders or larger commands. + https://www.federalpay.org/military/navy/rear-admiral-lower-half + https://www.military-ranks.org/navy/rear-admiral-lower-half + U.S. Navy Rear Admiral Lower Half Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Rear Admiral Lower Half Rank. + U.S. Navy Rear Admiral Lower Half Rank Insignia + + + + + + + + + U.S. Navy Rear Admiral Lower Half Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carrier Strike Group = "A standing naval task group consisting of a carrier, embarked air wing, surface combatants, and submarines as assigned in direct support, operating in mutual support with the task of destroying hostile submarine, surface, and air forces within the group’s assigned operational area and striking at targets along hostile shore lines or projecting power inland." (DOD Dictionary of Military and Associated Terms) + U.S. Navy Rear Admiral (Upper Half) Rank + U.S. Navy Flag Officer Rank that is directly above the U.S. Navy Rear Admiral Lower Half Rank and directly below the U.S. Navy Vice Admiral Rank, and which signifies that rank holders typically serve as Commanding Officers of Task Forces, Carrier Strike Groups, or Amphibious and Expeditionary Strike Groups, but may also serve as deputy commanders or larger commands. + https://www.military.com/navy/officer-ranks.html + https://www.quora.com/What-sort-of-responsibilities-are-various-Navy-ranks-usually-associated-with + U.S. Navy Rear Admiral Rank + Flag Officer Rank + + + + + + + + + U.S. Navy Rear Admiral Role + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Rear Admiral Rank. + U.S. Navy Rear Admiral Upper Half Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Junior Enlisted Sailor who has some U.S. Navy Seaman Rank and is the bearer of some U.S. Navy Seaman Role. + U.S. Navy Seaman + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Junior Enlisted Sailor who has some U.S. Navy Seaman Apprentice Rank and is the bearer of some U.S. Navy Seaman Apprentice Role. + U.S. Navy Seaman Apprentice + + + + + + + + + U.S. Navy Seaman Apprentice Deck and Administrative Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + All of the U.S. Navy Junior Enlisted ranks grades E-1 - E-3 are considered apprenticeship ranks. + +There are various types of apprenticeship to which a junior enlisted sailor may be assigned, indicating their eligibility for entry into a specific rating (occupational specialty). + +The official title by which a sailor is addressed depends upon the apprenticeship group to which they are assigned. + +Those apprenticing in the general deck and administrative field have the title of "Seaman Apprentice". + +Those apprenticing in the naval engineering and hull departments have the title of "Fireman Apprentice". + +Those apprenticing in the medical and hospital departments have the title of "Hospitalman Apprentice" + +Those apprenticing in the field of aviation have the title "Airman Apprentice". + +Those apprenticing in the field of naval construction have the title of "Constuctionman Apprentice". + +This of course raises an issue in labeling the corresponding class for persons holding the Seaman Apprentice Rank. While an E-2 sailor working in the aviation field has the rank of seaman apprentice, that sailor should fall (as an instance) under the defined class "U.S. Navy Airman Apprentice" whereas the sailor working in the deck and administrative field should fall under the defined class "U.S. Navy Seaman Apprentice." Of course, then we can't use that to label the class of all sailors holding the Seaman Apprentice Rank. + U.S. Navy Seaman Apprentice Rank + + + + + + + + + This class does NOT refer to that specific role borne by enlisted sailors of the Seaman Apprentice Rank whose occupational field is that of general deck and administrative duties. This is for the more generic role that is common to all the apprenticeships. + U.S. Navy Seaman Apprentice Role + + + + + + + + + U.S. Navy Seaman Deck and Administrative Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Junior Enlisted Sailor who has some U.S. Navy Seaman Recruit Rank and is the bearer of some U.S. Navy Seaman Recruit Role. + U.S. Navy Seaman Recruit + + + + + + + + + U.S. Navy Seaman Recruit Deck and Administrative Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + All of the U.S. Navy Junior Enlisted ranks grades E-1 - E-3 are considered apprenticeship ranks. + +There are various types of apprenticeship to which a junior enlisted sailor may be assigned, indicating their eligibility for entry into a specific rating (occupational specialty). + +The official title by which a sailor at the Seaman Recruit Rank is addressed depends upon the apprenticeship group to which they are assigned. + +Those apprenticing in the general deck and administrative field have the title of "Seaman Recruit". + +Those apprenticing in the naval engineering and hull departments have the title of "Fireman Recruit". + +Those apprenticing in the medical and hospital departments have the title of "Hospitalman Recruit" + +Those apprenticing in the field of aviation have the title "Airman Recruit". + +Those apprenticing in the field of naval construction have the title of "Constuctionman Recruit". + +This of course raises an issue in labeling the corresponding class for persons holding the Seaman Recruit Rank. While an E-1 sailor working in the aviation field has the rank of seaman recruit, that sailor should fall (as an instance) under the defined class "U.S. Navy Airman Recruit" whereas the sailor working in the deck and administrative field should fall under the defined class "U.S. Navy Seaman Recruit." Of course, then we can't use that to label the class of all sailors holding the Seaman Recruit Rank. + This rank has no rank insignia (whereas its coast guard equivalent rank does have a rank insignia). + U.S. Navy Seaman Recruit Rank + + + + + + + + + U.S. Navy Seaman Recruit Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + All of the U.S. Navy Junior Enlisted ranks grades E-1 - E-3 are considered apprenticeship ranks. + +There are various types of apprenticeship to which a junior enlisted sailor may be assigned, indicating their eligibility for entry into a specific rating (occupational specialty). + +The official title by which a sailor at the Seaman Rank is addressed depends upon the apprenticeship group to which they are assigned. + +Those apprenticing in the general deck and administrative field have the title of "Seaman". + +Those apprenticing in the naval engineering and hull departments have the title of "Fireman". + +Those apprenticing in the medical and hospital departments have the title of "Hospitalman" + +Those apprenticing in the field of aviation have the title "Airman". + +Those apprenticing in the field of naval construction have the title of "Constuctionman". + +This of course raises an issue in labeling the corresponding class for persons holding the Seaman Rank. While an E-1 sailor working in the aviation field has the rank of seaman recruit, that sailor should fall (as an instance) under the defined class "U.S. Navy Airman" whereas the sailor working in the deck and administrative field should fall under the defined class "U.S. Navy Seaman." Of course, then we can't use that to label the class of all sailors holding the Seaman Rank. + U.S. Navy Seaman Rank + + + + + + + + + U.S. Navy Seaman Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Senior Non-Commissioned Officer who has some U.S. Navy Senior Chief Petty Officer Rank and is the bearer of some U.S. Navy Senior Chief Petty Officer Role. + U.S. Navy Senior Chief Petty Officer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Is two ranks above U.S. Army Sergeant First Class Rank. See the rdfs:comment for that class. + +Is two ranks above U.S. Army Gunnery Sergeant Rank. See the rdfs:comment for that class. + A U.S. Navy Non-Commissioned Officer Rank that is directly above the U.S. Navy Chief Petty Officer Rank and directy below the U.S. Navy Master Chief Petty Officer Rank, and which signifies that the rank holder is a senior technical supervisor within their U.S. Navy rating (job specialty) whose primary responsibility is to supervise and train enlisted personnel oriented to system and subsystem maintenance, repair, and operation, and who typically serves as a Department Chief alongside the Department Head. + See page 3: +https://www.mynavyhr.navy.mil/Portals/55/Reference/NEOCS/Vol1/04-Introduction_Chg%2082_Apr%2020.pdf?ver=szLKR2-8OimD6H0rg94gyA%3D%3D + https://www.federalpay.org/military/navy/senior-chief-petty-officer + U.S. Navy Senior Chief Petty Officer Rank + + + + + + + + + U.S. Navy Senior Chief Petty Officer Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Senior Non-Commissioned Officer + + + + + + + + + U.S. Navy Senior Officer Rank + + + + + + + + + A Time in Rate Requirement for Promotion in Military Rank that requires some U.S. Navy Enlisted Sailor to complete some minimum temporal interval of work in their current rate as a condition for promotion to the next U.S. Navy rank. + U.S. Navy Time in Rate Requirement + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Vice Admiral Rank and is the bearer of some U.S. Navy Vice Admiral Role. + U.S. Navy Vice Admiral + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Flag Officer Rank that is directly above the U.S. Navy Rear Admiral Rank and directly below the U.S. Navy Admiral Rank, and which signifies that rank holders typically serve as a Commanding Officer of a U.S. Navy Numbered Fleet, or as a Deputy Commander of a Regional (Geographic) Combatant Command. + https://www.military.com/navy/officer-ranks.html + https://www.quora.com/What-sort-of-responsibilities-are-various-Navy-ranks-usually-associated-with + U.S. Navy Vice Admiral Rank + Flag Officer Rank + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Vice Admiral Rank. + U.S. Navy Vice Admiral Rank Insignia + + + + + + + + + U.S. Navy Vice Admiral Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Armed Forces Warrant Officer who is a member of the U.S. Navy, has some U.S. Navy Warrant Officer Rank, and is the bearer of some U.S. Navy Warrant Officer Role. + U.S. Navy Warrant Officer + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Warrant Officer who has some U.S. Navy Warrant Officer 1 Rank and is the bearer of some U.S. Navy Warrant Officer 1 Role. + U.S. Navy Warrant Officer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Navy Warrant Officer 1 Rank + ??? + + + + + + + + + U.S. Navy Warrant Officer 1 Role + + + + + + + + + U.S. Navy Warrant Officer Rank + + + + + + + + + U.S. Navy Warrant Officer Role + + + + + + + + + + + + + + + U.S. Secretary of Defense Role + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Secretary of the Air Force Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Secretary of the Navy Role + + + + + + + + + An Action Requirement for Promotion in Military Rank that requires the advice and consent of the U.S. Senate for the authorization of any promotion of a U.S. Army, Air Force, Marine Corps, or Navy Commissioned Officer to a military rank of Department of Defense grade O-4 or higher. + Modified from Title 10 USC, Subtitle A, Part II, Ch. 36, Subchapter II, §624(c): + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section624&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + This requirement applies to centralized promotions, involving promotion selection boards. It does not apply to battlefield promotions and Presidential promotions during times of war and emergency. It does apply to temporary brevet promotions, which are still centralized. + U.S. Senate Confirmation Requirement for Promotion in Military Rank + + + + + + + + + + + + + + + A U.S. Senate Confirmation Requirement for Promotion in Military Rank that requires the advice and consent of the U.S. Senate for the authorization of any promotion of a U.S. Army Colonel to the U.S. Army Brigadier General Rank. + U.S. Senate Confirmation Requirement for Promotion to U.S. Army Brigadier General Rank + + + + + + + + + + + + + + + A U.S. Senate Confirmation Requirement for Promotion in Military Rank that requires the advice and consent of the U.S. Senate for the authorization of any promotion of a U.S. Army Lieutenant Colonel to the U.S. Army Colonel Rank. + U.S. Senate Confirmation Requirement for Promotion to U.S. Army Colonel Rank + + + + + + + + + + + + + + + A U.S. Senate Confirmation Requirement for Promotion in Military Rank that requires the advice and consent of the U.S. Senate for the authorization of any promotion of a U.S. Army Major to the U.S. Army Lieutenant Colonel Rank. + U.S. Senate Confirmation Requirement for Promotion to U.S. Army Lieutenant Colonel Rank + + + + + + + + + + + + + + + A U.S. Senate Confirmation Requirement for Promotion in Military Rank that requires the advice and consent of the U.S. Senate for the authorization of any promotion of a U.S. Army Brigadier General to the U.S. Army Major General Rank. + U.S. Senate Confirmation Requirement for Promotion to U.S. Army Major General Rank + + + + + + + + + + + + + + + A U.S. Senate Confirmation Requirement for Promotion in Military Rank that requires the advice and consent of the U.S. Senate for the authorization of any promotion of a U.S. Army Captain to the U.S. Army Major Rank. + U.S. Senate Confirmation Requirement for Promotion to U.S. Army Major Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force Brigadier General Rank and is the bearer of some U.S. Space Force Brigadier General Role. + U.S. Space Force Brigadier General + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force Brigadier General Rank. + U.S. Space Force Brigadier General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Brigadier General Rank + General Officer Rank + + + + + + + + + U.S. Space Force Brigadier General Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force Captain Rank and is the bearer of some U.S. Space Force Captain Role. + U.S. Space Force Captain + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force Captain Rank. + U.S. Space Force Captain Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Captain Rank + Company Grade Rank + + + + + + + + + U.S. Space Force Captain Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Senior Non-Commissioned Officer who has some U.S. Space Force Chief Master Sergeant Rank and is the bearer of some U.S. Space Force Chief Master Sergeant Role. + U.S. Space Force Chief Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + "Chief Master Sergeants serve as managers and superintendents, advisors, enlisted force managers and provide senior enlisted leadership. Following selection, CMSgts are assigned Chief Enlisted Manager (CEM) codes and may fill any managerial-level position and perform all duties not prohibited by law or directive." https://www.military.com/space-force/enlisted-ranks.html + U.S. Space Force Chief Master Sergeant Rank + + + + + + + + + U.S. Space Force Chief Master Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force Colonel Rank and is the bearer of some U.S. Space Force Colonel Role. + U.S. Space Force Colonel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Colonel Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force Colonel Rank. + U.S. Space Force Colonel Rank Insignia + + + + + + + + + U.S. Space Force Colonel Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Senior Non-Commissioned Officer who has some U.S. Space Force Command Chief Master Sergeant Rank and is the bearer of some U.S. Space Force Command Chief Master Sergeant Role. + U.S. Space Force Command Chief Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + "Command Chief Master Sergeants serve as senior advisors to unit and base commanders. CMCs advise the Commander on all enlisted matters, including all issues affecting the command's mission and operations, and the readiness, training, utilization, morale, technical and professional development and quality of life of all enlisted members in the organization. Command Chiefs are the functional managers for all SNCOs in their entire command/organization." https://www.military.com/space-force/enlisted-ranks.html + U.S. Space Force Command Chief Master Sergeant Rank + + + + + + + + + U.S. Space Force Command Chief Master Sergeant Role + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer + + + + + + + + + http://wwww.ontologylibrary.mil/CommonCore/Mid/MilitaryRanksOntology + U.S. Space Force Commissioned Officer Rank + + + + + + + + + U.S. Space Force Commissioned Officer Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force Lieutenant Rank and is the bearer of some U.S. Space Force Lieutenant Role. + U.S. Space Force First Lieutenant + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force First Lieutenant Rank. + U.S. Space Force First Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force First Lieutenant Rank + Company Grade Rank + + + + + + + + + U.S. Space Force First Lieutenant Role + + + + + + + + + + + + + + + U.S. Space Force First Sergeant + + + + + + + + + This is a special duty, temporary rank. It is a rank that can be held: + +At the E-7 grade (which also has the U.S. Space Force Master Sergeant Rank). + +At the E-8 grade (which also has the U.S. Space Force Senior Master Sergeant Rank). + +At the E-9 grade (which also has the U.S. Space Force Chief Master Sergeant Rank and Command Chief Master Sergeant Rank). + +https://en.wikipedia.org/wiki/First_sergeant#United_States_Air_Force_and_United_States_Space_Force + U.S. Space Force First Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force General Rank and is the bearer of some U.S. Space Force General Role. + U.S. Space Force General + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force General Rank. + U.S. Space Force General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force General Rank + General Officer Rank + + + + + + + + + U.S. Space Force General Role + + + + + + + + + Need to determine if this procedure is still in effect: + +"As of 2020 new members of the Space Force are not pulled in from the most junior ranks in and just out of Air Force basic training. Instead, they are recruited from airmen in the Air Force's space systems operations (1C6) career field." + +https://www.military.com/space-force/enlisted-ranks.html + U.S. Space Force Junior Enlisted Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Junior Non-Commissioned Officer + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force Lieutenant Colonel Rank and is the bearer of some U.S. Space Force Lieutenant Colonel Role. + U.S. Space Force Lieutenant Colonel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Lieutenant Colonel Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force Lieutenant Colonel Rank. + U.S. Space Force Lieutenant Colonel Rank Insignia + + + + + + + + + U.S. Space Force Lieutenant Colonel Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force Lieutenant General Rank and is the bearer of some U.S. Space Force Lieutenant General Role. + U.S. Space Force Lieutenant General + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force Lieutenant General Rank. + U.S. Space Force Lieutenant General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Lieutenant General Rank + General Officer Rank + + + + + + + + + U.S. Space Force Lieutenant General Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force Major Rank and is the bearer of some U.S. Space Force Major Role. + U.S. Space Force Major + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force Major General Rank and is the bearer of some U.S. Space Force Major General Role. + U.S. Space Force Major General + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force Major General Rank. + U.S. Space Force Major General Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Major General Rank + General Officer Rank + + + + + + + + + U.S. Space Force Major General Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Major Rank + Field Grade Rank + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force Major Rank. + U.S. Space Force Major Rank Insignia + + + + + + + + + U.S. Space Force Major Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Senior Non-Commissioned Officer who has some U.S. Space Force Master Sergeant Rank and is the bearer of some U.S. Space Force Master Sergeant Role. + U.S. Space Force Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + "The Master Sergeant (MSgt) functions primarily as a craftsman while holding more advanced leadership positions. MSgts hold a 7-skill level. This rank carries significantly increased responsibilities and requires a broad technical and managerial perspective." https://www.military.com/space-force/enlisted-ranks.html + U.S. Space Force Master Sergeant Rank + + + + + + + + + U.S. Space Force Master Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + A Non-Commissioned Officer who is a member of the U.S. Space Force. + U.S. Space Force Non-Commissioned Officer + + + + + + + + + U.S. Space Force Non-Commissioned Officer Rank + + + + + + + + + U.S. Space Force Non-Commissioned Officer Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Commissioned Officer who has some U.S. Space Force Second Lieutenant Rank and is the bearer of some U.S. Space Force Second Lieutenant Role. + U.S. Space Force Second Lieutenant + + + + + + + + + + + + + + + + + + + U.S. Space Force Commissioned Officer Rank Insignia that bears some U.S. Space Force Second Lieutenant Rank. + U.S. Space Force Second Lieutenant Rank Insignia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Second Lieutenant Rank + Company Grade Rank + + + + + + + + + U.S. Space Force Second Lieutenant Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Senior Non-Commissioned Officer who has some U.S. Space Force Senior Master Sergeant Rank and is the bearer of some U.S. Space Force Senior Master Sergeant Role. + U.S. Space Force Senior Master Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Senior NCO + "The Senior Master Sergeant (SMSgt) are expected to perform as a superintendent or manager. Broad management skills are essential to exercising the responsibilities of the higher leadership positions in which SMSgts serve." https://www.military.com/space-force/enlisted-ranks.html + Is two ranks above U.S. Army Sergeant First Class Rank. See the rdfs:comment for that class. + +Is two ranks above U.S. Army Gunnery Sergeant Rank. See the rdfs:comment for that class. + U.S. Space Force Senior Master Sergeant Rank + + + + + + + + + U.S. Space Force Senior Master Sergeant Role + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U.S. Space Force Senior Non-Commissioned Officer + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Junior Non-Commissioned Officer who has some U.S. Space Force Sergeant Rank and is the bearer of some U.S. Space Force Sergeant Role. + U.S. Space Force Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + junior NCO + "The Sergeant (SSgt) is the first level of the Non-Commissioned Officer (NCO) ranks in the Space Force. The Sergeant is considered a craftsman with specific NCO supervisory responsibilities and may hold either a 5- (journeyman) or 7- (craftsman) skill level. Additionally the Sgt. must continuously strive to further their development as technicians and supervisors." https://www.military.com/space-force/enlisted-ranks.html + U.S. Space Force Sergeant Rank + + + + + + + + + U.S. Space Force Sergeant role + + + + + + + + + + + + + + + + + + + + + + + A Junior Enlisted Personnel who has some U.S. Space Force Junior Enlisted Rank and is the bearer of some U.S. Space Force Specialist Role. + U.S. Space Force Specialist + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Specialist who has some U.S. Space Force Specialist 1 Rank and is the bearer of some U.S. Space Force Specialist 1 Role. + U.S. Space Force Specialist 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "As of 2020, new members of the Space Force have attended and graduated from Air Force basic training as regular members of the Air Force. After ascending into the Space Force they are known as Specialist" + +https://www.military.com/space-force/enlisted-ranks.html + +So the rank is only acquired after graduation from Air Force basic training? + U.S. Space Force Specialist 1 Rank + + + + + + + + + U.S. Space Force Specialist 1 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Specialist who has some U.S. Space Force Specialist 2 Rank and is the bearer of some U.S. Space Force Specialist 2 Role. + U.S. Space Force Specialist 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "The rank of Specialist 2 brings with it the responsibility of adjusting to the way of military life, and becoming proficient in their Space Force occupational specialty. For Space Force, that means entering training for space systems operations (1C6) career field after graduation from Air Force basic training." + +https://www.military.com/space-force/enlisted-ranks.html + +This is confusing. It is Specialist 1's who have just graduated basic training. So the second sentence could imply that you enter training for 1C6 at Specialist 1. + U.S. Space Force Specialist 2 Rank + + + + + + + + + U.S. Space Force Specialist 2 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Specialist who has some U.S. Space Force Specialist 3 Rank and is the bearer of some U.S. Space Force Specialist 3 Role. + U.S. Space Force Specialist 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "Specialist 3 guardians are considered to be fully adjusted to Space Force and military life, and their duties focus on efficiently and effectively carrying out their assignments and honing their job skills." +https://www.military.com/space-force/enlisted-ranks.html + U.S. Space Force Specialist 3 Rank + + + + + + + + + U.S. Space Force Specialist 3 Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Specialist who has some U.S. Space Force Specialist 4 Rank and is the bearer of some U.S. Space Force Specialist 4 Role. + U.S. Space Force Specialist 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "The rank of Specialist 4 is a transition period from journeyman to Non-Commissioned Officer (NCO). Specialist 4 guardians in the Space Force and Senior Airmen in the Air Force are expected to conduct themselves in accordance with established standards, providing a positive influence and example for their subordinates and peers alike. Senior Airmen are to present the image of competence, integrity and pride." +https://www.military.com/space-force/enlisted-ranks.html + +Are the writers of this website just assuming that the description for Air Force E-4's is equally applicable to Space Force E-4's? Need to review these claims. + U.S. Space Force Specialist 4 Rank + + + + + + + + + U.S. Space Force Specialist 4 Role + + + + + + + + + U.S. Space Force Specialist Role + + + + + + + + + + + + + + + + + + + + + + + A U.S. Space Force Junior Non-Commissioned Officer who has some U.S. Space Force Technical Sergeant Rank and is the bearer of some U.S. Space Force Technical Sergeant Role. + U.S. Space Force Technical Sergeant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior NCO + "The Technical Sergeant (TSgt) is the second level of the Non-Commissioned Officer (NCO) ranks in the Space Force. Technical Sergeants are qualified to perform highly complex technical duties in addition to providing supervision. In addition, they're responsible for the career development of each subordinate under their supervision. + +It is the TSgt's responsibility to ensure that all enlisted personnel have the tools, training and support they need to achieve maximum performance and accomplish total mission effectiveness." + +https://www.military.com/space-force/enlisted-ranks.html + U.S. Space Force Technical Sergeant Rank + + + + + + + + + U.S. Space Force Technical Sergeant role + + + + + + + + + + + + + + + U.S. Under Secretary of the Air Force Role + + + + + + + + + + + + + + + U.S. Under Secretary of the Navy Role + + + + + + + + + U.S. Department of Defense Pay Grade + An Information Content Entity to which a Person is assigned, based on the grade or rank at which that Person is serving as a member of one of the United States Uniformed Services, and which is used to determine that Person's wages and benefits. + https://en.wikipedia.org/wiki/Uniformed_services_pay_grades_of_the_United_States + https://www.law.cornell.edu/uscode/text/37/201 + U.S. Uniformed Services Pay Grade + + + + + + + + + + + + + + + Bearers of this role hold the rank of Navy Admiral + U.S. Vice Chief of Naval Operations Role + + + + + + + + + + + + + + + U.S. Vice Chief of Staff of the Air Force Role + + + + + + + + + + + + + + + U.S. Vice Chief of Staff of the Army Role + + + + + + + + + U.S. Warrant Officer Pay Grade + + + + + + + + + Note here that 'airman' is used here as a general term for any member of the Air Force, and not for someone holding one of the E-1 to E-4 Airman ranks. All reference to those ranks, or the holder of those ranks, will involved capitalization, as in the labels for the corresponding classes. + An Enlisted Professional Military Education Requirement for Promotion in Military Rank that requires some U.S. Air Force enlisted airman to complete some Enlisted Professional Military Education Course, as a condition for promotion to some U.S. Air Force Rank. + U.S Air Force Enlisted Professional Military Education Requirement + + + + + + + + + + + + + + + + + + + + + + + A U.S. Navy Commissioned Officer who has some U.S. Navy Captain Rank and is the bearer of some U.S. Navy Captain Role. + U.S. Navy Captain + + + + + + + + + + + + + + + + + + + U.S. Navy Commissioned Officer Rank Insignia that bears some U.S. Navy Ensign Rank. + U.S. Navy Ensign Rank Insignia + + + + + + + + + Ukrainian Ground Forces Brigadier General Rank + + + + + + + + + Ukrainian Ground Forces Captain Rank + + + + + + + + + + + + + + + Ukrainian Ground Forces Chief Master Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Ukrainian Ground Forces Chief Sergeant Rank + + + + + + + + + Ukrainian Ground Forces Colonel Rank + + + + + + + + + Ukrainian Ground Forces Commissioned Officer Rank + + + + + + + + + Ukrainian Ground Forces Field Officer Rank + + + + + + + + + Ukrainian Ground Forces General Officer Rank + + + + + + + + + Ukrainian Ground Forces General Rank + + + + + + + + + Ukrainian Army Junior Enlisted Rank + Ukrainian Ground Forces Junior Enlisted Rank + + + + + + + + + Ukrainian Ground Forces Junior Lieutenant Rank + + + + + + + + + Ukrainian Ground Forces Junior Non-Commissioned Officer Rank + + + + + + + + + Ukrainian Ground Forces Junior Officer Rank + + + + + + + + + Molodshyi serzhant + Ukrainian Ground Forces Junior Sergeant Rank + + + + + + + + + Ukrainian Ground Forces Lieutenant Colonel Rank + + + + + + + + + Ukrainian Ground Forces Lieutenant General Rank + + + + + + + + + Ukrainian Ground Forces Lieutenant Rank + + + + + + + + + Ukrainian Ground Forces Major General Rank + + + + + + + + + Ukrainian Ground Forces Major Rank + + + + + + + + + + + + + + + + + + + + + Ukrainian Ground Forces Master Sergeant Rank + + + + + + + + + Ukrainian Army Non-Commissioned Officer Rank + Ukrainian Ground Forces Non-Commissioned Officer Rank + + + + + + + + + Ukrainian Ground Forces Recruit Rank + + + + + + + + + Ukrainian Ground Forces Senior Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Ukrainian Ground Forces Senior Master Sergeant Rank + + + + + + + + + Ukrainian Ground Forces Senior Non-Commissioned Officer Rank + + + + + + + + + + + + + + + + + + + + + Starshyi serzhant + Ukrainian Ground Forces Senior Sergeant Rank + + + + + + + + + + + + + + + + + + + + + Ukrainian Ground Forces Senior Soldier Rank + + + + + + + + + + + + + + + Serzhant + Ukrainian Ground Forces Sergeant Rank + + + + + + + + + + + + + + + Ukrainian Ground Forces Soldier Rank + + + + + + + + + + + + + + + + + + + + + Ukrainian Ground Forces Staff Sergeant Rank + + + + + + + + + Ukrainian Naval Infantry Brigadier General Rank + + + + + + + + + Ukrainian Naval Infantry Chief Master Sergeant Rank + + + + + + + + + Ukrainian Naval Infantry Chief Sergeant Rank + + + + + + + + + Ukrainian Naval Infantry Colonel Rank + + + + + + + + + Ukrainian Marine Corps Commissioned Officer Rank + Ukrainian Naval Infantry Commissioned Officer Rank + + + + + + + + + Ukrainian Naval Infantry General Officer Rank + + + + + + + + + Ukrainian Naval Infantry General Rank + + + + + + + + + Ukrainian Naval Infantry Junior Enlisted Rank + + + + + + + + + Ukrainian Naval Infantry Junior Non-Commissioned Officer Rank + + + + + + + + + Ukrainian Naval Infantry Junior Sergeant Rank + + + + + + + + + Ukrainian Naval Infantry Lieutenant Colonel Rank + + + + + + + + + Ukrainian Naval Infantry Lieutenant General Rank + + + + + + + + + Ukrainian Naval Infantry Major General Rank + + + + + + + + + Ukrainian Naval Infantry Major Rank + + + + + + + + + Ukrainian Naval Infantry Master Sergeant Rank + + + + + + + + + Ukrainian Naval Infantry Non-Commissioned Officer Rank + + + + + + + + + Ukrainian Naval Infantry Recruit Rank + + + + + + + + + Ukrainian Naval Infantry Senior Master Sergeant Rank + + + + + + + + + Ukrainian Naval Infantry Senior Non-Commissioned Officer Rank + + + + + + + + + Ukrainian Naval Infantry Senior Officer Rank + + + + + + + + + Ukrainian Naval Infantry Senior Sergeant Rank + + + + + + + + + Ukrainian Naval Infantry Senior Soldier Rank + + + + + + + + + Ukrainian Naval Infantry Sergeant Rank + + + + + + + + + Ukrainian Naval Infantry Soldier Rank + + + + + + + + + Ukrainian Naval Infantry Staff Sergeant Rank + + + + + + + + + Ukrainian Navy Admiral Rank + + + + + + + + + Ukrainian Navy Captain 1st Rank Rank + + + + + + + + + Ukrainian Navy Captain 2nd Rank Rank + + + + + + + + + Ukrainian Navy Captain 3rd Rank Rank + + + + + + + + + Ukrainian Navy Chief Master Starshina Rank + Ukrainian Navy Chief Master Petty Officer Rank + + + + + + + + + Holovnyy starshyna + Ukrainian Navy Chief Starshina Rank + Ukrainian Navy Chief Petty Officer Rank + + + + + + + + + Ukrainian Navy Commissioned Officer Rank + + + + + + + + + Ukrainian Navy Commodore Rank + + + + + + + + + Ukrainian Navy Flag Officer Rank + + + + + + + + + Ukrainian Navy Junior Enlisted Rank + + + + + + + + + Ukrainian Navy Junior Lieutenant Rank + + + + + + + + + Ukrainian Navy (Fleet Forces) Junior Non-Commissioned Officer Rank + + + + + + + + + Ukrainian Navy (Fleet Forces) Junior Officer Rank + + + + + + + + + Ukrainian Navy Lieutenant Captain Rank + + + + + + + + + Ukrainian Navy Lieutenant Rank + + + + + + + + + Ukrainian Navy Master Starshina Rank + Ukrainian Navy Master Chief Petty Officer Rank + + + + + + + + + https://en.wikipedia.org/wiki/Military_ranks_of_Ukraine + https://www.navalreview.ca/2021/06/naval-ranks-rcn-nato-and-allied-partners/ + Ukrainian Navy Non-Commissioned Officer Rank + + + + + + + + + Ukrainian Navy Rear Admiral Rank + + + + + + + + + Ukrainian Navy Sailor Rank + Ukrainian Navy Seaman Rank + + + + + + + + + Ukrainian Navy Senior Chief Starshina Rank + Ukrainian Navy Senior Chief Petty Officer Rank + + + + + + + + + Ukrainian Navy Senior Lieutenant Rank + + + + + + + + + Ukrainian Navy Senior Master Starshina Rank + Ukrainian Navy Senior Master Petty Officer Rank + + + + + + + + + Ukrainian Navy (Fleet Forces) Senior Officer Rank + + + + + + + + + Ukrainian Navy Senior Sailor Rank + Ukrainian Navy Senior Seaman Rank + + + + + + + + + Ukrainian Navy Staff Petty Officer Rank + Ukrainian Navy Staff Starshina Rank + + + + + + + + + Starshyna 1-oyi statti + Ukrainian Navy Starshina 1st Class Rank + Ukrainian Navy Petty Officer 1st Class Rank + + + + + + + + + Starshyna 2-oyi statti + Ukrainian Navy Starshina 2nd Class Rank + Ukrainian Navy Petty Officer 2nd Class Rank + + + + + + + + + Ukrainian Navy Vice Admiral Rank + + + + + + + + + + + + + + + U.S. Under Secretary of the Army Role + + + + + + + + + Variant Commissioned Officer Rank + + + + + + + + + Non-Commissioned Officer Rank which is a variation from the canonical signification of that rank. + Variant Non-Commissioned Officer Rank + + + + + + + + + 3 stars + Vice Admiral Rank + true + + + + + + + + + Vice Admiral Role + true + + + + + + + + + + + + + + + U.S. Vice Chief of Space Operations Role + + + + + + + + + W-1 + + + + + + + + + W-2 + + + + + + + + + W-3 + + + + + + + + + W-4 + + + + + + + + + W-5 + + + + + + + + + A Requirement for Promotion in Military Rank that requires some member of the U.S. Air Force to compete in the Weighted Airman Promotion System, including the completion of a Promotion Fitness Examination and a Specialty Knowledge Test. + WAPS Requirement for Promotion in U.S. Air Force Rank + + + + + + + + + + + + + + + WAPS Requirement for Promotion to U.S. Air Force Senior Master Sergeant Rank + + + + + + + + + A WAPS Requirement for Promotion in U.S. Air Force Rank that requires some U.S. Air Force Senior Airman to compete in the Weighted Airman Promotion System, as a condition for promotion to the U.S. Air Force Staff Sergeant Rank. + WAPS Requirement for Promotion to U.S. Air Force Staff Sergeant Rank + + + + + + + + + A WAPS Requirement for Promotion in U.S. Air Force Rank that requires some U.S. Air Force Staff Sergeant to compete in the Weighted Airman Promotion System, as a condition for promotion to the U.S. Air Force Technical Sergeant Rank. + WAPS Requirement for Promotion to U.S. Air Force Technical Sergeant Rank + + + + + + + + + A Warrant Officer NATO Rank Scale Code that is assigned to the most junior of the U.S. Armed Forces Warrant Officer Ranks, namely the U.S. Army Warrant Officer 1 Rank, the U.S. Marine Corps Warrant Officer 1 Rank, and the U.S. Navy Warrant Officer 4 Rank. + WO-1 + + + + + + + + + A Warrant Officer NATO Rank Scale Code that is assigned to the fourth highest of the U.S. Armed Forces Warrant Officer Ranks, namely the U.S. Army Chief Warrant Officer 2 Rank, the U.S. Marine Corps Chief Warrant Officer 2 Rank, the U.S. Navy Chief Warrant Officer 2 Rank, and the U.S. Coast Guard Chief Warrant Officer 2 Rank. + WO-2 + + + + + + + + + A Warrant Officer NATO Rank Scale Code that is assigned to the third highest of the U.S. Armed Forces Warrant Officer Ranks, namely the U.S. Army Chief Warrant Officer 3 Rank, the U.S. Marine Corps Chief Warrant Officer 3 Rank, the U.S. Navy Chief Warrant Officer 3 Rank, and the U.S. Coast Guard Chief Warrant Officer 3 Rank. + WO-3 + + + + + + + + + A Warrant Officer NATO Rank Scale Code that is assigned to the second highest of the U.S. Armed Forces Warrant Officer Ranks, namely the U.S. Army Chief Warrant Officer 4 Rank, the U.S. Marine Corps Chief Warrant Officer 4 Rank, the U.S. Navy Chief Warrant Officer 4 Rank, and the U.S. Coast Guard Chief Warrant Officer 4 Rank. + WO-4 + + + + + + + + + A Warrant Officer NATO Rank Scale Code that is assigned to the highest of the U.S. Armed Forces Warrant Officer Ranks, namely the U.S. Army Chief Warrant Officer 5 Rank, the U.S. Marine Corps Chief Warrant Officer 5 Rank, and the U.S. Navy Chief Warrant Officer 5 Rank. + WO-5 + + + + + + + + + An Act of Promotion to U.S. Army Brigadier General Rank, executed during a time of war, or during a time of national emergency declared by the Congress or President, in which some qualified U.S. Army Soldier who holds a rank below the U.S. Army Brigadier General Rank, is temporarily appointed in the U.S. Army Brigadier General Rank by the President. + 10 USC 603, "Appointments in time of war or national emergency" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section603&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Shane Babcock + War and National Emergency Promotion to U.S. Army Brigadier General Rank + + + + + + + + + A Temporary Promotion to U.S. Army Colonel Rank, executed during a time of war, or during a time of national emergency declared by the Congress or President, in which some qualified U.S. Army Soldier who holds a permant rank below the U.S. Army Colonel Rank, is temporarily appointed in the U.S. Army Colonel Rank by the President. + 10 USC 603, "Appointments in time of war or national emergency" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section603&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + War and National Emergency Promotion to U.S. Army Colonel Rank + + + + + + + + + A Temporary Promotion to U.S. Army First Lieutenant Rank, executed during a time of war, or during a time of national emergency declared by the Congress or President, in which some qualified U.S. Army Soldier who holds a rank below the U.S. Army First Lieutenant Rank, is temporarily appointed in the U.S. Army First Lieutenant Rank by the President. + 10 USC 603, "Appointments in time of war or national emergency" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section603&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + War and National Emergency Promotion to U.S. Army First Lieutenant Rank + + + + + + + + + A Temporary Promotion to U.S. Army Lieutenant Colonel Rank, executed during a time of war, or during a time of national emergency declared by the Congress or President, in which some qualified U.S. Army Soldier who holds a rank below the U.S. Army Lieutenant Colonel Rank, is temporarily appointed in the U.S. Army Lieutenant Colonel Rank by the President. + 10 USC 603, "Appointments in time of war or national emergency" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section603&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + War and National Emergency Promotion to U.S. Army Lieutenant Colonel Rank + + + + + + + + + An Act of Promotion to U.S. Army Major General Rank, executed during a time of war, or during a time of national emergency declared by the Congress or President, in which some qualified U.S. Army Soldier who holds a rank below the U.S. Army Major General Rank, is temporarily appointed in the U.S. Army Major General Rank by the President. + 10 USC 603, "Appointments in time of war or national emergency" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section603&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + War and National Emergency Promotion to U.S. Army Major General Rank + + + + + + + + + A Temporary Promotion to U.S. Army Major Rank, executed during a time of war, or during a time of national emergency declared by the Congress or President, in which some qualified U.S. Army Soldier who holds a rank below the U.S. Army Major Rank, is temporarily appointed in the U.S. Army Major Rank by the President. + 10 USC 603, "Appointments in time of war or national emergency" + +https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section603&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + War and National Emergency Promotion to U.S. Army Major Rank + + + + + + + + + NATO Rank Code that is assigned to U.S. Armed Forces Warrant Officer Ranks of different branches of the U.S. Armed Forces that are equivalent in grade. + Warrant Officer NATO Rank Code + + + + + + + + + This will be a defined class, with inferred subclasses including both warrant officer roles that are non-commissioned officer roles, and warrant officer roles given by virtue of commission. + Warrant Officer Role + + + + + + + + + Used in many air forces in Commonwealth nations. Equivalent to the rank of lieutenant colonel in the U.S. Air Force. + Wing Commander Rank + true + + + + + + + + + used in army and air force + Cadet Rank + + + + + + + + + used in navy + Midshipman Rank + + + + + + + + + + + + + + + + + + + + + + + Definitions for subclasses will all follow this basic pattern. But each definition will also be supplemented with a more familiar description of the quality pattern found on the relevant rank insignia. + A quality pattern, inhering in some Military Rank Insignia, that concretizes some Military Rank. + Military Rank Insignia Quality Pattern + + + + + + + + + subordinate officer rank + Student Officer Rank + + + + + + + + + + + + + + + + + + + Military rank insignia pattern that concretizes some 4-star military rank. + Four-Star Military Rank Insignia Pattern + + + + + + + + + An Act of Promotion to U.S. Army Sergeant First Class Rank wherein some U.S. Army Reserve Staff Sergeant is advanced the U.S. Army Sergeant Rank First Class Rank by some promotion authority. + Act of Promotion to U.S. Army Sergeant First Class Rank (USAR) + + + + + + + + + An Act of Promotion to U.S. Army Sergeant Major Rank wherein some U.S. Army Reserve Master Sergeant or U.S. Army Reserve First Sergeant is advanced to the U.S. Army Sergeant Major Rank by some promotion authority. + Act of Promotion to U.S. Army Sergeant Major Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + + + + + Only attain the rank after successful completion of basic military qualification (training). Trade specific qualification level 3. + Canadian Army Private (Basic) Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Army Private (Trained) Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Rank structure was based on British, and this was used to replace the rank of Staff Sergeant used at OR-7 in British Army. Notably, the latter is SNCO along with Sergeant (OR-5/6), whereas SNCO classification in Canadian Army only includes Sergeant (OR-5/6) + Usually responsible for training, discipline, welfare and of a company. + Canadian Army Adjudant Rank + Canadian Army Warrant Officer (OR-7) Rank + + + + + + + + + A U.S. Navy Enlisted Leadership Development Course Requirement that requires some U.S. Navy Junior Enlisted Sailor to complete a Foundational Leadership Development Course as a condition for advancement to the U.S. Navy Seaman Rank. + https://www.mynavyhr.navy.mil/Portals/55/Messages/NAVADMIN/NAV2019/NAV19185.txt?ver=A-pLJ9CU31C0SmXOnra6lw%3D%3D + +https://365chief.com/uploads/3/5/1/6/35163276/layingthekeel.pdf + +Replaces the previous Petty Officer Selectee Leadership Course requirement from: + +BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', paragraph 210a + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Foundational Leader Development Course Requirement (E-3) + + + + + + + + + A U.S. Navy Enlisted Leadership Development Course Requirement that requires some U.S. Navy Junior Enlisted Sailor to complete a Foundational Leadership Development Course as a condition for advancement to the U.S. Navy Petty Officer Third Class Rank. + https://www.mynavyhr.navy.mil/Portals/55/Messages/NAVADMIN/NAV2019/NAV19185.txt?ver=A-pLJ9CU31C0SmXOnra6lw%3D%3D + +https://365chief.com/uploads/3/5/1/6/35163276/layingthekeel.pdf + +Replaces the previous Petty Officer Selectee Leadership Course requirement from: + +BUPERS INSTRUCTION 1430.16, 'Advancement Manual for Enlisted Personnel of the U.S. Navy and U.S. Navy Reserve', paragraph 210a + +https://www.mynavyhr.navy.mil/Portals/55/Reference/Instructions/BUPERS/BUPERSINST_1430.16.pdf + Foundational Leader Development Course Requirement (E-4) + + + + + + + + + + + + + + + + + + + + + + + + + + + Enseigne de vaisseau de première classe + French Navy Ship-of-the-line Ensign, First Class Rank + + + + + + + + + + + + + + + + + + + + + Enseigne de vaisseau de deuxième classe + French Navy Ship-of-the-line Ensign, Second Class Rank + + + + + + + + + A Civilian Education Requirement for Promotion in Military Rank that requires some U.S. Army enlisted soldier to have obtained either a high school diploma or a GED, as a condition of eligibility for promotion to the U.S. Army Master Sergeant Rank. + Army Regulation 600–8–19, §4-2(3): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + High School Diploma/GED Requirement for Promotion to U.S. Army Master Sergeant Rank + + + + + + + + + A Civilian Education Requirement for Promotion in Military Rank that requires some U.S. Army enlisted soldier to have obtained either a high school diploma or a GED, as a condition of eligibility for promotion to the U.S. Army Sergeant First Class Rank. + Army Regulation 600–8–19, §4-2(3): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + High School Diploma/GED Requirement for Promotion to U.S. Army Sergeant First Class Rank + + + + + + + + + + + + + + + A Civilian Education Requirement for Promotion in Military Rank that requires some U.S. Army enlisted soldier to have obtained either a high school diploma or a GED, as a condition of eligibility for promotion to the U.S. Army Sergeant Major Rank. + Army Regulation 600–8–19, §4-2(3): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + High School Diploma/GED Requirement for Promotion to U.S. Army Sergeant Major Rank + + + + + + + + + + + + + + + + + + + + + A Civilian Education Requirement for Promotion in Military Rank that requires some U.S. Army enlisted soldier to have obtained either a high school diploma or a GED, as a condition of recommendation for promotion to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + High School Diploma/GED Requirement for Recommendation to U.S. Army Sergeant Rank + + + + + + + + + A Civilian Education Requirement for Promotion in Military Rank that requires some U.S. Army enlisted soldier to have obtained either a high school diploma or a GED, as a condition of recommendation for promotion to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + High School Diploma/GED Requirement for Recommendation to U.S. Army Staff Sergeant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Army Private, 1 Star Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Irish Army Private, 2 Star Rank + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Element to have served a minimum of 11 months in the E-4 pay grade in order to be considered by a promotion board for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Element do not appear before the promotion selection board for advancement to SGT. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Primary Zone TIG Requirement for Consideration for U.S. Army Sergeant Rank (ARE) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Multi-component Unit to have served a minimum of 11 months in the E-4 pay grade in order to be considered by a promotion board for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Multi-component Unit do not appear before the promotion selection board for advancement to SGT. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Primary Zone TIG Requirement for Consideration for U.S. Army Sergeant Rank (Multi-component Unit) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Troop Program Unit to have served a minimum of 11 months in the E-4 pay grade in order to be considered by a promotion board for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Troop Program Unit do not appear before the promotion selection board for advancement to SGT. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Primary Zone TIG Requirement for Consideration for U.S. Army Sergeant Rank (TPU) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Element to have served a minimum of 17 months in the E-5 pay grade in order to be considered by a promotion board for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Element do not appear before the promotion selection board for advancement to SSG. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Primary Zone TIG Requirement for Consideration for U.S. Army Staff Sergeant Rank (ARE) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Multi-component Unit to have served a minimum of 17 months in the E-5 pay grade in order to be considered by a promotion board for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Multi-component Unit do not appear before the promotion selection board for advancement to SSG. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Primary Zone TIG Requirement for Consideration for U.S. Army Staff Sergeant Rank (Multi-component Unit) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Troop Program Unit to have served a minimum of 17 months in the E-5 pay grade in order to be considered by a promotion board for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Troop Program Unit do not appear before the promotion selection board for advancement to SSG. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Primary Zone TIG Requirement for Consideration for U.S. Army Staff Sergeant Rank (TPU) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Active Guard Reserve Corporal to have served a minimum of 11 months in the E-4 pay grade as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Board Appearance for U.S. Army Sergeant Rank (AGR) + + + + + + + + + + + + + + + + + + + + + There is also what is called 'mandatory list integration'. If a soldier has been eligible for integration into the promotion recommended list for the rank of SGT for one year within the primary zone, but has not yet been integrated into the promotion recommended list, then if the soldier has completed 47 months TIS and 23 months TIG, then the soldier will be integrated with all promotion points earned. + +It didn't seem that these should be construed as TIS and TIG requirements in the sense I have defined though, where these are defined as requirements pertaining to the enlisted soldier that is in consideration for promotion. Rather, these are requirements that require that the relevant military authorities must integrate a soldier once they complete the aforementioned TIS and TIG thresholds. + +See: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +p. 27, and p. 34, Table 3-1 + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (RA) that requires a Regular Army Corporal to have served a minimum of 11 months in the E-4 pay grade as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Board Appearance for U.S. Army Sergeant Rank (RA) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Active Guard Reserve Sergeant to have served a minimum of 17 months in the E-5 pay grade as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Board Appearance for U.S. Army Staff Sergeant Rank (AGR) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Active Guard Reserve Corporal to have served a minimum of 12 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-3 and Paragraph 3-22a.(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (AGR) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Element to have served a minimum of 11 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (ARE) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Multi-component Unit to have served a minimum of 11 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (Multi-component Unit) + + + + + + + + + + + + + + + + + + + + + Unlike in other definitions, this does not say that the U.S. Army Corporal must have served 18 months at their current rank in the E-4 pay grade. + +This is because while some serve at the CPL rank their entire time at E-4 (i.e. those that advanced directly from PFC to CPL) some serve at the rank of SPC in the E-4 pay grade before being laterally promoted to CPL. As noted in the annotations for 'U.S. Army Specialist Rank', in the past the rules allowed a qualfied soldier to advance directly from SPC to SGT, but now all SPCs must serve time as CPLs before being eligible for promotion to SGT. + +In that case, I assume that the TIG requirement would be a composite of time served in the two E-4 ranks in cases of lateral promotion. But I am not certain of this. This is because it is still uncertain whether or not there will be TIG requirements added following lateral promotions from SPC to CPL. In that case, it may turn out that there are further TIG requirements specifically for service at the CPL rank. + +"Corporals and specialists are both under the E-4 paygrade; that means a corporal, despite being considered a junior NCO and having more responsibilities, makes the same pay as a specialist. It is unclear whether the corporal rank will come with time-in-grade requirements or if pinning on the stripes will effectively be a placeholder for the soldier to finish up their time as an E-4." https://www.military.com/daily-news/2021/06/07/major-promotion-shift-all-soldiers-will-serve-corporal-moving-sergeant.html + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (RA) that requires a Regular Army Corporal to have served a minimum of 12 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-3 and Paragraph 3-22a.(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (RA) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Troop Program Unit to have served a minimum of 11 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (TPU) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Active Guard Reserve Sergeant to have served a minimum of 18 months at their current rank in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-3 and Paragraph 3-22a.(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (AGR) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Element to have served a minimum of 18 months in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (ARE) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Multi-component Unit to have served a minimum of 18 months in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (Multi-component Unit) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that requires a Regular Army Sergeant to have served a minimum of 18 months at their current rank in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-3 and Paragraph 3-22a.(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Troop Program Unit to have served a minimum of 18 months in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (TPU) + + + + + + + + + + + + + + + + + + + + + There is also what is called 'mandatory list integration'. If a soldier has been eligible for integration into the promotion recommended list for the rank of SGT for one year within the primary zone, but has not yet been integrated into the promotion recommended list, then if the soldier has completed 47 months TIS and 23 months TIG, then the soldier will be integrated with all promotion points earned. + +It didn't seem that these should be construed as TIS and TIG requirements in the sense I have defined though, where these are defined as requirements pertaining to the enlisted soldier that is in consideration for promotion. Rather, these are requirements that require that the relevant military authorities must integrate a soldier once they complete the aforementioned TIS and TIG thresholds. + +See: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +p. 27, and p. 34, Table 3-1 + A Primary Zone Time in Service Requirement for Promotion to U.S. Army Sergeant Rank (RA) that requires a Regular Army Corporal to have served a minimum of 35 months time in service as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIS Requirement for Promotion Board Appearance for U.S. Army Sergeant Rank (RA) + + + + + + + + + There is also what is called 'mandatory list integration'. If a soldier has been eligible for integration into the promotion recommended list for the rank of SSG for one year within the primary zone, but has not yet been integrated into the promotion recommended list, then if the soldier has completed 83 months TIS and 23 months TIG, then the soldier will be integrated with all promotion points earned. + +It didn't seem that these should be construed as TIS and TIG requirements in the sense I have defined though, where these are defined as requirements pertaining to the enlisted soldier that is in consideration for promotion. Rather, these are requirements that require that the relevant military authorities must integrate a soldier once they complete the aforementioned TIS and TIG thresholds. + +See: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +p. 27, and p. 34, Table 3-1 + A Primary Zone Time in Service Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that requires a Regular Army Sergeant to have served a minimum of 71 months time in service as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIS Requirement for Promotion Board Appearance for U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Primary Zone Time in Service Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that requires a Regular Army Sergeant to have served a minimum of 72 months time in service as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIS Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + + + + + + + + + + + + + A Primary Zone Time in Service Requirement for Promotion to U.S. Army Sergeant Rank (RA) that requires a Regular Army Corporal to have served a minimum of 36 months time in service as of the 1st day of the promotion month, in order to be selected by Headquarters, Deparment of the Army for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIS Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (RA) + + + + + + + + + There is also what is called 'mandatory list integration'. If a soldier has been eligible for integration into the promotion recommended list for the rank of SSG for one year within the primary zone, but has not yet been integrated into the promotion recommended list, then if the soldier has completed 83 months TIS and 23 months TIG, then the soldier will be integrated with all promotion points earned. + +It didn't seem that these should be construed as TIS and TIG requirements in the sense I have defined though, where these are defined as requirements pertaining to the enlisted soldier that is in consideration for promotion. Rather, these are requirements that require that the relevant military authorities must integrate a soldier once they complete the aforementioned TIS and TIG thresholds. + +See: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + +p. 27, and p. 34, Table 3-1 + A Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that requires a Regular Army Sergeant to have served a minimum of 17 months in their current rank at the E-5 pay grade as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Primary Zone TIG Requirement for Promotion Board Appearance for U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (RA) that applies to any Regular Army Corporal that is considered to be in the Primary Zone for the purposes of eligibility for promotion to the U.S. Army Sergeant Rank. + Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that applies U.S. Army Reserve Corporals that are considered to be in the Primary Zone for the purposes of eligibility for promotion to the U.S. Army Sergeant Rank. + Primary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that applies to any Regular Army Sergeant that is considered to be in the Primary Zone for the purposes of eligibility for promotion to the U.S. Army Staff Sergeant Rank. + Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion ito U.S. Army Staff Sergeant Rank (USAR) that applies to U.S. Army Reserve Sergeants that are considered to be in the Primary Zone for the purposes of eligibility for promotion to the U.S. Army Staff Sergeant Rank. + Primary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Sergeant Rank (RA) that applies to any Regular Army Corporal that is considered to be in the Primary Zone for the purposes of eligibility for promotion to the U.S. Army Sergeant Rank. + Primary Zone Time in Service Requirement for Promotion to U.S. Army Sergeant Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that applies to any Regular Army Sergeant that is considered to be in the Primary Zone for the purposes of eligibility for promotion to the U.S. Army Staff Sergeant Rank. + Primary Zone Time in Service Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Aviator (basic) Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Aviator (trained) Rank + + + + + + + + + + + + + + + + + + + + + Royal Canadian Air Force Adjudant Rank + Royal Canadian Air Force Warrant Officer (OR-7) Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + Royal Canadian Navy Capitaine de vaisseau Rank + Royal Canadian Navy Captain(N) Rank + Senior Officer Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + In the Royal Canadian Navy, when the rank is typed, an 'N' is placed after 'Lieutenant' to indicate that it is a naval rather than air force or army rank. + Royal Canadian Navy Lieutenant de vaisseau Rank + Royal Canadian Navy Lieutenant(N) Rank + Junior Officer Rank + + + + + + + + + + + + + + + Russian Navy (Deck) Junior Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy (Deck) Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + Russian Navy (Deck) Senior Lieutenant Rank + + + + + + + + + + + + + + + + + + + + + + + + + + + An SSD/DLC Requirement for Promotion in Military Rank that requires some U.S. Army Corporal to have completed both the Structured Self-Development course level 1 and the Distributed Leader Course level 1, as a condition for a promotion board appearance for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + SSD/DLC 1 Requirement for Promotion Board Appearance for U.S. Army Sergeant Rank + + + + + + + + + An SSD/DLC Requirement for Promotion in Military Rank that requires some U.S. Army Sergeant to have completed both the Structured Self-Development course level 2 and the Distributed Leader Course level 2, as a condition for a promotion board appearance for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + SSD/DLC 2 Requirement for Promotion Board Appearance for U.S. Army Staff Sergeant Rank + + + + + + + + + Completion of SSD level 3 is a prerequisite for attendance to the Senior Leaders Course. + +https://en.wikipedia.org/wiki/United_States_Army_Sergeants_Major_Academy + An SSD/DLC Requirement for Promotion in Military Rank that requires some U.S. Army Staff Sergeant to have completed both the Structured Self-Development course level 3 and the Distributed Leader Course level 3, in order to be considered by a promotion selection board of the Headquarters of the Department of the Army for promotion to the U.S. Army Sergeant First Class Rank. + Paragraph 1-29: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + SSD/DLC 3 Requirement for Promotion Consideration for U.S. Army Sergeant First Class Rank + + + + + + + + + Completeion of SSD level 4 is a prerequisite for attendance to the Sergeants Major Course. + +https://en.wikipedia.org/wiki/United_States_Army_Sergeants_Major_Academy + An SSD/DLC Requirement for Promotion in Military Rank that requires some U.S. Army Sergeant First Class to have completed both the Structured Self-Development course level 4 and the Distributed Leader Course level 4, in order to be considered by a promotion selection board of the Headquarters of the Department of the Army for promotion to the U.S. Army Master Sergeant Rank. + Paragraph 1-29: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + SSD/DLC 4 Requirement for Promotion Consideration for U.S. Army Master Sergeant Rank + + + + + + + + + A U.S. Enlisted Professional Army Military Education Requirement that requires some U.S. Army soldier to have completed both a Structured Self-Development course and a Distributed Leader Course, as a condition for promotion to some U.S. Army Military Rank. + SSD/DLC Requirement for Promotion in Military Rank + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Element to have served a minimum of 5 months in the E-4 pay grade in order to be considered by a promotion board for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Element do not appear before the promotion selection board for advancement to SGT. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Secondary Zone TIG Requirement for Consideration for U.S. Army Sergeant Rank (ARE) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Multi-component Unit to have served a minimum of 5 months in the E-4 pay grade in order to be considered by a promotion board for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Multi-component Unit do not appear before the promotion selection board for advancement to SGT. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Secondary Zone TIG Requirement for Consideration for U.S. Army Sergeant Rank (Multi-component Unit) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Troop Program Unit to have served a minimum of 5 months in the E-4 pay grade in order to be considered by a promotion board for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Troop Program Unit do not appear before the promotion selection board for advancement to SGT. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Secondary Zone TIG Requirement for Consideration for U.S. Army Sergeant Rank (TPU) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Element to have served a minimum of 6 months in the E-5 pay grade in order to be considered by a promotion board for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Element do not appear before the promotion selection board for advancement to SSG. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Secondary Zone TIG Requirement for Consideration for U.S. Army Staff Sergeant Rank (ARE) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Multi-component Unit to have served a minimum of 6 months in the E-5 pay grade in order to be considered by a promotion board for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Multi-component Unit do not appear before the promotion selection board for advancement to SSG. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Secondary Zone TIG Requirement for Consideration for U.S. Army Staff Sergeant Rank (Multi-component Unit) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Troop Prgram Unit to have served a minimum of 6 months in the E-5 pay grade in order to be considered by a promotion board for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-2: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Soldiers serving in an Army Reserve Troop Program Unit do not appear before the promotion selection board for advancement to SSG. See AR600-8-19, paragraph 3-1c.(5)(b) + +The TIG requirement must be met as of the date the board convenes. + Secondary Zone TIG Requirement for Consideration for U.S. Army Staff Sergeant Rank (TPU) + + + + + + + + + A Secondary Zone Time in Grade Requirement Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Active Guard Reserve Corporal to have served a minimum of 5 months in the E-4 pay grade as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Board Appearance for U.S. Army Sergeant Rank (AGR) + + + + + + + + + + + + + + + + + + + + + A Secondary Zone Time in Grade Requirement Promotion to U.S. Army Sergeant Rank (RA) that requires a Regular Army Corporal to have served a minimum of 5 months in the E-4 pay grade as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Board Appearance for U.S. Army Sergeant Rank (RA) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Active Guard Reserve Sergeant to have served a minimum of 6 months in the E-5 pay grade as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Board Appearance for U.S. Army Staff Sergeant Rank (AGR) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Active Guard Reserve Corporal to have served a minimum of 6 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-3 and Paragraph 3-22a.(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (AGR) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Element to have served a minimum of 6 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (ARE) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Multi-component Unit to have served a minimum of 6 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (Multi-component Unit) + + + + + + + + + + + + + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (RA) that requires a Regular Army Corporal to have served a minimum of 6 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-3 and Paragraph 3-22a.(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (RA) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires a U.S. Army Corporal assigned to an Army Reserve Troop Program Unit to have served a minimum of 6 months in the E-4 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (TPU) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Active Guard Reserve Sergeant to have served a minimum of 7 months in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-3 and Paragraph 3-22a.(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (AGR) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Element to have served a minimum of 7 months in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (ARE) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Multi-component Unit to have served a minimum of 7 months in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (Multi-component Unit) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that requires a Regular Army Sergeant to have served a minimum of 7 months at their current rank in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-3 and Paragraph 3-22a.(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires a U.S. Army Sergeant assigned to an Army Reserve Troop Program Unit to have served a minimum of 7 months in the E-5 pay grade as of the 1st day of the promotion month, in order to be selected for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-4: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (TPU) + + + + + + + + + + + + + + + + + + + + + A Secondary Zone Time in Service Requirement for Promotion to U.S. Army Sergeant Rank (RA) that requires a Regular Army Corporal to have served a minimum of 17 months time in service as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIS Requirement for Promotion Board Appearance for U.S. Army Sergeant Rank (RA) + + + + + + + + + A Secondary Zone Time in Service Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that requires a Regular Army Sergeant to have served a minimum of 47 months time in service as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIS Requirement for Promotion Board Appearance for U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + + + + + + + + + + + + + A Secondary Zone Time in Service Requirement for Promotion to U.S. Army Sergeant Rank (RA) that requires a Regular Army Corporal to have served a minimum of 18 months time in service as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Sergeant Rank. + Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIS Requirement for Promotion Pin-on to U.S. Army Sergeant Rank (RA) + + + + + + + + + A Secondary Zone Time in Service Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that requires a Regular Army Sergeant to have served a minimum of 48 months time in service as of the 1st day of the promotion month, in order to be selected by Headquarters, Department of the Army for promotion pin-on to the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-3: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIS Requirement for Promotion Pin-on to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that requires a Regular Army Sergeant to have served a minimum of 6 months at their current rank in the E-5 pay grade as of the 1st day of the board month, in order to be eligible for a promotion board appearance for the U.S. Army Staff Sergeant Rank. + Paragraph 3-9, Table 3-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Secondary Zone TIG Requirement for Promotion Board Appearance for U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (RA) that applies to any Regular Army Corporal that is considered to be in the Secondary Zone for the purposes of eligibility for promotion to the U.S. Army Sergeant Rank. + Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that applies to U.S. Army Reserve Corporals that are considered to be in the Secondary Zone for the purposes of eligibility for promotion to the U.S. Army Sergeant Rank. + Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) + + + + + + + + + RA and USAR AGR appear before promotion board 3-1(5)(a); USAR TPUs, AREs and MCUs will not 3-1(5)(a). + A Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that applies to any Regular Army Sergeant that is considered to be in the Secondary Zone for the purposes of eligibility for promotion to the U.S. Army Staff Sergeant Rank. + Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that applies to U.S. Army Reserve Sergeants that are considered to be in the Secondary Zone for the purposes of eligibility for promotion to the U.S. Army Staff Sergeant Rank. + Secondary Zone Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Sergeant Rank (RA) that applies to any Regular Army Soldier that is considered to be in the Secondary Zone for the purposes of eligibility for promotion to the U.S. Army Sergeant Rank. + Secondary Zone Time in Service Requirement for Promotion to U.S. Army Sergeant Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) that applies to any Regular Army Sergeant that is considered to be in the Secondary Zone for the purposes of eligibility for promotion to the U.S. Army Staff Sergeant Rank. + Secondary Zone Time in Service Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to a Readiness Division Army Reserve Element, to have served a minimum of 36 months at their current rank in the E-7 pay grade, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraphs 5-5a., 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Master Sergeant Rank (Army Reserve Element) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is an Individual Mobilization Augmentee, to have served a minimum of 36 months at their current rank in the E-7 pay grade, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a Department of the Army promotion selection board convened by the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraphs 6-7 and 6-8, and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Master Sergeant Rank (Individual Mobilization Augmentee) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to Individual Ready Reserve, to have served a minimum of 36 months at their current rank in the E-7 pay grade, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Master Sergeant Rank (Individual Ready Reserve) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to Standy Reserve (Active Status List) to have served a minimum of 36 months at their current rank in the E-7 pay grade, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Master Sergeant Rank (Standby Reserve) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to a Readiness Division Troop Unit Program, to have served a minimum of 36 months at their current rank in the E-7 pay grade, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a unit headquarters centralized promotion selection board convened. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraphs 5-5a., 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Master Sergeant Rank (Troop Program Unit) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to a Readiness Division Multi-component Unit, to have served a minimum of 36 months at their current rank in the E-7 pay grade, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraphs 5-5a., 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Master Sergeant Rank (Multi-component Unit) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Private First Class Rank (USAR) that requires a U.S. Army Reserve Private Second Class, who is assigned to Individual Ready Reserve, to have served a minimum of 4 months at their current rank in the E-2 pay grade, in order to be considered for promotion to the U.S. Army Private First Class Rank. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Private First Class Rank (Individual Ready Reserve) + true + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Private First Class Rank (USAR) that requires a U.S. Army Reserve Private Second Class, who is an Individual Mobilization Augmentee, to have served a minimum of 4 months at their current rank in the E-2 pay grade, in order to be considered for promotion to the U.S. Army Private First Class Rank. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Private First Class Rank (Individual mobilization augmentee) + true + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Private First Class Rank (USAR) that requires a U.S. Army Reserve Private Second Class, who is assigned to Standy Reserve (Active Status List), to have served a minimum of 4 months at their current rank in the E-2 pay grade, in order to be considered for promotion to the U.S. Army Private First Class Rank. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Private First Class Rank (Standby Reserve) + true + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is assigned to a Readiness Division Army Reserve Element, to have served a minimum of 36 months at their current rank in the E-6 pay grade, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraphs 5-5a., 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Sergeant First Class Rank (Army Reserve Element) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is an Individual Mobilization Augmentee, to have served a minimum of 36 months at their current rank in the E-6 pay grade, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a Department of the Army promotion selection board convened by the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraphs 6-7 and 6-8, and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Sergeant First Class Rank (Individual Mobilization Augmentee) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is assigned to Individual Ready Reserve, to have served a minimum of 36 months at their current rank in the E-6 pay grade, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Sergeant First Class Rank (Individual Ready Reserve) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is assigned to a Readiness Division Multi-component Unit, to have served a minimum of 36 months at their current rank in the E-6 pay grade, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraphs 5-5a., 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Sergeant First Class Rank (Multi-component Unit) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is assigned to Standy Reserve (Active Status List) to have served a minimum of 36 months at their current rank in the E-6 pay grade, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Sergeant First Class Rank (Standy Reserve) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is assigned to a Readiness Division Troop Unit Program, to have served a minimum of 36 months at their current rank in the E-6 pay grade, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraphs 5-5a., 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Sergeant First Class Rank (Troop Unit Program) + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to a Readiness Division Army Reserve Element, to have served at the E-8 pay grade for a minimum of 36 months either: i) at the officer's current rank; or ii) in the case of a lateral promotion from Master Sergeant to First Sergeant, a total of 36 months between both ranks, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraphs 5-5a., 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + The promotion authority is a General-Officer who is the commander of the Army Reserve Element to which the soldier is assigned. The commander has the authority to convene selection boards, and the recommendation reports of the selection boards are to be reviewed by the commander for approval. Once approved, the names of the soldier's approved by the commander for promotion are integrated by the commander into the Army Reserve's Permanent Promotion Recommended List for the ranks of SFC-SGM. + +See Army Regulation 600–8–19, Ch. 5: +Paragraphs, 5-1c, 5-2a, 5-5a, 5-10, 5-12, 5-13. + TIG Requirement for Promotion to U.S. Army Sergeant Major Rank (Army Reserve Element) + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant Major Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is an Individual Mobilization Augmentee, to have served at the E-8 pay grade for a minimum of 36 months either: i) at the officer's current rank; or ii) in the case of a lateral promotion from Master Sergeant to First Sergeant, a total of 36 months between both ranks, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a Department of the Army promotion selection board convened by the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraphs 6-7 and 6-8, and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Sergeant Major Rank (Individual Mobilization Augmentee) + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to Individual Ready Reserve, to have served at the E-8 pay grade for a minimum of 36 months either: i) at the officer's current rank; or ii) in the case of a lateral promotion from Master Sergeant to First Sergeant, a total of 36 months between both ranks, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Sergeant Major Rank (Individual Ready Reserve) + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to a Readiness Division Multi-component Unit, to have served at the E-8 pay grade for a minimum of 36 months either: i) at the officer's current rank; or ii) in the case of a lateral promotion from Master Sergeant to First Sergeant, a total of 36 months between both ranks, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraphs 5-5a., 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + The promotion authority is a General-Officer who is the commander of the Multi-component unit to which the soldier is assigned. The commander has the authority to convene selection boards, and the recommendation reports of the selection boards are to be reviewed by the commander for approval. Once approved, the names of the soldier's approved by the commander for promotion are integrated by the commander into the Army Reserve's Permanent Promotion Recommended List for the ranks of SFC-SGM. + +See Army Regulation 600–8–19, Ch. 5: +Paragraphs, 5-1c, 5-2a, 5-5a, 5-10, 5-12, 5-13. + TIG Requirement for Promotion to U.S. Army Sergeant Major Rank (Multi-component Unit) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 36 + + + + + + + + + + + + + + + + + + + + + + + + + + The ranks of MSG and 1SG are lateral ranks within the E-8 pay grade. This TIG requirement is such that if a soldier completes 20 months at the rank of MSG, and 16 months at the rank of 1SG, then that soldier has fulfilled the TIG requirement to be considered for promotion to the SGM rank. + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to Standby Reserve (Active Status List), to have served at the E-8 pay grade for a minimum of 36 months either: i) at the officer's current rank; or ii) in the case of a lateral promotion from Master Sergeant to First Sergeant, a total of 36 months between both ranks, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIG Requirement for Promotion to U.S. Army Sergeant Major Rank (Standby Reserve) + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to a Readiness Division Troop Program Unit, to have served at the E-8 pay grade for a minimum of 36 months either: i) at the officer's current rank; or ii) in the case of a lateral promotion from Master Sergeant to First Sergeant, a total of 36 months between both ranks, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraphs 5-5a., 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + The promotion authority is a General-Officer who is the commander of the Troop Unit Program to which the soldier is assigned. The commander has the authority to convene selection boards, and the recommendation reports of the selection boards are to be reviewed by the commander for approval. Once approved, the names of the soldier's approved by the commander for promotion are integrated by the commander into the Army Reserve's Permanent Promotion Recommended List for the ranks of SFC-SGM. + +See Army Regulation 600–8–19, Ch. 5: +Paragraphs, 5-1c, 5-2a, 5-5a, 5-10, 5-12, 5-13. + TIG Requirement for Promotion to U.S. Army Sergeant Major Rank (Troop Program Unit) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to a Readiness Division Army Reserve Element, to have served a minimum 12 years time in service, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraph 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Master Sergeant Rank (Army Reserve Element) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to Individual Ready Reserve, to have served a minimum 12 years time in service, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Master Sergeant Rank (Individual Ready Reserve) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is an Individual Mobilization Augmentee, to have served a minimum 12 years time in service, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a Department of the Army promotion selection board convened by the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(b) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Master Sergeant Rank (Individual mobilization augmentee) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to a Readiness Division Multi-component Unit, to have served a minimum 12 years time in service, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraph 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Master Sergeant Rank (Multi-component Unit) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + Promotion to the ranks of SFC, MSG and SGM are centralized to the Headquarters, Department of the Army. Soldiers do not appear before a promotion board themselves, and soldiers' unit commanders play no role in the selection process. The selection board consists of senior NCOs at the HQDA who select the best qualified soldiers for placement on the Permanent Promotion Recommended List. + +See p. 74: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + A Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to Standby Reserve (Active Status List), to have served a minimum 12 years time in service, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Master Sergeant Rank (Standby Reserve) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) that requires a U.S. Army Reserve Sergeant First Class, who is assigned to a Readiness Division Troop Program Unit, to have served a minimum 12 years time in service, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraph 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Master Sergeant Rank (Troop Program Unit) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + The promotion authority is a General-Officer who is the commander of the Army Reserve Element to which the soldier is assigned. The commander has the authority to convene selection boards, and the recommendation reports of the selection boards are to be reviewed by the commander for approval. Once approved, the names of the soldier's approved by the commander for promotion are integrated by the commander into the Army Reserve's Permanent Promotion Recommended List for the ranks of SFC-SGM. + +See Army Regulation 600–8–19, Ch. 5: +Paragraphs, 5-1c, 5-2a, 5-5a, 5-10, 5-12, 5-13. + A Time in Service Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is assigned to a Readiness Division Army Reserve Element, to have served a minimum 6 years time in service, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraph 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant First Class Rank (Army Reserve Element) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + TIS requirements for Individual Ready Reserve soldiers are non-waiverable. Per Army Regulation 600–8–19, 6-3(l)(m), 6-6. + A Time in Service Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is assigned to Individual Ready Reserve, to have served a minimum 6 years time in service, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant First Class Rank (Individual Ready Reserve) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + 10/16/21: I am not sure if the promotion board in question is at HQDA. In Army Regulation 600–8–19, paragrapn 6-5(b) it only mentions Department of the Army selection boards, whereas in other parts of the regulation it is explicit that the selection board is at HQDA. Promotion boards are convened by the CG, HRC, per 6-5(b) and 6-7. + +Notice that for Individual Ready Reserve and Standby Reserve soldiers there are separate selection boards. + TIS requirements for Individual mobilization augmentee soldiers are non-waiverable. Per Army Regulation 600–8–19, 6-3(l)(m), 6-6. + A Time in Service Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is an Individual Mobilization Augmentee, to have served a minimum 6 years time in service, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a Department of the Army promotion selection board convened by the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(b) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant First Class Rank (Individual mobilization augmentee) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + The promotion authority is a General-Officer who is the commander of the Multi-component unit to which the soldier is assigned. The commander has the authority to convene selection boards, and the recommendation reports of the selection boards are to be reviewed by the commander for approval. Once approved, the names of the soldier's approved by the commander for promotion are integrated by the commander into the Army Reserve's Permanent Promotion Recommended List for the ranks of SFC-SGM. + +See Army Regulation 600–8–19, Ch. 5: +Paragraphs, 5-1c, 5-2a, 5-5a, 5-10, 5-12, 5-13. + A Time in Service Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is assigned to a Readiness Division Multi-component Unit, to have served a minimum 6 years time in service, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraph 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant First Class Rank (Multi-component Unit) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + TIS requirements for Standby Reserve soldiers are non-waiverable. Per Army Regulation 600–8–19, 6-3(l)(m), 6-6. + A Time in Service Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) that requires a U.S. Army Reserve Staff Sergeant, who is assigned to Standy Reserve (Active Status List), to have served a minimum 6 years time in service, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant First Class Rank (Standy Reserve) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + The promotion authority is a General-Officer who is the commander of the Troop Program Unit to which the soldier is assigned. The commander has the authority to convene selection boards, and the recommendation reports of the selection boards are to be reviewed by the commander for approval. Once approved, the names of the soldier's approved by the commander for promotion are integrated by the commander into the Army Reserve's Permanent Promotion Recommended List for the ranks of SFC-SGM. + +See Army Regulation 600–8–19, Ch. 5: +Paragraphs, 5-1c, 5-2a, 5-5a, 5-10, 5-12, 5-13. + A U.S. Army Reserve TIS Requirement for Promotion to U.S. Army Sergeant First Class Rank that requires a U.S. Army Reserve Staff Sergeant, who is assigned to a Readiness Division Troop Program Unit, to have served a minimum 6 years time in service, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraph 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant First Class Rank (Troop Program Unit) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to a Readiness Division Army Reserve Element, to have served a minimum 17 years time in service, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraph 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant Major Rank (Army Reserve Element) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to Individual Ready Reserve, to have served a minimum 17 years time in service, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant Major Rank (Individual Ready Reserve) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is an Individual Mobilization Augmentee, to have served a minimum 17 years time in service, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a Department of the Army promotion selection board convened by the Commanding General, Human Resources Command. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(b) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant Major Rank (Individual mobilization augmentee) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to a Readiness Division Multi-component Unit, to have served a minimum 17 years time in service, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraph 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant Major Rank (Multi-component Unit) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17 + + + + + + + + + + + + + + + + + + + + + + + + + + Promotion to the ranks of SFC, MSG and SGM are centralized to the Headquarters, Department of the Army. Soldiers do not appear before a promotion board themselves, and soldiers' unit commanders play no role in the selection process. The selection board consists of senior NCOs at the HQDA who select the best qualified soldiers for placement on the Permanent Promotion Recommended List. + +See p. 74: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + A Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to Standby Reserve (Active Status List), to have served a minimum 17 years time in service, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by an Army Reserve Troop Program Unit promotion board. + Army Regulation 600–8–19, Chapter 6, Promotion of Individual Ready Reserve, Individual Mobilization Augmentee, and Standby Reserve (Active Status List) Soldiers + +Paragraph 6-5(c) and Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant Major Rank (Standby Reserve) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank (USAR) that requires a U.S. Army Reserve Master Sergeant or First Sergeant, who is assigned to a Readiness Division Troop Program Unit, to have served a minimum 17 years time in service, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a unit headquarters centralized promotion selection board. + Army Regulation 600–8–19, Chapter 5 Centralized promotions (sergeant first class, master sergeant, and sergeant major) for United States Army Reserve Soldiers assigned to troop program units, Army Reserve elements, or multi-component commands or units + +See especially paragraph 5-7j. and 5-10: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + TIS Requirement for Promotion to U.S. Army Sergeant Major Rank (Troop Program Unit) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires some U.S. Air Force First Lieutenant serving in the Regular Air Force to have completed a minimum of 2 years in the O-2 Pay Grade, in order to be considered by a promotion selection board for promotion to the U.S. Air Force Captain Rank. + Title 10, U.S.C., Section 619(a)(1)(A): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Air Force Captain Rank (REGAF) + + + + + + + + + A Central Selection Board is responsible for considering for promotion officers seeking advancement to any rank of major through major general. + +See p. 90 of "Air Force Guidance Memorandum to AFI 36-2501, Officer Promotions and Selective +Continuation" +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2501/afi36-2501.pdf + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires some U.S. Air Force Lieutenant Colonel to have completed a minimum of 3 years in the O-5 Pay Grade, in order to be considered by a Central Selection Board for promotion to the U.S. Air Force Colonel Rank. + Title 10, U.S.C., Section 619(a)(2)(A): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Air Force Colonel Rank (REGAF) + + + + + + + + + A Central Selection Board is responsible for considering for promotion officers seeking advancement to any rank of major through major general. + +See p. 90 of "Air Force Guidance Memorandum to AFI 36-2501, Officer Promotions and Selective +Continuation" +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2501/afi36-2501.pdf + A Time in Grade Requirement for Promotion in U.S. Air Force Military Rank that requires some U.S. Air Force Major to have completed a minimum 3 years in the O-4 Pay Grade, in order to be considered by a Central Selection Board for promotion to the U.S. Air Force Lieutenant Colonel Rank. + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires some U.S. Air Force First Lieutenant to have completed a minimum of 3 years in the O-4 Pay Grade, in order to be considered by a Central Selection Board for promotion to the U.S. Air Force Lieutenant Colonel Rank. + Title 10, U.S.C., Section 619(a)(2)(A): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Air Force Lieutenant Colonel Rank (REGAF) + + + + + + + + + A Central Selection Board is responsible for considering for promotion officers seeking advancement to any rank of major through major general. + +See p. 90 of "Air Force Guidance Memorandum to AFI 36-2501, Officer Promotions and Selective +Continuation" +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2501/afi36-2501.pdf + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that requires some U.S. Air Force Captain to have completed a minimum of 3 years in the O-3 Pay Grade, in order to be considered by a Central Selection Board for promotion to the U.S. Air Force Major Rank. + Title 10, U.S.C., Section 619(a)(2)(A): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Air Force Major Rank (REGAF) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that applies specifically to Airmen serving in the U.S. Air Force Reserve. + 'Airmen' is used here as the general term for any Person that is a member of the U.S. Air Force (as opposed to the E-2 U.S. Air Force Airman Rank). + Shane Babcock + See table based on AFI 36-2504 here: +https://www.rand.org/paf/projects/dopma-ropma/promotion-and-appointments/promotion-timing-zones-and-opportunity.html + Time in Grade Requirement for Promotion in U.S. Air Force Rank (AFR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that applies specifically to airmen serving in the U.S. Air National Guard. + Shane Babcock + See table based on AFI 36-2504 here: +https://www.rand.org/paf/projects/dopma-ropma/promotion-and-appointments/promotion-timing-zones-and-opportunity.html + Time in Grade Requirement for Promotion in U.S. Air Force Rank (ANG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank that applies specifically to Airmen serving in the Regular U.S. Air Force. + REGAF Commissioned Officer TIG are found in AFI 36-2501 (link broken now) + Time in Grade Requirement for Promotion in U.S. Air Force Rank (REGAF) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank that applies specifically to Soldiers serving in the Army National Guard. + Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank that applies specifically to Soldiers serving in the United States Regular Army. + Time in Grade Requirement for Promotion in U.S. Army Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank that applies specifically to Soldiers serving in the United States Army Reserve. + There are different types of promotion selection boards in the United States Army Reserve promotion system. Mandatory selection boards on the one hand, and USAR Troop Unit Program (TPU) and USAR Active Guard Reserve (AGR) position vacancy boards. + +Mandatory selection boards consider commissioned officers for promotion to the grades of CPT through LTC, and warrant officers for promotion to the grades of CW3 and CW4, without regards to position vacancies in the next higher grade. They are convened each year. See: Army Regulation 135–155, 2-10a. +Of note, officers recieve their first consideration for promotion by a mandatory board well in advance of the date that the officer will complete their TIG requirements. See: Army Regulation 135–155, 2-10b. + +It is different for USAR TPU and AGR position vacancy boards. Commissioned officers are considered for promotion to the grades of CPT through COL, and warrant officer for promotion to the grades of CW3 and CW4, in order to fill position vacancies in USAR units. See: Army Regulation 135–155, 2-13b. & 2-14b. +Of note, officers are only eligible to be considered by position vacancy boards if they have completed their TIG requirements by the day before the convening date of the board. See: Army Regulation 135–155, 2-13b.(1) & 2-14b.(1) + Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (AFR) which requires a U.S. Air Force Senior Master Sergeant serving in the Air Force Reserve to have served a minimum of 24 months in the E-8 Pay Grade in order to be eligible for promotion to the U.S. Air Force Chief Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Shane Babcock + Time in Grade Requirement for Promotion to Chief Master Sergeant Rank (AFR) + + + + + + + + + ARNG uses 'immediate' promotions for the Junior Enlisted Ranks, as opposed to automatic promotions in the RA and USAR. + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires a U.S. Army National Guard Private Second Class to have served a minimum of 4 months in their current rank at the E-2 pay grade, in order to be immediately promoted to the U.S. Army Private First Class Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to Private First Class Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (AFR) which requires a U.S. Air Force Airman serving in the Air Force Reserve to have served a minimum of 6 months in the E-2 Pay Grade in order to be eligible for promotion to the U.S. Air Force Airman First Class Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Shane Babcock + Time in Grade Requirement for Promotion to U.S. Air Force Airman First Class Rank (AFR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (ANG) which requires a U.S. Air Force Airman serving in the Air National Guard to have served a minimum of 6 months in the E-2 Pay Grade in order to be eligible for promotion to the U.S. Air Force Airman First Class Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Airman First Class Rank (ANG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (AFR) which requires a U.S. Air Force Airman Basic serving in the Air Force Reserve to have served a minimum of 6 months in the E-1 Pay Grade in order to be eligible for promotion to the U.S. Air Force Airman Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Shane Babcock + Time in Grade Requirement for Promotion to U.S. Air Force Airman Rank (AFR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (ANG) which requires a U.S. Air Force Airman Basic serving in the Air National Guard to have served a minimum of 6 months in the E-1 Pay Grade in order to be eligible for promotion to the U.S. Air Force Airman Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Airman Rank (ANG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (ANG) which requires a U.S. Air Force Senior Master Sergeant serving in the Air National Guard to have served a minimum of 24 months in the E-8 Pay Grade in order to be eligible for promotion to the U.S. Air Force Chief Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Chief Master Sergeant Rank (ANG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (AFR) which requires a U.S. Air Force Technical Sergeant serving in the Air Force Reserve to have served a minimum of 24 months in the E-6 Pay Grade in order to be eligible for promotion to the U.S. Air Force Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Shane Babcock + Time in Grade Requirement for Promotion to U.S. Air Force Master Sergeant Rank (AFR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (ANG) which requires a U.S. Air Force Technical Sergeant serving in the Air National Guard to have served a minimum of 24 months in the E-6 Pay Grade in order to be eligible for promotion to the U.S. Air Force Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Master Sergeant Rank (ANG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (AFR) which requires a U.S. Air Force Airman First Class serving in the Air Force Reserve to have served a minimum of 8 months in the E-3 Pay Grade in order to be eligible for promotion to the U.S. Air Force Senior Airman Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Shane Babcock + Time in Grade Requirement for Promotion to U.S. Air Force Senior Airman Rank (AFR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (ANG) which requires a U.S. Air Force Airman serving in the Air National Guard to have served a minimum of 12 months in the E-3 Pay Grade in order to be eligible for promotion to the U.S. Air Force Senior Airman Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Senior Airman Rank (ANG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (AFR) which requires a U.S. Air Force Master Sergeant serving in the Air Force Reserve to have served a minimum of 24 months in the E-7 Pay Grade in order to be eligible for promotion to the U.S. Air Force Senior Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Shane Babcock + Time in Grade Requirement for Promotion to U.S. Air Force Senior Master Sergeant Rank (AFR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (ANG) which requires a U.S. Air Force Master Sergeant serving in the Air National Guard to have served a minimum of 24 months in the E-7 Pay Grade in order to be eligible for promotion to the U.S. Air Force Senior Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Senior Master Sergeant Rank (ANG) + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Military Rank that requires a U.S. Air Force Master Sergeant to have completed a minimum of 20 months in the E-7 Pay Grade in order to be eligible for promotion to the U.S. Air Force Senior Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 2.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Senior Master Sergeant Rank (REGAF) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (AFR) which requires a U.S. Air Force Senior Airman serving in the Air Force Reserve to have served a minimum of 12 months in the E-4 Pay Grade in order to be eligible for promotion to the U.S. Air Force Staff Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Shane Babcock + Time in Grade Requirement for Promotion to U.S. Air Force Staff Sergeant Rank (AFR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (ANG) which requires a U.S. Air Force Senior Airman serving in the Air National Guard to have served a minimum of 12 months in the E-4 Pay Grade in order to be eligible for promotion to the U.S. Air Force Staff Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Staff Sergeant Rank (ANG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (AFR) which requires a U.S. Air Force Staff Sergeant serving in the Air Force Reserve to have served a minimum of 24 months in the E-5 Pay Grade in order to be eligible for promotion to the U.S. Air Force Technical Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Shane Babcock + Time in Grade Requirement for Promotion to U.S. Air Force Technical Sergeant Rank (AFR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Air Force Rank (ANG) which requires a U.S. Air Force Staff Sergeant serving in the Air National Guard to have served a minimum of 24 months in the E-5 Pay Grade in order to be eligible for promotion to the U.S. Air Force Technical Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Grade Requirement for Promotion to U.S. Air Force Technical Sergeant Rank (ANG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army First Lieutenant serving in the Regular Army to have served a minimum of 2 years at their current rank in the O-2 pay grade, in order to be considered for promotion to the U.S. Army Captain Rank by a promotion selection board of the Headquarters, Department of the Army. + Paragraph 2-7c(3): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +Exception: the Secretary of the Army may prescribe a longer TIG requirement based on the needs of the Army. + +See also: + +Title 10, U.S.C., Section 619(a)(1)(A): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Army Captain Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army First Lieutenant serving in the Army Reserve to have served a minimum of 2 years at their current rank in the O-2 pay grade, in order to be eligible for promotion to the U.S. Army Captain Rank. + Army Regulation 135–155, Table 2-1 (p. 9): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/r135_155.pdf + Time in Grade Requirement for Promotion to U.S. Army Captain Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Warrant Officer 1 serving in the Regular Army to have served a minimum of 18 months active duty at their current rank in the W-1 pay grade, in order to be eligible for promotion to the U.S. Army Chief Warrant Officer 2 Rank. + Paragraph 2-7c(1): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Time in Grade Requirement for Promotion to U.S. Army Chief Warrant Officer 2 Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Warrant Officer 1 serving in the Army Reserve to have served a minimum of 2 years at their current rank in the W-1 pay grade, in order to be eligible for promotion to the U.S. Army Chief Warrant Officer 2 Rank. + Army Regulation 135–155, Table 2-3 (p. 10): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/r135_155.pdf + Time in Grade Requirement for Promotion to U.S. Army Chief Warrant Officer 2 Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires some U.S. Army Chief Warrant Officer 2 serving in the Regular Army to have served a minimum of 2 years active duty at their current rank in the W-2 pay grade, in order to be considered for promotion to the U.S. Army Chief Warrant Officer 3 Rank by a promotion selection board of the Headquarters, Department of the Army. + Paragraph 2-7c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Time in Grade Requirement for Promotion to U.S. Army Chief Warrant Officer 3 Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Chief Warrant Officer 2 serving in the Army Reserve to have served a minimum of 5 years at their current rank in the W-2 pay grade, in order to be eligible for promotion to the U.S. Army Chief Warrant Officer 3 Rank. + Army Regulation 135–155, Table 2-3 (p. 10): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/r135_155.pdf + Time in Grade Requirement for Promotion to U.S. Army Chief Warrant Officer 3 Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank that requires a U.S. Army Chief Warrant Officer 3 serving in the Regular Army to have served a minimum of 2 years active duty at their current rank in the W-3 pay grade, in order to be considered for promotion to the U.S. Army Chief Warrant Officer 4 Rank by a promotion selection board of the Headquarters, Department of the Army. + Paragraph 2-7c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Time in Grade Requirement for Promotion to U.S. Army Chief Warrant Officer 4 Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Chief Warrant Officer 3 serving in the Army Reserve to have served a minimum of 5 years at their current rank in the W-3 pay grade, in order to be eligible for promotion to the U.S. Army Chief Warrant Officer 4 Rank. + Army Regulation 135–155, Table 2-3 (p. 10): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/r135_155.pdf + Time in Grade Requirement for Promotion to U.S. Army Chief Warrant Officer 4 Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Chief Warrant Officer 4 serving in the Regular Army to have served a minimum of 2 years active duty at their current rank in the W-4 pay grade, in order to be considered for promotion to the U.S. Army Chief Warrant Officer 5 Rank by a promotion selection board of the Headquarters, Department of the Army. + Paragraph 2-7c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + Time in Grade Requirement for Promotion to U.S. Army Chief Warrant Officer 5 Rank (RA) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + "If selected, officers may be promoted without regard to any additional TIG requirements, except as provided in paragraph 2–7c(4)(b)": https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +From paragraph 2–7c(4)(b): "To the extent permitted by 10 USC 622, promotion zones for Medical or Dental Corps officers will be established to ensure that those in the zone, if selected, will be promoted on the sixth anniversary of their ADOR, except as provided in this regulation." + +ADOR = 'Active Date of Rank' + Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Lieutenant Colonel serving in the Regular Army to have served a minimum of 3 years at their current rank in the O-5 pay grade, in order to be considered for promotion to the U.S. Army Colonel Rank by a promotion selection board of the Headquarters, Department of the Army. + Paragraph 2-7c(4): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +"This requirement may be waived by the SECARMY only for consideration from below the zone (BZ)" + +Also: + +Title 10, U.S.C., Section 619(a)(2)(A): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Army Colonel Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Lieutenant Colonel serving in the Army Reserve to have served a minimum of 3 years at their current rank in the O-5 pay grade, in order to be eligible for promotion to the U.S. Army Colonel Rank. + Army Regulation 135–155, Table 2-1 (p. 9): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/r135_155.pdf + Time in Grade Requirement for Promotion to U.S. Army Colonel Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + The 6 months TIG requirement can be waived to 3 months under certain circumstances. + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a Regular U.S. Army Private First Class to have served a minimum of 6 months at their current rank in the E-3 pay grade, in order to be considered for promotion to the U.S. Army Corporal Rank. + https://www.military.com/army/enlisted-ranks.html + +(Couldn't find this information in the relevant Army Publication) + Time in Grade Requirement for Promotion to U.S. Army Corporal Rank (RA) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Second Lieutenant serving in the Regular Army to have served a minimum of 18 months at their current rank in the O-1 pay grade, in order to be recommended for promotion to the U.S. Army First Lieutenant Rank. + Paragraph 2-7c(3): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +Exception: the Secretary of the Army may prescribe a longer TIG requirement based on the needs of the Army. + Time in Grade Requirement for Promotion to U.S. Army First Lieutenant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Second Lieutenant serving in the Army Reserve to have served a minimum of 2 years at their current rank in the O-1 pay grade, in order to be eligible for promotion to the U.S. Army First Lieutenant Rank. + Army Regulation 135–155, Table 2-1 (p. 9): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/r135_155.pdf + Note that TIG requirement is longer than the 18 months prescribed by 10 U.S. Code 619. + Time in Grade Requirement for Promotion to U.S. Army First Lieutenant Rank (USAR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Major serving in the Army Reserve to have served a minimum of 4 years at their current rank in the O-4 pay grade, in order to be eligible for promotion to the U.S. Army Lieutenant Colonel Rank. + Army Regulation 135–155, Table 2-1 (p. 9): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/r135_155.pdf + Time in Grade Requirement for Promotion to U.S. Army Lieutenant Colonel Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + "If selected, officers may be promoted without regard to any additional TIG requirements, except as provided in paragraph 2–7c(4)(b)": https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +From paragraph 2–7c(4)(b): "To the extent permitted by 10 USC 622, promotion zones for Medical or Dental Corps officers will be established to ensure that those in the zone, if selected, will be promoted on the sixth anniversary of their ADOR, except as provided in this regulation." + +ADOR = 'Active Date of Rank' + Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Major serving in the Regular Army to have served a minimum of 3 years at their current rank in the O-4 pay grade, in order to be considered for promotion to the U.S. Army Lieutenant Colonel Rank by a promotion selection board of the Headquarters, Department of the Army. + Paragraph 2-7c(4): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +"This requirement may be waived by the SECARMY only for consideration from below the zone (BZ)" + +Also: + +Title 10, U.S.C., Section 619(a)(2)(A): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Army Lieutenant Colonel Rank (RA) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + "If selected, officers may be promoted without regard to any additional TIG requirements, except as provided in paragraph 2–7c(4)(b)": https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +From paragraph 2–7c(4)(b): "To the extent permitted by 10 USC 622, promotion zones for Medical or Dental Corps officers will be established to ensure that those in the zone, if selected, will be promoted on the sixth anniversary of their ADOR, except as provided in this regulation." + +ADOR = 'Active Date of Rank' + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Captain serving in the Regular Army to have served a minimum of 3 years at their current rank in the O-3 pay grade, in order to be considered for promotion to the U.S. Army Major Rank by a promotion selection board of the Headquarters, Department of the Army. + Paragraph 2-7c(4): https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30301-AR_600-8-29-000-WEB-1.pdf + +"This requirement may be waived by the SECARMY only for consideration from below the zone (BZ)" + +Also: + +Title 10, U.S.C., Section 619(a)(2)(A): https://uscode.house.gov/view.xhtml?hl=false&edition=prelim&req=granuleid%3AUSC-prelim-title10-section619&num=0&saved=%7CZ3JhbnVsZWlkOlVTQy1wcmVsaW0tdGl0bGUxMC1zZWN0aW9uNjE5YQ%3D%3D%7C%7C%7C0%7Cfalse%7Cprelim + Time in Grade Requirement for Promotion to U.S. Army Major Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Captain serving in the Army Reserve to have served a minimum of 4 years at their current rank in the O-3 pay grade, in order to be eligible for promotion to the U.S. Army Major Rank. + Army Regulation 135–155, Table 2-1 (p. 9): + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/r135_155.pdf + Time in Grade Requirement for Promotion to U.S. Army Major Rank (USAR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires an Army National Guard Sergeant First Class to have served a minimum of 36 months at their current rank in the E-7 pay grade, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a promotion selection board. + Army Regulation 600-8-19, Chapter 7 "Enlisted Promotion of Army National Guard Personnel", Table 7-1: + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Master Sergeant Rank (ARNG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 36 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires an Army Reserve Sergeant First Class to complete some minimum temporal interval of work within the E-7 pay grade, as a condition for promotion to the U.S. Army Master Sergeant Rank. + Time in Grade requirements for Army Reserve promotions to the U.S. Army Master Sergeant Rank are non-waiverable. Furthermore, the promotee must be in the next lower grade to be eligible, namely SFC--non-waiverable. (Per Army Regulation 600–8–19, Paragraphs 5-7(j) & 5-7(f), respectively). + Time in Grade Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a Regular U.S. Army Private Second Class to have served a minimum of 4 months in their current rank at the E-2 pay grade, in order to be automatically promoted to the U.S. Army Private First Class Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Private First Class Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires an Army Reserve Private Second Class to have served a minimum of 4 months in their current rank at the E-2 pay grade, in order to be automatically promoted to the U.S. Army Private First Class Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Private First Class Rank (USAR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires some Army National Guard Staff Sergeant to have served a minimum of 36 months at their current rank in the E-6 pay grade, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a promotion selection board. + Army Regulation 600-8-19, Chapter 7 "Enlisted Promotion of Army National Guard Personnel", Table 7-1: + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Sergeant First Class Rank (ARNG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 36 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a Army Reserve Staff Sergeant to complete some minimum temporal interval of work within the E-6 pay grade, as a condition for promotion to the U.S. Army Sergeant First Class Rank. + Time in Grade Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires an Army National Guard Master Sergeant, or First Sergeant, to have served at the E-8 pay grade for a minimum of 36 months either: i) at the officer's current rank; or ii) in the case of a lateral promotion from Master Sergeant to First Sergeant, a total of 36 months between both ranks, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a promotion selection board. + Army Regulation 600-8-19, Chapter 7 "Enlisted Promotion of Army National Guard Personnel", Table 7-1: + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Sergeant Major Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires a Army Reserve Master Sergeant or Army Reserve First Sergeant to complete some minimum temporal interval of work within the E-8 pay grade, as a condition for promotion to the U.S. Army Sergeant Major Rank. + Time in Grade requirements for Army Reserve promotions to the U.S. Army Sergeant Major Rank are non-waiverable. Furthermore, the promotee must be in the next lower grade to be eligible, either MSG or 1SG--non-waiverable. (Per Army Regulation 600–8–19, Paragraphs 5-7(j) & 5-7(f), respectively). + Time in Grade Requirement for Promotion to U.S. Army Sergeant Major Rank (USAR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires an Army National Guard Corporal to have served a minimum of 12 months in the E-4 pay grade, in order to be considered for promotion to the U.S. Army Sergeant Rank by a promotion selection board. + Army Regulation 600-8-19, Chapter 7 "Enlisted Promotion of Army National Guard Personnel", Table 7-1: + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a Regular U.S. Army Soldier to complete some minimum temporal interval of work within the E-4 pay grade, in order to be eligible for promotion to the U.S. Army Sergeant Rank. + Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires an Army Reserve Corporal assigned to Standby Reserve (active status list) to have served a minimum of 8 months in the E-4 pay grade in order to be considered for promotion to the U.S. Army Sergeant Rank. + Paragraph 6-3, Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (Standby Reserve) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires some Army Reserve Soldier to complete some minimum temporal interval of work within the E-4 pay grade, in order to be eligible for promotion to the U.S. Army Sergeant Rank. + Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires an Army Reserve Private First Class to have served a minimum of 6 months in their current rank at the E-3 pay grade, in order to be automatically promoted to the U.S. Army Specialist Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Specialist (USAR) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires a U.S. Army National Guard Private First Class to have served a minimum of 6 months in their current rank at the E-3 pay grade, in order to be immediately promoted to the U.S. Army Specialist Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Specialist Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (ARNG) that requires an Army National Guard Sergeant to have served a minimum of 18 months in the E-5 pay grade, in order to be considered for promotion to the U.S. Army Staff Sergeant Rank by a promotion selection board. + Army Regulation 600-8-19, Chapter 7 "Enlisted Promotion of Army National Guard Personnel", Table 7-1: + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (ARNG) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a Regular U.S. Army Sergeant to complete some minimum temporal interval of work within the E-5 pay grade, in order to be eligible for promotion to the U.S. Army Staff Sergeant Rank. + Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (USAR) that requires some Army Reserve Sergeant to complete some minimum temporal interval of work within the E-5 pay grade, in order to be eligible for promotion to the U.S. Army Staff Sergeant Rank. + Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Grade Requirement for Promotion in U.S. Army Rank (RA) that requires a Regular U.S. Army Private First Class to have served a minimum of 6 months in their current rank at the E-3 pay grade, in order to be automatically promoted to the U.S. Army Specialist Rank. + Paragraph 2-3c(3): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S. Army Specialist Rank (RA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires an Army Reserve Corporal who is assigned as an Individual Mobilization Augmentee to have served a minimum of 8 months in the E-4 pay grade in order to be considered for promotion to the U.S. Army Sergeant Rank. + Paragraph 6-3, Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S Army Sergeant Rank (IMA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Sergeant Rank (USAR) that requires an Army Reserve Corporal assigned to Individual Ready Reserve to have served a minimum of 8 months in the E-4 pay grade in order to be considered for promotion to the U.S. Army Sergeant Rank. + Paragraph 6-3, Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S Army Sergeant Rank (IRR) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires an Army Reserve Sergeant who is assigned as an Individual Mobilization Augmentee to have served a minimum of 10 months in the E-5 pay grade in order to be considered for promotion to the U.S. Army Staff Sergeant Rank. + Paragraph 6-3, Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S Army Staff Sergeant Rank (IMA) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires an Army Reserve Sergeant who is assigned to Individual Ready Reserve to have served a minimum of 10 months in the E-5 pay grade in order to be considered for promotion to the U.S. Army Staff Sergeant Rank. + Paragraph 6-3, Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S Army Staff Sergeant Rank (IRR) + + + + + + + + + A Time in Grade Requirement for Promotion to U.S. Army Staff Sergeant Rank (USAR) that requires an Army Reserve Sergeant who is assigned to Standby Reserve (Active Status List) to have served a minimum of 10 months in the E-5 pay grade in order to be considered for promotion to the U.S. Army Staff Sergeant Rank. + Paragraph 6-3, Table 6-1: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Grade Requirement for Promotion to U.S Army Staff Sergeant Rank (Standy Reserve) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that applies specifically to airmen serving in the Air Force Reserve. + Time in Service Requirement for Promotion in U.S. Air Force Rank (AFR) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that applies specifically to airmen serving in the Air National Guard. + Time in Service Requirement for Promotion in U.S. Air Force Rank (ANG) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that applies specifically to airmen serving in the Regular U.S. Air Force. + Time in Service Requirement for Promotion in U.S. Air Force Rank (REGAF) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank that applies to Soldiers serving in the United States Army National Guard. + Time in Service Requirement for Promotion in U.S. Army Rank (ARNG) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank that applies to Soldiers serving in the United States Regular Army. + Time in Service Requirement for Promotion in U.S. Army Rank (RA) + + + + + + + + + Time in Service Requirement for Promotion in U.S. Army Rank (USAR) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Reserve Private to have served a minimum of 6 months time in service, in order to be automatically promoted to the U.S. Army Private Second Class Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to Private Second Class Rank (USAR) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Airman serving in the Air National Guard to have completed a minimum of 12 months time in service in order to be eligible for promotion to the U.S. Air Force Airman First Class Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Airman First Class Rank (ANG) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Airman Basic serving in the Air National Guard to have completed a minimum of 6 months time in service in order to be eligible for promotion to the U.S. Air Force Airman Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Airman Rank (ANG) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank (AFR) that requires a U.S. Air Force Senior Master Sergeant serving in the Air Force Reserve to have completed a minimum of 10 years time in service in order to be eligible for promotion to the U.S. Air Force Chief Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Chief Master Sergeant Rank (AFR) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Senior Master Sergeant serving in the Air National Guard to have completed a minimum of 14 years time in service in order to be eligible for promotion to the U.S. Air Force Chief Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Chief Master Sergeant Rank (ANG) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank (AFR) that requires a U.S. Air Force Technical Sergeant serving in the Air Force Reserve to have completed a minimum of 8 years time in service in order to be eligible for promotion to the U.S. Air Force Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 8.2. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Master Sergeant Rank (AFR) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Technical Sergeant serving in the Air National Guard to have completed a minimum of 8 years time in service in order to be eligible for promotion to the U.S. Air Force Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Master Sergeant Rank (ANG) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Airman First Class serving in the Air National Guard to have completed a minimum of 24 months time in service in order to be eligible for promotion to the U.S. Air Force Senior Airman Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Senior Airman Rank (ANG) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Master Sergeant serving in the Air National Guard to have completed a minimum of 11 years time in service in order to be eligible for promotion to the U.S. Air Force Senior Master Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Senior Master Sergeant Rank (ANG) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Senior Airman serving in the Air National Guard to have completed a minimum of 4 years time in service in order to be eligible for promotion to the U.S. Air Force Staff Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Staff Sergeant Rank (ANG) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Air Force Rank that requires a U.S. Air Force Staff Sergeant serving in the Air National Guard to have completed a minimum of 6 years time in service in order to be eligible for promotion to the U.S. Air Force Technical Sergeant Rank. + AIR FORCE INSTRUCTION 36-2502, Table 10.1. + +https://static.e-publishing.af.mil/production/1/af_a1/publication/afi36-2502/afi36-2502.pdf + Time in Service Requirement for Promotion to U.S. Air Force Technical Sergeant Rank (ANG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 26 + + + + + + + + + + + + + + + + + + + + + + + + + + 10/8/2021 +It should be noted that lateral promotions (promotions between 2 ranks that each fall within the same Department of Defense Pay Grade) from SPC to CPL may also occur. + +Indeed, given recent changes to the requirements for promotion to the rank of SGT, all U.S. Army SPCs must now serve time as CPLs before being eligible promotion to SGT. Previously, a soldier could advance to the rank of SGT (E-5) from the grade of E-4 from either the rank of SPC or CPL. + A Time in Service Requirement for Promotion in U.S. Army Rank (RA) that requires a Regular U.S. Army Soldier to have served a minimum of 26 months time in service, in order to be eligible for promotion to the U.S. Army Corporal Rank. + https://www.military.com/army/enlisted-ranks.html + +(Couldn't find this information in the relevant Army Publication) + Time in Service Requirement for Promotion to U.S. Army Corporal Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (ARNG) that requires some Army National Guard Sergeant First Class to have served a minimum 13 years time in service, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a promotion selection board. + AR 600-8-19, Table 7-1 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank (ARNG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Sergeant First Class serving in the Regular Army to have served a minimum 8 years time in service, in order to be considered for promotion to the U.S. Army Master Sergeant Rank by a Headquarters, Department of the Army centralized promotion selection board. + Army Regulation 600–8–19 + +Chapter 4, Centralized Promotions (Sergeant First Class, Master Sergeant, and Sergeant Major) Section I, Managing Centralized Promotions + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + https://www.military.com/army/enlisted-ranks.html + Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (USAR) that requires some Army Reserve Sergeant First Class to complete some minimum time in service within the U.S. Army, as a condition for promotion to the U.S. Army Master Sergeant Rank. + Time in Service requirements for Army Reserve promotions to the U.S. Army Master Sergeant Rank are non-waiverable. Furthermore, the promotee must be in the next lower grade to be eligible, SFC--non-waiverable. (Per Army Regulation 600–8–19, Paragraphs 5-7(j) & 5-7(f), respectively). + Time in Service Requirement for Promotion to U.S. Army Master Sergeant Rank (USAR) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army National Guard Private Second Class to have served a minimum of 12 months time in service, in order to be immediately promoted to the U.S. Army Private First Class Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Private First Class Rank (ARNG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + Promotion to the PFC rank can be waived at 6 months TIS and 2 months TIG for consistent strong performance. + A Time in Service Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Private Second Class serving in the Regular Army to have served a minimum of 12 months time in service, in order to be automatically promoted to the U.S. Army Private First Class Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Private First Class Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Reserve Private Second Class to have served a minimum of 12 months time in service, in order to be automatically promoted to the U.S. Army Private First Class Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Private First Class Rank (USAR) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (ARNG) that requires a U.S. Army National Guard Private to have served a minimum of 6 months time in service, in order to be immediately promoted to the U.S. Army Private Second Class Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Private Second Class Rank (ARNG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + Promotion to the PV2 rank may be waived at 4 months TIS for consistent strong performance. + A Time in Service Requirement for Promotion in U.S. Army Rank (RA) that requires a Regular U.S. Army Private to have served a minimum of 6 months time in service, in order to be automatically promoted to the U.S. Army Private Second Class Rank. + Paragraph 2-3c(1): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Private Second Class Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (ARNG) that requires some Army National Guard Staff Sergeant to have served a minimum 9 years time in service, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a promotion selection board. + AR 600-8-19, Table 7-1 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Sergeant First Class Rank (ARNG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + Promotion to the ranks of SFC, MSG and SGM are always centralized to some headquarters. Soldiers do not appear before a promotion board themselves, and soldiers' unit commanders play no role in the selection process. The selection board consists of senior NCOs who select the best qualified soldiers for placement on the Permanent Promotion Recommended List. + +See p. 74: https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + A Time in Service Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Staff Sergeant serving in the Regular Army to have served a minimum 6 years time in service, in order to be considered for promotion to the U.S. Army Sergeant First Class Rank by a Headquarters, Department of the Army centralized promotion selection board. + Army Regulation 600–8–19 + +Chapter 4, Centralized Promotions (Sergeant First Class, Master Sergeant, and Sergeant Major) Section I, Managing Centralized Promotions + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + https://www.military.com/army/enlisted-ranks.html + Time in Service Requirement for Promotion to U.S. Army Sergeant First Class Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (USAR) that requires some U.S. Army Reserve Staff Sergeant to complete some minimum time in service within the U.S. Army, as a condition for promotion to the U.S. Army Sergeant First Class Rank. + Time in Service requirements for Army Reserve promotions to the U.S. Army Sergeant First Class Rank are non-waiverable. Furthermore, the promotee must be in the next lower grade to be eligible, SSG--non-waiverable. (Per Army Regulation 600–8–19, Paragraphs 5-7(j) & 5-7(f), respectively). + Time in Service Requirement for Promotion to U.S. Army Sergeant First Class Rank (USAR) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (ARNG) that requires some Army National Guard Master Sergeant to have served a minimum 16 years time in service, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a promotion selection board. + AR 600-8-19, Table 7-1 +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank (ARNG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 9 + + + + + + + + + + + + + + + + + + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (RA) that requires U.S. Army Master Sergeant or First Sergeant serving in the Regular Army to have served a minimum 9 years time in service, in order to be considered for promotion to the U.S. Army Sergeant Major Rank by a Headquarters, Department of the Army centralized promotion selection board. + Army Regulation 600–8–19 + +Chapter 4, Centralized Promotions (Sergeant First Class, Master Sergeant, and Sergeant Major) Section I, Managing Centralized Promotions + +https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + https://www.military.com/army/enlisted-ranks.html + Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank that requires some U.S. Army Reserve Master Sergeant or First Sergeant to complete some minimum time in service within the U.S. Army, as a condition for promotion to the U.S. Army Sergeant Major Rank. + Time in Service requirements for Army Reserve promotions to the U.S. Army Sergeant Major Rank are non-waiverable. Furthermore, the promotee must be in the next lower grade to be eligible, either MSG or 1SG--non-waiverable. (Per Army Regulation 600–8–19, Paragraphs 5-7(j) & 5-7(f), respectively). + Time in Service Requirement for Promotion to U.S. Army Sergeant Major Rank (USAR) + + + + + + + + + Time in Service Requirement for Promotion to U.S. Army Sergeant Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (ARNG) that requires a U.S. Army National Guard Private First Class to have served a minimum of 24 months time in service, in order to be immediately promoted to the U.S. Army Specialist Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Specialist Rank (ARNG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 24 + + + + + + + + + + + + + + + + + + + + + + + + + + "Soldiers holding or training for PMOS in career management field (CMF) 18 or ranger school graduates with at +least 12 months TIS may be promoted to SPC without regard to TIS and TIG waiver ceilings provided otherwise qualified +in accordance with paragraph 1–11." [https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf] + +Soldiers entering the military with a 4 year college degree, or who have certain specialized civilian skills or training, can be automatically enlisted at the beginning rank of SPC. + Promotion to the SPC rank can be waived at 18 months TIS and 3 months TIG (meaning that at 18 months TIS and 3 months in the PFC grade, the normal 24 month TIS and 6 months TIG requirements can be waived for consistent strong performance). + A Time in Service Requirement for Promotion in U.S. Army Rank (RA) that requires a U.S. Army Private First Class serving in the Regular Army to have served a minimum of 24 months time in service, in order to be automatically promoted to the U.S. Army Specialist Rank. + Paragraph 2-3c(4): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Specialist Rank (RA) + + + + + + + + + A Time in Service Requirement for Promotion in U.S. Army Rank (USAR) that requires a U.S. Army Reserve Private First Class to have served a minimum of 24 months time in service, in order to be automatically promoted to the U.S. Army Specialist Rank. + Paragraph 2-3c(2): https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/ARN17424_R600_8_19_Admin_FINAL.pdf + Time in Service Requirement for Promotion to U.S. Army Specialist Rank (USAR) + + + + + + + + + Time in Service Requirement for Promotion to U.S. Army Staff Sergeant Rank (RA) + + + + + + + + + + + + + + + + + + + + + + + A Junior Enlisted U.S. Marine who has some U.S. Marine Corps Private Rank and is the bearer of some U.S. Marine Corps Private Role. + U.S. Marine Corps Private + + + + + + + + + U.S. Marine Corps Private (E-1) Role + true + + + + + + + + + Ukrainian Navy (Fleet Forces) Commissioned Officer Rank + + + + + + + + + Ukrainian Navy (Fleet Forces) Junior Enlisted Rank + + + + + + + + + Ukrainian Navy (Fleet Forces) Non-Commissioned Officer Rank + + + + + + + + + Ukrainian Navy (Fleet Forces) Recruit Rank + + + + + + + + + https://www.kyivpost.com/ukraine-politics/rada-approves-new-ranks-nato-style-amendments-to-military-instructions.html + Ukrainian Navy (Fleet Forces) Senior Non-Commissioned Officer Rank + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/ + A One-Dimensional Temporal Region that is measured in Months and spans at least one Month. + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology + This is a defined class. + Multi-Month Temporal Interval + + + + + + + + + + + + + + + + + + + + + + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology + Month Measurement Unit + + + + + + + + + yr + http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology + Year Measurement Unit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cco-extensions/candidates/README.md b/src/cco-extensions/candidates/README.md new file mode 100644 index 00000000..924f1e35 --- /dev/null +++ b/src/cco-extensions/candidates/README.md @@ -0,0 +1,5 @@ +# CCO Extension Candidates + +This directory contains candidate extensions of CCO. The contents of this repository are being evaluated for inclusion as part of the official CCO extension suite. + +Any such candidate **must** be associated with a branch for review and potential revision. \ No newline at end of file From c880d93cf012da1da14dcdf69374ea20c32d95a2 Mon Sep 17 00:00:00 2001 From: John Beverley Date: Tue, 2 Jun 2026 13:57:12 -0400 Subject: [PATCH 8/8] updated readem to remove purl lang --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 4403f3d2..18562bf6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -# CCO PURLS - -This page is for testing the CCO PURL server. - -The CCO home page is located [here](https://commoncoreontology.github.io/cco-webpage/). -The CCO GitHub repo is located [here](https://github.com/CommonCoreOntology/CommonCoreOntologies). ## RECENT NEWS The modernization of repository artifacts, issues, and documentation is underway: * Initial cleanup is expected to be completed by **June 30, 2026**.

      aBN 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 !_AH3s<`wcL*V$PxlK5 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

    >%sB@G5oX0?VR2x|-53h~)7;!|kfr7S8>Dn_ND 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Ȣd-W6x!g}r?3wk7HnF6|T==KbC5?UsJzO7r25 z?mqY!Mgrf@E+R?y_DcwCCuk*p>TTV$=IGdpeciWIP}h<;Fw)N2v)7)gVdX92nZkx>lkU@PJ|YA!$^u0%#_~MX zjc<7%iZBOIv-sg?HZcV>Jb%YZ9Ho7M02blG6v<@SWf?TePA%uZWfGZ{JzJ|TFnSBv zhDGNtj0c?A`n?HwYUd$8wRP*EUR8`l3VG+5AgPBmQJbaF3gi1ki}WGy+E5y;AvYNC zYTuVL>7d?uZ3UOe`Q}8R;c*@ZrhN2nm5RFkrrQJo((3I^}J_;I7&xtF)qj#KQUQf}#0H`?Zp>KX)=9O2#!bA#lYu zmL<5(jS`gHK!w6xy-p-|wN~_ttg|lM(3Gm7y5o#uMZl)9x78Y3AQ>W)%(PT|tdF;O zHt~bvZpp$41@bCF0T7pJ z@o`O+j~JTIO}s_2TpE~NYEs~Ox>1b`*wz{Uxvi@hWuE!_Qo7_xV?shz(+3j&6rXn? zL{!(uj+da;tcV>?5TJ@uu4$>?z`ZxovdqZe{$?n-MhZZM8u!Dl&!rE$?}%A)W)!U- zB}F51`9-mSH9MKt`sVd*Meq`Ec<<>8)hEonUt7F$EIZ$?Q9PNFbeY%X$&5?38OB{N zw%-UbjC%6`nW6gZV@fwr8JQ4ZUEb)+*52v6jVCp_4F>Pm%I6R6&699HiLdX)f)0gsI~<*IEVHR)^6rtaaU)A4HZo8VyijTtP+l z36aGS*kiWeb6o}6b(Gdxj*W9bjmM>uA1`KiEf=_YJ;3A0pW8wi3O+m@$D?+MIFy9L%L=yA~&la3QloucL`6aRC z;W&>}8?GqBvp!ap+pHHG*4kgTw0@npyP$ef?1yr8#;v_H11U|h>r=;?dnP2tWt3J1 z`P^#EFiKH<`VYq5JAlGE)ywy;H*mwoTNmx z0(Q4Mlz)VfgE5s zKzV_OsN`8X3PN`{gsJ2|C{(nfvuoNR27Lh16=YGaO*VV6sYQ&M!`b5IN4m8_0BXM25?lVr#u`RX!Ot+4^wHCIGr!z=3kib9?oAA$F{C3K8 znpjTO8<@1@7c@dnEEs{3>kdEj{=MuXf$c(Ntbk6VfxwOWQmshBwz?!W$Az;p%HYMndS8E#V3(OCX*h;WU+D=SRk+&gQa%V2fI_BSfQ_EIx3w%~ zWotLd;&P|Z)>r!p4I3!4>bAZ-J(hT1$C5g(2JY8{iFu<|?DOx5+UP7L5BN*2wYt{^ z*DTj%J0v*L+vL+dHj^GbZZ-<5kKzx>Skk;WpT}B@ znOX~sye5KOB>1q#f`6aYySMZ#dy~dF)#xwG;F|D0?fonlrASZ^?N5 zO&eLR5zM^pMWH~5oYBA4E4wFo)C&UN* zDMg1R(*zC#CVO-aPhcX?)oO`vCDZoE6td|$16jOP%4m-Q-TYeOSQnjXNYql{p3bA| z`%#m}YoA*pPMNNt@+Pi)KTG`pP5-kWW zOmo%D*xub6vj9##n=y)Z6VJcUPt*+g^(RX-4E3B&+)Ukmyy7sLh@Q26lu+9<^-F+> z44bxiG|q{6&0+w!Cj|8~0L}O*clawAkRzNlM#klu$G|YkTvt%JUMi{h<(9|gj(BkoTPV{06iOQW@UC3xUw+LV~RD2lwiBQSgmwCt> zogyl^3sf&!EqBc zh!7!t-jZuxAy*@<18#f3hq2=3^hDVeUK5b&jD?!dN|Q9G$FA=wYUx-nKq4uR)) zzjUqV!j)eZJJk8CP(#1(`0B|S{yIHk#tUD)n{Rxw_QU*sX;OZ)YwrWzn2CHYN=`uS zFfKvj0sN#hjIoKDk8CWu$l&2~I^IzI5T4UM9 zu#V{N1cF|V6LY*VYyDFP{;2j##q-?R{F%#@JRHa{b_zzBWRR9 z48cP|&vASjJwEBu0ME9cV&60tyD|4-0m4>cbQv%2HAmteJ^>HmnPu$T`s@}|d%4W~Hk}dEuF!vc${oc)zc~%|vLR7TUCuqd zaP`H=w(tZR4cJ{iHH9(B%O;}zonq@6Yr4ylGP=aW@^p3W#{MS2teB8ldg;GK1 zB)@8tVljC-AJ0j4hs_=?cX@^{y`HB5LoE##?&Vsoy2HfZ1*|`N^6Cz`d{Ipa z&Pl)>FKvc$*M-|F!6_lMQ?TgiMl!iQ+ynv+Dp^q`P4}H|?nZ{<)-a4oS8bVHbS0^b<_^RS3l9$BIxlU#Zc2xwcsg(NdFR$cpZ|aaTxdmvHVl<^c1) zwXd^%jc00e)EvTJ!Isp`r?J7GYc@exzspyCH$QX6M!7WmdhS?oa(ihiSAHl{itnKqQUYMfAvk@BQ3IboQU>IU#eK-+01i)r?rlk`9WcvHnNCu+Ak-r zR-sx`^NJU!QKveXO{=3+y!6u%a45Q_2jHlImgMCLqaK4Lzq6&V9Tt_IS3E^@I2_n& zvR=>-*%LzfBuMlxCqCP)vU;9pIPCtsyUTK?FOPeL5c7{$FW+m#D>S2sq{YZ#pBxfSk2P(n)>FvfsZ&=1eK1mD2E9AT-hY=~*BI3+&rBK9X(V47 z+Dd&?SS`L*Na->h&zuuatEn`_0_cuQQ3#LSg!jM-92-1jkx9ruiS&O7 zxZ!hmc-le2GDH;PVbHn7=XDvy9j|~a7-hNhnWY&C@(|#%nTM+K{;od%gqWD`7V70n z%PHhjBo#3Bu2>RJ(k>i1R(^gFpCNmj*#CH`PKMBGemorU_BC7*oLzwdV&5PTGR@fu9JU%9DO@iZawM zw2rFng5s%AD;#>ZYkNRyBqZ{@{%jfb)=PmWiy`(aMh(h@;JVxf;mBK?iPw%k)JJw^ zx6g%>dQ$dL9nT&*zue;)v|XN>vN5z&83^7NOB-)~uZ> zyXM-@38pv0J+8u&kM`UQ5{U6()fM*my?NRl-lfyH!7~^W&}m{84xMTGN$(hsUXS)s zc;`5!MybVxVR?(~7jTS`+7k^Ve6)S0-1Hc5#Fl9|g7jhQDUuPi_tCV#HmnPCTAIy| zz9zMQIZ-jH^j`mzfyZe>z8p`-!@8l@%{r3)YHlSuN}ewcg^=&}<6HLW)T`O#3%|LL zj;AOSv5M*B@>3@r>XAmQz0U)T!*1D0xR{voooxYV;rla^FwhOIf(3Nc4VSAtbgNS- z_BN;A(W^g3J9>&c)3@dG1oR-hJKb~<*B&9WbqaKEoJeDJ%{)2_?s(j2w<>xYC~J)F zW8nNq4`dMgCVq$5$G4hxzo43^0$w4u@+r|A^jaan7YH|gAGQ&c4{c%sAz{gbM)7a<4jJ;lEQx8Xip2R=U`R%DU z7E3hD^L%EkS$Z8mMIXJt3Ul6fi+4(h0W+tO)6MdMQ4?`$9PqArNGYQ>iS~ z)hs}}>75;Og#J@M`*h%6r_=~$uTP!|{ALpmny zI0c@&AV}GWVZ-_7)j$AGnw4{gdU!{11`62)fAw+}DS*%eWVQHwK$C zMR5+cHKu9`^lL8DVs({ZeKk?kbvX0ieM&$A*%C<5)rMW#4>C=-fSkY;W2r^q8V|hb1ldEQ>b2%c-@oxzk+!42Q7aUnY; zl~Wqht0yw&HEOz<^Fgv`=?3g(O|{~2K66{paeMLUCm%;fVueEMQ+mO8Yn^qsxpeir zOieiW?;$8eRY7BO(tOTo*qh?Zy_yo!EZF`+egG;#$C&#nuo-!t91^cx_MM`Qp+ANQ zYK4+r3#iZmD5*QOdD5OH?-j&Gw7K73K#C795@y*r=cAyS^)wcXtzO>_n9Ujf=DXHK zzb|vlznW{_U|ZN;>)c$>(p;csFq^ybU%q*gH5B;esFW128@V#D2mQN?CoCXL(==mc zZY|lFFbet^rQ;+yL`z$&blYT9B{?ov$C(_vo%D; zFya-lW{1?sF^S_ZPuB2`mUD-FRm;$`C-`OxyyjW;HArzJJdDFvo4ocl=pk)BrW}vw zq@d`tSldkQ`uI3Pu00-P;|wB|RFw3g@7tZZ4y(cv37i<^zY6jNR`JY*+KC+iZeU69r!!h%%cyPEwj&;&R;&s(rwsUkmZP2Z@o)daF+W0!pX8I-3e|Bfw#aP8G z@XVE93gURHzQ_ZSd$67dvEt23`9e$nf2h`~43UjL6`}?^exN=XYHNN3SN~p`Zf&dZc5t+dL9VIy5uZtP$uy zjjmGV!#st-@o+r)_yzF}tFON)HU3(xwTRPaUOLeT4Om~i+@&i--7cMbcUNaQ-|XFb zKSCtWcW(gref=OVG?J|7Fuci*|Awla?o)5oFmk|Z_66Wz=n343(2!;4Nfpp@ZeAkH z!{~g_1>_~Q3JmJSzLOgzz%aAVJdtX_wROpIoqaEEt1%lf&EQ;7HLUItx*J3$oTB2r zr&2hry7up@Tn=d;hyLt1j4F62hp@NLPf~}F$!+%y@Oh4ds)|2go){_0w zvQ_=86~VZ2@qA*4ngyAzoR@D|it(7#$(+l7zZ*~EjMn-5JUx-Y?K9_;3U7(Q((bq*D0-ihOipYa0mS5^N?SaVV-(QI zywP^s88m#@P12`#^<#D(z1Oe-WC&F8;_LRPBs1xoZWtSZQes^Zt8sCtQC$> zDVj2kUA|P0T}D(eYV;9r(_`t_l z8k2c8C&%OD)+>Mro&+3P=WjXGf#9%VgmNQ%t5i_p5M_Fxn5HJX&cZbb!4LRT(%0ycxzMsc zH+wYQS*2;O0N#_HMLwn3HRrycChUA0LQEYestpA`l-)9{{_a7-H)MvvoZHI83Z*8c z(q`PEGRj~5I+Tl!U)0MvrlbJq)XsI$bYcr?V|-6KzuSP}KQq?9@>bxhU!bIKH%Qp3 z?v-=@fK%Pq*^~G8G2Ugawhvq1E?n^cF){K`=U&f1B?gI75d|wf4gxDP0a=3{TuOs$ zKu38Uy6JK0q-)t&dkB^_voumB7@+vq1OL~RGo~{VNF#iV!CShgfRnmZ04#DD!s+el zDqTg#+CVBk>zZmjCNT0)Rw%gyOb|eiFGY9{kP;Y+X1>f~KerQypb{iTrg01(Yu0?3 z{3&Ly*3s)^P%ST8=I)q|MCt$HJ^bEMcpQ*9&?qnWxOP)@DM2W~`FqCyenTn&jCDt& zn*3jh`=4nLga$0-8BuF3j?9>HfPHd{)epVz8{z`%`oFXQh8AngwjD9cnrFSdGjoU1 znbzi61ys+c)(gIj$4FlkNtYu1bHpobz%pBBlN-aJ`1cGq{<$2SE?fhV;@sGtpe1Y-fW7hq0vYF(+)~gVdy*%)@rgOfg6M~wg1b)HN?=3HJ#H)+; zFpW=tT{=W%fqy}2qmzmI|IGK_6A!!*0{{8^=Q;#S(SQH;{}~@Zpu~hCC?+fPMvf?x z{r$K9Z*M|<{)AEohhgO3^ZLKOL1zZmd03;p``7>F!~PCTA*hRJ;6%Egrz}PL@53Pd zGYe>(j0%zeGot>lk0*Zqld--m1+oJR>VK~G|M-q%FE9+Mt^VDj*#DfZ|L1+LAk_Q4 zZT+-L@&7)Iuw-BuqAQJj?EmdkiT&>XtU<6P#$4!s9|qc=H4%!JR3QFepW3?@c*W#s zAM0-1|2_seQ_L}^jujt@=zTZ~EQXb$KImk)tp${ASJM#r5 z&nO&-(PYw+;jsj|q}B&hL5p8M{K#c8S8gPMsfh>pg;IK;O_+H|DCoQk&g6HcYbiuh zzf$ORhlR26z?}6mIbcnHn@#9*{5gf!wY)77GgKNtiK}dRT2#1Mz5Tte&`;atz11tF z1Q<1EH2wuu{i8JO##^0qhJ55dJc%O8=WM_w$=+bF&drp3UeufTA#tH zEs!46k&P~q<5fSN-eb`V0}76_0*{-+5kMe|BFy79d9(ZBN(ms+)6sI2PfF^lBh-z_ z-HzYr*V`lj@*CQdfaX&SNdO#g9C`A|;b8-SErZK*NErT3;sq<^EJG`mNZ&L&1bPO; zu=5<}TCLS;u6f!v9l!s<+S5GKpw>@E%6Jt@2r{76TN?t!xM86Bb&tfaqti zn98sF3SqO_JeX_m!mG%~a1;MVh{;J?>ugf z4^;K7Ko7gnMcNgan5bEoCL{3|7dPo7BCsi37T+B%l!XC%8Tyl@`UF7m%2Y+r46W2Luj9ayY)I^suik=qwbCEboB-PGcfwTtSdQJK@G2 zgj(e+xax6KR&91BfH%Oo4q{+(KC`hsN?2$VCv(@O=;fF%T}?#LOjbywPpS4MBDn(? z)-GQYztMn$3zW)_z>zV4_CcAGVvau0l-}2ZB?I;dqYxo0FqY`PY&BLfNdhm()P%p% zqtz;nyR#&jvcfv{3yqDcKbSj(eQ+LEKyDADRCA>wmB~_3l6}7UcxaY)0Yp3 zS9o>>1wC)^=e(WR$lvRqR8f#W!eEc^qHonN*iO<{>g++5F7hdaR>*g$hgv2Za1Xoq;EUR2~^t*a1<2s(?0qd0MHFnoie0Olw!0|~Sb>`_x(+C!G zFwn+m1+YA~554;d3+U+ENCAOv)_s&MX{thz@3$A4vqnEl1C30&AVjQ)8Jb>6Zq6g; zgm*#iqe=cAX#~HM6&rhc2teWuO}g~%SG#d%Gq!-6VAJtxGTF~?2L-^;oSip{?oYTW zo`hA?jl1a#`D*XJ}7Y*zv0E-e%A<52~WENNL15TJ{FbEDJ*+4jOeflMb- z^C%l5Q(t}Uk4W)%4BVKkJ>dVE(p$VtpTMYCs8aO(N2b{6Ill4PT3fZ$FG@)W3+XGH6fu<2uNhP#PKz6+C_ITGa_*{| zY;n!A^m>3%DYx*;VDcy6?rt-y+CU+m8PBA@ChdK`@#&~}`v0(Z)@@aFZM&BcK@<=W z5Lk3bm((Jqq?<*9v^0{^Eg{|A(k0!EG)PPLqCr@6EcWDn-ur%@_uczA_Wl6-Kh!16 zIT>TjG0y8ef0ygGLd(+M=c6o}-A=14xT=WObexD!4H8qHA>^t%{&Bfac3t-Njyp_1 zgm1OqUl1|ensAzR$@acZV@0F#i>T(hyX#~d7X*KtFm7l^r3O0bsmP@z4@fuJtx<3m z)9m>#t#GO|*cl9+qY(Jul*6uJQ1M|C)x6^ZfN!ZaYqRX(y0tjxPz6-(uayM&Fi63h z{{2?%Kjl&+VNj;hcVFuGS87YrNpNf}>V*p9h1r}3PWtkJRVoUR`WIES|1kbT8;&QJ@ePQlUvdRQ~`YfB)DSRZ7$Ir8mu7*NVJrJ zYrknZ^?KgN+dDX~bv?}#U2{#L9dpyG>ej%$M>}9ofckB6@+F1GY zn^;HBBi=?J><_{p95fqb@dPA?!#toy72ikVIkoJp-Pv;j;&W2Y@si(PZui)&a*H^O znJ$40@H>%iT=HlLFK{W(a%Q}0KmmxROns50iPqZn1I20#)W42J0gpVD`qAPAdHw^x zt{2=j#mxpk`WdO4Uh$s!8XexS zHIh1e^Rmy$$80fq(yY`WnRQL(mUoSDQeX4OG)f^1FxgUk8Uoe>)Zgp(TioY>4!wDd z>~uNX8E{RIadcPXDc#_e>D^Ycx`fS~4M4bUbcsGL)b2Z6H0O;*0ZIDZ@eMW3PW#sb zDbyv4_CrkeH)rPiZntNX3T2i`1utFR?9@LoX>7%zYzuX}v>wk1G;Y3k-ghyXE}jNT zIlRu|RPT;z-^Ub4)2cJ;Mrqo{!|1EeTJNd!d!LmxOzR6Wdmm^+YlUQdiVm zkEf%(?_@Kc3!S~x(=sRs^uZ(-T2!o9K$J?Si;O=!`@vLYrL%AMt#TsKTu}HF@`vBd zoQaevVE7;HBgzMmIU+x9@CvPJFU=|gq)(iQS8kU_Ok>WjqwqV`Qp~2b;eC;BE%r>9sS9@j{h!3K7I4de=USjY^Kqs7ZKk5Pf??l{$Lov^Vvtvi1JLYE*ZIi)O}sEzm}q zQTw2YG#YE5uL#r511r_$spHrC+slDT=_jtxWV7$__V0b{{;VPteb#lH-WAam3ERmh zNbd4U#$P;Af_E(;_W^B=84TKd;yng0SBBDf9gL@Tlms2H?+QwpR@8D|kqHaG2+;Ud zx8z^G{cPnY({x`R2Tw&AUmTX7J(*bJG{{i@u^OWldeh9D)<+D`&!vAA9czstJ-Zl+ zRp2Kd6PTU0<-2?5R4mYiOxlx_*r|WDS5lFek9~(l#>1sD?DV*7!6PGSErREzye?2*P6Q8J$otBC*YH2#59%~$f z%~k8|k&Yqbh}?43h0aZ70Tj6RZth?+98dkiwS5RsRu*aH(<)tZVW!`)#r*<3Z!e?| zwQ5U^fi()186bkR#$(t>pKgwtgqs#?)u!x|1M8iIZi)N}5B6+4Glyd8zO*lr*ot9q z=>FRZ>d~jOf*JcZi1)y0YYGN8U>F0Cgn0)3%_ieHy)kNN3Zp(%g2cDJF9=o-FMlVG zuGFa{eK4CPpboXDH!~IFU!n2l)@*9O%6U@;rJTzVn`eX&XDrmJ2B~HFMBsWd^SK;F zHSf=2#w}Ws_8jaMQ))h#0_QC$f%;Up?+6dl#gp%n-B1+N+kKl3Td;LkSZULchuFW% zG|FE^tSBvZ?@pT8G5m~Js5EG;X{v}%Bq(=T*Sk3bj^(CuW3?3<=`vxg=1ax3K(X?u zujM6FAVeN;eV7)npt>+D!UkQu9L{ee23E(5cE?DCA`mXUR!X9gZ4iz*Ruq!4&pZ)9 zWnc1B(&OH;sF&+hxrO(A6i$pZgH9^ABy}4yuoEMczN2ElG>*al*ITq(ok@1OnMDJpA z?DG-DDzVRVSuZe@zc=-U;ceRz(u{j)giDWKW~i_46Pb;sB|KZGMKAInOcwfOi!cFR z2^msq(AYU=JWk_=8eJc?dQd{@9uw!wzN5qO!8ih zC2v%Hal{$WYsrqYysnGCSPzV?vfEtJyG|#%JX->yqA}Xzm2E+-t8@G;uS8&6>&%-ZROBP#pFTQH3qv4GyX%kx4{F%Gs@o++Fo_ZElqJI(7*5wMw(yZRrNU#Hsu3*QG&8V!mP8u%Uq55j9 z)BNcRWPM1o-<|aC=r)m|(y zu;^+g?%wkRdEZ><;b4;7Z`98W>~cXU5X1}NvRVA7sb{-Xw*(jHF7#2?bDb-}!20?j z^14HQqju5+2{idq?O7&o3<9MkkYL}YE^aoi&HW?$!5#jm8}rdNnZp`jr(x0TG`|-{ zKzCKU_wE25bLqN!?-o+G52yf~r;>dJAx*hRlqxi1&2f!m*7tyLW1*_0#*%qI>ij{_ zaj?NjFS+ZEp`xuA{6f!;FU*oS0_aoi#Bw3IvstGeen+QTs3>gH9~AN2Q6s5S6Jk}1 z;H4saDfd`_7rL`6Jv*KqvrJ57J+1)B8o+}{r;hV(UZPX4&iA_KkgVZKljNaYv>CSH z7)^~MVb-8&yvx7@z}`-WpJ0h>Bi7e|>#$I%4nFbpo6y6ySEpFf8uFyRz-igtox%0~ z$3GD^FoN@DmT2uscW4aQ)2g~Ep?zf$bn4c4`&II&D#JxZYbYoz9PJ-@4f~a^7|ZZV z!Pj*c#RR|j@^1!~Gv(1N@xA3Rq<7fXZks!7w?>5Bt$act&VWmaK}?!qJ|RQ0t4^nG zs9fqaD~u758x#6$2Ai5#=q$>Nr?for`c=-xpS2h2bj@+?UxKmxQCdyHpZvLekMus< z?VJ#D;XD{B^=+Wid8yLNpBb|3W|=k3wyMxEfyU-Y2*SwkoznM)n>Uuf|L`;2W!YR? zo&s}ETh}uSXxO5GZ@|>&b(Kv>XIG(4+!MC7*UbT-z-OW^-kDFj9rk@y!Mc!I#XcG4 z80)w6)T_S~mJMhQblRVhdQM$FtD4XZkVfk+yVXC_Ic1o#ibFt{N-vMl$&f`HTSY@C z!K>Y>=+xc}vzT@cNJFrytwBw^AQ~Yitlbu9?e~pJvE)j)Rte+bP?7yA_$RI#i*D1~ zUNz#cS^KNUO?C^BJT-vCN>V>hK4h(#mxJB9$S9V6h&9>859awb?)$_AC55!-^`XUf zah2*mY~FGP3m$?)JD1Lz^!rCYNa@h>wf#LN*jo1018hw2bpstLX8`^1{%Lt(G#g)h zRGpS){06w9WKn)6LNw2})?fge+VM0hF}fv_^%P|`9HW6If__$x0jMmZ9s?Rq{M4X8 zBF2}xcs0ndUHX%fdG2_uII;Wg&9v{*iFGk+^Sz%CKxDyQWi)dVsE*+&crY+a!WT#u z?BLg$sInFa3GeJCr2{^D+d`8`H)IUD6PWF4Emzdb;tE=*VzR)EGj|P@FFTaJS~?xV z8+!R#OcmB9o|>q%{jte_Ezs2y<5Q4m5Qf%R+P6WFg4!0z$bPcFnf19vIi(j6E09r1 z;=at)`_iV{1hinkH_;C+}~iBO$|5Dk-K&`6tmCPJVB0;08L)OER6vmZ|h{#B7(rRIR7!h-b|x7ZrgQlm@xRML`AZV?qYzenX8*NIt+g5 z^K#jCae4YrM&Pzq);RqQkK5zU+kA03YpBZ zK<-~_9XfM~6p#_J$}Ziicc*=Bz@RqIXn!d)G+oV96z?|cw^n5~kc4H=j`r_@9u)~< zh*r|^LVbm!vS{K`*N4HTg3RuwJ|^A5&sgOr2;Y%Pla@;B&*64}i#IgVY|@Yf?rZR- zKtv!iPKMD?w0Y!X22kI8Hr=?8`{0Z}CMq;tPf;2Q>r>9;s7XV=Np^{?gW`!^K1EOxOO&5O# z_m`t21RDu5l0CEMi%M!LAU`m&dpUXfTmrnD!3=Dc+D#qDD{Wdvcxaz#p9y{OZF&c% zngdHP+nq3-T;70WtUp3QV3#AMYcAxp*1i@IA8!qr+kgbGOFogt&gr~2QGZ@s^aW!! zIQq=N{>0Epe((@agv^C2zxQ_Hy9{GJzH|0_h%7T!AbQ~nHfV9NM)(YcuYMdopH&}d zE0UZAhG9jKFvmKw@?AR;A8oZ&Tt**HzkTW`A&~RpL<^#(?G=l7iRoieu4DC|>r+AL3yFc?a`JRWl=+3eglw zA4D{mc0D`?%AslH1Yat@+vwI8057lV_3kobg4RA_()^KvZ^kOP0%zanJQW7qHXomq zoU%-L-lp0QoJXCGV`kpnTo(-aP4iCdu0kNPbqHYuzpnRQ7zq(j5-cGbz2tZKwY$~g z^@}|4+R+h}s)|Kz>^sozN}DokRqs==+i0fx?C#N$yOk)CE(Tbr^Cc+sYN?~255|qK z>!q42kl|kbZ4}$_aZN~0Kkm7mB4*n0VO#m8n7CyzihMsBw5^)K-{?=WpzlWrYEKMn zp=k;k~r*15Ro3OlsiTD!o!Zn&v*`Pyh0S}=;KDJxhMq^GaE-nrnv?0n9RJ~Z$Y z9e?fvb9w36D4nGMXgCr}<0PI=WnN}=dbje$#e4sE-1Ngn6ZPWK9^>RuPA5U6p2p2- z9epf}3FM|^EoEY#uIQ%M!nxtJq>)4g+^q@vblII}efzipt=PA7KDO6q7G3NCKvZ@Z zPb6&s^X+>rblOpQVin`wAQC~xB@fY5(t}YLSESi<49n@@=-W62J3{rcsQ$NDwL$Z&;nO+g^_ge|2Tz71vs&aceSHc0T4!)>ZC zs^rzc?SLbZ?>@fZFMP&ex37EB??363iJ2YhJ;gf!TJ=pfmzl_-!r)Mo4g@)+MOV_E z1XgcFC)7_vX8fe|0K2VLyaw$V&fBi%M6q5JJY_X<2!yvtx;XjGb;2Hs5!!aoVM(%c zyP|sAw<|=pK+HP*EML8q#QlKn4ePH-UVqEJk@RqtH0!d(FT1Z;oU;)i!x8{nduKn>v5Y0RjMTsu4y!^= zvycdf4BGYdV=g=Ez>wPWTG7a-?}w>#Y|%b~<$)f$Hy;Yw3#z769Ak*6ZUI<{vnQ-bT|!S^h-z z5BC)nS-D*=Y(V4kE?mHo*O;gwT*GcZtHtVxyAcTz|I7cfRe5y+{nitU-VH;W? zZy>0l=kPFY)ORSS@>V$S`W3sV+{b4t6>yPCOv24(B?GVDl?D?>ok6Aa$kieu+dWXG z_TSToFfCi^P;VRS3Y7#qtzZ7sSLqfFP3=z*{s00@U2Oue<4$A&pI{9Fsy*;<`=1BH zz(A=!71J`^rY;4y&RA-UAH{d{Fx9rbR`&((*g#92;*tCD%R~cF0f;8BMZk{TZY`I{ z+4&{>a%)Dg9hh-YNkol|PAx%2R`E|}=^MGMm<-;*jHvS2kjw(Qyrz(M;Pm$I15{D0 z$6ORY86EcPtm|sc8z5hStuUligAOR>R2M^Qz})-aoC?0Zl_mQEv~uCo1g2A~+eI8p z`(2kHusl7tz*3Ma+5U|MO;6~J6uKxJPUo8~&6&MX0r6?gG=e8^$I`m^X*e&ou?+#g zUmnCd5;)#t_w}dP`Oyt`-;0r(+!MbAvPlbdFIEg17&@!n9^goIwLcaLOW}j(BO40* z=C6+r!cZM$TgTFjAjNG-4GRH`mr&(3g4jNBI1`Joq3R7%*Jkau>XPcJQPIuD4uy;_Lz(o`u=#i1khAF*m{%??T7i+7=^2{=zEYhrI9%ym@Nx3dQ{%y`09~34DXL zW3osL`AbFC%7$D!^40~*U1zH>?1gskc6G2fk?*p4RG$?-_hn?0PMG0bL54UG)J@;H z`Z$DJZyF^bFrzsjPol-ZAP8%D*z>4u9*%R=6vz$8zhog{DmkT+ilvje){LQX@X{@{ zx>+`Lg0COlPvn~@Ox3TAm0&-Eya}bR=L4A0mAP`355lv7*FQ)@39PhA z!285|uDLP#MN+7iGpDE_^4tp1xQgR#1j$+cvAMfHQDz+ww)SrZoxI1u3YFhonVw-o z<%X2%+2!gSpu-8YB;Jcm$(CuFK}4;Y7jy{X+S-Q5okS1r-RDWc0n~ZCE}{%uRpQNc z9q=S9D3Ye&@^|E2Qm;F-pgNHw9p3Zel&i+9DyXihZR)LK-T)i8+-i6n(-s!ULN1|LxcT^jdb{oQr(SmdxusmkA#vpJtkey5#qUX zHecDf#7+Q{-g!kS`7P_1liOfAT}FXJT2Gpnrj*fi-~7Y??>7rd2fdUMGDtp`;f6K zGFx#OJng2+jL)B+`{RH@H^hWYz(^s#nc)Gt_=KS zCMoU`4CIIFm?;B|E6z`cpw$mEVU2NHa0))J?K>Cat@g8qW1c22tB|mNL-jboW@=kP{mS>M!%_;fOZHo3V3>_X0zlSF78){K@ub zK>|L=QEPqU>qDy`#WA8}BblVWABawcvdK9Te^f8RRyC`&!l#sMIJ;ivC+&N*0o_g< zM^=;af4?bbwXM4kUsf>HT&voFucM!q5u)XY<^{SIylxSU&;#=o){q6?`({{z+vgIX z0(qDF-;+nJ98kNlf?tXJ;Qs)Qt)FwwXC?g=BC+=O7%Q5qkzS|tLsW9MVj%=#WLiPoT zG-E)I%dX2m>Y3RvD-)LR;`w5@V)KJ zIN;126!Wf7MnWYC^FrQghOeosh4;;V@kwNV<}=9rb~ISUrfAkWyY~JzL%hl~=iybE zGfiLU?hvTiYoS$mM&4~cn!Z1u-PvNwsO%7Bdo%jHYCYEZJ$vJE`IJ}MqSptIWq}Ek zP+<#uSL0qr(vN@aN>ow(XjEDTf_1uct6;W3%!15cM2!)^B*yyA8j^HD1RDGyo83`- z8=ZU6=Uy2ZC5%`qcoF^_Hku8faTOEtC9R)#v9$g1lg%KehBn5(mc(+FIS%U<%ldO) za?i_m*=*g1Z?MeUnXRq+%1jHKN_yy9jt*P4gT2}3PoOKL1>$`0O7e1YoRp z7ge9Kw<#B-iPuTJDVVDI5?D!rJvk$T7_u{a0rklU&9JwiSIeTO3(~g_g@}#qw_HFh zQT91lxG@zCSI=#i+V#h+3*Lj)EnODpVstv<7}oiZ76zKOg7&Z}=~>@f@f;(+yr+R;5S|CC=_Rb za9Q;js&tEWy;93?(RNtq4*Lwp;mNen6mR$0 zX!L_5uq?&792|%`^1)6>kyERX3G)`@>0)iBd(-8ZdT9 zXmN+BQ9Sra!5%$=E|a~YfZTIu_j0pB4ZlT6PBG>DVxdgVj4!~1%~p1YD7M^6QK^RZ zsF`Ze^Oav6GUu^U!AD!_7bglHSWrq=p=6WnaI=xLH&Fquk=`d;iHPlI;6*E7vOVj2 zy@gHp;G}<_66CPkVmmS*E%%;>iwTNfV&>@1Ddm>+=cF%Fa)U;$l*-1ihhC{#|TFRN-K;o1=$>U8a`Z|fy zpzM$)Kew%9s@X?dGKH~dD`op~#jD=gUr4894g8sbA*#1!A)vq&wpq6@zu9jFLiMYG7TkTdg>WOzMrN;VQMAXM z;>w+8D4GGh{8^uLUCy~^kwwQlOB$!R6&IG%)O@=UvpkLaqYF4kyG^{w#u4TM7zE!X zI@hV7DL8lRYPjyK$HX@NeoC1sGvha1rmD_-&s4oqj^*s>N9@=9PiaGv?ET}o7t{ec2 zPIJu{zWH+kmkk)6?dLPv@fww5%tCE|)EC4a5Xt^sAU18D7Hd7!oSJa>k}LEbEgkSi z?8LYRlA_N&Soc55irtQ^-K%z+yF7HKTu<0wZq-f6*UH8(FGT zJ3m;yG?%B4x$JD@FTd0^_yB)oq=LGDm=uw5Xn6le=Po06!1p#Gs#zpT{PWY-yFt&e zH>}F&W71b{nK>D+z+r9=p02mnW42#Y*$}{aw?Wq#hIIvkqa_t>6tOh&Q>il(dy@QL zetC^jumfuu@d|IKDNqGGl{LF`;mNziUqprqcijOEPU*u5xi9E3j+NnJdIkGL#_yIo zlE=6XVB20Ow?I8J@`h*O<8g+7a)G?{!6}-}QP3*ND-kY{hOWDOxm0SInbM2TUblw< zDXR^Bt)PK;;bR6Kd0BLroo?*+s1IrKpJh;_;-Or(XQL0bD|&s>^9#@C7x3jtRKFf& z$P0@x-xk*DG=5oLwk_W*`wbafL?K}5IYwz8o zY5qrFX5}7wCw2SjrQ5m16`WSi;MvSRwd%9r_9!(^EE~myc{s9x_qF4l%Zg{k-Jp6c z7gBAjLs!ie)$n6F5ApI9+;0-|H2pQhZ#+w2w8_n4zg@^&MYNoZFM$*dd~=vn14N?y zVEel(HYeK^lLDvmBuZ`@)g)35x44#b$dte)KVIGbbO}o(RN~jnNj?$LWbuSF?$69C zGJrMfrPcB!1eadtH^q~o-+a?BjwW&disW0);BAfZuqH$lON_FIj65k=(axOCCuFq2 zNn7_WaPfCdQjlc|;N-YTufgj&$!K+_0_w<+)_bSY6j*czSkN+|w9fl7oQPYat^E)O z)2P=`-EW2L&N+?GWrltYfXe_jsceHd8vC_7SE*R8vh-(TLF;>W=f{LJ<|{2*`0hdw zxN2?*z3SUzqsH)UDzM9B!Pv)wzTnt`3^!#+g{Gxu*ggm@am-8mL;MCnU!;Rbd;>If zNRv6tW(v%8KQws);HUKTy|+`iNr(Q0uN_fW}L{Fxrnp$f8O}6v- z-fK&-9Cg1Zf1Q?@@&jF~EgA>kC7zb?Gk>ALS@%+Ktw(JitrXNF!-Y$0=+;u;=ReGt zMJr_NR#wu5mljPQJAe42rAtnh>+-$1kdMPuDB!`COyXwJ=!<;N(c1@^jQdr+ilLt+ z{0rgrG^f;Ny}7r=94*8Fm8w$sR}!01{-aY&(n8bRyyQ4h-&I`i%bGX?iFZEyEEi~< zW_BvVr(EXqijn2yeTBaY*31b!fx~PxX2N7pqxtf1fuYv2(OWoKgaEsb)_??Y>b^{S zz=HFA5ywZv2F+^Ig>tPl$~TCfJ0ilG%{J+I(p%<~apCSpJ;ARM6h2yYU!Dq6d!)wx zAzz-u$Y*hx!k_6X{KipZKKXOVQw6|iz~Cw1b6VGnF4? zQ8=rX#l_8M(wSosPk*{!(QZL?G2yxb=6gT99Sy7RW8S=xrlR#0kCvBlgnh{$!tddu zy_+^~7JO*2H<*~57Yq8NMeViX<<4cv2QL5U*!acNU^4+#wDT6HsG){C=l)Y0HiKU4}l?BK*X+F z$V(yHmz>+~nC3vGDuM@jw~nErUI1=;$H`Oz3UX2$6)-~0 z`}MX~AkP{qJD*u~`UN`1)rK8+@zXbc8aJf#=mR;oZVx9j>BbdekXC^^GLOX0$z8M) z7$LZfr9c;U18pwT{;2nLZyCfUn_fcVjU*!Lm|jPl9{m2HT%B-fXI(&68o6t`>&P-* zwg8*y@iD!5MJW+FSz+se4ON=`hW`)`vB(<$8hsuXZ!~3a9h$LxQz(ccJP^f)v;o1H z>Oi0~K)E(56V?aE4zZef<(WB*!1(xc3KQ!xq@Gs1kyQ7_5+D6b0N*ihLS_xjfXP__ zMxE59Nmb|L1->ToC`lsizcvs24|O&R&}oUvx&WR} z&xITG$;9^dyUYA3v(aGLdg{LOi@a`6*EPT4jT}ZW>zLVG0$ounw8PGw2mpN8p3i^^ zz;HGYnpMe{rK@P2`S2?ryqc^p8&W>sq|;}VOs__No?1V)-RQTik?p6HK5m+!I6E>5 zxvQJ1&>!1}A6L*+1fI7X+4XQBruTzLynbWT8Yt-$*nr%HBAOkxF?Nf=-<=PBuc^HB zPPl4+fTuFH2pTvZ&eu`{i3vSdIi>kDZ(&-$h7dEB<(I5g72@CU^qeMk*R_(yqA7z) zmGB2Iph7WoENEC~u+elZAWJZ35TriXY%&fRI zM>BsON9OE%^)em0${6oeUoO4luaXX8ayQy)a&RIG)QdLk)Gm)hW)3P{$XN5y8N9bu zXJk`7wkN^jw8=?p!SrPmQpwL}{Jk%DrKQ6oR*KyFIdV20%Lm6xDT7NRfj-xFhq5t@ zjqi>c-^YA!n3g`B?NqBeg<-&Bo`qGwr|M(qTwEDmmTe*BtOJd^{uP(?O%3}iA!Jve zMu*{x$?w5KEZ{seuirdEVbR=CthQR1luU>^b&r^>(;_s4YSY%GZ34+y zEPzckQlar&h!`)6?ilyl!-(P7TRZG_1@p#x;LcA&yW$ z7IyE8C`iCfPg-Q^v(o}#l&L9@zWEsu8 za91r*)}_WxecXt{G{0?Q^q4W8w2Y6D=_+s!nY3ccRQqf70ZoJ5_`oubR*V`A{iC7o zq&7Zjg8SnGaWryT`@{!5Kc9OIt=@WVkEWNWqf028kPC?dqz^NRr@GvHQt2=> zyEg9tde#qyr|P;dCj+A*(CfsSRh1~q&tRMYjmRstp8isJbX%^{C>1Abzb4yW^yUg` zMB?No5&puxEb_yPpU!U)x&#(SKUunNes;ecOlL6bSYNI88eMc19P<%Q{=;ZKR~0D0 zqLNkPreAp(4=nSkZEduAv;IjE$t*Z&SPU;(PqIAIL|pg)SEsvdfM8HMK09Qw(WW1aFz< z+Sx7inB1Q|0u26EGHIv)CG#sGNKj@ip_`8NijSBvfY0gREr7r{mjdd{SY+sU!6_OT z2|r`oZlo=y3U_12!hA?KFv0v}f3pD0G7b%AX~|Jxh28+Rb!!L>$I4O@mX@~95jSSi zz-)&OG-60d7<|sJ=);QqtrW_nr8TgKye548W6YfMIKgY7t}Fo^A@~{UiFi_9?Ri@j zyZ7#v`eLzlUuPzBk3hjf*hkW)rY9O6Z6`ld6M9o!y|YBkubR6}78@d4X!0B_p9Qa= z<1?LB)y-_}Q-ks9tdaw5~p5!<)u2!?PvCq1OO*tx=BAR1Sf@+bkFH^;YjC`bl+;zvAP~BTAXdJMN3ZW ziJtA0a0UaCa)bFgYa&(DmnMi)G;*oM+h6Nt0#ICLU23IW?9u8D9S?oCNxfnX-jL!T zP(FDiX8}k+@TZfVegdAXcFy%7*#juFdoj|~wxcmuHc&n0P%muWL=Ms}I= zt=S0{q1^>+Y?bDLJE*Y!V2rp-?+lyB4pjJK|IiN8& zER0pf@PCPtmwZ3l;XS}KfTb#*o({Z1IBsLe#qLV2XgvqM~*WKe-b~8zniY2To zqDviH^m}g-4Z4z_LhJD~Q{e!rhwP1gTvd#IqvLzic3q{~rD?@#j(;kuPk;j*U>i27 zbX{9;0a_T?7o?<3;F6^W1q9k@Z(-g7WpDeVs=5)WdDgs#h^}QD^C;9<%dVBONfB() zGTRGx6&ks;oh^=PahQ8+DPR!-TQ$3zKm78q`f_48+e9{jI|09eDbQ)xg(+w`ApStO zzr99%)*r=ftEc(HK0bXmllrw_LeN`$vK^0KGY8Hzwf2Bv>HO84OpU&)LuMnqq3VU# z?pC7b-QIe)&8bW5ce6;6$E<9;#?XC|GBm!jyP0I9M}B4b?-g;9O0#dDca2m9ta zGW(Yx@KpR{%Qb8>&}K=8)(Cy8sgl9T^C=9e!>QM{{T{m2W_%Dt`kaTNBVKrfkh6R{ zSgV6`G>BezG>zA@{M$$>SJ41-CM32NBc|zmPcwO@Lf@>hWt=*|?Ov@|RZ7pZHfRfJ zr3DU{apaY{N6MnhKNQNS9DGi|-{bT*df(5aHb{B%6xe1$Du6xvj*qCB+&Iw47z6#} z^HNi7LhAFdP&;(!W_Z3frrEskY$2~JcLtj4>87)3eLXroJ{{2HtGa%~Or5HtMA*6< zGa^LzmM)Rr?l=luYi2J9ti+CAJg<8b*#UsCX-#Vc#^wi7&*6CtC`K1<^_?8O1^z*m zq1Ll@KyRhakF16!fBID!J!VTacwFGsERtThbkOtXvUyYadsNP_JIWh7IYY#KAjo|i z98Lb3K!hSV2b8(D!$JQ-^F-TTM1W(>#Tx+EmVaM^du&asx6%ZQi#T>fyy1}eT4dJ3 z%f@*T4g#_ZinB2oK;Nh6DT{YL7;uT-9*Q8*){fe#@rXE-onTC$Ea_dd!9Fgx5IMimh%=B`;TpRt`aU<*E5ajp~2k zCR&5J%cwTFq{C+4Y2$D8@0Wute>#d6s%*Rw0OFaJRX0H9YIi3p(bo%IQIhAl2U@*7 zX9gacDpCDk7yJ%UOD}&=X%~#;hhPlK$rNkY|?^FKxAj60^21GPx__KqIV?& z#W;6ap$rQSqV$-V=D`Ph=@( zD-A@4Jdqh2W2hBOuXh(~-4kWu7uxPuPE^HyM$?KErl+`c#_1^qDp3fAzwz?#xp88Tmv7lo=w!)%do70W3Obq~wFfXI}Xb0dYga_hx8mBVw zJLw9WO#&qKOEr`_H{*%8tp5CX?mUEJLp(}uyUcIDwWr4Ga#4zmjU+2HM(|QaSo4Z@ z25aD!F5O-msOp?TM`&l`0?EJ{!@L~Wl-+jaB_FpVqp7G>gIE_m(p5pN3vrka08apU z2ygp#yiqYIOKZgKw&x(a(f^Ys2@NDp0BZe@Ud8DjQB zan(^EL!sPWGVZ}819o48f=QlC;uMsQ1Yi z&^Ui}2O6c%2Az8ZJEm)p{Cybw%Mc?L1MGPvCyX_L!c#diA-4@9DZpfHWrGw${uc%hO--g}^{H(<_p1PfaQx6SCD*e#U^FD|pmcU|wmwsPMnRX6$gV0dx}% z7g!+~dEL*4_k98E3Tri8(CXD?N(wR-9_&OQ>|q_fQD%fXTF?`vqL^7Z9RpKnahV~4 z2zYkf5?KxQEQtR?RZTv;%Xp(kuO7-rSEFe6Hu5w-SdsZ zZ1_*;_CM6i|9}AXs6XO=EQc!fsG=m%KKhLW)IG~a*kE#|v2_Ai;EX929NiVY}zAFsm=L2K(d;TGy5lRxe6#NEi5=c{}1=|-|q1*(5TTTP1e6J=s*AUKfb;K zhU4*20NejQGXC4&U>QAfLfV;!?HR0*M zpW%O8)W2`ehXwdtn=FCo|K-QBNdSUVShh*$|G1q0`N#kN`2Ob;`Rn)i{~zD~!|1~b z5I)_c%aaJ-t1=$IZUp4usHsIyj#vF@yw$jXm^D+b>&}tRH5QMIjf)`Ijic)DqY8N1 zXu-nK6ylqJCEp(KW+JOvLgN2g0m#Z9QDY3JCx04-5?B&F06l_}i1nk7$JN^JFB&qC z5M)WRa^_DUQ24@Ex0ye|E8jI;cze=lXcGpVX=2R3(s?4>Mr}KcuO%1H9kPn~Z>EpKm z>_|9^nvno-tOtC0K<+Pos#I+OyaA*t6AJj8q~pvop>=om+HK8LPWk+McQO4d1(Ac9 zw~0e51raoZuq~-aRGP3Xu#k|(I^t-|wOcLGC$pQ>SqRu~q5@|}J48MtNFs1IT&S{X zJit8^8IkS<(W&HF&TbzZ+Ci=s(Sjg%3e8RnTmwmLvAW}Zr0%NF(R52&hd|_YbYGVC zG%~0C>FVNYr+t=*2Bq99!>CItb+MWIW%x6-T!fE^fzrS!6(Rv@`@-2ZW zcaIY$glDxD@gPda&G&++PVU7XkZDDBSalqH$lB_oVPKx;IeFEvU&(uvwvOpXlD zO;3krtS@-sK>xcKA$`4n5f9WE=v2(&P*^HzFubky$EwT+8T8bO#!uV_qH+UtTJ5C( zbN`HGW@9wDnR#RN;jO*pR~_KU;}~=yV4^A*rIiTNB=9_M`N^ zxH_F$YQlJ;W(@M^r?gaO85;IA5s?~v_c%kbN*>o+`lBmP*5}42&7K;3*ugBwD6RK( zjyr#Xb<;1GiI}^;V$|0EI3546L1k8+23h<<>!&l0MT_etK8 z0%j-}#Bb@8^In87WysxL9L3u#Wh9QIatFl)g#hElFyaY#=Hh60?60_c&`t#R} z1P;$$ z+$K)-LnCvAZsXe_K`-IajNfau?U3!F7(w^X6%C5q@+6up41ytqa|vK0=Az549K~ww z-N#-IvfkC7G+dLC9_N#xKd_Pcos}jW@!prw_Z@DD6yj&uCplX^Qn8Gdg24y?DM^i# z6u;G?_MrnoDw#e0HU1}Lj7&bg-`ICQbqAeB3YBuHV^28%yxNLXMTP**Chu!i(uv1o z>V8HPligwLYAC*Ms%8@A)|;cJ3w|s z5x$ieJw1PoGaBIiYJey+JU|yk4V~F)j21q4oXE{UKd=7BFElewe$)VW9T|D}IoCpIX|9GqEev=&yun-jWk7kzBtfDbpx#?jtOMBjy|?W{5*B&^Y@{A!kEFeVV;_ukY zDwccyBEnMf{FS0NHW`eIzPpBLQ`;;yC`AzS8p_S6mOz*|fjrwl>DP+~{zJ25{%h^b zTzBZa`B_L6uT1zu|TuWp|3CZxB5uE&!j9RrXDdw1+W)HsgE2Yd5R)JD9|NL zK)FbnnocpxhnUYxmdkdY>cQ+7yqfnm!$wL~@%{U!Xx{dt(xbegeh5m#k}*_ovnVK% zo**D0<^&U<#!wOVOUuW^#>fRrV`CxQ@12i3)OuFCH@l!Oo~WH{IOk8EwPft>dg#q+bi>fyNC-m<1A|fn3^nBc?dN;{9^B7o#EXl4&OUpu^;*WI<2-4pd3*FS zKDnLucL7&{S37YVotJglmuZ~3I$zb&9~mIVG827V*0q4U*Ix6ht>?IR#5;>5MM65^ zFUD@IktZHG76I_Jj)3tGVT)@-Is~>ODUpZmD6P@44+DaY$(k|a0KZzqjeuSedo1xN z!XnZ6UAfKxMF2o0GHUg*{i$w|69_QDHE)=LZ{&bm`fR4ulEaRWR)~KG;BIW~*yW24 z>K#Inov|<8epBJl&MVPkkeHFVzkzS}^$6coENuD6FM9B|g8M!i^&;3sjsPy)9bMA7 zd_K?;Wbe*Z_BA!2UIVrE=YhP-Wp8VlTKWrJVC12p^PA}Aw#4V)Wtw!*OY+8~gDxifPhQ}eZ=Tj_1IR}<0LKN# zetD=w#WT{e81QDy^kWjQU~U~WfAXgd@f(!6cKL!Q(`S6r1rZ#ghilh>akp2dE3$h0 zXu4wS?IugigKvM0QN@Qlbflj959f&TeYL6l@-L)urMgRGJ;Y-#E9rvv)&s~98fR;A zTXo9Mvsg%Vtq*tYEH0=|0Vtqhc(lWJx3~_sSIBWtr+PfCNJ+|9wXEwU^sQF*$N@7d zJ7RN+P;^E1374J_OBcYxtTgK|>K~NSaJm)sc))ncF0~*r&)q-9cXrXB2j9CV^V06Q ziURby-d%p8rV~L-HM!!}?6>F3Jr9^e{ek%EabNxq*>eqk(@(SekOurYm(woDkk3bW zojg27E9#MtsRXDQB|gUGc^rNbuehb#ZB-rj#aKTQupK?}Z5IG?>cWVaq&3ttxHpdb z!wRVj*J9WZw@U;;@JM=;YP;w9&uk^Bx?03(XVAWf`+(YfL%wyVf&)HDbCUH+*I2Dm zjkHMyU!p5hCPkNjQ$Dy~a$ic+aRxGa;wNUGklS$I4Mqj!y|n#2L3y;?;HZlXJl-5& zDPUr)7=>Gi1w>Trc>1tfTWrY%*iI#5e$p_xRp&boNL~v@N_jILGR4JGo=6n1sq68n zCo*c!ik&BuY8>rLUj4D2J3TLrsMU{ht`@#%^GDekwYfOL*7<(FYxR2aLZ>0Rhsw_9 zh~8?lHmz&f{212l?h{@ds0 zR4= zLvBdRk7}vOdGCooqCjx2)tjSj_xq1=F(L>B_v@c=>wxBgdWQ~@pNIB2T#5X?@J;Iv zv|1}zI8V$!Z0{!LZ!@sjh%bcKzHYGudr}2+@oP<`agyKq9EmQ~dgEf~%gFE*jkX!M zz78FFocGd4043V4tZ(9pZ7H{_oG(MnB%Rx7TOiz10)$_u@dWtreLSyNlvK)d94zEP zLZ?pqx<5|r3fp~($vnEj7+jV5cv=#MjjvORvbHk`Sg0}`v?m)p#Y^vv#MiyML2LT7 z>&}pVs6p}}45(3GZi#LOr#5`|#@nxc7AfFWD#>;>EUd_Wfbt1ie)8e_n!ca=PHkcm z_5Aki{u#`oV75zz{%MCn@eZecEA_gL{k=HNjJQix-Gy%LU{J>$HIs^;I z-)QC}4OdBu;yVulS^RGOJTi`$ux@_8fqAk?v}C9c_-q#lKF*0s{wuKOGB>^17ED9)*+Cep7~9%JgKc;R0hcRm6sw8RlDOVn}A#aRPp?*4xK*{OR&bG5_{j&L16O?J@xdhWnb-`5QNAt2{X?W@&$~ z@e*pEHz>r2=K6^hK{P)nkoGE!h2P6>0WdoM+JWRtYlnbLaS*_zNn~;l=N)!mZTsN( zyIbykU%cp5M&d_}osYewIR!02{Vm6E2l{2F<|ddeZc^Fi`&iX3+o;0eWfqY!ZE@cDV~ ziR@np38$$8ccJCw47`W$=K_jhaZ0A{8dmUqzWmAr?f20NZ&{>S*0Hw&cK?=@mfAU1t-Dm2s&8EcxYSiMW6nZOlu2r4NoTKOuN5TF%Yu??p zQ2gzmXQ|jzngElKRj)>RCBr>9wNG?v{udjfRyJ%vxC^ui40`{vi7mc)jYD#wQ}10lev4<+ZL^UD1shF{30*VhDrMR2J+0WNa#` z1Ye{Hvj^(+>xDb_F~FkDdG$S{cd|edNR&U7U+?t1q7*$CChhzCHPcGNxW&^CJSd29 zn6SL^p4nh;p_zur$_?Uj?O8Qo z#Z`ZfP(1&XWk?kbVPeF7&olpv2`Y`MmP9S0RLao$05j5Ge zIdu#lTKVQT)n)TaTtZ)=gVB%KE-*6g@S>TK3(alR0HeZhScU%44{QHa^dg1Dne_Xm z%6{(iciGgh=yPzl+9+uF;NUgMSdmG;gwMje3XAG%mUZ+it#)_0Cl zi}=Pu71Fn7*KSD3Tueu@A#Gzu+ca146t@=!%M{ISUiw%5sC|#m^Fp6Pfb))36)O#r zXjMO~N~_lff;3?U2GFRETX##v3vaH5=4x^Uhr4Q~_uu@vST7qgYR*^;Obkz+NJ%>K zo`3Z4akj^X%02itaO62jg|{KOfzvq_7jZvpG`q#$(Qj{%q(c7i)Y-Co5v(~8_Un>D zMsGx*oVXVvt*3LS>+T94h|y(v$^$n3skrtv1jAb_OjQD!3@xf1jXs>q{jUm50^GMe7*Enl`vo)fX zzh^mAGgbQ5xi0(6%b+$Xm zBC{n3*NS#!QEk1?SeG+4zgS3wXzv3Dg96%XJDk^~SQ_AS6@EP1^+&cDD+lln(Tix1 zVaB++r{Nup`=b!oWccUV=TwTAyN6Dww*J7tb!=`mZmW32WxlQn6~2w{F|XjhV#?F& zAN^z~D(CS}SJtG2uG9r_XbT~!UZd%x2oluDc8#`ty7THYPcMlL`eewV z?QSyrJJ9=|ZmxuLP5Po<=O!9`u-sf*r#616Qkvf1eq%N!)RS;~ zRT8lo@sjBLah?fJq) zv|U{No7Y7Jy}EJdk$EA02Hy@(d+J`(9Xl=UWxY8!HFvqYU-s#O?rK?vH&beFe_xg4 z{uoqe`QFIRbjiRoXEKG>yF`lcB5F$Kp?BLV|ZNn-_Z9J zp4Qu}&Pnp{$40iyVYMCaQluf{V8D?r(uxLtS8-zf#!oE=AF{uaz5CjA&vuDeR0i%o+G4lob9XEmHMmQ@Pcc z$M>}IIB^;R%F0|@!YyE4i=DIyd-(Wd=<#TX-sH)XF~euvxar()1Rm%UjH;bHjm|X) z9AsC1ar|I)R9ogwh1@^_ER(651B7gss=H=e&<==nts_xES0uv{oDP`)UVzral3TLVs9gv5w^D; z+WhwsJOvAN-t_@USIee{?mND?cJvh$7J>@ien0NIb|yifcLk&R&zWjk-W7jr48bd$ z$b^_fQXvAuHB%47o84AlUPa>0r=tyfGmOxkUtEn=ytTV+Z?7J$T=>k78;%$+3EGW2 zG^A~Nhu#%CBtOO2j(FK4vb*ujN~mF~b`f%48^fXBdAX_nViFngWR8WZ3tkn7W^=x! z;ByQ6ITpP@$`>M^DE6w%^ zMkB8}V$3Xq1S*%O>A))zCLo=s`B_EoKK{-F(BZyq@gNNo>0mQWn*7xnHyFUfaWy>y z$-J;xw%p68e4ETs*6KgQg~Ur8HKxJmJSIh{cHDz+jztC=-rCKVDt0+xv(td>52PMF z3L$OZ8&eZH9I1Bi-ozd6x6}wh`hnMatgzQDmMQ(tEfD|k7=!z-Ih8qoi->qXqiSIT zxsUa^%P-NP5fcSWvT8+c0o2b<9hs-qGPs`{1@($T*>gO*se3=OB3!A#;XzbO^@OgD zPLCAn2j2qxyP~;$#rhX~Dv0gc@bqWOM7p(KULBO952J5lDHZ$gHP-Ue>jr`5AN4_CLi4b&Mnsqn4X>wWoCX{2IX3f?w3WfW) zQ+Q{_KV4`Hg$W*lRy-?d$ZQD`vJ{Y32Yk-zrK2Im-G#!0z}N$*8& zE#B1Axmt6FyQHIQC7YDK&+SLU61QFnmLC5_{L4(vs0n$8j>2)X|Fs#warP-!P5 zV4$~qxMMlysSm2# zPd@t|1iAFB6LrfOgtR0*OyzT4s45my)VV_i(xXjl0Oo8NidXupcV57u(? z2cFnrH7Oux6w=sO;(7+altYl93}!D5v0;LP9sskM^6OL{!uqW^^frK7xS9#bx{RTbI8_haq9<*)yaVO9B;pm{v$0w=QUKZ;q zR8%GL8qJ9hj`b>?(jQdvHn92344Yzsv)wVMs5tz5E>2Lc9HRV&R<2RYHUZ~{@zxJ} zkhD<0c?fIljTL31HYLV~D-rR6d7cOK!z# ze?e<~A+8I;tlD!jeM%7Yi+28J<7H7Lke}z!zCe`%F`tNqO&DP6K4$;r><`*qau)RK z3A*kiu^<Axv%72$HAorz7%myw{bMPhcvkX>avG78Wx%Oo!dG!-%Qf?*t=*h z>Q;{zaEXsoTGzb+c4N`OYMre*?dg>T(gG`_w8BSAu);vpkvOm1))N`G>8}YiaC(3pVrcWbYP3?A+Mbk-BoC#J7UJC0_Gwy6~Qw`Q+lnZ<36JLahnm(K(CuAr$S}`gM3j5==FoZcrji=)ut{ zmfU)XbpNPbQx@U6q)yFnbmR%(0(hgfCU zQp)GAm85j|&Qn+@yC&=6UU1)I)#{^vY=|1wwb%)wrPTxx!cnX&qAr>wircLl0;wg>y;f}3T@0=uje}%Y>NMwyO-Eg-SYObU(xn85>8SiE9o#vagka>9+ zK=ya?mrAsM!!f*lc43ufkM~mBVm4D->d8VoK+t(T6raDY#;H?UIvdRJrL|iBvC79W zDR3V! zwU~)0MO|+*q6W`O3v&N{)n5Fi5@CaYacvX%cPZ8?NZ_*-AyJV9E$sB!qR>9NIOd?| zR(Fi^H;v~fg{y81K5Yx=>}FL;PO{?ks8x&_1(#P&zbu(In?o#S!+zEoUzcRyYQ$Is z2xHk=fUJAM&>}e(_+Dh^BCa$)-vUI>w3tuxKK*gw$1NnSwm zf~%Q5e>*8itzWl_CH!#lA}ExQBvo%}aec1(miyapX_FaD+n!LW2KIxnKFKE0d;SF` zGQxd63Q*#~*uucP@2hOl={Sas%E$x)W-Xcv(H8|>8b>qBQp zZA|bR;&%HC3SZ&*6=`|i{NXSQKA%9#TKqHmRtk1R>`%*!cIdCG?Ons#V z>Mc)-8u@xZ7}Pf9SA+ByI>cK@MRKoUih%~2r=F-P{qEpSk|}U6coZ;n$u4U$v&x1b zpIyUW#Ety5rQ87=@=xY)Bj}k5&Au*bM1OGEAwv~);t%65pTG>U(MNrt&RF*7RAd%( zkAJB@u*M$iEP4-dINU(aCRyF8FyV!uZobNHy#tLTG)fiEDr8BKWUuDwBkx>~n>m?o+njx;p$B zFZ$rB<&klIz8eoM{i=%|gkLn^UyIau?ZZI3-BA6NfK2$S96hUjW&UuJK`pVrHH_>s zJ4Zw^`dhrX{g!gJd-JXsP%coX+`YrALv~qeO42cu-*89p0xQW(FS>b^ZCiO9PU8op zS&bi>mt<~cuHCvVogR9}99iyr<4!uTfLk_b9DWu`w@#`J#nWm3f+bg_;WGJk=Ln+H zKNKy?g1cNg3RRvl=ss%~$YII8Tx8AZzX?;EN|k7)Lg-Wa@W>a*zNlFwcy(q&cVj`wR0eJ9`_s8Xj{rXgt(P<;=Rvt=L^jBwck=ir4!h=e_r|61(YhSASNA z6??kGSGoh75GaA>4Y2yRDMj6ut?}w^~wp|lIrYhIatXa zZRtQHFH&R3%Kb$VKR|r?WZ9Et?9OcAtjCPsa}nK78LM zn*%ST*rlw*MC?Di(cl_BDe*CWevc`TD0K)Bgm)g`6U{o!S6CLSIL%q+h|b8bNUOgr zO+^aKw3U4Q;TrR=t~Z#9tOgzrA99^^1i|BrPOl2(I{)501WI~zRm+d@cRMVxyXiyA z^X2fU8c#tx)aL{Ul7t2~uu&I@F(ZK=Ocx6DUSqo-bUYOrl`ixs@^S&EUCDer3(ijXF`@SPpuA3v^V}ig z>{(>^K~nO1P#TrX{?=hyIx?E62ic4{JFidnZy5TS zEE50$_NSd0y;~+0y@We_G%lokc`{;;u|uNz@H+hi%kl#?sw%v0cYj|DA5(P9X{HT) z!`er$ijoV#kGkrJX#On!1liPBS=kJDiA8_LO@|K*<=9dbVSs|_* zXKZagHBNj}xwW?yFan*+T?I{@gz!tf`B!$ob)NmZiDm9C$q9Z%4rby-?vrLK0KBqX z17OFRdHSa~@roS?^^uTTtb|fsz={+3%Snr4cCkNWIyf2_pH^i6P4~{^ZFb(ZB)8X~ z)Jm_2fuPN>!_zHUa*QG&1U!QRe#8SjOO?3zyb&4^c$f`~uBO`-GkI7zvpN^h1cFo} zd)VXki^xuam%pjAc!D`k?Jy>gZHCtBuQeWnxW)<%b(zr$ny;5-cZx^x?j>I2lL)ylc?0P>4CBIzfH2Epv(ls!j_Ho zW{l7JpaM6CWYlYwf#iNHt8bP)HApd#R_rGXnATTwF0J-*Rqyx`=;GiTq&|7*^7YnF z{jH&nzxZ-PLw|Z;X9G>OP&t)E&s@YM*1Hsa0s1xohD0EO3)9t+o2e*^SKDnhBetKA1&_C9&oRZS16| z90yS;CL>5}$`}$?-p|ID77XWddWZD6WlF}fgMvYWfhoW7Kb0hBPw_f#|6lD%Vx>Tc z?ZT9#MNbUh`}(Qrs=66g(d1mFId2Jj?vs5gZ3Fa7X?eny|}%75UpT zzo7Hfi$L6EkCp1N3*%@k%-v+3^MeV?%&SlMvH3gAFb?P78-p0>k@l zgI}TwEEbYjkCTs|UWs43bw9bl@Hl(N`?l@@S-PyR9#Uu&gg`t?X?{lqTYeOO*9yO&PY$ZOCl;?5vY1%-7zeN6<0m=~#*>lk&WY=h_mIGOHZxkeq&=BT8q_0j291*t{;Q;Kry$2&5> zm1k-UYvR7x%M-L0_sowIHqN zP&oTAyu;CRrK>vr31up~xKP7M2YXl54Rxur>sY*?W7+dyi9x@<^=}vq+>3ONeVtu; zo=>g!v_|r&d70nRqNwIP*Vo3$ zw1_J49G`Z-m20##dpWD7>)IuFH7|th+R)`=8Ia6wM(R~oMwqsA(Yx3?^2L2sO7I&mt}_QRYon(E2rcr`!~J z?v_zA#TL4&JU%A!9zPvlHro41#mZ@25Ge<;FHwUyitc38_u&put39KimFOg=!0Ssd z!RsZx6uTS)!sU@I#6y9y9RU|2BU{u@FnBTC$nx&to!$bxEASMy&$tl7$LV|~R%>~m zpthT4%Z-VPi}}=6YcH*ZOP#Ksgz*?4b^KpQkJ4^WK~NDe3+=2cweQo%>Qi`JkC!B& zdPCNm=U5I=f9OX{1*1=oi!2063Cp0BU#OyJa<2UfUu z8S%8rk zbi*dUr@HPK#+L`-Q*NHOEBwX@fELuoUpRbTnW3MoqJWi|bXtAY#}+?sfv^s+g57}R zNSj?t;qN8$FbJ{IEK1Ta9e8hSq^HU(P>?<*c(n_o({}0)Y*;85Z%q}m5NYn8&EGr_!nGkJ_ zfWC|Iq@vpOvt04I>!tJbgO>nO;f3M%G`tk7cP0Ij<4@xX_@|8n(-t221eOCgQ9OF9 z*M=YUda$iun{kzi+7ca=+7{gIzC2&;lfqge z?)WJw_j6YOC#A=V=B2_S;d2dJK0Tq^YT9$g#CiQgj~G%ibNY4PoP=gFEVm>7CX(`) zqW~-qSVGf#EE&wztkwpED;~!x>VVjFtjs27Uzb4nd3mjg;4pcr$J|~nb|~y;v!s0M zc)9;RTTNK9jxneG+1c%}=Sfg(1f-hPCuP`K(aR);D&(TRb--gwha9zi7@X)fY&`Je zdqW=)xuA{>eXs3JujSd_t%4pT`ZEP*xzTmj`w2pH$5RDy=QA=ieVV&)w%afje7VnI ztjj2Sk8CA7M4OZ)ypH0#Lh~A(Go^hGoiObElr{^>q2zxHCi2j+3`p19q`3kqN=M;I zJmGRi5ti{$%{P2H-|Gt|W|tq0PjLf1h+8PJ3yc4;2jj9`t+?+om#IMA|5Gb z1XGqD9|P#S;Me+w1s=lB4y1asEU$?U7D2}EnijJ}yTwyAQExBYghKP0U#XW6{(YU0 zeQ;(nWNGW(5eW>fsK|LZhKjBpv1(PE|Gup>qDg)7+!?USzirlH$d>f~+{0w4gTIyy zuSwNjoFB{ND~3)X5wg-M&viK1Uy;p0>~lJOFnB@85*Gzk?xp|V-}OvUkvhTf)o+Ps z3>7TZTwWktPadSJ+US{c-&4g(8hEM{{CFLt(BcZL6$>EeKCWfz zn}pO?Bfk4{OW7?+?3_>IzP1nj9}57@Yq2xsBXYqk{9$95)H(%oUl5_qm}sGKLYJso z_{Lq6%;W{|k6KHkH6IOC&^Bxr2@`wbnOvYV`UAag5vpV}A5Q5;>K$fz?KvvM4MH)k zCKg-lT%NM*xwHa3NV?r?lTRB}l>7~Ui{7~pFes=BKKIgM)|_SGJCT!P*U=5>5t=%d zyaN>3@AvAgFkVj77`oX2_TCxqP80sE!w@DM+W7*O zKV6zoTwQfr*YGD^cin7B3g}{4%GL*;ycd;~!+>LahhQf&1#;2HGdG!mLrDAcx>!cG zQ7Rew!qjBdcVMg^7u?blH~o0S!LU?2Ss>CsDp=w&2X8PSOd1=N^Prf)~&<5zAvZ>HN;_eS3;-2apkCQewq##W5o=NqoxuDPz>lt*t| zhH99W1>;I1Bx-$dIXoC4uX7M76b5bY@fs}%n_fR<7;!V`$_JdBTWr96Z9kk8+T^l| z_!@2)KeQ^<1$82R^Fo_v4YcQV)Dr^OG)lh=Y$Xk9mU`ne-1X# zuJrQx8vHsPNjAg2)uAM9NYyN(+)nXV{~0hnlssN!^kHyT_j>WKgJI^pSnuu*8Vn~z zO}CYKT;nVvigLB0)W2>WFGuaC-9>ZvclKK}vTKt|t>mRpV9&bsB(0>| z{jk1Lkr@iUH(>|PT}(q*#UIx8ubO+B15t!FNfDo?7|o;<+JDsgZvfnrrWf=4?(FssY>E7X`Sm2+@3FZv-?8; zvTK&d=}~rU9=w0cZ=T-3+>vz+$wxZr&apOw#(HSN$bX<|-QC6jFZJ-wqK@ z8_e0u>J*mn4;LJZh-O8=XA8aXjDBF)RC96E=x||(U|7=~I(GC$jjouqIpD&Lc6iyFC6+2!0f5^J4*m3LNpG$D$$$SU?YBJk!|`Mo_#BA(p7!8`N@ zz3G70TJm+hK#1aV zCtz?I=ThA3$goilWS#c$dH9Jzk)-)PofZ|HI2BX&p7jry{C`s`9GpWzUSA0Fn%aNu z&W1b*D#p?MZ|?GeKDW~OLL+Lq8Hs;-7XUKy1g2D5lLfD#dR5TFmp)Ei17`WWPe4qS zpaQ5awsql2d*N;wD=3#rC0nFp73zBd{qx^@xoTZfwSAyj7O?Guu1rA=o$#z>Ve*6Lqou$9M)jsEvv)cb_ zj4VVu-v8C{Ov~ptGlKf$HA6=?-;}<0ygFzOM+p6Et+e0BJ{NR@WEOSm@h6IdZy-|f z7Z*UcR2OD@2u^k5r7ezV_ERK(3HJCz6=Zs@^S1Sj)%y+}<=6l=BIe_rlRI9%n!a~) z{L8j@zskBKc58@~ObK^(8`u6NF@9XPxo){`8H_lQha@}~Q2)e(BauwMB-SNqb1vDiZFh1j$%zaI9y+A!X+<(0;$KG9^iVeVn;0;0nGr zhWapQbKTP~m-lUs8_vHCUCb77UCOorz`+u!NfZ7*{>T9Pqu7y=r)H08PA=hZ*k>l+ylKC?O*=M z(nHw=+&=8j?rRaA9*3J2v%f_Rx}MF#;K0wD{>UL{JE}-0;#T)=6YsiUzwAq#JJY7t zZ)8_B8y_#Ph(E9ulDYGv`&i^|uFIGoAjT2ylgCxXb95Q)f13J)>+O*S|Hz4nE`E-P zTS*k5wQ9+0pkw;m<=N#yLX^s=w*p>_QikWh)@ups111T;S_mM96nkxt8H=@aIom&y z@cxk5&t}o;cn*cF=_I?rvGZnwe!x?dezIkn&p7!ul(4=l9EYgnpOUbX z)}`fkK(x>)eH6p{F-bhYz&oa-aajVao&JvjePQ;I9CdzPAo^qma5`?1puk3>5d6T? z>7lhrYU9JNtcW+Cp6p+9NFbxrpWYV3JV@&P>0*w|Sv0R&*FS9GzZ!>nKPwqB`Tn?> zRKwk{C!jfS;PKRH24V32wDO-H)tv%mBUz9k!j>t@-Wy8amB?2m-s!|o*$}2X-Os(x z_YLQoH0kI+hM`aND`5Y0OMKiq98;<>km_F_SiX)y@}7LZ`?|H-qScts)QZs&hrlmBstc7+ z_6oZ)(br#{Q>eT$#H8OUBn=S#?~RjP%r`n`KCmL|pZd+BASFP#4X8Kq)}kZ=CaKJ5 zHC%uhta82G#OZg8dhvq5D^BOvX~(@=icC$mmhJ){c7@C&8xAc5jh03u=J8ZiosIRJ zl;*w}rb?r?bosh|7)CrY!6g^?fsU&I@Nno9vuJN@MUH6EAJ~b0urm4)BNsg=;gUf| zfDBV%JfTGEtH(nQ#>)aw5X~x}+dfZA!imLOZW_p@>a__Za^^J+aK%X_f>ClA_2)od zVFpleHx||wzD;aaL#{VZ{V)!Fhz&#UvL-%IQnZTp7bA#58F7JWomv3nRK4W-12FZ{ z4c={@OfZJr*y3pOI=4uygibh)akFw9JsH9Wnh)f#gi|$vE4$;y z`-o*IYEmB(#SWbuazkI^@bEbV7{&|+9Pl!Rl|VZjbrbjd8)Zwn(DTL^L3V-tk|#Yx zhX=kZj7MPo?{62yk~OnlJV~MUk3a?-uC$&Dl>oDYnP9jbzxetT7_Y(t1lR6&(pHgn)1&@$#g}AQ-7ZGPL5stD*FgmNUDMxgq9c_!|Xw6G&O({{zNR0`}5-@fK~M-9On$P z_o+Bw-2Hl-8iFLl!f*eI&avtmqi#;LA{PNDD96L^OR@%$Mg`JS-q-fOFWg>iPi3w@ z>z*D&A*PBa^Il#%UC1wY*;UF4Jf0%($>Rp5)?Pc4n%jQ3Q4GpU*MEtux#c& zBp#R2+rV+Vnmm~1UIw6ooOK3>5Q6!HLCCWBglqG9J7M6HiG^toUL`>fJC}1LU{}p; z_tJp7GFd!64Wi7xkW1M6b3TU}8sFYxnp>b8H+ztaeN58e@42>W$!6T-(%|*3&~)Eo z>0%h(Nv@N{nNs(~a);^c*cmedejV-Uq$b=C?7*gDwf3A4*~E5`E8Dv3w=j-AFT|Dap+us&~nh+<1wDKpq2Zim(9 z?&t3N-9J+&BAfI(FBU$37XH|SfB#`wzroJR#8#G1P7;@xYgs^f6Zq`Kf!STC zFXQg-&uQh~;kMB6%FX64VGCuz| z^h=^3d2J>Axsv3tf62_NFDgFY?mJ=McS-tJrRoIR1Z;YVGytCnTLzcvh$+3Ou*+RQ`xJP_qvqT9WMFM!?x5s(g7#OB@Y=M@}#`$ z3#9e(MeF8onF0=b;#xco&gpKmY!cbU?jU4mM`<4a@CCFCs8-RMsEe0Alnw>XCgjLr zJ+spg!Ky$PyRQJU7ULLfJd?}^0vxK84?TJCRMT*I-mk1rh_2IfxSd`jb4*!I+LBL6 zr0tAkky2`4%l;F^@O7@m;?f;RyM(>$|eY z9tBZ01iAycL)q(vJVk4(;0Pp$sw?%depBnkn*u}f#o5;a9r|1+$ujqEcd zbDean@7m|jg~A|xA{*Mp-%b1x@mEmdC2%GbSLuw=?2vHR0Jz+6hP6TP&=*f_;6#{a zN02YCb#JY{DTbMAk^`5S`->|FlITNUhNP#Pl}5R8D|JE?iz6ZCy^J zva%j7ka>s=)jH}Kl za09f`-*QjO$m{B!dI{&qy7~+;m_;wUMLz<58GexCtB;56A+;}h74T|s?U)ZM73E8x zB?fYMfXie2=XzFcBWo`EwL?dP_-=jNTehW-`^ito>!(_KSf)U3mEHJ1!4ghkwi++` zZ-hmkl=Kxg)tZt$fVLr>gTX1b; zHGt8^$WBt>h(S{=mSAXnY>7zXCdTYw)RwVrV6+uW0Ln4_#k*2Z_z+sl$5q@TuGMCw zIp1~M0;_PHbuEJ>xab!#IUe(lsb{0+s-OQ_y*;rYOQz+|lRmxWQ+;!u@SsF09+Tmv z8sdO#jn0@btlkmpL`Eq%L)<4PDhk2_PDw6tKY7N2Znr(ES0Nh2U1j(&qY8*_%+$$Bn$}u6 zz}*jN?!OHT;ahdOTL_RZT|zH*7gN>hV|chr6@XSVnWHrb#fpbV&I1!>p*r)_)(IIY zPLw9Afh!L#TQ5}LP==n=`1o64BPW3Q#lyi5uq;e$LYPn&NtmhLAB7bLD)2&Y(Ax4B z>`J4?(b%Zc`#2iG@a*YYyyL3X_3!CY!d!Lb1sedqdh@w*UrBqnza}`x7f^-^fqp4&ji9(Lbh+JqGM~X@t=)ImQ7cRMA^`a) z|5@p0QEe-ijUnR}_Wwy6lY!p1K;?n0j|2bqM9vgeB=mp~GcD5`ob}sa*3B{9*6Q^G zO6a>(E|&FRW1Fn=WEKLgAS|=ZsR%4!lWOiP;q6XOrz&qLIjpjv!(Xt4?R+R1}!1^e}1x9@Vmed+ySIqx%)a5 zrbZl0EXfj<|2SuBCM`OCh)-jr+y7~krrLpDKg)dq01v>#C5%(peI`xT^Hf$w#1w17 zP2Ynd$;P9z+24Eo!HA~y6euQ~eC-+uU9azQhr0v;grG^g*iEt!5e6`M?5*&=EE&S- zah;|fm8gsIK!lh?jv@`9GWIqk0o4pRy~@`29C?^CcpDkTOsP}zYsu6PSUwTlo}l<# z);lyq?2?U@geGh0tO3{S+jv)6=$R~C%hKDj<{5P_nDs?3MkR3mG*c7^@y~c zxIDk%sayA%lY+EX^snf)1clFuM5ywJ-JFxRDvaJzD%W>xH!=ktvF!HR9oBe{K4~Ye zNnHsq;FJk|iHGLx4uk=`&dsDa=0<7sDfw<+LS`nn;Vx-`^$=KPN{Vi;Sn1_Af?w;c z7gke!u7Wv?T`>%(k-B}*__FK|+O6c%Ow2$fudWB4U5y*(8-SMsICs_daS@|j)mvas zitU|OR{8)CL4GwqP+-lI>ZFyu@Bgv)mS1sg>(*~VkPrd{4^DtU2=4Cg76|Sd+`VuQ z4#6cj3GVLh65QP>pzuQ8$y)pDv+mvJw)6f0_fs0JRkh5TbIdWG@r>Soz4h^q+CAP2 zOH{bL%kVO#=B36FNw>IN3*!lD{>RKD3t2?Je^HVvg#gu1vN;C^L_|_QJWRx-?SOhPv_WOOe-qC<9hYzUV&cBxNB|szagbj+`i7vGz%@hwq&}-^;)t zJ%^NZ?l#mUB++x74Nc@Hp1?P7DJVToA6yYu@Gpt#rhTFz<4J$)o}>cb*Xh{LhF<){ zu8VIc3~7HAX-^gd96Kvr#WI={Vz+810!H}Rp^WvNjW0DLUmQ@X=s0NyK&!X8%-b_#X=%Gw)uiZ2_BT!2WHK_BMjzUN_y@%*r) z9FZC^(-xRmhDBU@@CU7h<=OG7w@+PtX=u&>@re^dGR>$nR#j!uyQI?&ay%f33s%Gq zK!dq@TtDsU)-ocHzA-T;Mbpy(h$}hT2;3u+AP@5G0I6^bOj?aUNg2T2C$PdaWMF-N zszBHn646D9n2}&{yHeq$YwdJ7vWD><`ADDXMdXt}YngsiUGQA>P$0Gp#b@S*w@U8< zOmkCcCJKqGd&^mIM}N)*gBzE%1`MAvhyhh%JC)%*Irxkn0AmhK+Z{Zf;o=-+Hlj z`XT}p&@4;5Zv(tl2%|n z(pK$vTkkjsJL&^ZwZkz7gqtGZ0Xx`FUlG8sr1THIR>eD$8x8p0UK z>}Qi9u`3W-GL$zO)x$qGI|k4e_Ulkjt56o9@4K|jIy%*gl=57IO$G0wo{m>)7KhEr z+z{v-32W|8(dyZx^&1(zk)>P+sZUR#_t&~@Q)m8*`?JRoQl=P;M=aL7zuK`A!UCbU zd-`sYQg6hDbz=wjM6rCy{o2WA_Gs0am_}mtRJ<<}63ySrr>J214q^E!h#YUbk3D6A zr5Cx~YWc89oR3#FkJZvxEhuU%4sA4E7|otzQS(&c&M~S-)QG5%ioZx%1=2`yt_QCVuLK|C#zNWz%k33ZvHKYdVW*>US9XfvbsGdZE~VnzZme5^Wfb+ zVZJm!C$D(-oq#b7Na)M!#?H9~E;QT+y+*RuoKB*rx`qCAF;3pN-DWSs++b-zHMS!EkXDciutmKziLL z{KbZ-pts(p?-zGLAMr%Zal-^+MFc_@$meNrij@{taNaH;=`ajycjy-$?jqm>5xULx z!FKv{l8L8DX~8bk*~kM8YBNt9i8NH=$GEVn(ERX^42aX^`ecUiC=~Zfd2*trV`+K( zkN5spr=y{OCFXA7Lz~*=)Zt&7=4Uj=U+1tQ2+w7@|K>+(Q9w8Y-=f2TNcN(spqvmF z**ASi;VL)B4w+UMtv>$sCq)mciME^BnXA^DBymVsxil~6{w6Du`nX1q85)RlM?MJO zKzsN!Rpyvx35M=Xkjccd=RQEM=1KmRbN}mcJ^z#K2PoMTea|Mbn5-6dkIGqciUbyG zt-i+04LwwX!^K!jiS%A^uC4g%vcPgn&5bgQetO zmCH9;4fcvatBeYmIvlr7(e56D!RE^gPAtZQMuZp?Sq~XrSL)xoYN6|D*Vn>r_~P;D zTu!+_$N6Ix%SiTr-HCtQkN`1Yh>zcx75{w^&#wM|-?303z17x-cqWx!A_+f}fhWDT zLB`;{qUFB#Gnno%kgR#bXyiKcTmR#ee=U}S&o>}mQ~WUhzaP~9d=-E|Z2m)5_r39KuDkI6*GK;G zxFvCc>xi>IG+X{(uR;Nqj{Erm9;JM-`Ok;@A73Y-dY-bBtO-j}|M#2MZX67}Es5H3 z2gv^y&xPC=xDNTjk{l=H|NZ9G9|0rsvC=}R<-`ASn}K`poBJKO4#@_mYU}@to0mxV zJc^xVf3fHO@6RPV9u0UisOlnTWdGyM_>Y_S{}1Yaj8Wi8{CiMOwEYCq$ua;gy!7v{ zWhhOj_}2Bl03u8X;0c|b=Sn4{{Q6QPv+4;!et?48bn1yjA_bJXnW$!{?2TCaw!aGi zih;d@-(~sF%=imIoWuDNg$h!u`R2e#V*VeWl8`Vz2>{M*)Z^tQcExQolfQ?IuK;ZJ zv^>I(U#9=>QNa(40O+RufKVz+LxkA(_xh#YNdq~+d5U&r<65UY&l&8c`;L0!Mi}+p zZl-s(z46f93?(p!vlwhi{8DIz(axlblZ*-&y9PZcg9`(_{~YxyQ;gT;%%+b&52k-j zJU&3Z0F93C!`)?pIFVbomi0r>rK4sX1DM$3=^w%Vh&(;`uvJ;rR|4Y<_($Pv>YIW9ZV`AH}2PnpVUcD ze&o7%MR@CmLHKkGg-uAL&=ylJd#fHcjzy(3QQ^P1cN%rL4>m-=_>y7r&k2&G=y_5> zxA^&kR&z3I79myR0WxMj7{`76v1EORR`Zi#?_o37zu_GO2uZ`kw;M|$Sj!gW@w({dAWQkiK9E8m$x(*JDUNzq3lA!gI z*AyTToB(+0$9ckZ_U@scD9;Lvg>JlSRe|%}J6$<0myb&|1>2Z)eK$?Wx)v3G_213v#=hT#VX{1Nn>x51z#IM@#cn)h??#Flc86t2jUgQ{KgaMcKqFRGz&& zw|_alR&Mh+Buar5rJE^@D+2G5XgTfJWajvYy4eQV+wkz~96?sY+CtL;}*ZTtP5GUZzIx>S+X$ZvAu>SW7OLB*nl-xl|G zE`Xi0*>Wx&+vhc${m*<%8A^GQIPXqeD*r;wO=yA?b<}!-`G3kZ7_^n?1UQuc&0(^n zWI1Jd2Gf<4B7M3{z=a`8tMVR8|Jeg(A&-9i{Lkr0i|)B<=+A{7E*YIzM^U{ZJNqVI9T01Z&`uhc#HhzFs7yrRpn-RJal*8%{2JWf3xPRq@f%&_6a zU8Knf3;;$B7@M7 zD9HoG$l4PtOa#=D`D#X<5ZV(xiT=Ivx<#5DD})iD)=bUo?(lk3OaW(4MipeWi92;{(8XYBU%vocob+%yAW;N zz^%IZ_-7*1>~S1Vr=`A5s5?3bvM0^jf!yNKmk8Z4!xA+GM_a4)1t|4 zsLV&wxtl9KmT_d7S5;>lK%UO+l3k>nf0H{y0u%=~Phmdfo!;|TSS9K2_cDv*uJatX zS=lR{Z`Eh=qX1Z;YB{woct1gB{NT)LKIr~gL86rj!Txoz2TR{C|EjIi-!KB38+|eN2uod# zBoU!%U)Ns>KS@=Jzr>vHj>!XAO!+HQ4rYgaisVV^WneI6-5l0%HM}O0qk4Ke0muG3ds(1{G&~FrgwY zT;UcCVOX<#Agwbne4KSwM_6+%=C~6M$&A+GMi^asI8iT-cibny6A(l@uC>2(cnjgT zb=0gjQ{)02aab+ZCQ!(wNq9fr7KC0yF(gw3FgVa@q!T{NIvvdD>%MgR&fNJ5dW}y* zA)A6Zd7HKRu)YACBIGQB>$}#tEp}*NaIuQz>P;#PdWLD+9h(~}68G&Sf)5#A_pVflTD!-MICyhU;9DJ#^?|GBL?+ub*;*5QSnGNst z*q&MBMaZB%X#o(aMopZl`-!T>T7rA{dSZZKgm3rhQM_&y#Ql@L-J{ui6{JyTZKW_p z>>6}R({Z+Q=pXDl?a_MeZ~-u>lOTqDkrSjR)E_!Bv@r&}?^k5IRn|agmyP?q_z~(U z0QeWr8;>m$s+q8eJ*xRZHSR9OqBJk%sP5I|ZXix`y7)7O@6zK;6eE(~Ru4(MCK}+f zralt&F$DXA_~ThD|AbgKY-4Xq5bW5j?ct5FuXHG&mq1aRkh|fglKP+ubvnFk5vsAH z6`cO*+|J`bl5hQ^$0jCKo49Q$-l~fbXco|241njGIgEqewAUFEUf-7AqH?-zz(N(w zvA|BtOcOtJPd)U9e3`cf6Q~0{ckRlSo17@u9C-P6Z}MT{oGfN1{NNzw1F?BKsfRk! z0CI8lycH^=t6XUNVK9aD_ZcDtz|p6I$uf|kC5gATp7d>tlQG;2aF6d!M?aJbb_K-) z`E-z$#YSW5%Y6vX!<|KOFRhGt%XnRx`D`(}DeJy1t*3OSIYKk@GkNbE>+?8rvP~9s zS#vCa3hzWo@Xkk_%N;LPXI}p7u?v{V0I0U%i1Ba+>tb#n`y1D_#UQ)slxd4X+0?!k z&npts(KJi319ONKV60`%lTDpTI_ADv6ineUXYx89=o7>-_FE5vHb6#q;MxDY0ut*y zt|mRLhg^b?s}fOekX2`TzP-`|u)a7TlwYZg8`Jw`fO=s5qTi%jZ7^7y%``XQ9_kf`F;d(I1aO1O zw-KNtDp#P-GxcSmE9au#3svW2^i(0oyL z0(xCq!yHfV5@$ZrznOTh1JVdqcVc5Um!sEZ(C+}na+KQz6_2NBg=~2p)_H#q`=ulR zTJaxTe#*e9{kF7uu{bKa(!e9(qV4=^`r}nojbVqv-DB!HQz#MjKbk$!G{8pu5rzey zqQQ{we!L3jNCzek48)--S=3@3EpVd*n{{=YTYufjW48=?@{EViJI0$l# zPVaUFkrQa~fgrFZjT3do0ZzN-fe5DEVAqXVzyk%O%U9U&zzDu=?ZapU1X^%rWD9SB zSvb4aYC!>dMOes5pC%xns=_J%X3_EN0SKUo54~NYz^x_-M)p|LVz*iGw5#mwJq0M> z*+6Tz&)k7LGFP^jmsX6EbJy^lZPwc>>nd6;ebGo^45dWSxL1`N4siG4-yRF z_RBn5w6?%w+3!Z&Eb_QM5!}Rplr9Phe#s#siG6@&D+EGIx1>1&r*yN1&6>Z0oE*B= z+A;IFis@hCKH*@nwzyv!b?(sPK^5Ot__Q*JN2+DZSu@&Kpi~r#QgSY*m=#T{e z%)YOGO5Uje;HSn}@@odI(#xdzDBQysYEzGc4x4~h%Q-5v)^n_PIrrWS)jRSpyNh9(5Yss4s2YNq{`*5&f z%UXj&TfR7u1I=BBKvG>GpDB3jipCee#=RUeVArH@l;0zSjGgDti^KLn@YoBDnPN5_ z$)0R>HG`YA==C}SxHip!U-5%=tNW(p`FoHmGAFt`b-mm=2Ixfk9XT@CoIZm|U;lys zVZLV6tnwSdv+a;=c_K&r=C*zo$Dz)q9aejS&^jED6$t}M^Uye=m;6un7|Twx+Rg79=t)+}io>Vj>02()c`r`M z04~I4I^t5>&t>g_AGG)-T39)2`kUj#wN{ICqgBUOHY0PEn7zRrr$TP;XL(kkZaSyo zAIpxNI&Uw5DTL2OhQ<1x1Fx?&?!MLKhOfg#q%e?FvlN>DV6sGjP+H)kYc4wB4)6=0S`hK)4CRc=Xl;P zZ#TqAtW@3M5Z~0v7M86&T95G~GS&44xYNilbl*Bhv^>fnAmI5@tp_PGvhzsKE6n7)fGG=c={= z_cU&$;(S0sml`&7k?_0@sRZgR-0`x_Nl-wPCBI?|M{o=}3R&4OiO7r+GTw_5G?}{Ir z^Uj}A?V+tWBsf^b4U5hXEkGhno0+wV-?cha0j4dScgA zL@H`LD+aIL@2)tMTfETZ{ByFMvlX1rU(`%k`(l&8y%gDvPEpbqeFKhs?PbV*c?s*F zhw6w#!))WBA1Q=p&dml>^=&0?Z!uO;6xrqT#Cs<$pCGzPj#EKgx{vzQcZT3W1<8$W z<3W{`x#T)D2ZXQLQ+=rO%Af5ty$9W-hm*Ef9Zb#So=A1lRy$B65l zTW!6LojIuVnbc0~N+Z5C_peX^i{25$H$SKhD&EmyY>Hn%jV7KqMgQK~#`3@<@-m_# zry{6PH!r!t*i0X&TrgT#1f^6{R!?X7*4j<&_zW;tyVP1On-Fv?1B%gKt673Cicqp^ z@h}=y$rU%nhnwP*Wk~c#^}6nmoAWrTCSc+*`fb#z?t!?(g^iIiaxF_(iWw44=kgZU zr9QwpAoN>piax2=69Ag>ZXhiFDhWkTvg-KZ4wPr-mFn+9qGW>RacDUDC85M^Pu4Q8 z1fZugnl^bd%}z^i4m6WxZ;p0*kg3R4y%JsCEK&HohC^(Evig%4bLL6Y9}j-N+OUgN zGtj|)E&IjHz3W0``*Xsk+0&SwGCv`gW3)O3jk0lB$H?`k1;=;54@RtkF31`mw-G0Glb5AS~nNxWi`+nq;vd@kG@lkB|lkG49EHm8tn`&Ze zMif;6kc{5(&4XoRp>v4_5c58kddR_o2j-HgrqQfjQtgQT!??IM`+n*z3BG=5he1$4 z;QaRC5GE>|4ppN#MAaFv z{0Q;KCHhDuohd$lq+_ts$2lnf~Fj8Tz*-A?G-s z^s>jru>k)9S!qRo1TA!d~zNkYBWGf-9vAW{l|+paTQB0(@?VVPN4 zZHK;TiQF&8P4xvkZ3+;uMbW^NT`QnPkFW2*v7I0{bc`TIWx8FR3XB3E70s@v=S%PA zEtO(3N4nl{Nqu)SvWxdeM*3BDcEUS)ex8_h&FkQ<{`>_nzHD3 z2q3HR-?PkrDwK<{>xPNmAj}ro)mqxI?ij0|&!I!q3e!iB_CaHut;}jhkZ_BYBNXPy z1mj+pqgnYy9*`laUQIgAylN#C^LIvz^BcjdviI~@wCE|#wcCrj91bJVtYTFJ*9lh# z_?DOtUia+a_Xy>*Hrq?d%8onWBpU*Hk10QPi#{%enoyzpPEMMm`T`lkDV+9DnzR9_ z80QtmL^prKK1HTwtJKVKXN_`16s_*4?)qHo^^KBbZgMr(&JgT=B_Ky0MZh`S zEvSfZ4ASm|OSxqIHT#<6-ZDt9yE&q-%n`_2Znv+zOrehZ;dFM%Pz2yRCGW6~uboxoo%{C9;O?7TWK$7OCUu0e*Yt zE5)3PQ&HNk73Q12F(wBP>1Cqd5-_xzT!XYHX_7ec6JOJf;0*?&^n7!2gM;UstFvjV zOA3HC$jJ~Dhs8j6=DzNwwr4np|#B~(4Wi`fqP`EugFSO7SSxV7O} z_3*G7x610ue_A197YA77qWoXHeeZ!4UO~>Y(y&i1%2q_94U}ax5L-OW)7ONP3nANC z4}WpxULtUaMNyZ##(A3tP&k#|h9}*g?;tbiZg6?iDmPXa=+h2`f#;o8N3><4XN%Rz z)-=X{X%F%t(o~$d=$_x!bIfV!v;f#!#*E*+&D7E<>VgXz zHQ%P55f4?#%Or4fB4HP@K=0s+4t=XVDk=Cj7-$~DZwX}9xR0dxXiG-%uPodY2nZ$3 zx!%Mi5weY=jHWNHrU99AV8tBB>WG9SvuE3c%iON@4R_Zb){Ic_8nij>L8uJ|cCEez4qjrl|JUmuhoD^?rvtDGP5m&_a02#dB!SG4U z_9Mg%O@e-C5Cy3u=%toMwQG!jA*Q=%FuL?Au z)GGrLS>Ic$Es1HCuAAaNdae+%4r=OECi~87yDXc_)4Stqb@7GPS}&elQrD6y-20rv z#S5>||HO$}^a;k~`Ta2rhk1;u6F_{B0?NlOeD*yDcN--i*cjBqSg-}lwL;FJN65%D50-9io<9-X7ia<}0 z9s<4}RyWG$>_SW|G{u*qaF}1dm;mTiiBmcJb(ubE3Zc=+`z}JfpFl5*5xf@ zDGJH~qn%+|oUKo51dDBkoEG(zJc;_a@(wSHz(D0qa^GWQ;9Qn7(%;R{57a0 znRgkfJ2i$DYx1DFQqwi{vPyTE|E_v4egA~Db4m{jD?hfht{dfgVUQ*_E#8tntW>*I z{bof(-mWwrBDY8N<67e<#G4iy@LYaA|w^N_Q?8i zqed5t88lD|ijelpoBhB&t4v}r2YR6{OLVxCIQjGA=gbDW#1vT|Ukd*Pqk}jM9ex8M zx33ko)fIQA4yI(Z;#rECRbr0T+zR|lgjP${xJ{AGH=U3RsyMD%f$&Rf5IuAG(<-mW zbpS0#&!)Cb2lktf(mKa!*o+vKbx8TV7!-238$H6|79@5j^_$Ldn0t4hb-)Q8Oqqm> zLR~|5otSWpul>eDaC{$-5MHt%iIo=@cD;me*)q9m0ZvQ2mU5j@>zw*o97sNfxS5&i zjF88Xmyg`)agzIwEQE`m-^x=NtWf9*>VVD%DDy-07l9-BjD;F`lFHmB0;6~@CHqqD zqg*0>O9LXhm0zkQ8!>SNF8ad3Ui;_)z|l$8j*OJ>yKyH(%}CrcXsa|k8^~H&hVTj- z$(YPdu)m+sGQwmdeXf*E;Ev21F~q?$Zh~IA#1WcGhI4>jZcOYMBurudP7;0uXn^Lm1_xP}H%izW;oRR6*N_5*+ZueCZXOlWq+XeI& z(<8oWQ@Now(_mX#$UBVaTx)A+1KfGFw7oOc8yL)ki$Sm{+EilS{fOHUeV%<@SY%!T z4|X;2ANfT?(gq*$LlNC-AmXtu^IT~z`quwyJ(Cc$@PQh1B%_H&~nqNY8 z9oD2Q-Vv*jkW8SgnZ$`WD@JGAj=`w+VsJ4xppxz!bNPX6fRG~DpnNQr((e+TJ@oCV z10GxNu~gqJ7kBp zG(ST&_9h{&Z<`$Xcr+0#CGH`=69W}I4&Tmzjajod2n!7NBv?bo3j~pBH_nyDZC!R? z!DFY~lNZY7e@{DwM}xdRHT8^!HdM_I&%lc@Pg7uy-1^nVs;#12vmPC)H}bsxj9=!$ zyGOtz3tw21IhFND3cM(m;j^GNRKBdkGSrwH*PS)KP1w|HXy~7}wW}`m&9~ofUe}qC z%L+?YE|7nfdIu3i(tiE!cBoet0Bu`LrSwJ-gCBp4c}t-|CWSg@9G&q=opWpAO7iHT zxm#Lw9O=8Ivcq5f!9wI$ZpxQyIJk^^Y?CpeB5OR-=he)~^ zPGdd5Es4PS#U@3EQ}VIWfb7Nm{zMLCO(U=V87jEak#n_oOfwK+4$b<** z0+*d727%}L3o{%DA|Q{m#YYtP>4ezp7cajZXI+i^t=8EPr{GYO6ZuVNsGo{wd(O0k zI42XS;y#t*;K!VZ*DiW7oWn=3Mq5iO@Y90B6Ip*1OE=C`(y|-1N6E$0~uxLP=Df$`;|sljt_Gd)f?i&Pf#%b1!dg*Z^~v-50IQf65}N>p)dmG z^`6_?q2eg>k?!trDvGjsHrH>phmod-+4SbOg`;vxy~FcGf&~o}_#=3(_#d(?qI1#0 z(fZlF`yVbAgUkg*S^g<7^ZgR_ycXH4wstX2yls9ZL#k~jdeTlaK_LZ$Z){0>X?BQ6 zy3l;!b47noMW#peD4^BFeuW{=vu^^t62u-yiqA;`OU+l2&2)?D!2{F-ghl%%lNHFM z*5Xwj;giNfx%3o+BshLX45?-KF)6$DLac^&EaItiTaX1hV7GaxNzB4{@j2YkKGr0) z#3KQh&GP+pG1lZ`jijw)t4JfIpjsq8dxlh{uC_#ODB1a(M%CAykxlg5^E-;~#JjLy zVO)B|Z*c?kVEJ*Qd5UkAE^Lz#$Qg0E1QU$3-LD zDu9(nAbrqeeGsSF+%}#B3(sk9%;!uvh|@k_QyKe07n ziX80R7V(EiPS0dxoT)GrcOICSF!~t1NGW$iPvg}d4g-&`>CgNzf0<`FMrk&RN(<|#k!Hp+T|G$n_-;6@UfliriFts_m&H9uLM zG(|1vHXmSK+XG8xslcNl8VPnxN*9|TO&cX>wj!eMV^DeZstI zx;t>b3rU76?Qlq1nd|IJ^Y5=UDCo}x@QXShtIJ=LtRPq^K;M4Me#tv&Lc zGiq!p+%n?29MjqIZM*k_dsDA|)F^k&TaNQ)DJXrRLOXTfYI`(&uFo@iJB)xm8FI7i zohyyQbYq2J+FL<_cu=sNWcIR8uQA4J4jQUOp2nchQv(Q<=`GgI?g&jQgYNQX=1HEf$!E@bJmyuqmEGR>L#{miX#v=*Qx80QYDFw=DEWU`pm)NeVNrOfIbBkJl1h>k@ek^F-);OWJy z);UJyqF8=0Fwl~zUR^AmacGIy|@Z#(5g`Js~^Rw-bh#gX+Gtsj}=#lU|5 z-Ge&L#O8RHrLZk}%uicBclEp_EdJ}=Q^Zbk93v4>!YuTUOUZ@Jbyv!M>+S0E%ym)L zFi1l*;G5xlSL(Bd{@TF1&R{>zuatYTCBEB}e2CzW@wK`V8J;T3skGG!8Bhk0zinz+ zm`2nhEb?M{=ow8fvRVvI7Y-RwYSrRoSC4It4RK^XjjX149=uSIVQ2&rP?WT}DDc&p#gXr9S7FI| z9P=>shBb@#oA#MS8#9jLje&OaBt&1hEgcO(!wo~k6;lmg3tBQQqq1)$geTruwWUtX zBq&|C>%fZQ=gAoJp9ON51fn%4Y>N(i(0)m&j04?;hG8R9=E`cYXzpWwPPw;FGpLh} zlqQV`%|-f^iw-#*Tgiod(;1c)_I@1oRa-?O9#d(#b{Nc{-@39e82jaTG1fAnm2H!O zWRIO|&)z2c8pgutwh+hsFuQDcjDZ;9ZK*3%1rO_8Wfi46ItzzfkWR>NFqwr@GF*&$$l2dk z^khg@MgK94EXG@qyuRChqZ{!Lm*1rzptvJwYtH|`UI9PnIRoq8e;Ce!i2NaAi7TmuDj6{Ne&*eE6)GOV zP_-3tZOl+W{O*u$X+(r)); z={(jN#if)URD^Tz!zY}5)YR){ACoC|wjK7STP6BdPL{&~xXrdvcwkbQY6+L1gSHe{ zhqnmGr9D@eYjrFMgx$yI(_kXp-eQMu8)IR#S@j2;I;RHq$}A(w@9wJ&dZesVJc$he z;ie$I$~b@%a6euPrknyo zAbItuC4PD9rId0szQ&c)6jjCj~O^Y()I+mVK5V)U`6~$6?&E1FEz+Qr}DYJ2y7g-Bm zV9^Dsk58a{e%1SF`HXV8Q5HW@rs}`S-$j8;!sk)gu$$qLvA~bc)K<6p>YZ6#jpcSm z(GvpVSiXnC(b`JI86rlpxH*tY5t&~i`AClrsU!}~M6~fYBwnQ5#Da17Sqfe9L@^0YohtjO?X!z^|!DG(+72qdFXA6$B62G*-w(_OGy_Hx9<=*c%iBr0D{AnM!^>Ispr& zCvsnPa%30ib=1p)y?F_jT6#w`zyn2*_=E&L-fs2zh_OnuZDMXiHMW)a4(A*ZZZ)n7 z&a(gXWvmqoJWp}HphP*4MYEcm zrJxuZSJP-<>fq1e#94CCBQ++k!GPFrBoJ7<+SlcbeUjI!atFGhDXgil;$&U%j)09( zJ)i683oQB{dXI-H)>{%Yq`$umNLI408GPvQtDgG!LmY)TzcUbHc%WtB!u|Th@p}2X zUQ#JsS7&vfVrPORG||qKY zuF7u=iUI~FZ=VwVW|&K{4Ei%BJ$+Ja2V-XEgq~ZmQA-u90DOagZD}f^S}#XZTYTA0DdRI z*#FAP%1bya=k1+h^~h^%IKbb9dw1410XvkjtLw@*Jc&HUxAavIwB=Jx!4^W!7(-D) za>|YO8)hpmHVB6U?Wz63R00|?aI*lkRDTL17^@yUtq1=po_9K_07e)P{`1{_Yk0r5 z&-ud^g-8Y2Dyk7s@5fjh5?7z9eQ$fhp!|5#D&|&?*qx0na@BX^#nw<+0rq{6S#!_r ze|*umeNCxq00P|We?kmDya&2{Y8*G%1p#T2K;f~Sa3WzlWiNOY4ToF`nbU>t&&34j zH6_yz4uKu~#CWxq-_JMLzb(l;FTEWQxf>xUXU(-Ow;Gt0sU&uuYId&Fvd5aXX780v z;Vt}lyojek(p+rj^=th66}y!|**C|FaiZ(G7UgOk@y}nFSx_OQlhW+o{^#)x^Hk3F z;8!e<5pSHa^xG_I9y*+As=WK`Q*P}FE!8LgIeFwjM+B@G1c^jLRU zG-2hBuNDq>DD#{RT7gVsN1H=7ISp$&cBv)qLf1kth!h9LlDMQIT2HXM`Oly@_nQ%NoLJ2$U0iXCXn zYNC!e?>g>fr_5a}+rrsoM8pN{u?k;9pJi;l%Fv=2;2yz@a(Vcm!*Dc=6dWyq&Bk=| z^C1oX66egljC9=$BM$`1mF1=WT4HZ#IM)r3+qUPI#e`loLBSTno4patqJ|3@Bi;80 z)4vP#U)dz`ZT33&?8biOR-5b2zBneJdPiTZG-IPCkINLW^m^_j9H<@1(Gm$F+_d7| z#_p}z420JR18!(x2h`xkBf*`m>*7(khw&A(uhRS(@8fdY-i9Ib;LxZEaMCxBA1nyi z3MtG;MAfa>8)zo2o$vHE`9oJj-#5ag$sHJU21L)7H&wCm2o7yf)_N}b}jL7Yn0ZeK}aHveGFX`g$=9aZUcVhuvH=-lM z32wt)NP3s~WLh7RLR*i>My8~}O6w2!^quG3_dxhKooX8fR`FSuveEk2WAp12L}$Be zmnk|6Ep&c7{*$k&&FQ7qcVU{K^CqYLe&WUSRr9G#d7z2aDZ9vG!%%{^IPzcxW^s4^ zkjKxT`(jfxS68+ACC0W(2#AXN3jC2twIQit~rSfXdrE*s$E4!l0 zKiy&+;qN$hLvN?t=(osG;`;8852hMxEHGGqI_^&%9XfxPe&c<)&EQw2EAeiEg0&L? z^)X(@_3>83NthYPSlTZw(=d_%D$L_u&w6j2~z#w^|R+)qy>6o+b)Q_w&>o?%MK|?gbzB6{Ox_7v)!Hhg-|aD_jno z>G^J+$N`VYo@_uudK+tdYOJ*uuX|F~cAKJurK(_x&&cn5#L?LJg-W2kl*3sOPAB&? zmc*bHkP}}R?2h}P4yKS~>s-!}mwL9w@c-bW%IN07UVryxdS**3_2>|Sq(sBIcm|5V z=Z}1l32vp5bb|8-qT9W0KTa2`56uTdi+;b+-j1H-upRiAIJxBJu-t<}IaTDX*4$De ziX=n;H&rm;cq9!ol?w<^iIyE9BRd6EfwkNjsJD>=fiiLPG=(!onu)D91|ghBmMtMF z^YqEXrYT8f$^|H1j7Ej#kySlV#XNf~9G5t=CZtZg1`a}M#?|nLfmLTsY2}ux9s_Y; z2IwrWTc-X%cEU~riX`OTiRVrYb%SyTAa#1E_~TIJ8h`2~cGww3)-)4Zfd&Lh0q@B1 z49ewta&u7Tegr;7b+=u!$w&%|<6Pp&9A4kMPq;7RauWUs4R_6YOpSi{-6-tAHeP+5 z8ldfWamn`>aSq#d4pM4*ct04+Y{ZK=;sG1>kcd;l6POVAjh`p1QcI~@@)7VjnK^#d zdA+?mAHu_qjSO;c`T-oVq^{|n%OWgP7{nL#&Tnwx^EV|;=09aZpr@@PEO}Aa*(}9~ zbPc~E<4})N{xpeY)waedKK;{6Y6~>JyFCePl!8$R3x)d%mhgVoAWzyLH_0%@((Cf! zF*_F@3c7hQPh|Ft~zqpYks5Lv3sdBh0(UYki#2y zFmBDFRB0rM*NJg)#A(kFEO3BDue0>gHjApp^Y)EYDqT925Re%Pf9dh$_4O68+ub!- zo^?JzH%!)bkfqHlHA%b`_h<|=x9mg0WWMZSwB#7?lba55}Uo;-x4{k0s4gzSnr_&Q4)dUY|(JeEQ;IuoAc zeL4NL$SGBU2Hpq;advBgBJvPf`ModAPZf=yLZS|zVz9U8#fGK5!S$a~Ke6NBi41Sz z`-qa|z(p~=#$I^xM_uA$03hZU8{z58t~mXh#`>7jnV9khM903Ois70z$Pg@)rxReN zP@IE~*DDIkyI2<*@>!JWg4{Ycs3Qe)p~>ShbB~Fi6#d$&FqVaYlPy!)C)o2^O#0HS z)z1p$SyQSPCERWkS0zL?XfTpr%XHGSCNimKw@+%?Yvu*60#A%Z14M(=t4x9$es&D# z(=u3G(afx@NRh}PZFn~C(e&J`UfUb{yV&du;~s&G(Y2#*VZQw-L`$Gk7Q=SA0(Oc~ zVsoWmY~P+JmNPKBj1u_$;PLy7)A(70kCd=7qU23EgB7`|0g(s=#aN7WASoCrmoaJlaU-|8Y|6I5pjdGw!E>;!8QdU?>+Yjp(hUEot3}GTW(ty z<%d>!Z6%^U=VAg;>DCh;?XQ*FpXFGI?^Yg=nY?<%*(XBVP#gN_S}RF`o(U3&UdRi5 zl(Ry-vuV#{EB*JknjB!@eVXPF)D!0;tbPB&g~K-7&}jD;W3_Ad=1zh2e|rQ4&^UfS zcjrdyOCyE`1UlL%BG1T-sDo>P*R?gf4&fx=?Vy2!)USjvJ# z@)QD6@VvmVf1$`JcdDAt>gEIVy6P|-2?z$;Xbkc^gTwIRam6ucA{Ioa_&@BuWnY#3 zyY4HEA}t{;Dc#*7(jcI8cX!7?y1N^Z5a~v0(A^D#Zloj!Fo=C|ueIj?o_nv)eg*S^ zPf!_fUB5WvIKHQOOWLyB_zC=LcAJ>Yi^ZVgpHuGYIP(o#TKmn!G{GA1Kdh>^I$?591d4zX3=ahzi=;o!;0WnLPPeGyP^&agas3QM@%e%y+!|(b{m9 za!`TQZ)MPTzR;SX4sM)208D1u1@{qCT21@txvVF)2wYxnf=6pSnwC>5P_ekUCdG?Y zLs3i^YGbckvHxYa-=j>6+wo>cQaVnXIuFZ$UjxuM3XAM$QW0A?S%C=(&sGOYh`nPD zOOt9=Uw3Zh1pYNORvjuI6O19L8jQ_{59~8mBRvsf3xt49G69b;C*2%I>ZRMtf*FnXWiPof>t2+8BKwo#1DrX8w zvnI_df2sXyH*=PwSdm`4Nm=yYywGLbN`SH;spdypBrg<-~N zOZlAFdw-@>r^|6+41T}OeZUP;iil#^Yh>89xvG!iHgWmLJ8=fa7%&rF=U~8r=%rWB2c%)Aqzg!K9p`Qw0i2SAt^&uhUt0LibN4z*7~o zTO>{*DD%lQ<{#FAogaEmTmyU{EqDhp|K=c=!vW6m{##nWnKgU%HaE0>nR2iv9Cx9o zQ6VkG25S;o#dN>Q&_+auv&!n`6x5{a?T%xe$Wo2Pq9l6pTKHPS!fBm1UI&1j3mOK5 z+GRm}XMAC?r0XZ)Ot%=haKS(q zE3-*dq4`U_^u+37*vDyYyiJh_N=?L6>Zl#^n)JiLw0T@HbQwyuvU7F2!;bf98c3kg zrj-(lo5l<2BWUIr`>bL{^p>0a$}RU9R z@^(rlkoK~KbDUjmAD>Z4|wSf7k~7k2dhxA$GY`8Vg6+jUOqAG(olGn)9q;! zOwl`Bo*>^Zg8v(fZgVpdcR*V(_Wofo&wnP}SgwZwIOZ#zpaw(Ac^T6_O*#B`dwNin z0{!b~XXL3rXZB5&;)1=z!g5HzXf=Ky?L7Ei=wv|o$CVboMyF<_(lT3*`blZBn)32u zo9yhTT3!Ua^Z(6ZHYnptp53GN;@x~ODE;YSF9`SVRY%1vNb|DkzpdbB`bBXEGlG9i zM~wS22*ujn3_}nhEY7!#biPtwlxO&qJSBvj!y!dKP9RRJ+zu=p|B0DPR{!Ac6*?&g zwLIi3PKv%P=Gx56Iw=#9M&vrfu!T`clLL}@99(o*W2N^I= zcOi=Wc4=*{P6=u3{jP8@?4^d;jf~T(>r8s;%S!BSsfitVHEDQkO90wkAhqx?TzlV2 zEZTqVOr+rF-@JLH_q~FmM5X@M#p8#qHGGS|A~zifK}Z?zBqTnv4P-L%FVv=f`{sRI zKTqV@ctv}n;{BQB_r%Wbg!V!YRJd$5bB zpK2jnQ5hr0+PKAPR@N(t9eh~P(xoHQnekp!o8_&zPACuxrRQ$*vV3E#ShWXl?RLkk z3BD)rkHcJ(5xQtd1HE4G_MQIg8`_1y^!o8;3$ulnUA?vidmo z$>s3}4JtQZ9$3DEO`8yP?77mt=b$ik$ zEqc{PlKo1TbL9|^ceaL<=zlFB*h#Etvofzg4n~$me2J9_ zl|){pUoJjwI2am5LBO}GJ> zI`@mB(YoN3g-+7(K|e*6RUyw3=}AgOo1`Lz4C>p=XhJlHMx+2T4<@aqH~>^an~CK} zj%GshR-1{INw0Nb-iY2v(wqVzClt^Del~PNN(wH|aXVQ)cu!98!dn)Nsc*$r!+^kiMRNP=bMr;*L^YM)L@ppT!8yo&chMVjm|=5-fkJdD zb$wcZAgDf(6J1+nM9689Ub|OJa?7ZiA{WWGgZb2+er>BO{fma2GfC@T-i|RG0Kz0H zXP3modG!wK<4AG)TuvKvfMA4t`UgP20iYy+@$SyodQlBJfHYDO4Zgv|cN z$2&`OKRLSH(w2Xt%zppg!M30#qvBt++5aMvIoJV7`~7c6@+*e17thxX(>|&ZOmD6I zOTE>=IKvol|9@R-HkBL7(Xdtr@J+Qu{wjsC{Or{7QSeQ|3@QZ<5qh{fF0E^)z6|>9 zK9utsdUWkYcBF3QHLHv=vHz|Q{1;Q;Ug{YbCF=C!ieoDlAOoEBzv0GsJmS1I)QPV# z8^w2nM>K4^7!&M@Il%nK?D85OxW$VjYt5D3`0X4N3-VX1%eN=3cC|^Z2)OQ_4?C+W zy6qvZ?fE@CG;YO`p3D?E=)0|V_$S$g%vJv1e(SiQ=Y%MEjlx#%&okU0={K+Q?nt4K zXE#Csi*fEI@9Kh(CTK{ts9viSxRDF+5sxVHE#^Dm5cUgGn+sBCtpxvFBm6Hr&Ko!a zfcB;P-bD&K4BdYoIKh5>{Us3m?0}SLzoBe+#nng${{wVC`SQ~9{^sRUulNJtofiWp zTV0HlqWqJxv7u5_*@i^D-3Lrlb+!DI{OE>$3h6 zJ7is;)>%vj05Y&Ke!pxl|A>y?VK3nOs2qH(QvY{1N&0wH-t}0Ue;02_NFUEwWhHtN z`9E(ei;eY6I?_N3pk<<+)_11yzXId{&pdf>AOafSZ{z%wU!{ySZ$ zoObDd9(^%3@LZIr7Q7fFDaM|^wYiw8rYo@AYKZek|I@DbPkVkZW&?HqwLbrA(fqpy z`+t0cF3*%Q0XHp`|NM~uc`pCjN&kE?>>0#n93qeQfB8=T-%pW|0+vOAaWT!m^XPxQ z=l}LD{^!U3Z;#`dsP{il`~MBj`=3Sf|F=lY@%@2@ifS~`tmWP1!7~;mYq2kj#vFXJ z8ChZg^q7G^CiNQCvFPnt{LWM4en-W)bTR#EpPd=u_psp2jlqsQ4Ywp-CYxULUw^3; zeq~gj1e&s2T9s=5(kyqP_E=*O`QR&jeZI;_fdgUuT9B~+dOV9evSP%$P}R86Ze<@3 zY4lfL*S7pZ7k&D$XFjs8^AWH*S^(vIdN*<1mUh{4?MAmh`pq`?f! za0bj6cv;W^@Z{viMWH0VkGJM~=QM})^zaz)OO5-1&!<@loWIAYxN3JjV*R^^rDtQ)E+G1(f^jD%}bngqkJiE9aVnP-n9k!Ju9u4}^6; zqV~)S0456m5WnA}XIeQ9bh4&!cpq?%6-5IoStNI<%%77f-GYbq7*x?I>BV`)pIT!h^RPdGVka89B1&<|8VJ@FrPzoSN zYMGapPAWoqW%0u8rQFgkjL5$?k`8!Eo#} z5o2V$_n#*ent-?qFqXB!1c6CCm%VZC#=6kzUY)jXVF);^f6KIUd*dA#1O>1G&n-3< zyUjsdI*W^x(aUG(9l!1D<~mnm=8xPr{$s z%F{2<=>nO{YlwY+=^yG@XO>H5)1jn7CDDf@rz*J)3)69XuySmUu*LgW%dfy~y*@&P zWr^Wcq?N|=aO-l6_O9lkqavAWtDCqxL*=5=o*uIEPO{W-Wq2z5hhIn`FfM|Lzr?MD zJ!!*_fL68^lj&*0bE(Y2>L;*qkbt$WI-D(ybj(M9Ttkm!Z1rwe+zJpSB>`!hA~5{&M@r+$ zC#l#!QZ)PR>L&BtfMHdMpql@Qcg;s(To`7faSf03YU1)O=ZbN?)!g410hJ@&Fd=t< zrH1y)dz4#|$Y&^(L)-lYj;suTZxY}`=b|~)MHUsm3*6}}2*;(jh z{Gd6|5hu9yOands91iXX1zG$Le*cpZ0a{I2y4WX4g1z!}i>;RM)>^A&>pIJm;*;-P_2l2XT*=-2`fH4FFWz$K z4iwz;4W;pWYjB4`ZHoe1=BI+ylZu{9NAXhJ{?6BPJp>;96a25s12p3M^pB#+*)SWj zfg-LXpdP1maCpx;_oPqtO7#yJt4>`QOA8a%zGjVyqlQgTl0fmC_w~EHQ|(Rfl%=rS z9%lJ;DuG?;w>tG|lIt$dv_u~)K%2wmdo}COOd*Hg_yOzexmxtr=7Hb#&rDS>ciatc z?cp#CpcLS_$u_a@D&GL1_?P6Bwfjfdshuvcuz?8j1=hFHj1Sxp0RyJ{8q#CE%=Jxf ziQUK&!(vaxrFPp$i|dY*vG#j)KzG=+JYPn(md!Kvmb!LghbB|`w>C~$@gu)yR$seb z#G|k$C6j)g=pPZDcneD*sK$gZ8~678WUk^l)NLaA44 zm_PViyM4HQG0w$D@f7%Q>}e_hViuS2%#*%#M{x9F!vt1$Cv(r^gJ0DyOc&8KR5}4V z#CQPkV2g%X$B)eW z{?YT3pB7B@#s>qmLo8f7F^XwKjM$i}^R<)|4;!>i@Y*{Jq|3X=XuV#YMWWGgo{g{~ zM6naS2DAAs`*}39-FbRF!+f{DaRU655_j4LJ`^PcV(66LCa%^=tzG? zLi4Tqs~k1I1JX~$Xt@-o@4x|vjSLuFXY+yjQE}vAa$oEZPyseo2%P{U@)zD^2L!zK zUu>p>8Nm&9i?Wdftof(ya{CrIc$)|SvaGPIn2WKmmY#k&V?7IChZM>tGblga-&&$z zj-)W_%65lh7AMl-x~mkeYJ}YaC41HA4DJ%0MW-YdUx5r>cb13CX{9>A!>_8_V+)9e zN+cs8KQ+#bk_6rDmTElF6msryN3-}N*I!X-S&l8FFskRA>!qh+kO~2_GHvos+n-|C zmvLOCewvkMVCaEQSL6V9TmiWs$*5W0cg(Ls;hsV$jn!xwK+#PQ>V=0wm(AhH z!E6+5EdBYfy0iUs0e>tYH~0jojxO5znC^9EcJ_X_9WN>Voh}?snUZ%~tchv_1-ew4 z6ViR7Ckq%$d9U2n=`oryTQ+-vcMNG9hu*uv-Kl+Edt0TW{s+j#eQx8L@?}mt>;l) z>z(mz>Ufr~fS!O^5?yqq#u_ z7pN)-;jM$VdcqTf*1K!@C#rMD4=E)hRj^OcC{9~p6^Aj#LZYc_7lIZhBWcy_ZPP_0 z4QKn-Kt=PDLMHbQfTcH7;zbV~-)B|G<616l^}OJ-^bq-*b@MW(&1$xkfBXy}0B5%w zjqFd7d^^T0MxEj`$4GbEeCYAE>N#93y5#N3BG$H;Uzw|+`A+)V^SnLS_{B)JU~FFu z=~iptej;(Ulej~i!urFB;GgF01i4${j-sk$hH08qy$^D!Ooag9hmWNJFfx?^W79-{ zI)fr45|6nrEn{C^}(=V_x|6FZnx{7AoWtUY^QD1^tQ1K?qT)X&#Tk)M^7u` z!Y_0}3XG%Pi9X)^m>$2oBHl+iW06?(uB<#vc##Ic`;(pT`T8vh1s$Cyj{TLRMMRa3C{w>2L?azX3R879EnGJjUqvv-tIQ`Roqa)e zLz`@J9C*6h=$7&j;vD>~BeVxld(pm@s3gbSy9SZ@ZpT--FBt@!;X8B^Vg!hI4J8ep zK)bimmiq2&(S8jV%x*g_NfHDHF=#iGsoDTVp1Q1uLzs-ypDsdpUt$wLL0so@fMZU+mZfdi zmJE)Sv^ZYko+;OE%6vhG`xM!K!_B`&J&j>==KEf~g5o| z66d3}E9_WEswIRiMatLNQ~r*lpE=>;<7Kvz>!0mbdjdU|@0?G4jeo6k^bK;bWhVB7 zA1*n+6i8zafvn`e-Hrm&3pabt&Px%DX?s-pV)s@)c{yegMlm1GwS~aGX)iw-u788O z>_j0?vpKnTi?N=~mqZ)t#V>ZC3S}1_i}nO?E^U(g;QJoTMqodkyC16U@pmlWbUY%A z)%%?F?zLZh0yncEi;_ZL*n<9)D2@qnO2v>M+MKoC-$5#U$icLAEA}T5?DrD3%fr>Y;5c%XFW_=n_RORI)_#<3p0oR6`0IP~m@Jpa+dbSqsK+WY zI?=XJB&~g!Hkkis37y^+y{dj4q;H(L$OV`g_*~~-K9rY7`+e73;bMBLHWu%h+gKzF zrf%}??IgJ^RY~?1ahAKkR3yE#_On<$A`_}d5WPef7;^)xuM!U#{dB5DksmI&EV{?< zZ_FCU5)}0Feeh0Q{FII~lVcu#&jaE@9hD{wl(L5f;nwX;j5_1q_s~Yb6J`Dih#$AY z?&Wh9_J&i}O3onm?eDO@qk6p;UARc!ZaF9ldO=J$^X%X73+qDANHgnxmej^4LjTnj4to;NK*i3c)VY}ny$^8EZl zHIn;B9|5wA2gR+$y435yCy)@IC1)9%>+X?k2}ONj30eyr&AF~KMXuI!x)~Qe7;RiF049@#&^!$U zaUu7_ZvzcdXM!Bc9qt3*&S0Z>+=bZRuF@brabFonB2~K`lNHH`DgZMw9c%^&^!X3~ z$zVx0nyT-b-{`TlGn!0I<4*}FTOnBOp`dlhe8K2 zl%^)Zu~X~g9|Dj4G`m@pa)QEZ247EIl(K^Jg@nS-aW2tveRxW&cAxUhM`GIKlnusZe4&PlKT zRVzHP(YZi+xDwS)+MD}mx+Ks;NYtRgkcVyLoAx1^XzCC`f->FOkUPMD1Q>5bl$DpK z4=b$k@%IIkX>$=kwmgf+jwtvtl;x^L$p*MbR$$nLL-Mu@Vn`$~EoVbAa%~ev(vZ zENER53_EEdf#(1O!zShcS27#H>)AESd|SVG%8`Q z5Nnl;yX|YBRF5SsLx1LBZ{mC1zS3yWiF<*uWv8^;&uh{%PxTYQkE#&BHD$>xk&L~I z8n-^9RF7lY=(Xe=>ot;p@VW}92`%&=Asc=5dN)0U<16s{be$Vim*7}~i%oGnxMJH{ z@p0wh-a6nsXaY*VkSlFk@;+eXA&^a&VR+hofA2OO%^MuQK}*#a{oLWTnkzE}z8*{V zkZIR`VCH@%Yqs?Fg4J+KDQdJYhWK!V)I_8f7}<0sRG|Z8@wHXQd$HuV?2R`e%r9FJ zw^{qb;`^!(=PF$BC!=aoO3>CqJuf7NM0N@97DLIbngrXzFq z7*chz-SGn4zIW1V7 zTU{kz4Ei?m__sSqab_FNQYgNjwH3LaHg++<#io<-v12MFR^)EsrG*)Jqn|OwLKGdY zby`Q&&aSqdBRtb0bYLtLj+EAemK<4nVj)a2FPb-<4*6D*dHE)}x5N0lY%#`7;Jin6 zM8X(QA+dHNH-Ywu`c38lY%W0xQ?8-K>kp8zNUW4#Hp5QD9p! ze?8An{k4}?rse^CA0+e!!l^ZUnjf1FyL=q(&?B}lPSowodVGW`)K?KKGC%wniS$Uc zZGUR#Y1d-o$en*ww~R zCDGxDeL@c#^Xq(je z_9N|2(RcoPaHH@r*%>%%lo5g`m*YEz`roHB(73gY{MM#TsSpU_@wAeA{&$Ixv|p5V zG$pZ*H6Mb{>&(Z=ib=vwm2LdL)>-Ul8ZmS)z&09eE$@TEcjIs&D8^_OdX+l$OUIc8 zcoQYls&*nr-v~kAH59v?s*kbc8YVWt%moOGNoSVbV?eO-D1RLJ)+-B+*zM|qH<@pc zv181IEXv?`g{#sIC)n?sP1+Wuo?w9bKS(oogKsGYDJqghwk$2!Mf)!qkdSbX)Qq*C zz7Ldq3)9 zjuV4WzHCBrc&+kmMuq{eA)X5SBSNS@;?v)w{8NrOm&qh?GJc+E%q`M_rKk#6pkV9i>wO3UT?B44ze#{yPoW`%9Y(Nybgztq{Ae<+%*AOn6dd~ zsrarK57oBpqeN*2p41nE4`!_P4t|fm`@9)5j319$P+X<3`4CXEE_&{xZB~5=tP|9K z5&rSmV@*@ay)aoOd((s9Ez>-3S2fif^T0}OI_0o5QxaoFBTbd|$;{}&he~RJgq$d8 zqPaxn_bc7bCG3#bpUBcQ{kak-1zkKz5Z63mY)2Bi>op>D^DoV=cqo-=J|ec3MFf7{So}ou13ZBld(RkP_ zb=qyxx7?7l1f~RDBqkg#*oI?+#s3*Tl6KT>g0tKBX+6Z0wS_a_g`cq((MyAl{v&W9Pum~Jy)hH%Y`oMC=vGeImRE{53<~qA)ygC z#MN!a{4Vn$kpBd@1;_<*x%0PSFS~FvIDszC*1FYK((_qscuOdr9u$91VbC5CwIACC znQ4vlraW8JPlWXGg6->0_-bmaj2CTpb-$RH$BM8a3~@LM zXllKlRW3Uv9=d0v{L@5;&%JP+X_m+8HsW&S+6&8tDnp54qO_V!SYUX)W4~iUeUhHf1`-rP z1D@Qy-)#wodD2_kb{k2Flv1!VWINRx4t-p@t6xmIAaYMTL%ZAYX?>wv32I|Ij7sM; z|19UWK}(}Ij~jcIM7?WD>xT^un|gv)a4s6hOm{uhUMJ>Zjix?hfPx z4soU*6y93L{`kzJ=L(n^uZTMNkRpA(L6EJe_ze*_oY*sKA+QW)ZC9+zPN+TcF0I2} znuxA|+u6Vtqak~^y_5{-`rVCMqy7BqA~>c#75!QxjpRxqK>HgYs2(6S@7ro~R3zNU zRbLCByqW8|+O6K|CruT;zA5s1!u$y-trVz-%&7pTk&wzO4jsG|NOQC*#wpe^+z@|g z;`#+L>5l|jT?2ir&wrV~@~Q0S0PY@B+8 z?aRN{f~OuVBk%}e_ad2Id19(zgT~>p3a>I-&z3e@w2BpvtNv6iD5tDcF99Rymv*^D zdKU0sef;FKr&z{rKXp|8mY_p-8@l-rcguEiP9#S;9&&ZKD6B}DE{x4ioIsGOs=5yZ`;rCLJpWAj{9SJ^dxETz~? z1)qOy9v&6Eu2*q6ztKNAl@^>@6Fwii`HMW4qED(;Hnb8*FXeAFR&BwxJ8s-wV!6j{ zNBRWJdH>{&u7Bf#`+V3&qh?L__z=)$lbJYku-=BL>$GSwR_NUt@tY;G+%$Dxj>~Nk ziHJ_|`ih3R9Mo$4{p((U`trE>~DuLXSVLKKzz-G1nuS z=pCnG)>cZUz0)9qGns|8-*D-;nHZhS+im}lyOz^y_QiweYJJXw=F;{p~ys15}8;VxQ~}6r}G3lpI#p*fje;E)RU5JzN)%dR6x& zua`31u3*@|a^$oz7qBn&Q?IUXy2lzU-2=9qkgvu{?*mbB*F_U@38-**onPaYyqz|0 zx>@{~^6>fx$+B}RV5}?YT3j+~Y%2P5%j#;5y2&7D#G}?d*Xh<@gIssa9?jR|mH;ZX=M&QLhXp?GZiJzMY zB>Hn}#e6$T+WHTLsZ;*CWdmC(ZUK91$5M&U13W0l-AYiv4!;b=YvQ(bvZYj2XnK8f zbTPj2i*18pgtoaMI7sKstBj6jyxXImAC;atD?jV3$tgcL5Ls}jndFaL&%WX{y3#z< zh)@_&O5=+UzsJJ%_t9wj9n1Wtpo0>5+ZRLcZ=w+t@48Llz#cItF*ltnRgG22^+*h` zffm{n{YW>{MqKC-TDBDvTo?e@7soex+~De9@*A3EQK}F`69H?ZRggEM`PzN$8Wk9d zeug3P$k+MMsW(Sf_NByV!5Jm`&Qo5R_yg)*2d9nS)5z~*X4IKc?S|&l7j-nzu@;H$ z)4QYL189}*#{{%?qaWK>x@`|a$w3aksw(GCc;jReimw~z>kzbWqx|kGe23`ADtmtVDx`2Ng(Oj|AF45MQ)&F^L5?OQTr(2_?ggRRcELB^UKG zs)6k28IN3c=hoqnI^+Pj32}?hT>z|qLtRb&mf7O5y zByRXNKgo2$)(S5oFVS0!f+JH~JQX8?sbxOrlW7FPk^6|Ux5piKaJoDIaF@B8d z#i0r-CzXXPPwxUcIDLN#`Q4T=Po7Z)kz?rMy6w@qM< zVBQao9{`1P9Z>Jg^ldKz$ugU|m>+s6!ypYst}VaK(48&Ss5p?+o(qEK&xkO6BnWmf zHh532rjE=X!!nN}rbbIfqJ^{84vVh=?=UW^FRyBnAb_|Ob0vFwy1QEK^oIGiIS?k8 zk&Uc0S`t2M2Z+Zn|&xLi7fAvj=0WXo0jQUIL&Y5Eig z{i&5W{4VO)e4MCRwLL;yJApoBa3@lWG!jDGd&e>{S zL_n!TLaalmi9=!STN!Qlg^@gk@v)3PeMZ6Oq*Z!+DPtG_M}j1_Ez7m2U7)R&cjCx9@hKrBv%+#RI*V#1QGDH_Ru!B-KBeAUjTK# z0(%Yl1_S>f@%B{tE%BBa)TADvu(eqmabvcIH7QMUTCJ)j_HCxAqxP=$M$kCXP~R4@ zp`U2$$f6?)Dp$GaEtkJWUHBIby|<;g%-W6A=Wj`V1xt%Cs^s#b^XUSL)>&RJKAylTi_WWBxq&iVF!Qf$K*XH9F)U)@4$fT_DSTyBo4QA z;ywj}DS8*?D;dhv^w;K1`>!~duHs3fLQcQEzKC{w*lp6?T+ffwxX9BcHJO;j`54DI z>fIxdV2-Pd3f{5UUk_tb^F~Ipt$7c>#C2`56pA=N-qAzz<+x!ONtX3cx8(MZ)JXqf zTQy|&O8c5wT1pInUA59faaapF@`uAnbHms*?7;~+Z<{?I)8tp$)5mFfoLd5XrzSYN0#1qcos z>Vr&wIW&Bpf&286JaTWZke@Ya%vGo#E$Q0mZIT%ND>PY?2E5Rt!;d+Fo{xOVd-0$0 zUR1}__w9UmF(tMg(3;ES>l|XR=B4Ev_2nJ z>!#J;dTj;gFyU*vGQW{%BSczjyfqLO#l&JYB8z+#b_+Mwm2!OynRXrrW4RIP!LvOk zz_%M%@E>9J;Hg~l2z@yHD_pNHMZo`P@uWQ7W^qMGZYwFywDo#A zJXk+LRB%s>V^)9p>-MunS&VV$^}ReN->E2FY$nqQ&lVEDN3}r~ge4KHlom{1tSw2A z^L$9%Hy(j2R0@auHAZvC{Wa1%Vp9iRwo?Zj-<3MEjaP=mI$(NRuKf;g4g9LRb>2ry zYZ{8t2%pTTo*>zMEv{q0W+qJwc?csJK#oT+Ox6;`BD`)stZuNVn$CYewbrA#j9oAngW~7PZ3eDJNS`GPE zuKnI|{5?>WsoV6$fTLH5B#X!1kpP}LY>-Jpt z07qW$_MxJj6@|jni;7%}im$s#3zOI!#=91upSXYXqKbM%laTl}x1 z2PnF+8cpjEG(3Yq>OGBSH{&v_C!1R0dRm0}#k5VloVa$C)wwq3=MAvHpEM>A8nqqZWLFTN{hFh~JfCvdNq|%^EEMcI211%VOI+>_DaA znAfn}*+Njf^-t9rRV5TX@jLT`$sRLeI}H1BSgBwTRA!f5KyC>6LLx4#UDq_q&y4E5 z9lQXokO;-7$c1R!*%Wg;(hW}M*;n3wf*{6}4BOD0ZJMqaoO{|HdsD*%wo|ua@+8$Q zbRTOR6TKr~Ow5BGI!Zv9hKJprQM`$uQxKTVRghBtK^8@CylDijw953zYj7ZvRcIV> zzj$nX8w8Qh7T3PD0SsL9x8*Oba^=zf2o{*}GI8ZGlT)8JAG>n^hldfFF)1SYwN}9g z?JagtG?bSfRU#d^k(y-XY2rUS|&F-ig^wUM+`ykXP|;=aNB z4X!rU4&PdcmT&E*p)=teCm%Hu0YO;U97n>UBm<3|Vm2j5AP>a6NpdI& zB~ega>H>8Badn|d-2X)+SkGt;0iv>8!B}_-*XOa@_Q5-_&+eL1^juC7m(^&sH1`94 z*fH6wA@a{=7dVy9-qG4^Lz@}}{6AY+2j42)X0M6lJo+vEoa98y?uIom8`#;?x_EaHJAhkx}@@h(1dk(VV;mA6}Np{ zI>o%XvK4G<6^UWm`E4)jr}F8a&e|IpwRz!x}rfW^ir zy-lHO6vn|5!((WK$@6`bFGkm1OxpqjmYG_C+`2@O3+#mn#wRw6)-SbcwsbNWYW**5 z=cRE$Z&I`xZhTEwg-!y#l`lpQvfk@pJX!IzcoDrV@(-_R`1qWE-Jv%f0T^))y~vw@8L=PG%Z&6-%_r>zvmSt_X%Q3vlAR*f zwt=2v{@-OurENyEXF{3gh|F*8QhN@xV{AzAz4-SBX5Ixbz;Lq9Rc z5SE?u0&n%ZV(PaP++dro&UU>;`!u%!`;QZi>YyLk6IlLF_a8x0$j`JI1E}JpYyr=( zqf}f7+Zf#%Gvu`>**tFLS(3sCRm_VV6xO%GUatWXL!V3+Cr0@a1zff9wzHvT%CdcC z38w{PZaIaK2o0E9?>MslG;Um(D{|r-ViEgeQ!|x%cf$@%Jm%pe$T?Bqd2bKeG2%;( zHa$+s{Z`r|6#Bb{Y3oOIPHY(?De)W|uT45}11OP=ckYDDwY@%Zs= zW6Up=OJwY{Tm4(>>%(DJhf?!v6U*guWX=Qa&2aq>8r>C$l{QDj<_#JruBR5Xkw!%%vownQlaBR^iu4lFQ)EOD++9u zj|gA<><%OOv9$p33Kug zX_lTZ%@)dGWjx?fe0)i_C=?CTE&)!Wa4wYOQwyg))yX;}PbWP4p2uC7z#^~wsnj7Y zm{hIKGL^gRO=1inLI|b3F2hd&gss1zAjQQC8jVMr4Bj-gX!J&_@Gt7CPK_!hhZ1wL z1A@naW-j~luI;^f-}O@mJ-4p=OoSYd*dFTr1Wm{Ez5xzB~r;KSO=N zpWMeN0BvD07W)%3Y~TB+T1wcyyxjjdeQ+;NA#4z1MJ}*;tX) z>7)X0D6-F_#nggX+I7eLsn2ecO>M5{kHN@e=uzgv4Mr*i2& zVOxCQqs1L%asD?ynPcm}c3Y&p@XUnrs{uV&RRdHqq2htaj;|y86elTc$y6JE9JIM+ z!X6iWCF`I(dTU{YN2e<{ZLwy`Y|_TFI>vy)iIhNEG7_JvX9G0>Af)Og{>i&ou=Kpp z!FI$}Nznvvn9nOHQ0ZxC^rpO@LjN|Y_-vhCnd7LdVhDfD&!4h8%O~|2Y`8=*s0y}c zJ^yqO&EqO-T?7q(a=xuJn!w|R%3gh9X_c9+Dth{xYB@r!NfrA*X-Ts{ku zB7ph@{-`Gag#}E7+l_s7oczB1*QA09-2OyGw28TrcvD-?d-s^V-ZFA=$i9Lf|9CD+ zf9pY^>(pWE~aIoz++(mkzpByo64J*~MR9@zpfAFmWVB}O1~ zy|lt9<&J3E&zEpnnYxzDh6lAIJnS()s%|;S7_;DZBZTX>#_4^G*a&PEFV_2W00IC< zOJd&6=Uy_8Ecc*gE(Us3{8F`t38z`v_@nlfX_lZJ%29Ee*u<=}q_x}QEe^uNW>~?J@>dCI4&d@R_+z(B9Z;BBxGZA?GVQ_jUMG& zYF=h+dmxcSUH3uE5^5w;5d^?@SOW#(fgy@D3g^TAWx_I_u#^xx2m28!EhH0$8s>h_ zgvB(7Y$xLW(inPI`A&uUand6AN10G1$qglQ!a$9Z$QfcZA-hnO^h6K`Q347zFFfte zc&@>eX)ab^r($-F6F!4U1~mqirAdC4ul}f*bcX&X<3Tvln7>=*JsP}eYix9&*at02 zgT!O=iS17OqIL~LATIyu%{P@d(8om&be${JR|E4vhy-aQ00??wcG>N=@;_ z-~u%w_yO0g7uz_IO33I1W7&eCy<==>sZK^Gg>B~gl?PO&#MGWve%_|-dG>W9p}wA{ z(Qz0GSx$a@lWbK2>yYNbn1AD0-+>?{Cm!}kM-uHyR-^qn1F5Ry`Bz%`>J5I4cBOj@b!pV^HneVZF{fmh}=of4EgZ&@oF1t z1kt245N_JY0n-a^8P^m5w#6O~-qPPsj}K7twEm3T)~b}akU)yE=zk>bqjFV`oc%iu zJ@u?Ak3;Wz5lGxouf)qny3jJJr2$jD${;Q4Z^@!7>kpwI$oeD3(qP=dhhm$G&1hU* zOrJlMnddCF{||d_{S?=`t@{Rt;1Jvi?(XhR2n2Ts65Jhv1PPwTo!|)$!QI{6I=E}& zdMDp=)?WMEI=A-v1MW{0Rm@`c+pmo=p7D9o1XI3qd#1hBL}wNf`|ZDSNWnOe)5NWe zDQEq^76L*5D&uBfBw)|y`oszPZD&+H_X8c%2lA~VWtGsae7tSD4V?a;m|m^L z0V@ktfxRroKT)J`wra*jJszhNA62!>ky{u*IKEnjQ@6 z$vB|_1aY>Zuw~(qPIDV)$KfE8&Pd??o^`Mg*tYexMrJF=>D73o*u)C6KYv+|pFW-{ z)i1*a3J1gTNC}>sbtMKg!qcsLVRz2_MrK8OWKf9f-N7DkV91j0um-f*NM)6m6qwy z0UVPha`9b(&-Hm;;G?fDj_5!ivVX>$o^~_*QlR51T)m@1>s8^yvkxAksCR#+2iCyb z@N-t6$pl;pZ~bXEWhRLCgf41!0MH%Ej0-_ZK@MXXi{?tdGhrUb+YABQ5T1#iUTAW| z)9=K2a>pO*t4uA?nstV{Pm;(zRYe}z)&VoM6$5^>RDPF2v-NG7@0r@|c0Y?x?Z1!% zQWXz5)P5`d3g-2WJ;w^Ts(!WeQpFz`nA|({c9uWMqn8Wwfu(q-ERo&lzIxC0@#=3U z%-Dkea-Ci6=?ys3|B07$Su$^}0TKt6+cmv40*)_*R^CEXXU1L5>4l#cXlPV~RPlYh z9237>U%9n%T_St>?rFpjIbJ<2NJEj?$+>SNfaf&`VTe2MWp1DEmYX?IL~0q)o2| z;>7ZZ4}65ZEH_j|?g~jvgExLbehWwmF;09zsiZ=VaTE4tcGeurF1fFqO)DFp_uJ7nFaL)t-d#5RAj&r!eVvAGK>R#)oXIa6_bvPQ7vkqFVrt!$4=mgO zsdycCuv(g>c*8qia7`Q75O{qd?Ymz){Go^M0DMOCAPhW84j}VuXb*M=jc{aiH|B_-nEFZK6*sQPz@dW*Js77v zV8%K&V2O`iyFvVcN6vggT2h0eo!D0fyYu<#WR(Qd)7STskj0bO-Q<62|&a`5s1(jOt#8IM2g(cIZ+(`y(+GPz-(}k@$?TL?EdJlQ;(Hd$x zIfJElAMY+2pEd0ikrsD5AKQtrHE|e1^t()|V|Hb~`?Xes+3u*k7}{HDR&Af!CTR@p zUl<7?=iXYT6g!^-9P~(seBv^mtlI1*XMoyPI@|X;(JrqoN~2QyY2e@+*j;3$%k6}D z4$sZBYlFJxW5{yrl^7Xzu>aWqTF{dJO>T_$?m_-q7zpUtVnb6zNlv4!V{I#DO1by1 zHDerFn5+vv(Y6&hT7tN3H0PsH+uXh_*cpD@amK=v=lL0ZvD$eGhrBb*Sz3VRj6Wv< zG~D)^Xc@;N59{B0zqp%2PcGcF-t0y5HVNLfyqm9Vxcw64VtRL!4(}Nqf5c93kp(1^ zcI(TuepX?~@ar8_y`4Jt*GwW9*c_A*Do>b-N~Cy{GhDtx9g>f9Su7$S9e+ZZ`iRXQ zd%bW&E*CL8{Dh&u7dQ~Qu=$1mE|02GD9(Z5|;v(I+DAEXJZoGJqY;h(hj5N;VfHFWoOVZ-+U6D6xs9Gwd-} zn8*squY%t3)rrl{m9D?E_^fHyZm&vUx=&SB+=UXq;WY?VQW?8af0(#0L1Ovv{@uK} zG@@CC9ZF*Ek7Pg> z!2S)izhWsRQvfr(DCpZ;{)Y+2;tq?3s<(&-@nFAG+{3AY8csP^bZx=9&`{+%oki@Y z1ej+za}O1?pA9M8tw5&&a3)3&8k59<-lX$^#@T4dwuh3CP|6wbF!OQaXY%{^hn>Z0 zg-hMGX`RpL4V-Sb>tmNSQH}igN7$8R+T?;MiPTF-7{|?aLBVbR1Y|%aMe#6I?s=NM zO1Isl^>^y$X0tac=fDXtJ3n9}xoiubitxXbQJk$vQgIZ zw|>&dzMArv8V~9-o=--epF**I%7u?`V5eH9expl!Pyf0216SP7dsh!q;nULF@7I`2j2&PfBp=_cJj^~Kl*%y`YJr> z7J0J0^j2X?~G;QZHH~m%i_Kx=kj52lL`)y;DBn()fuKKbNFiFm78oc zNF1SUrtteK0?3vm!R>~tuwlZ6>iMLJHo`s1FcJaR%gTFTQ2$D$l`8bo#jrt_kgnYw zV?}fP+u6OXm7T5g_q9hL78CBPNZtc!uOaZECL{eoK)s`|8my_<-xk^(vyP1@P#?!& z{MgP}ZrO+2mQw^1Xord+k0rxf%j^K${8@5ASD}s&*0!9nOqfiNFZsf)euI_Tgn93r zMgoiu;FyH8X%;Jd@(wR1r9v$aKAMzsuC+{<;71557D0NdedshT+iFePpUkOq9=-6H zgOi04Y~d@7E`=|Af(~v6D_cvy1$*^MD*1xtQKY_9y)RYR9?C*Xx1D}BU<0y4M5e_O z1w2htCuAyXVgj=;iMk!B#sSK##ptNB%G{mp$6USn^1_syyp^}n@?V`6zDr&3M%gHF zF@7q=;Lw&``P(U3%+Kme;00J6TXp;nL<%{^Kqgd7T%dVh>uVct&a~0?e9!2;wH}sf z&Zc;=9*&*~!Cp~87rrG=Pt!itUk=#nie&;84B{4((j>k$_!;Wn{leU3pS0VAtYWu! z)SQTlnjH+_A-wCfj5|?pt_}q;ZU&381<)oO(ayW*NPAj*wZ`%*sxpzxCZb6`vMq-o z;n3&;&7c;j)mn%aH2Dj_HCyS&nuie)FA^@hx6op6+mm}W=j6Af7a-)42P&UYHiaEj zbr0XQmw-GFqC9-A;l#jUFO4^#OW)AoM7IeOefFG>E8F>@A)D3+*-7s=Et=q+26$B~ zHZDPf!#{f?SK)|tLglfKAFj8xj2hGS_KNK77K1XGSUGxON!CZodzqOt*qFA~oE0HC zw^l6q^6%o_^;ws<7Qg>Bt8UD#CY zg~l0Cj|lCuM`vstQKRO@{^nb=S_l&)LVaggw=sbwS^drKknipZC2VNyU?0!`%`B#f z^^}xll-<-{y7ow#mAEkHTxci5=CH5hfVh!Py>Nu4*+t3T^!bW+EeALq5M~Dt@7P&` zy(R&?YLm4I2Rh9IIgt6o_px8DV>U0{+YV6j?;ag(H!tW?$rMOa^svlE;!Eb*De$6G z4`4b;VD^!m(4SnJ{a%ZY-L=#Kv|weH0?%{XgbE%x`)Q>xeg@bW{{(cz!L_VNFF7e`Wkbz zjKzMst+j1ZR588ks<+dodf1M9hH3wIADgeCYn1Fx`Im2_08Hcl^ZVVa;nn}^wRNPsqvDJ1oe!%+x0 zs!?ZdiUqKDWm@XohXPB1lwl{=Ko>x*CP^uMT51eY9^tl`Z%SiE?D@qH@Ac#ITPQqy0zRy` ztsSDzhtN*3nw`-g%>$EN&za&$@ujzP!!*knxGHB#qSfw0)POd7@Q6nu&1133^v?m3 zT}Tg4=(=1M@0#y)Rja-I#nM-;eN<9kg~01oUa%5Xp0b(E*)X_rkast1@v+%wU=||~ z9#w9&C?%W=8tV^WdmtXE2o4bKrXW)yY$gujwRWyCYu0_H0azw7>{6VhnBbScR}pl$k=CWkqcv82-NkW@ypM7xd)t9gOupjh2u^eSG9Vk>VWG`&ba;v z)gz9U`HxwTEQ0Yk0XITkVhjC|Kgz!pM@utpLGAXd=|O9fm&|+M^JWgy5eb+o=XjyOjnt+|7&!zdT7S=dT$v+2e!|&uc(?QiTC&C~9Ry*f9{eC`Y?w zl`#(Xy4+(w*+5+j`zakM0G{&nT^{l4A^`zP?A47~j|3Kj(0*2M!zL7D<*YrVt>bbX zG1)IwI7Y&^W#~t~8&&k3XS9*pi>EKhR&Uc#YP=&bSOV9swJpAmfVZO8XXZf(Oq75L z>^4*RVUU^E-2W+EA1{!Pu${PpIb|K0!9R8e;mJN^ayv~$D2j;X-y4~Zkr96_BmMLjT; zo^R`$L%GjME3Nqvm;WQ5);Yc9SjN~G6o^dL$MQ#1cVqH3ZyzC$y(o|_%}BgDC@sbK zG?-bG`gm)gQSx!oAY7{9NYBZS1ry?L_XbjgjLSm4aLGEZ5D7$3=!6wM!j`2yLPOft zsWsyGxXBaG$aqZTbZH&gsprFCp5Yp}C?O#)MAm2wUK#l`J2tKvN(9xot_(sY4)Nsb zoL&p^w&$U(84Z8b@A=U_b_*}!EJmu$UT2>RzWdAbSNp1Y{&!Vl`rkXR1`hKT>E!&M z@WRQ{)Fm)3;i7e{`EX=w??EBL6*Cs^3=(PCQ~|ra0PEG6WQnZxsi?(b=jAF}ACY9e zxvtog0&qPw-EJeM_fJGB7@+#pk9nyrhqp3UcN5Bn;tjO2cQ0-1(+Q%7Z{>8_I8z9^ z`Yxa@hCqaU+||F(6h^}^B{;y=InAG4OVR(6KgjPS?~QA0=zC)Va4lS;Xr*qg6gc3| zF)Hr8%i@AB7wX)IZ0Ia^5It`uZ(J#aFT}(bltSH z^JrGpGM`|_I=~JMj>a%p)(nzP7g3DhDqXIlEb#%0Es1gdk3EOpZw$QKr{Sh-V61A%@X-svh zC?VjL{0PZ}6s{fo60n#+qhQBY_ZSM_*l)GGrr$WYCq#A^shi&bkAu|lOM{5Slzz$$ z0QwJjEc}f*B_hVL+;9Lbx|wVowQVc4+ZC=j_9uvq^w*r8-CHbP@6nHXSuPn!dqN^Hj9vIME_0as_uNi+6eJR7ZJha>ESeh51h#F zvctEydA^q79U?f?_A#d9e6?c%O}64ZI(etMC6)`$x@*1X28!p{nI_0U2S4&(EP!vv z1e}(Q(m5~fxk{-R=~vn-jgJ?X;tKlqG$K%Km45Ak01Frw&wNQ9M5A6Zm0M_OPWYgI z^096-Xvwj%wn-jaV*P+&bAkm&M}Cv-)HTc)C1@4lBPAxpvxx1bZnvZwrNV{v z^KX|_;BqH2(wvuVvYo9B+ao+OhHvM!b(Lo3lZu*f6S#VBJ>8C+x;emg&42%6r?dy~ z9-C3IDF@`PK&@-0$2ZULa3R&{i-5a1nKIdjMU6@RBs<}hYCNPPhVSM}aP9|(LL%ub zDv3PBQ7_NJ1g^(!PM71ETsDq-Cj}DRg6g?x1}jW*E?YNWe`FEi?@&qBb!lv_M~Kru zi`*g~zjzgx5s4ZU>brhg`@XUU1(K3$@POFr3NeUR(bClz(m@Y?eeL0d71o@B(|asD z$L06A*!e`wxBOcZK$4OxyYG$P>~}Afjfci%RturXWc&UU>}*S82E?w|5TI_D%Wl^1 zi8iIof2;jk_&JzG=c_wUM`^uzewb-+!Um1rAeKFcq7sEzvAmbm;+dZMqvru`;piHs zAls-)^yNrrVke~Ih!sN6fwK&?nCzxmHeYhwos0`fVKXjhv#$9{4^PxB2SoSR=mILS zsO)=MWRGaZ?iPPL{=%W%5rxWsV^}%q(+D=w@h|j>BL!SE&1Ax;VU-*GskoG&d^?wU zA-k-`KkiAz7q}hfW^`6KA}CS6$Bpq6nO!LO#Kc$1W_b!#*usb^DLrA?+{|zFV=mWZ zn@=;v_*{+bH$R#Gc)mVn#QyP0uQM^uSMz!Tb5(pP1I1&(zJYTH;M zin)wgZ;h}v$KzrPi3U#VTv%YL+@SgPWt>IF@&@O1ITO4t=fEwK(bHr@?^K4GzCEH9+naf4z+%#$k8dH(;n1-jfbb1)@uLJkye|kyI{)U;Nx;vj4Zw7y&dTD zU1kxisYsR|LKb#fi{HJ_sTIf2DXzOqYo{RZ`IWTy>i)%;od zdOIldQkV4tVE)l&->EFeI=X7-d9je;fK)VuipZ`e(ei$6py@7ixDD$q89?{DE=?aH zi-wsAjV3%lwJ9EvadY^!S&~SaK=&P4&k1Q$l}|m)!uKPh`y1b@+4&e}#r%tNyD&<0 z_iKf74hY4jQ_QLq@W^2d(87xq?lrRs5c3OVJ$><`#r6@9x7(lZf2R|lN&%-bhZ)r8 zjUIW-U9BA%f3tX(%#?merw}vl^-oN`=TNL3Km!{5gEllp7RqfAuMc5GR0@LH?}>}- z2slTgHhJVn0$B)tOF0G8=V~SXk}L9Ru!MB8tNm8}n*EA#o^Q?AAh zhOM5@1lgP-QZ%svxCQb*a0@OjEL1PL`lfHqa3b)m0ND1A)#8-;Au$Y8+?M15S9J0M z$$ek6XjR{)pm?FNlE{M8(PAF0jn^orxVUVI(@p^t>T*Z6{{{W_-@xz;l-xKk$c{jd z#&}WI29#rmnjv3$;sjxku=Re@d|cN;G2CKgQTt zJd5a~m?_9zZv-=p5nzVCPAlp8kls}?V-)(enH#-bhiy+r@LKP@C5^K_Pfs1VW^X+@ z7?x+Vl}Kj5sVrfDY(BcXpWU*(?2HITv02wq6CTCyDrNH~`AZ4tLn!?}WLxD!+q`M* z&?~6Q>%whObOZvx@hpmFTXWt0ff6Gyo&=2}hh08!k>~u$?j~Y$ zkHG#9%vLSo{wPlbur!o83s~}4>PcLAc##poz!|>{p}I~F;rKeu_+*5{z8LuIGqb0r z0v7N%5gO_>Qyc(DhjQa=xz@;X3URimMBFGJJ@;3ewFdaufrf6s057{6X0l4qK;Thq zj(zL>$<1PZzx@P&tz5f{NvU*{T`c-Wq#nxH&8pI7DHnW>H&SyIu#E$Dh&R%i3=Mu~ z_agQ{z6}S$YY#NKTMb%$@`AMN#-z*(odfOjXr}RG&8%zw4|cLhaso^;E6t~El24u^ z*5;di%Hn1|ad$UBVD5W6DeH<2dX!*{n7Yz@t6+vtzxeFl=sjQS6T5ZCj5%oQpnyN}TSyc4*xUrq zKk~&1+*a&Io~56s<(Uex`Q39J%#{%xgWE;fU8kD-y#tmwPJ?rp z`pyrH)E4x^2-3fxf6J~xz+qvDA$bZeY}Zu_!PqWa2nB=yeW>Yon!*D2{X91UNuc5K z0dbtuhj5m5j#x{ch4!%NpXRs{P_*D{^)*okde5Z*6KD_ z_$*z>{U}ANI^5(OaChbXZU%iR-1{A8)Bins{d{kXPO97C91UTxrv@{-AL^RrrY&Z$ z=Q3@e0V_XSALXQ8i?$_fdzeNE^b#Ijzs*PEsUZC)Q;9BPoKrsB+YRc7JDCoxh@LTlFoBn7>XH3Dda5^;q4qs#73(26D5&b0zl`QRN2{rXyj7m!I^v#JN;d$vXw;mi$(e%$Nm zpi@1j&D8woy39dHFQ7{5&3;r5R=1@#+-` zY_Fha*12<=kA5IFhhl@~I>|VDb54IYYtVud{Q%2j7Q25J-;nCY`PyybF;0v?B9qP# zg-dMZzM@s0S&?LI(7nQL=A_l4tRByli4$4j)JfCf2}Tf>84}&hkJ!6#5 z!ab`1KLD@(tYsGfKE`gli(5}xu%UX{joFaA@B@(4x7C)U2@9Lhgty#_M^rI;4_)-q zUgoOTa51Y;P8Efr!NDN?Tl1)yRT3b_PeNN>V-#OO@=q<__KQ;`f zF41cjBk>pso#N@(uR1nxxImEYVKO)O6sO>6ZJd8Yqxo)LZ39+pYH|n}*~wtT3^OQR z@s|`|(}bnT-*9p&YNs#RMtr-z319Cf(JSh+RxkNjfM|iJkgP(!)LK^{8BCnEC6iMY zTJ{L8?yd(ghk{b>@7E|-ckgx$T=?V;>v5J7TjZpWgyx$LYnv5dU_-^4!&B z+QJ?j>sp|Ygs77eZK)%FH)8lX`w&c3VJU#uWqg5PAsyWq+1sLC3YY#{Q6VrD{}w8U z#*M1ee!VZ6NLr!r8~}9wZ#I1#^eY-4jz@v%(??Sg+*&R>Du8|;8xq%-&4?I9!W)yx zsfk{~5>6<&FgyUDq0@n4LDw{VNo_VOM2yI235M6{tYR|XX*0ZVKAjuQ}8iN-( zZ$cPh^}pCJN{Cms#g`!cyjc%qyzgo(cA$4m2&*<1q2Z9HxEHG@KkrZRgI$kcS4Imx zfx6ovzk388n(luy>Y`!>zC>E)HhIG)EQmbXIh-2|^$u(Cj>sw5^*6lxk9u{DU$A+u zgS*Aeg5j_Hj=dy*`}TyRmzWkPxX;BMayoSpebml?Hg0!4TBySOb0WqgbfbTYA?xS# zD-`!1RBHzT#YBsji}zDB@4~vxQss7siP`UEdly^S2kIzG9se7-UuP~)=?NMQJCmqSsz7!s74y zz63S)vR?j(HyJ9Qe&Lgog`p8Cw<7imZO}`J9+VWcpow@I_)6$-G;j?4wyf3umAaJ zgfr&--b$mhdLJW)z@$&Wvf?3cX%Y3&p8rS+dmD0@JWw#YvCRagXMW8$b<4IcM0)_l%-~Rw8)$ozuVRfW2&2;uEMfMzK#wuH7yp_2_Eit$qVglL%O^ zYZYny*YyA2tKgp>9Xe6~^|c1EZcPC*{QWBJ0`d=&YpLYU;3tKmC9G)_?)5-De3~H$RL2uRrmVan&0eMc2NoDVP+u=%sNStr z|MSpwdc8|JSho*Mw%Buxz^+Vx$jveylYg{NVx}_&t$fa*5k!|7=}SUKb49 z-zI@-uJyz9vAlP7KAjLy_fHV<^9CULZ-6{-ySx)Jv-*Ggssdd|18ca;g?0m{5dM!9 z#Pqs0bzlWc9R65CaGSX7ba#0Gk=0MKfJgSpdf@1ZC=VIX&Xs_>KdKqejC(z_0S+>q z>HBQ=qlI{Hkt;3(z-yt_=Z00|xsT|*rGnIV5<&N=UOc0txE`Q8F$d_s?9qRFQK5hJ z-h^Tucs{Qv+xxr7vuD2E7*Gi-1{zJqt^n`r{g`D3k4;ly0zr4CPrnVj2YG-}x%XZt zf*JEhX;J(Afi0KqEgOSIC5FLReoMTmbmT;5Fv4g7sX8L`xhL(%fjlejF7ljX;Zrr+e2rZd>F+25+lbG;lV zxm;G|ynU1#xspq~b{U^nzB4C8>j$LQx zLZ+N8vf3ImKRDigyJ9?GYn&O0Z`Yspa)0q_<=5PZi{G z2^Ds#6a+lqg`trG3b&_gB48fH^qmJeC_KkxypOZt#tCeoz_8XQs3)TSnPa2KUG#C( z(A~NGu^Qp&Vsjp;pprv5&r)+*8qY}LAwWkO5_ZS$cqO9jW)07vTY<36;6gP1n*~kY^`Hk_`}yRd*6I3h9ACwo8D`bHX1b?O zUi%vw*1T|8Nj!GAI|{hqioA9o!;WB|GRf9-!eCo%W7f8kJ^iWCylcpMg$_#|RT9>Okmhj-TyXt@De@yTklph>gWrdp0xWC}N$*G~V;C>Dld0WcS~R zjYv-8BKOvF(#MimP7ctY#J7)La2J>=aVUr(L|QbGZYz3o2OOC| z(g*#9`eiB~ubfuIX%nDQW&in`?OZ;ubRfB$9Ob?_B7ZK^s!jA{=rUMnqB0c^uAc}r z(o_%qja;ph{?qlG8Vc?mmB90SHrM8;?kmg6p48OB6Lx2VsT)P+hSe0neiqqtRlkXcH1JY3x(O!qMa0FB}Qr0ZvUE_WRA6CD1ZcH9q zgLlYQ9u6b^ec{P?c|G=f>@on-{~WO%zH>4l{Kye-`w|wCEid-ZEO(bPy z{@OdBQ;8ILanzxadN23-^aVttnx+It??h06!=i3_3(Na`FK?8t5Ed7Uc)be>Sl z?hokiZ_K;wM`{VGKlb{F{zOrlAkw*=Y`uJ_gWH+n-}zUPPjYp~f8xip$XO&&D998w zyPyT<#HBmV{{A=4sturY{8xw(2qAmDSvEu)S#DH*`aL&hkYfNp%7Iur@*PMSXjvwn zQ%!H`0O^0rTiJ*^*f*>irq36{tVP*8_RfLD`X!X{KP&BoR83mI z^T6NEnL=fvoBLym;C%o}_`M1KkIj58;B=s7=uUpqf7(7hRiJ1M)SSxabeYV(g@%Xx zR^4VwbvR$o|IY&{f$k>@^25ojk=76Q)XDl1We)9`Ko^TVzsr_uMj?xSZCs&B>IMds zrNW5iXj&qWCEhY_1&F1()#eeAKETp077zZ4dXp#n^7FL)Wh{booyNZRdm@+5b!lbY zeyg0EmA6)fTCjcFoki2pl;S?%@$QjzxHp++PjUnTY;CIslfKsI>TyoSrm$)hW6YLm z#VRB+Nf$i}OA`g$N6;vxh%MJU)JJ+$M82b!fJ26_^*3he=lk8uxp`Mr4C^zCv4DEA z!f!HFYriV6)Z$g6m&7lwr&+GQIH;8)2Gw;EcXt%-+4*=EQ4M8Opn%hK@as3RWiX7P z&+1C3x9|hX(|JGH*j27%m=&Pd8EdrW)gQPH*<4t*Z%zb+98!SEB%a&JOhgQs=*d=m z03pv8DIk&T_9)iTGY(YiGVaII_|<8U`4LnIRBgTk(!p6T&4p8knPLiV`>Bu^Vv(Z+ z$mqOL*b3h9hkBNJgOZQ7pgYxm_VXL?xbgBGt;7i^mYFsT7Fs{1a+_Bwx82HM#=ouz5_F-p&yjfF~uh&o}Bk%Fb z9}tkU!{v0E2l5|H>!H;#oI~AVXn?{$eQ&s;ZA-)|tVCe|(+{QAhk{YFGzVaN#zSH> zD^x}sg!mdWZbzk{F;npevxEiz0B({O5Qmq8QmyHV_LFsQJNKanAj{wvDJ7D!5_Ghc zNdfo|IgY83S+Qu9=_XzuulBncj`_{p)H;AgXbqqFK{vSDRCOl-KZr9oyD`@)NoDms7u% zH8BT-K$v&~p95N)w}*=HV4nbpm=SOta=It*<*c_~-0;O~A+Ez~d-i4+@e_m{`-I1= zYyRuRD*-I9_~J!#jo5Q)$G;iw@$LdIpy;G=_ayx0Po%`M?=aXw9WA3ytK=g;le_1f zy+Jc(+h;8f89XE3c*v7(o2}Qvv%=a#^)O4G;7JR}p3Vivz-Y^Rmlt)nc8_SHKZh(C z9FThBP8vK@tTT<;#rv+gdcrW=W}=b;=&{W{BdySDj`6-Z={>!vu)k+4ZwSgdobJDa zw;YdOl@IgD6=mOi%Ujitbe{`Q=l}W_6BxLRawkyu!3#KFhC|j=(}W_{ydFr#p9!V! zW=XdHdT3|2@6VezhoX^)NX>frnjpJ-xSu}50)atPwfUgLtp%~r0Gi*;vrM+%JwY_# zRn_UwC~zyM`G6d=UY(;OqhU(}WOcdCPS9^0Od1u|+EYI*#kQ5IB!$Ht^t-KQ&;ZZTPKCXo_1O+~_Nmu(oy~ zJ-BsqxeG0`(-|6eI-AYcL2)@IR{ii^B|#E094vg1GjcW6Bi+70nF!MJhGSx+4nFo?n-Aa+fAA@ zk)ABva^k*8f8|5tzbh>ST{pu>J54Hh?bam7^}3MOf)C4wkEyDbIRn~SxWbUEmd7Q5h$n~``==pEL+j&-+vNbJ zcfkuIm+u1G_^+d-s~SOy_R}?=5>nP5#z78(N+I34e3NkEuvo`1Sve1XR?{8Y#9<8m zW+DEQu%_`_c3F?S#o(_j@`*#7!+=Kw&>T=IKXqHTtUF2MKw}GO`xZed%7OeXh@4Dl z%dY+r@RSyiVuapuDDnRDOCuBM%rfhEJA$)vf4-hIn)ohWFKHf0$)e*X&`2*(4A=mg zgXK8Y$5y-`DJkQJ`Vzq&+rJVoeY1C0>m++jX+-sE5qUOEE*?l+wuhwOi#*1aw~J`} zM)#Vi|7+0WAZcnh6dXL-+%OggTx7o;usaFc%-IfkU(M1)_(OnTt4QT2NuY76pyCr6{jQpizMV6#3koo(4Aa{61u>6-v z5fjP6fIwQwecTcJFqtQ#7E7x75#CTp4=`|gFx;rWzEp=I>Z?X^iOCco@(f&U=|6?` zc#f8N&%^?6S2t;po_F+xyc+ zYI>R~m2g|TT1I}#aBp#I^McCHkL`Q5_;9CNU?YFwGu~Yx121}%In$7gQ6?JBnJETh5@fmxq*MJE7D=XBo)vt zW509md6gBEA!k*ltZ3@KJ6UkrRK~jTv>PKn;UCyi^%O4!Ov~+4=8^mr9bsSi zW20@)n>@_yBNs&<|2_ycd%Q>hZbmi(l)toeEPta`8sF@61fDDm`>VLLrh&us9P9`< z;Ct|4L<;haAFn4QNhJK2om;+LS}r|bWclx|_a$C?IE^f@b6Jewt1_|Gg`I{+V7H$) zCpvgO521e$cc1yvV^x`MV|^p6zY=RCDhYTw=6@k+`#H>sfNM0b?3e1!qMG88$}xI= zpWdV%_zRss*|5hqvs`rIGeM2ux#7}7VTM(#%re=&36^E=u7O`omypV;J!I9Bb(+sU zKkL86eO_Te+$X<~pK_#8PCOw1cL&EzZIwNe_7vLP}zvMLHspLc(1V;=3`Xe}MWZu9ZJ&&QNhxCBsWVz%_ zjzmu{kU1*W9M!E&{sYeMiA)J|f7u!Ye`J|!ilidXX3#9&`wbX;iK?5DHuJW~A;^!! zS^}k<#9!BC!WHdX28fvgZYU9;9-*m)>(tNikD)f_%`bPmMiZY(Gx1gK+b_P?bl|W= zYY{I24B0w^ZruRjmF<|SOO5Sp5xH*8h`5%@7aFI^SDygd4Qs=B--Sv`>lrl|$qK2? z=Pwl4SqZk59$2Wxm6}StBWPPs;Vgs~j zPmg=-d4BSA>MSuGO6YsY-5Q_1w2sv~mBSDThQ+vZPOZ_4wc zD6kjY!al;_Vz=PZqp$-?!~1T>aoW>Bh}8)Rsy*Fda&|!BTO4RGs=nmWZg^p-XD!q{ z&86DpTikgkMb{DuAuT3IvBjQm=h^x!;`8ZRnCjl?j;*t5ZZQMh_jampyAaYlrIW zS9iYXv@TRsG~2n&{vtEru%F70xSR+^_g=%&4IECcK%6S=&VNTE%Tw8B^zA#2whv48 zuK5Jed!>U5f5>KLO7l`IRM#vCc^AShH*e!r%}iS|p#jTI3AZHg&<-g_p;U4gYa-@z z>|ifgmu>^v+gKTEfVN1><&&69!D6WhtQh!KUz(JU1nj0EBUn-@sfckKzctHEN9F{~ zKalXqQ~jZC4PSG_rjs8@_xX!RiFFf5BQn6#jLIe+6594o)RdG;mZ2_J2gp_@cLXJ! zq)g_m9&uWZInsW1#(ay!wocl=bS|hAjegtpI&w5Ls6Z(5!4UKULO#G^bxiH7TI z+y+|>FeL85FNW@81$`~pj`!n(AX;K&MXL*oE#~Wb@Y>R1*~D)T2iZL3Lg{5zZ8q>E zF5@_UM@w+RTC2}Dt1(5>wS2gJUdu7!U4srD=LjhO{vD6AWrz0al598?qOKOjHs3pC z%$TIoMby9WGES7sxPz1ag6_7KE=o0-b-gD9lDd?nx9qX1e{2!HWFn6$oAeY@Sw}Us#v#$HlbwsR2e(t=;-0W@krd7;H`=5AV9JZ7uo0hUJ=d<&3iP#!S&XMipI)5ATEP;|ik2Ia z)XGKp6Be@g>p$h0mBSYDQw;|CByNdFvkb_auC2`1F8=(6+-TTef|YKN%qlNEWPOi_Y&YVf^tUh0m-_|(uo1viSCJvI}mV_A;+IqBZoWPInFYYKIc?fSz^vD&J6 zq-R1;i&B(FzLFvoNAss01}_0kl&TSaiLMWx}Ir zXuB5>kNl%Eou28CqJ(`yyu&tNL#q>GH|@G(#|9eiLiAssFW3;8F_Bl+ zrfmCreKk*5+1^49pSO0|i9j`H%?Yx;qiM_bEzMPoxas=W9Dp@^_SB>EJ` zu4}LR>AEuI3}qmeDXm{4JX*-$x(PbgNU@9yiWp0_{n7FNu=mzqaXkCCcY-7kf+rB% z-GaM¨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

    sUuUA9H= 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�osIaU|udOUC+5Fs`^>%fcCzY~H zPljE;Z=X#~O<6D)wA@gEb@z>0QtgwGw5%+T6_*s*j$J#fe_+VYU$|)Z-~XU_eK}TI zR&LdsYAws3X{~Kd7Rt-9nVBg|B@?z9Pg-;-VGGe!TU<`q(qhc!X6I~vcGfaetCol@ z+RE~REw3!vYI4<586GRDs<*tnLK__$<9Z@jbcfRIH#aw9Qxl`K(b}y}KkA?!kLQ_V zuiu}3o{^DZI!;4FgMH{jAF@CoU;ecjvhNT-QH;_I2pJ%IZy4 zSQx%4?YC)Dh5hkI-s}3DeoN=6O?^=3r?yJ}X}^A7?UrF`+mw6m;dPSFC6Xx~-G|)% z_-fqskxV|9O2#dN&*ac%)030d-QI39w8g;XPKz(ESc>+@;@Bm{#a7H;X+^o2&udGo zF8+ns+RmZWdR%$t+Njq=cE3+ab(o0y!k=;D&a;t3lW9kY?~3G)Sl7UPF? zSF;1T?zz`bJ8i0_t*T7-?*8xpkUk%xmAsapUts0sWwvEYo6XHn+c;w@8eQOiW?E*3 zk6Z4wk+Es|zW=JUUuihUe(PQPEEvwPp{ah0E=RBxtM<~{U##0tn=P6*GiD>hLpHy# zgxv`9n6%OHn9VL^TYvYIg?)vV=Ly;B)QWjl%p$W9Tf+WDR-zU+Y>dd~;P?OP&koth zz|vJ|zZBQl=!;s{*sR^qRBW{cerJ=Xu*W`MCUXS+BbaR$M(3<=hA|YwRx{qBD{%`K zg!qi?95#G$S)D4t21(1rMjGR4 zk?$r_arz`}jRBDD$fUm{m>;sdS?=}L&0CypmHm)C3DTAU`frdq1?yp%m_iTth&O3t zKErVmjQOsCemixc!yTixrotMV>g{C5uq`aEUX}K1ZELa5eClr)9c$aekBwPJ_kV0o zdgC2cR$7vs{_0PB93EY=`|cn9iSMs}{7z(=yVs2)R z-<-5l$B$TEuHOm^0_M-owADn+=A-l0I|_Kr2-reo!N$hMuc!;9+iz&7&tl6<&w!Nm zU}gP*wO?EMQP0)R`rET-kA2_+AFz^=5(oYSaI&+rozW2>5`Yuv6ZjLr6R;CFk}=cs z>FH@V;plq;g5wx^O+fly`cd~s0CIG6)Fvh-Y^rUNAS$>gh9A zqy6r<<0W?IFTT=UYn+Kq=d4WtI1NzKZK_9|gZ^}_@zoUvg1t;?NeuQ%Y}MjSCK*fs z?)y9!Aj)DA@p6fAj-Abf6XV)P`}?d1rzbKoY1QTBR#9AH{J2Ht=iNk{1K=s5&&@?6 zHch+FEkxKa=O>DDvjXr-nV-)jc#OwZ08n$>Gr!e0HdrlvxUj4QtdeQVaR4OeB>xITX3C=OD@Uiqq5 zbMGhYV}JcWEgskB%$C{jr5z_Hrfo4we_?#DEG^nHW2Cqs7x0&1g}K?*)>vnv#a9?p34UjjyS^+R6FtCMASKEB-HiVj_ho!~1^^wm0M4e`O-@*8 zd5P6E*5C++?7*XkthBTO$1UQHn@hXa)>d0izy}DNp^q>9=-NPJ0Kg%@a}e8gHTvJa z9c6&yatoDsEfSvv@XOI!u$ynb!Ky1uY%wxpiTDD)IZXdb0J6($a%vSP70}bWWRoLH zR$EkM*{fML)iZAK2xD$xZLE$>kLz?TQ$Wa{#l81hC_Bf>i;8iU3$3cAiZNg8`pqK! zY&0Z3IkrtURo1q3 zi}ef++vqg*;3~`??|8@C?CrmL7yWx}dp-cbFMjze_JuEeX+!OoZm(OrhS>=XI>~dFg!8;O^Pa)91SWeN94Jw(h(t?e~!n z|E4wLRm*En16KW(u0`jrP3NhKD2 zG0Ox1)JwF9m>2=V<%KyLymZm}J31_vV}x)_Vobs-v`Zi-+v;Ft;{cTz0QUqFz$^f8 zZa(TJk5wk06z3>*4|3cwi(;IEfgEdUZnm2GS_{)(lim!A=)Q5EG{FU7Yl8j&6a9>R z=F9h8mG-;i7heN-Tei*)93mLN`MFu9*Mz<8SKn%z>MCt|W&*Zkh4B&Q9(!Q~2kq&n z&)VT9pJY;9c1%fMZ$E9rc>-KKFr{MeE5f;s0SxB_?B*Nx+V%9!7!zmrr7qe?{WE0c z)fLtWU|FQyM@PpU5bePZtR_-6fsN3_xx({N`rABXE|WGElj`AqRaBK*8w_O*lkN{- z`orN;far|7cQrNDIG?TN&GNvu&C=%c^lzM=gopF>(|*&iKmM!Ie!ud@op!^E>uoh- z&PuBDY+$tC-K*`}x7hUfC}U-mz6k@YF}Mtqml*&Iq<9{*#}0N_blzhvmG$O{08q|! z*z#vz>eo*TZ;hIvkN$b%QN(WMGFOR zQhYIMZmF{F!48XMtlI3#f}Lp}u)9CqeO1~oLL_E?1vb{R3K^{5^V;MB_bQdJO+^}m znbtcM!LiM?3xiWOJio>a76$w{sRI5aC(2 z%j5I5cT?Qj1g^L}6tV9M%Z70rpj7ZW`XF9J+ z`+fd%pSC8P#`N}l0Dzrc-S)0`zh^`3mu|0X`SF?sfSNRGYibV`#)e?0d4X$HF&@Bm2cSK;0S}r=RzcYPs~#D{Wdo~K)7ZLlUsm+wP?eG zLkxNk;V!R@jqrI4Ky_ucHP$z{kaO6DsTS?x1J2-=!JITSHo+V& z*|)xZAD(ZOUBCZDcB$*Koj7^i>Y8fpb#J%>7UeM*m^_=BiP)a&Zerrk!duQ`Fk=`v z=V7S(0}tNMga+&5_rQv9&2`m$?@k^>-UnEyu{x5&UZ3_7de)%s;bJJlZ;Rr?1}kHGkZFQ0G+-s zKqnxneQAI=Nr+S6Ng-c>DFGz0e*%SiuM>t<$JO_L+O{6_J^ORbty>+)+DQB5=jYld z{`!xc(bl=>oONCTcQWL>w0l);HP@po# zkz{VpJ)a=NhJ^s*x){MMha+tn~!CxW_r?EjNhKBSJt|B}N;}>CqnVOl0 zZJpyhlk^?GWg(9c%dpJ7NpbwjiZW|$ZE?;@l9{G}5Z@}3Nfwh&rdUe)WsV3+fxq%_p4C>+KX2M^JGX4MIPEYCNE;s> zx89y!+kf+ZEC+xZdoo72SGEFP%KBhPJX~+@z@W{*n4Y=NPUtVjDCeGWfAf(KLnnEK%;J#wa+5YRHU#@vg9DODD0c?12iVLckSpMt=?7!vAeR}klcxp&c>&tQ zXHDg`Ha{|D0~b1RiedEu+Btyz74DA*Ct#j-UYMUHz@5TzCbZ5yDzB)-QD|||4Kbdp zFjx~4V}$YtZ4|pX%Wq2xvP`I5KqmxXEU&C|a+qK+mwpWB@)0?K1R=6@dM|68d;z z8HoU_Fif3~whQ_*tSAS$MP$W#rk1R^qR<{VH)=J-LA#}`j`5Xc<46w{WT)tty3S0- zjDXxQAUaN83WstmK-|2BaB$~%#6~$*eSW}(qbq>h0L~ds1)!P^!u^Q@*l?J6EQ9f@ zrhNqfgN)HE27QWgDwcJb{vF53$-*XzEll9St#A%v0ZSksWP8LOj!z*I85pujn7=6B z6MGoqcsqCRvO?IxA09g4`uj%OPh`hEU%&guOzZOj0P2F@{FYzAxthMB{`X@Ib`8I{ zW&vObfLDgcSXxqQuYduJE=BF}#}B~_JdNSXv0MPs``-6H+f-Z6q#DE9&$EXfIsiCX zvYhOo1AsYrlS3B{TViqATAG@jhprHC7`86XfI52$Eegzs7v`h5sMu<%s;v_5RUjt? zRX+(cGlyaHV1)gINQ#Q`8IaKW4AuY>xI)0+`R@Jp%fIqpTo~@crFMJj>7(|>H~*rQ zRh8Jl$S@k4I9}YmwQk-C{g2n@m0|Q-9ItQ$0C?>1A*Tb(NX77=gVxyGU`qqBkTKO3I!Ae5cPg< zZ?8MQ^!faxNBzc6+R6atWo4BcYQJsUn(cRg=hxl!JQo1e@2A@_{iuEEKQ9xGu1_FO z;UIxNg@dI}TV!I&VxJfV{?Qyk-_Y@3@92N21R*0rV#l65WGR>yAhbnkw-rEgPPWei zOtK*i^b`#AII@R%Sg+anCH|N|&?0%65d5@n0*zn-fGKTZZB?Z;HWL0VE;0eY+`>G| zK<}2~eu<&XWYQ~v`Sx*M|KDf6XqUSOH`IO#qi)-^%}$>@OPDgr{U~?1Rm|SI-uY{Q zj4;xT&)QbltSvZmPd<4RZS7_H`?B@-^)XQs{sp*Aj7{Q=AbA8#ENimMNLfWGdft)( zt13kkw0*19acu&C@ugKl#W9&CN<)F^^LLknrci zsIJ(lQ+;;$NEcut1l#Aa=E@rLNP9duWt!5|f!1t!D=fdKK z+OGfyV;L=2i*FJQ9S#`xS9490Rqfh*QdF`Yt6+W03eJirga&cudwY3^U^AxDN@_f z3X*6n@!mB3ZX4n75{QNXb}<=Wh2=vxjf0q!G=cM*o1CE47%z;|T>4)&jKAhR7a|sj z4xm$-y&8b_6UWa2Tw@z*zy15Kw~zk$fBP{L`+Na_ANk`y zu_H&Gx}x^`u?D+_UtF^Qu(&vE1&FPi>YMGwFS?1rGl%}~VY_hQ0s|uG2E_Z`_kP>H zeFq*e6JicVy8SYfj0aG`U`2FGz|1BtAGgbAj#)8=SfbfH!j@$vWsU(nf94#a*l8=o zaFw#Jwz|dvKuyRJ%`c`|Q|>Q}!$W<=5=Y`3u(G zanVkkKEdm|EGLu=_(QXV5uBQfV&EEK5`qAsJiI->^GZkXY?CB@ETSRm?YhXhuh^!B zIy>^zQ74{WOc7$t%(huVW|N55f0ixXej~$!7>l(~>T?0VG;5W9PrtGLxfr?n`g(iA z8{S}VdefU6_!GF)et|cEK{0>&jsRd9@THF{V5j#LF4kjzfB!QeQQz15X;w|(QD8}r zmoHy-`_sqyN!Ko*^^-P<(i<9@H`IQweAO-XOK*P7kG$?AUO!12T&sRJ4RZB5{ik!$ zdjigDpIHOOZjuxlffY*P(Mwb=K%~#PoA1NgoYRgVpX$YcLe^#?36L4nvhjgS69-f z(Pim$U_vx8=P_v)GDhNrL+41gfZw!(Pd;sr96Gk4_Tx;fvZfODE)Me-hP8sRoS#GU z8nTak_zz%1qW173KSXcaNI1COjpZXpPuMUTx)aBb6TYPH;}}d6auX=^!y+z506PG~ zy6SQ(BMjV7Q*OJqZMG_y>I8b+ByF(D;|$*WB9e->wpPcCT)N!pLX`zLdkfeHg?ttM z9piJS&|3Dxu%<)80>~NsMhJjcP*mu&f7v*ekTl$P>0&djsfn-{4q+b&EUVZGu`&XH zUdF5#zy(6qn`rNijNh6{pY6Y)%0k7kOie|wXK2QPKm&d&i*tyg2USR2n%Vk>8p7!1 z);BOi7=6}Gp6s`Q0W{GQOIC+{D}nJ#&MjJw2dy7k&p?1^1Rzj=S8UQG?B2pG+GF%> zn<`4tGVipU0;DU&<=9Vt8;2oE+baQNhCd}0#b5>Lw9cu?!4~9(@?27$!jv95SUK8f z5B)wRphI6P0gUI;_a@O0dSX$MDLgjR*Nz5t+OEHCm!!S z63M{?f75{H0@yyuH|B6M=D4>$Ik~X)`8Z?cL~qUkBooXXVnxdc3D2p|({2jw&TyYn zsSN9ad6pBn69AZv}^p|o&$iAX~@}O3KL8K1Cx*7mXK{$%8ozuEjxPPhYn0?AZk#BU`}#)l=g1|U64Y- zNhaicj8`=*poG4fhr=adSb=eu*((;moKRB`Ah^tgs%+zd!BN5^Bt-xqHF=zEKaY0h ztW}XY*w9jEV|a1(t(%!_FdhiA^YV)s#QAP=jQ}vm2&J^t)!G~^-O(oxVt~gTQ}Ohv zQ)J(jo4GXjp< z1pLGRiXBXcfOXuTw*9pC{Wt<`o40MK{eJy7e#vgWX`j13U6amLkNRDKxAeJd-}?P) z?+fffThW;m_Ju%kNgxS8hr*%K0SZtG3<~HbU?@a$={OL9?s-nO*Cs}W?7nZ@W2La( zal*fl4zLSM*ZJjVZ$cEmL-6j zOjwH~ELxJ!sR)B9b-(4R1b{eG|5+4I358a26-?r zxr{M^zRSHm)xH6w)2p|skgKSQ0jM)Dr!gK=CAwD-cHjK`b z+-dAcItzGs2NCg->fx;>r4FSMH`YbwD`rRUqT!iF;6<9;HLk1BMWdjTJiH(x}RzO8gL}^|r z@A)i2`=t2G2M{To9EG)9#O{^m`fPS`fTX&UcKaPSTezjr&J3I(Be&DKx+3=AS0^{r ze!qFw?RMzlBj%YNBwd=mLPqVD>H@|C$vgD-`_GP8ODRk!)ZHt#R$39+&*z60tRE+6 zgz)W56x*gyHej)o2+cC~Y5~AJ11OZPk5LbUm#`eb;DwPH`e=sjBqMlab`d8YHk8o! zBHx*3z8IgH1>mg``mLaSE9tLX^O$zme!Ib&A2^({82zU;br=##!Qeb`fy>c z(+E4M%pxFIao;_=ei=!yozs`-PX? zE@Sk}_Iv?=4?gsW{l#B??26j&nZ~-tpIoy5P$FwT*<~-e>7`DC79kY&)Kf?7?77o` z2^folJXe;alnF3Fnw1aTl9#YXk^v+gj`SJ%7_tYx@sD=->~SY(me*X&pb`V95bWub zCkYQMIx2rPw(34pSBnwlcg606nJ5umVbCZ;5naH$X41%83x6(QJSNdw1uz&xfXH5S zg&lo879~S(8ADUsSc}&;Yx{4!$&~{z%0m>FP<{r_TRN*54DL8(8w!~mrStTz0Yn> z0Ym+P8t6M~*B8gwX92EsP6B|+7*vz1Po|IM0T^i#mToS|pC%U{&W=K!58ij5&C!l! zgoA=iq<&4tFb2x7?Cc-3OFe@&IfqUufkqDY55m1AI1 zfWHL5G=qr^^g=cxzZJ-JeN=H%0iD62QTzLU`s#+-uWfq^%v6I7_74Mqr2$1Az;$kh zr4Rrd80>cAN=XPqI8g@<9J2170kphm1{ru!CPy)VO1@Cp3<>s?1zdn0x2=W52*RPc zBvCQ16XJt`19o@-!JZ_LjlPwQd_(%G7~qhWb_{2Pah3Cwc#3`}0N73c zoP$XfSsMhT7NhqKA%V!r&ZWN+S>QbZz!}a<6Y~lsoF=En>F?+~IX{KoQ`n%%2^=A8 z%qH4=Bjfkhn<|;iagG)Ttg4~Fc3lwOF_M6+jJV6JuCCc+ z6`Lqcg7aF4CQyuHB2HK{24h9vTV>qqQBF>}#F0D~2L|cqUTj_biXGLVB2WUT!FG$3wf_cdg3y0pB?{(9s^RSJr z&6EjatT6~S{zPI~Tq*hgh)OBdJ$8Spq#35zfb+`C(zGt{xK8$d;x$LF0|Ww-~W48 z)c=00!LH#K*DL@`XRzM++BZ9vC5lGk`0=CmG)WdRRAT4e{qA?$rcHHjFseRNPId@7 z9bE~7NB}U`huHh5$?LKDP4zGXuu)?ZXivHw*porZ59K>xSV|U^$QONH zhAlftjV31XdBU^;e_=df4cKKuOc65NvV#Roq?z`EhaV<$H)>_I6;^=$V-X9+S`FHdodG< zy6|rgA=7E}K8rCWF@Rn?exvJJWeBYt0(I%*Ho-a+Gm%R_m<0UAC^xZ;^HBsNu}q&- zSSu$;jZJ{6vT;Ss{*RA+azpJ`Rab#ilWmt^sKSI^<*+FUq`a)y_UzscSV+M5eGisv zpY7Vc$Nu@Bzi6jU6OJW>nokyQ5YVwervB9A42*}sHtAUO5iy8OFo5}JyjB+HY-)^< zn3!hH+XwIn6K>vARgHe`*#oNgE zea$QC(Ptv^kB{4nZrN%(_BPsSoL~^Xi)5s*5h-reBx9$xu8uyFZ9n+oF@SXx#;(NX zX5uyrFv;ay8z~u-B=Rs#LQNL1YYxWP$Qbs*KFKcm0ccqin@dtRFP|`TRh2Tu8)>If z2LP2gp=g4_mgz^0)m1>C#;uYY)NXQeR2oK7mmHEna)_*~0>r&yRB>oS*xL+%PuH2V z=7G_!uL{#=0n}x9+9e4aT)~+!lEdgXAOB$chT88B?%ZNST>}>6yvuVvHb(M>vT~!? z?n1(}s>Auj#WA~mN3Gq~Tw{mM4cKx9wKGY+6C*w`F-_L;0!($-QrKr@hfBLC?cM@< z$T-)i5<-$+43bIAv;#<^Rws797AILYsGCU9I1a-S;IkA4baUGl+8V-wc|(;b1f&y` z|I)ccu$K#zt0CI%lA<&g#VqF&Vpb-wl9@&)r|pR&N7+xkQ^s{3QK>Ps)vH`nHM-5h z;(S>5kT9tocULS9`}tmzQ`5C4Z@Vg@M6P7r5K|W0&QyT5q`+Vn61tX z+KDGg4k1%2n?bvE%T^b{7#bKNl!SJWfha&I0GP{h6k<{+SkL1a4Ka^?!f-P)lVoh6 zA4Jr?gwfOQCD3$a=N4iB=Iri!?s05NX-$Q-Y;7fUJi+9UAk(+cP2iV1y9w)}J!CNJ z_c8&O9=DIrS=H(G8W$M>N?f@X?Lb_{_&YvdZ?oDWI=ILjD2NO6> zh!GaOvdZSi$B5jmpgE)V;k+_00X(!#9t@yr;LWH63OYO$jLu@R^^?T1Oqeqd8OYYw zR{QV{Kn}Pg>zEmoZ0HJ?1d~gj?t{_pCQPi5otUh0*wT5N zIxiW~6R>6iL=lqA1OPQDDhpQta2WPQ08sluYmNb&oj0pc zHaKy~UUchL%M1JL^x1P13ZHj1;r8y_N+?!IRLhjDso}hH?YrMUY>yr|&$*zL&MLGd zA?iC~%#p)Y`j%#XAHw2;8@@Nzw#4Ut_?x%4S%C8$9*RQ!hHaed93Pql@YAm#5wnD&LOF$RO6JsrK01#=yS&aZP_G}RM8)5VOD+gDaUAI zyw*x|p)aQW)|_M2Y{htx@T9txvWWq-yjk=~wJR>C9X@t~V~D(05?RXWYU41vE!(y_ zM=}TJNfzYbQ|C9-e&7G@w_PM=y^Vdo06;l6ufF3Kuc-ajx7W4&{F()TO^uDN-QM!L zHvz&Z28*$M{E0*SJw_cfO0bZrCiX-(NfYQ4I+g%l&w^-hCNX6OOUxXiLVj_6kc?u5 zisNpj4>1dU-94@d^cZxyt9OOxr0igM)?yC?auzZE9(Z~$24H+*#D#ej5?bUpWiT_d z5K^Nx`nT`i&wxB;o0{;xN{ejg-kpf^$pQxa4Kkre-o5MsL6ad0l z5?8PY6I>p^ZS!`kP^Tsw4jb^T2JDBXVDofN%gTMtswuk|Qkv;OsS zJ(rRB)Tch>ia`sYC{!y$`s9;Oy4sBG?d|S3J9q9xaNow{Sn5Ea*ubxS?Q0Iq3Dk)V zR9grr>X-t50(oK;^{7ciVPAbl8bICK^!d4ye2#x~K0j^S1_P+=O55)XU-)Y#yfuxU z+E72IYgZW|{kB41+Mfo9KsC(s8VjiR@ey38Ts7zfeii_JQ%nXb`;p*m=R=e+8-&6Bl zar@o=s@q}D7wq(@(`4D#;QYYy02;P#X=NpgTW}E0*k?cYclI}b`!|j``m2w9oUt}d zn*w_J23=wYQhRp{6;IbBsXBme6%at&Dm62+SfxjaG0JkzX2OioCN z$imD+KYWN%E{{;acoZ#e9-&#P2hh*F=n9!(Ey#Fp@94C1m&ripKE-G!g^07!L#_Zi z&%jEm#@aNFnzV@f_U$7gkPFCLWIPNw_Dl|s98ZObySjS$?2N0)wvqOG`7gjE)tB2N z2OqS?wlWyW466aqhq?Am=)W#rxa6E$)kUqX!~PW2*@4H-+Bd)TH~@{ZR}qp%U_?te zw=I+s%Amh3Vk`4udZz%93yWkf`$-M~kO`P;MU`wXeLKEH2-j;xCDkq(p`!8u5BrmIpBC<97qdSz`3bZ0v4^57ryabUv)(X;`d&BaH|Q@m^gkwKeEM6I~0)IRoK*X-Vvj^6`c`*nNZ?jP8Z!(EmO+gt`4K7_3; zA`wMk?PTwS?XD}c{SD~txW2_HR{ZcQ483I2gX1vc_+EsdJ<>%|6kO$CatZxsMkfJ) z=ySQpD!UX1JmvyyJ4dHnf%1ydFyknfNYbL6>+ZJ&*hFdCH@CF7c}tp9$r&U8!Mdo6 zut6DM6I7u>C8JURK;2icAMyqyBn)u@KvzL&pQ;yCzo9j^d zrzFQYbaKu9UupY2{NVSUom)Gk)UYx(*-AZ)vt6D zqQYInWR6XeeWr{`F91rR232d1at)igBR`4JvM#k|9GZ3m%{1XGTZRd7-=VRngc=_U4=RvA7%RuW< z9_9Mi3f<~YoAzs4zfT7KPyh5!?RBqvodahVFJ81WXU@R1=G*DhryUR!021q`LeWYZ zkw#De@2g+^D$Dmh?7*DDM4BW80F@1_i9&3l5-9|L^jg0!wlKXMoI9Bx{gVcJ>Bsf& z>3Mp8`ceC~kVK^IXC1)l_WS(j{t{41m{B1v`jDOr#E6B`IjjF^=|RWr!T^aKUZpPz zBzTw%Pr=q`$uSjmbs97bzN-A|GYXSw#To(Q&6_tPaX3b3Gmo&-xYgC69pm>j>FP6L zrl%$;R!sPEnaM;+LDI-7<|Zap%NQoA|rb+ixj@87#TJq7Aw%_aTdJ~%0xIOTL`;lKzi;nT@ zqs07wklMpNPvUTq@I<@(&%Yt$%sEZ~l9k=BI+$|CmT~wNi3DUSY)x6CGQQtd zM@=~ukS4TPSzL^^iUQZQo7}jY4;uHI$U&gsSdI|8yN-jLs}04G8E$t!NU*%r`sh5;&CS};K$#B}1w%8nB9=RU=7!l;r> zvIKwzU=hSN3dCtV7ln%*%O^V`9k#}q#;U^Ms$Zw15E)?sNy#^8Hp|RqECdR%Yt@XG z04$nVf0iFy=DUPY2M60>N%N?Uk8LQ3SA5odDad- z(Pi07lQ5V_gJ3sT(2WnE{hNZ(eNkhH)6{AOo;?-SHW_mE>l{} zp2EY*D%O0XO{|}utKK4SqV?n$>U7weOxZ|Sd({-wc-JJ?)z^))G~tTJD^%RlwiSmi zgszqEaokMgAP3H#(V?%{{=EPIUjTrv1O2@JNry1+eEIDzi%?8U6!Eu~(vrc-l7Zn- z8I+>l6@KwCS$O3&fv{AB)C-fMAWa5?{`j${FnV}(WENhxXSd6&oF{BKN(j@(=au-O z8iB3|F4k4Az38{f$o$P`8Mrx^hCK9tDrK<5Ae~}z>h2%1Z{PcU*vC0ouQF?EZDw*a z+qG*e-kw%}@LBssj0nc@fAHehl#GKBmE*jE!TnFhq`l;=MGJwSK=o_tB4j)NZ@& zHV59M&l77WASp2T*kg}5_D;;-u3fv_sw*;5V)XRh0}njlCJKE=`=xhNGKkJYA!AJ> zV*XT8Mw=!TC74JPsPjp0>w(?+=g)rs-{12904Xi8f%f~C?=v05ODbT({}vy8Op(g$OvY|13*?DpHW#4h4uw4bf2Q*GaG8Z z3T37OCgzY(6fp76>k;PcCAZw{CeeDBxLNLZILvjUxw-o*UvsPY$V*C5t|U&fLM32! zfz>0T6g>75?p=+{S`7@?9ui6R0mRA>zH1#|FKw!j+c@p%mU1J6+0@cz^T-a8FjWj) z$Kq!I7*ixNqyX5``(+{n8Jw6zA2x4azUSL$wy5Dp1R)n4u9qyz*w8qLH<0Aq4UQt}=BpX8{2JULvgp30m4gJ4B zwsSj4IAZx-nK2|ks=uhB>yk#uRyY<=D3ae7xOSRh=a3UYkjKXP>a)_Ex{Pb=jQU%2 zks6_BTc_x^d-m)_dtM6YBs`6M2rdS#a5>Mu)N}ua+V6!B@CzYeH^_h9|D=-`ZoBR} z*aC#<3<&I)8zcgL8c^;v14FgNR8Uv?6VKX*TxKt}2vDeS9ZNk84cZe29|P>Mh&K~t zm`Ow6FU|yz&G!RjQwjj;QC_^*tza%9;p7Towg@31CJ+o)Hj`HbhGZEJ@-lS*zx@Z9**J|6cdy6X@(RsPUys(vj@`wMA zt>B4XJdIZFJhcEB>_r%p(#le5bOr2--+kEayV4|(E<(TxS85W{WTj1@MFvFRD*arq z^%?EcpI+-v21(nW{n?+n<>1o#KTUMX*j0&_QuEH83uk)HOLONkk0c!Gi}~ zhOmySb}fdj(f2f&sxY+9K>$$fpu)fUo)|*u3I#IPZ#t*+w*I;HrCEjXsH{e3R}aesvQ94yp6W&l z0LrTuU=+X+OE?4jrfb#84kIJO=!2>$vP)JeOyev|Sn0Pj=*ZcGlji0rBujWR6A&r( zK?7in#Dyp<)GFmUe42b=U&3gW+FBZIb8`b=i&Z_C>}L7y`HPq6iybZ@NnlWG;Z{`F z0J0QzhFL(LrM6QNiu#Hep|~bV`s9`NKOgdoA;w;53F3Dcau(Q0k^4#njbGAM0D`5IU)e`?VhLlU306Os zww=T=nW0~0;1HI>SZV#=@{%$e>K`D%tH}M{Bncb!Fo(H(Pb+*(19ml`PXW*`5Vn2f z@x#_fxIP6VmW3uaR90)f6nt0tBHe4Xi~4YDYpZioWS3mXllKIQ(seQA7}2aOE4i^G zq`TfxW_$O^p+r9i#F(8Xfx}1QPO+Z^AxdHeGHhg=HJ%ACW@hD+{6T?W0N}-TieP)t z*McyT^qDN`%f0%=x0;XIbRnFH6yPO`YjgmRe!Idw7t=4zn^uSO)5o0VkKv|%UWA-O z>&&Voj@m(tx12dG4X3d&uN6t=W?X`fG^Qc!gUaamLO69)XYhH$E-@h|S4MyekQ5$7o$%xM{qt7K=N&Eb<_k55r(FYB<+@87Iq+SlxRuF|{C)5dO1vzIl zlwG6Lk!4MB6%Q$YAPgm)(9 zL!lmtyq98BXkW%?aEvI&@&N$n0gbGgU>7@j?O$06E(Sv&jiItds{n3$_iX1FlpMeq z4E9g(Jv40townyir0dU7w0E$d{R6g*rOIq6WqY=;bPt-XF_@XYzFx8a*0!w;qmg0v zJop&baOGuSlm)ydGF}5Mx|5pZ(;&&U8L#!IP3^jV(|)zDR$Y0^Ti)V;xIUvcO0VW2 z220>g`*d7AS2#@I?(pHm4j?MbnSM{J2M93gKIu`v;U*QXSL~A#K>E;5YC=l0mFe@< zx&5D>r{9+zsde-A4Yl8gKJ;5KyN&L86ap3i!~(lE6@b-mrNgfYK#!#36ryDd5pvb? zZz@Wyapc0ju+O>=n(zg5=3qIJWV3Fh|J`uw%}o4g83DJGk)v#;KL zx3vNa6<(~Zt#hSJ4jg=(@dgtGORBb;L9j1b!SE2padEDEBzDaK23g;PwNYWl=p!|- zrYSx@4s$9-Cm*&dzli#2u$xVF4Q}O>Y6=jmje5H~2ua7>>I|ExiRh!xO8YoN2J}fB zu*Z*`B&bT{0Gkk?j@zm?XiuFwgCjTL*lIa00(s4{AN23^_)tHU^OEk{%92+Eps}%a zL+$s<*N5!Z+jcm%EzW)1x|yupe2QUHC^<>_l#{2=k|aV%mC`dR{(RxWl(k<#pEmC$ z38B%k%UT^JlkDYJ-uPk*qg(djq_~x3=&uR&WyX{Mpdu_W+EI*@beE#1^3epw7^7l` ztIsBpjx>}hz>jokDiZC-HYfp!AE3}S z&X6QK{#mkw&yy%Z>7Rhdo;ub^K(zqIJ>S0feOA8Nfc^WxEo3=UhNgQu+eRq!Gl!PD zJU_=;tMaX9a@i&Tddj}d;he;?wW8hLNo~r>Syt=-r3Op$EJEAH0AjW}###UXKmbWZ zK~yTvp2d9@5F7yjUhHBG-m!Um&2Aiig?$GZfh#dwPE^jULIwK z=;tAllYERj>3mfiRAyI6Ug}4RW{JPh{m^SI8zUiz7R-TarYT=;0L|XNeCewgO+0cEM^vY&wYkoA zY;VKMWX(w?mFbBE7iK%gY9zP*!Y!2S7-02~V;I$#HEwFOzDs>%j8UEewQ(`Ws0IK? zT&@)qo;>li&2UK@DI}{x(5_b3vw)opx0p9g^fETjwQ0Zp1OQ+5vX|Lk{^egfz@`aM z-_xc^PoEL^)91tr%8S*0g?SGgIAFcKy>6c-N&T*XpFpI*hW6?6+OK_@XaxYp0t!T? z0ib?MpGj}&=jq4w@2B@kXVcuWc|+~@u6O;i-FEAXxE{)~FbT*BPiQjWTy@QAL$OX; z=1qWOmawl14)^vAz-Ud9z=S>uKqF?*X|3pI(*5Ak@SQd3g1|x%fJJ&Tg@7d-SIGz6 zw_GMp=|ZDS;#$UvfdFunbK`TYqS!O7W)laT%F$7%a{{fbLUK$M`Zysw%5lID>HMVW zQmsiER`WaOI8OMN5HTQA%%4EFCUdcV%1lpE4{#&>uZ9qCacQv~KYGM!Dl4o4MrC$t zf?~MkWCkBW({_s!#m4}95yH3U+b_Xxkw7&##QA%fXvbjDc3KBab^&FWs8M1Om{AW| zzhT-Y$aQ4We=@iqIgIH{`j+m;JPfqPaCKRQ1AxmUDQw%!iXiB>+RvYJdcZbbyQ0v9 zHWS>J&VeC&?C?_*#xA3b6QBTzMu>HZmE@)Db!l7`_7n?#(@i%y23r~K>i=TO#d?b! z)N5&21=LGRD>u}BJ8wwZtuJZ9*_xr8O+OAo31GQ|-y;bQeP@6&I06)B&iArbx>$47 z+hqOiQ7tuyc8%~m9*ScCU$XB8t1B!qFMWy5L$U{bjJDJ0S3*z}>B%wxP(Vb>-HGuo z!;z5Wp^*Bi<>+ ze=noBe*iG*q#%rc*$(OcG!AtW=r-Xh&uRRzj-ecxu1!xoZn0! zY_CMKB%_Hi95Hp!uT@D_?f9AFws-$tDM0xtqd0$^zXC}X2d`}L>Kr1xpR^nG{3 z*vM!p)GKhNM*%%eetOjL(z+=+a0Y`yEv9@XOq|b>3)I_95Y5%&q zx*T(%-%W!xIWT?AG2KZD!ZOLBuM(S(N68qmFVY+8 z9Ojt7^*ymM0y0`+Q1?XlPE4`Jjo1Z&&+#F$3}Lr7(ta&l+w6Bg_&fGb|M2$!ud_I5 zD=gnu$U43ycJQ$SwhI#qE7_; z1(=94I7h8CJI^%~5OUnUZJX1loj{T>24K^wJ}Zd!^O(eaWVXKUj#sVE=&p-=%yPSqP~zs4;|yWu9ZXE+F5om~!SU3VR&UkHcy_VtsX)=UwB zq&;@X0XtV&AliOCHy^K%1%!WD`_F^_j9Td^QG%6eF!9x(LPd zi@DEvg<7!&`-`-O^fy2kQUd^BihG#lM|)aI`I!7Ow&EFe>oa$DO*#O0;%LeaJ`&kb z`?Zl+@}?J6xK%m6djHdmiO%=sXax?=2x&)kOio0vOSN zB1?)KVE^^L`igtbU?s2%7?jhkq@uOjs4)Ps>RTdxb^2pD6<$Kv0)cDxNK`7xPSed6 zUM}H?u=jv*MHU{MK5CE0&upmuo@*(%o<3wPGdQFFfvv4sYsde%jOV$&wg3}*xpU#U z-umD6Rg?pG`TIX@D%E!OJkH2}V9TXwYHKrvxYunjECsi&F@D}p#YmK4V2W7^=cYZ^ zY36qm)tc9|CWciepECUf1m%G$L?ZFA)Auky7BS4skYv;@5)vcR7KUL7f%X$5Cdexe zGI=MM41+Kts{L2UZ{-GINSKrrN*2!-$i<@~C^W^Y9t(t!JOIIdn7gOv|TD8w1Wt5m(e#EJ%L(#~B(a8EV&Ov(vdf;FhBV%^~iEdv)}d9GIL z>FjkOV}aQTm_`+!?xY4k^PdI)iz%m5ir2l7_G?2E^xofon>!Ei6dQn!^HjU3 z9Wnq;3IPlJDU{mL*^MFV2FwAv0eM=IP=HGsKusb7g?hdU5|rm(1n5!QC_bIb-m3DEg5_^KQm2`k3FbzQ*72Q9zo0v(J=8!)my{jOx0HmKuOj(OcjNt3E zHT5l-gww36z@F~Otddliw8d^nyQMLua~bR=dl7x>M%picp#Q&q*ab*+q}`y#EM zK%hdyYQyxH=%*i7RMw#3tlUuh!#aW)i zQCtChNcB67Q=w8rOR#y3*f#ZbCEAsjvxFJ8I7*Lb^!KIUh#2x`>SQ+A_;UGL(sf5)uIbtGdcK z%^||XKr>2*+X8yWFd^zVH57dr$Z~L26JAz}LD!g#1IWeOAYiebrT1pYA`fEAwPail z#6lg~XqA2u!65yg#-QXN+7t?Q;o!AbKLUZ+X_)v(gnoriSo2dh+DVPgH5rr`K>mK@ zNQNgVy){>ZU00Na(ZId<(&P`U3sAk0@w=aK^U**5Z|=;VZ~uJckN?Du9C_-B+V4M0 zTV1ndU<4Fu88lk@=B3x~cc4NBSRGu2as~P{c_|Y!im{SLXn3&SO`2M?JdTH|dR`G` z;bOu-lL+gT!8y*L-Lqq-TSHTNz)C#Z04s+ml%@&C2b-s)5-mEP~vC$)~Kl3*f-D3=Z}Y3a+p*!g>M`{Y+@`xPO){ z-F~VvKQle%0E@maP?u)a^cev=y%rctgDpL#_vul9PLHYusL+>;m%gX_q3`KW08sn& zToZ!;o-!woQ6EvEU=@MZ{nCEvq%=|Lngn13Aay)Vq)Lbo0MzsK;7;eB27c*B?OXqu z^#1f?ePf$r&oQMx8N#??wDtZh03%&UTovm5FbM*l znwX;iMKLcq06wj8BQNCTzul*9W1g}Oco z`zHv$DuHMt?U&6tefo2sv~S+?4Lft{X`HZ#wUC_hYj1zMbzHh+pZn}*?Vay@m(@2k z+IPQqKlROq9h*8z5p;p*6@>LojSWsWyM5<2G;WkNVtkjv-l;BPl1bXnY&T8moGF%H z%PU|_RoFRh6yP~#CG@ogGOe2$>wXj-AA;FIf+AX*2CDVS3_4W6#9yef)1Oz#u-~ayO>;uTpQ)XxZO)Uu_6O&4a z$#5Fd1W7~XFycD^fB}q32=JE;xL4-1&NoVbn+LeX`FxTHidHoe09?f$mBaiAY{(91 zHJ26IT=t-b1S08T^I@&?Sc{gpf$KL;D@z~D#t9x98?ZXGmK89p-YjGWhSQ{#npjO^ zF-}rbB0}N^H7QerX!Ta?GVK;nvK=7oUp_yHeaPHU`(feiHMI#VN1Hc1vt*|RXKidw zMXMP*=ut~x{;G=6f9GMdu!kX}J3+vo7w{H^B~<3UNCQiVCR$xtn4#| zconjehQi|}JPnfb=gy!PVub|^ma5iEhvH|zjiK`>W(hXw|EAD8iNfE9s9c(%Wtbe* zW@@Od$FLQ_oB%2b`zSk812hY&VRjZxOLUe@E0!=~(g}sb_Sh3g?C!6B6I}};aRj)l z7!xr#A+(13uiHf;2wpLs?;I>vaRCezS%vdtE=sScu(Zl9sC3Nr*WZNxiVFCw-P#Fj zq!92Ej~@gOHnFn9Cy*w?^??t3z^wGNCHLW0?DV;NT$`H&_NTM-}o>pVgm2!3$iYG=gFPm8q&E5EX}BOPX2Y z^Yn3!FLtFE!>cJl_5F0O1R7Up6S?+|QRJS8H7KMlrvZwygzKaq6f3UKodBP7e{&Q@ zUqtVfu3ISJ7vNsXL7GHwSrRUGS})av6Zq6`MF6ro-U8(%u15R)#mD~KzVhWS(r7I6 z1#o%8Ywxh#J9n@YW0!pv0Qh^q_d&M|-2eEizlIZ1S)CNCD@-~dJkmet5@V()r*Yfu zw~`1mX+7O!bHWs9BBn8zxGC90Yjxr{sLx2NrVP_c0YN}uIc=nB0HZ?#*4NX;c?i5z zQ8Tc{3IJ>>0v$nv_%C0(#~Lsvjt|*fp5-#>*gI-rTt#>rV8%i6yu_cq?tOhf_HF#SR!l`ey!auJp|0{Bx%79piAai1nt z0~H(U#d$5pMk?t;x@Gk}g)s$mHKsLA)o(*&`${{ih{K}F!O&LOgiwR5n&Br>(%ib2 zQbeUhPll;ePSQe{EZ->@*U1Y&v?ZJ)fDHCP_R&QYW>>89vZ4eVw|_SlV&{?8jFPq6 zN5o}W4v*#zA~GdmR)E4G2nlp@&IN#0=`=E!16C3lj19&r_g7`00s!5b0zWKjAtCZb z>mbYjp)K&n1SP)ZI^pT?9#v(eU9W2!tPT5?-*&r6_sSF(~jA+ovUJj{gfS( z9mPv??Wm-VH78tQVU-nHVh)+LCGNG(U-fSnv7yV@49Pvj3TAL@{|X5p6V$sT{Osdg zIjRk>&e=c4AH6E=_xaC#+Bsp*WoQ5Yx~~&5=3Vc8&xYFXKSSGG(*SS{RE2C)S&?mR zs%Nk;0W)!mH4y;J#9NhtkmuRiagiEhQ138xO2*KF6_Lgwy!|y7P{KXl>f+vN{Kt_?BQl6z;35ucsWrvRmyVgW84j zJf9}Rv%0E^NwJfO&*vD&MJ5}SEf|Bnypk>5eiLL(N(U&WLLe*+zI03(aDg)IUk?Cf zi1eq=>N5fcH{N)oef;AeUt^G%Xl3NnpiajS3o02E0d3_~XumhS{&suA>t4pM z$**4fO`LFEsRmlaB~~bGb?n4Rv}>nbl7%vV6AHC)y~>;v=%Z1XOtKu9n;~qeY+;3j z)W$0MEEZ4jPL3CH1P^_igk2gQpaba)sZU`CN_m+d*B-Xk^Ce5)*&~ zY4Nsi-NNywaS{%ruPa8YS#RI@?)`+e3v399g$%GF0P}d@`)|0xt&bXFd98sV96205 z)%J{Y-G17plJR@v^*7jk-~Kn8Eed3FEwccaFxOZ``;_CfRaOupL)@>>vzByJd(QxH zw2tc_zaZ~^Dt;$m`+ldEQF?PfiguA`i9m-PGaX4v8fB(C)vs*{kxQQ z%;$Tuzhb5|F6CgTJ<4bYG0${=`l0lC06-oW0Zg*N)#b=|!j&v7xDTck$2T%!erf@x zd`Lc6`6IWCl|NKw=Q3-C_sjt-vJT<^So#&TPvw+m|#vBwI4p! z!TRTg=qo954qM$05bqhCver#F{xE@ZsXJJUxvad}X+nd zOfq3=Qd4atF&>#DO&ojbFoOun9?gV=<_hsFED_f9lXV!OGzZ~~7{*&bXlq+58Nh|E zfNqS*83m!sAS@~<0-O{%km5iR#}6R*)w-dX{7xwV?aYOX_GOrYS;7NeJlll@dA$n= z(6{0tNA2bt_fldaU{9ZTlF2!2*HP$s1TlTbrFO#3WS(2|j(ZutD(zQSS80Fz;di@s zNO7*(6oS#8GFKG>)^cHwJo=dR4Gfcrki+>9DyDBq2dZX;XmJ1#a>0Q?0Yqu@6k1dJ z2~MiNC<#a*SuueEfLb<745HfE-8&o~eNUlhUAw+3wm@OvAZ(D@R_&(yCDw3}ekzs` z3Xp!zDKJ6!2~~*^RMw^>0!m;~xK+SiIzb(Gko%zQC=Ay{qJ)^eA$MjMSuVepp`0Aa%Ygw z&H?ng28L`J*7ht6TLIAmh3%4nK$Xc+)~4D;U`KsEUHVA@{@{REcH(pbKqXd9a4B#s5`S;;(H%*E%8Noc zVc0gVOCwvhP+8E(Kat;Lx+N9`2*v(S(%$*OY}-*^W({RHVu0cAJ$ixy;!%6k%l5bg zrjG6r>m8rQ`6#kE7{F2zAWrtMnof2;#n~(A-$Xw&XJL0`vozK;FKJ%m=5Yqt3bjAu zQsr-yF|FUxYu?~FiD-nID@$rD?=q#1RzuE)=sxIvNe-dg@{jWm*(kvGYV^O>wif%$ zr~byB+whh*40$A&^#WzbW<31iEYLHsmw!= z$y{15O{7Z5$dZPJ@N-TmNQr_~yZ^yQ?4bjP2$wL)BW70kmXXUkr&Ua7F}v-S>+u+w zKnFXmo^wwoy@Z`uw{Zw942(us$0dG;-^Q>iG);{Jyj|*cF%c1p*fVR_afnG^YWSHc&MIV@xUng<9rK>}W2)PyJ2Vw<^Xf0O+ot&xOzzs*T+5 zvR`0XlT?8AQ~L-QDqN=(8w5tw{$d&=O;9*ml7<3)L&sG1B42_*fY#;&1RDGM2P{v; z&k0$NQcF*zJ{ADxSF`@)YM$ye6`MY z7YQhG{t|#Zv2}#3Y2+Boq^4aFM%g zb<65qyV~A+Z?pIN`;U&iIK~F=uCyzkBh5}bGjq;!{{R2;dwx&DZJtT;P#OkdH2_q~ zSMte*_2;uh7wF*X_14#t2)aRQC26`E{_la z3Oy_9Q9YcM1fcO20=#N2iFJ=-E+ipu^&d}UOeMeorm>bP4zL3QRj$T(83v3C4**7B z2ZOlAQ(?gLU5ZT=2vl67SXLS0sU+isSsRmJ4*4o#Q^|(MXzm~Evv!JZkI+g}i7=s* z9II_QZK-+0AJVX5V4}s=ZlW-9*%SuwxScqZK+?y{xMNAC3*^}TV~w*azff;2F5e_u zoSSAV%81!xjA%VqGFA}`UaIB`^I?$di13)7#Nbg}y9=!XetFY2w z?4r~f#Io$h?a+j)pqmmh6(z-X?4Vjoi9JekN@ko1J~$@zW-RQ)2~vi?9T!&)*>-*X zeJ~{L62sfxJo$BYwh9Z_{9R0D~9wSo;WE=&^u^2ehue_FDU+Kl&r* z#+94|M&$OD5)_E@l;pvK2c6>4`>($Gs*9oWzF*f)zpXZKQmA??;3%*tH=1{R`fcxb zb)4Sky?edpy|352TV}RurB%+V{I0#`Qv1k<-{TfyDF{Jm#d2yaszgg8!0FZf2T>?= zo#C3vP*E8m#qf=yR8)c`j`MW;qjUyft#ngK4P}#x{nJ?1BF~vP5F^mhf_pN6Ye?rN z8H@2&VO}W+y)Qs57PSj^s=^mEwgjqm9n?79F&oHH?bsl+U2=)C2^CYTeNMxqiA`6X zIhCVO36^7rkI;M`7IzlMUn=$LF28K8V*xKBPHyFjWlom5#xK3R%`RShi9LwRrIGVZ z&&;8Ja+?Fra`kqp?jOueK1SQx_3Joa&K2OQ7{Eznc#@!F`7uj~+kfu2=8SsPzHL3$R++zzgtL5@NCKtY)@ws^(luHq93xDNU_J`02HPv za}+SfI;nHhc#shwgKG*fEq9^7gxI4XYi0uDF9{Hsj`5irO0_Ps%9UyA3X=oiMlh;% zOT=XxB14AS1rDf(6gvnIR5q&splS@}(fugGI+w&6ibVZ!nx6sZ_9y`&Y)2(%m{N&Mwu&V z#!A9)<=Vt*p^jqM$g?oa^%J?FSVUc00Y$mwRTV&`V2Va6Eo-RIvLfl0P3*ZCO*bAm z=zlx)lL(W=jGtR370lLQz*Nr`;~#HX?!mK$z|eq6yl)bOfr9ilB4N&GBq%phWiU_W5> z1ORnEG!T1l-NhH%%9Se|;PF6-;xAY(v9e{+1?+iZaJKH;O@>$sE?a&!o_?7rnfzuV z)?ppVAGvnt?KhyjM`2tDrYElEG?|qB^bPK&q)QGg%ovt?0ML+0+){`-VYL8}U)WVwUF86tUO#s1m{T}n_7otm{glZo;3)U6%E1Vf=(nXP^}6;^{F;7K%1W+4 zfe`^g?>Gbmr*C>)n|H6r9su-S*W$Tq^*W~rXH$LxP=EK0KV%%K@*EgLAdurxS(X$E z2_HNRpxC#ck*Gu;VnR0}w{4;?GO z{*J|SK(XHeA|+}_hMwzO2{m5arOK12-k(@SxquZfs8}q;x~WW31i&apJD}@`*3tFQ zHRvT4QH-U|siU*odN5eD&8GY$vGr@0Fa^i#vi0k!{|Cd(_|mz&@Zw8^MXa(P{rD&J z@$H5|0+irx)Ai4!%Y`ys_a8c7<%=p%xV6mFsB%@ z%jvrrPXqu3`~)yHzGPI0!4hK_U_J-{hH$GUU|392Reyrt9vU5j z$tH^%rWO22GKyjhi7BSiLf>JJ&4Km7hfZq3))aG`F}xA)$6znjmqA;0-9 zr+E(mB|y14lzCP{qQ*r_RyY8tNg!pPuAq59UC#9-Q3x$-V+GL3# zamw~kEQ?aVrSJ9F~JIfXliV5v45Hm0_*}3sTd~xFdw}Di4ppj#-sS>V*I70B-z@Pi*3`! zcQOCU+_=&)yo3ukCpX`I_QYo5@^C?uIXQ@hrLmAqu)f@j5m@^nLN@Y>@&U&qE~I0U zv6BxdnM4*U3!8;ow!Nv*Hf`8IhW&cnv1JZ`q`^R`HmFM5)KpiS*y&@qc3bImGQ#y* zyYWg3WsyNmR)5DJS-;0lS{V253P5Qm^WBwm;pBh~Q5b;gmMR`pF}Gqp1u(`Zh|3MclG_FWv?^;g0&_UZIwu#h zsvnGCBm`lL1OOud!62Rp4ag{SY>N3etnY^zOP@+Yw!{LmZly5JHNG@%we~75y0DZ4 z1db<2Mr|S)zv`LZi%~tOtYUUdjFRn+XR@uk&Vj%FK}sC4UZ>~B+sV3p6zWg3&YpJG zZvb_t+}IU_?U0!~2kYO>tFnmQqquhqMVz~a=>crEwmgSgvnd$rofL$QU_|6t*B~H} z_}PI`jstdIoqUD?$fL{)8GY$o<1BhGrza3cOY&7ibEhp|T!zQVC=Wxz24M`ztb+k` zQS&I{7v{8$IKdONic?m!jIJ!aA7WCqq)ATB=oW{{eAhauHjI-zR+~5#W7neM06Nzr zh2q&Gl>50kf1O=|OFJQn^%`4QF6*zKdd^PL~6ed1F<4S6O@JY}nPy}2bJ>G#EQ2xv&jdD~aM@)g>6UE@HS7AD1V=`#XzQiM`S?ZjirRizj} zJ@?o~u~XXgojMK$x1T=4{^@lAKz-MAaHrQj;OE`zHSOa)m-}g^}H8s+fQ$Dcqk#=xJzl!`v*2(S)4J~pt6ybFd$b`M@@rcCgwtZg70_Ta*bVm<>kyrvfnWt6fbxD zHyKw$HDeRsC_z5#^ z!mxdnu+U+c)Z*d-^d`l8F{%{1ri8CLjJTSb8o(~+j66cb3EpzoJ=RIfyL##fPLO~= zE(L{V^fioH^Y zr1&ZIyNG zt6VrwM`ynsYN3`N?c7$E=UN4o8~TXdy@+Hb6aYy<7;3n`2QcEa{_A?nBP7;NbtJPe zW|D?_th<%&P|Uk!i^^Pa=>sPlVdSWH$~f#IBYTq0EbXw_5e&EO^ad^^9AS`{)?8vt z6|*ZaFF>uT6H4Y9W8P~%wzg2_2o^C85+jbWCH65%^lgZa6}jsyZ8%)LWl$Ya(=9x> zy9amIV8Pwp-6aHfhl6`?2_D?xK=1%3!5xA-!QCAKAJ2X6t@nQS @}Q>VAg?A_h7 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